You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.
Two files in the heroes-talents module need to be updated for these.
Deleted Talents
assets/data/deleted-talents.json - Any talent that is in the previous commit of heroes talents and not the current is placed here. This file loads first, so if a talent comes back for whatever reason, the old version is overwritten by the new one. The stat block is copied directly from the heroes talents file, and is currently done via a manual inspection of the diff.
Renamed Talents
game-data/talent-renames.js - If a talent is functionally the same (same description, etc) but the talentTreeId was changed, it gets placed here. Also done manually for now.
These files can be re-located. The directory structure here is specific to how stats of the storm needed things at the time. Files in game-data are mostly used to maintain human-readable strings for various stats and awards.
The text was updated successfully, but these errors were encountered:
Oh yeah it's all 100% a human task right now. I just go to the commit for the most recent heroes-talents version on github and check to see which talents got changed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Two files in the heroes-talents module need to be updated for these.
Deleted Talents
assets/data/deleted-talents.json
- Any talent that is in the previous commit of heroes talents and not the current is placed here. This file loads first, so if a talent comes back for whatever reason, the old version is overwritten by the new one. The stat block is copied directly from the heroes talents file, and is currently done via a manual inspection of the diff.Renamed Talents
game-data/talent-renames.js
- If a talent is functionally the same (same description, etc) but thetalentTreeId
was changed, it gets placed here. Also done manually for now.These files can be re-located. The directory structure here is specific to how stats of the storm needed things at the time. Files in game-data are mostly used to maintain human-readable strings for various stats and awards.
The text was updated successfully, but these errors were encountered: