fb1077de7e
* Beginnings of shaman atree * Fix aura parents * Day's work (ft. frozenearth and endistic) * More incremental work -- finish another two pages i think, or one * One more page to go on shaman atree * Fix missing archetype on overseer and fix regeneration to be not 100% heal per tick * Just missing 4 abils at the bottom hopefully * Fix typos in display * Fix archetype req for chant of the fanatic * Shaman atree complete except fluid healing doesn't work yet * Add comments, fix some misc. formatting related stuffs * Misc. patch Fix rebound interaction Fix translations for newly added target parts Fix tree misc. connection/archetype missing bugs Co-authored-by: hppeng <hppeng> |
||
---|---|---|
.. | ||
textures | ||
atree-convertID.py | ||
atree-generateID.py | ||
atree-ids.json | ||
atree-parse.json | ||
ci_parse.py | ||
ci_scrape.py | ||
clean_json.py | ||
compress_json.py | ||
get.py | ||
grab_sets.sh | ||
id_map.json | ||
image_get.py | ||
ing_map.json | ||
items_common.py | ||
json_diff.py | ||
json_to_yaml.py | ||
merge.json | ||
merge_items.py | ||
parse_log.py | ||
parse_set_individual.py | ||
plot_dps.py | ||
process_ings.py | ||
process_items.py | ||
process_recipes.py | ||
README.md | ||
recipe_map.json | ||
skillpoint_test.py | ||
validate.py | ||
yaml_to_json.py |
Process for getting new data:
- Get new data from API with
get.py
- Clean the data (may have to do manually) with the
process
related py files - Check validity (json differ or whatever)
- Create clean and compress versions and copy them into toplevel for usage (can use
clean_json.py
andcompress_json.py
for this).