3e725eded8
* Fix atree connection issue with cheaper multihit-psithurism * Fix major IDs with empty effect tags bugged: temblor and overwhelm hpp remember that effects tag is mandatory or maybe you should just fix this and let effects be empty so you will never forget * Bump ingred db version? someone's didn't load correctly * Misc. fixes atree bugs (stronger sunshower, sacred surge) Major ID attack speed on forest's blessing * Update to 2.0.4.1 * Fix tome defense numbers long time coming * Fix a bunch of atree bugs lazy hpp * I forgot to bump db version again * Fix archer atree illegal connection oops * Fix cheaper shield connection (2) * Update credits.txt * spooky festival update ings (#262) * Update ing compressed files --------- Co-authored-by: hppeng <hppeng> Co-authored-by: EdmondLie <126294740+EdmondLie@users.noreply.github.com> |
||
---|---|---|
.. | ||
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).