Open ebshimizu opened 6 years ago
Has this mostly been a "human" task? Do you diff
the files? What is your normal process?
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.
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.