df9412e994
* Tweak ordering to be consistent internally * v3 items (#266) * item_wrapper script for updating item data with v3 endpoint * metadata from v3 * v3 item format For the purpose of wynnbuilder, additional mapping might be needed. * v3 item format additional mapping might be needed for wb * v3 compressed item json * clean item json v3 format * Update translate map to api v3 partially... we will need to redo scripts to flatmap all the items * Fix items for 2.0.4.3 finally * New ingredients (and parse script update) just realized I forgot to commit the parse script this whole time * Forgot to commit data files, and bump ing db version * Sketchily reverse translate major ids internalname and separate lookup table lol * Forgot to update data files todo: script should update all files at once * Bump wynn version number already outdated... * Forgot to update 2.0.4.3 major ids --------- Co-authored-by: hppeng <hppeng> Co-authored-by: RawFish69 <108964215+RawFish69@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 | ||
item_metadata.json | ||
item_wrapper.py | ||
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 | ||
translate_mappings.json | ||
v3_process_items.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).