dc878caf1c
* 2.0.2 mage tree Super super janky implementation of winded * Clean up breathless definition * Numerical values and archetype req update for non mage ability trees Notably excludes: Effigy attack speed Double/Triple totem multipliers more shields damage change arrow hurricane nerf don't think this includes dependencies but idk if any changed? Topology fixing still needed * Archer, Warrior and Shaman updated (mostly) * Assassin tree changes * Item db update guess this is the 2.0.2 branch now * Mage edit to match ingame * Fix misc. atree stuff that wasn't fixed yet warrior connections and positions double/triple totem implementation ragna nerf --------- Co-authored-by: hppeng <hppeng> Co-authored-by: TopHat of Pride <33451677+TopHat-of-Pride@users.noreply.github.com> Co-authored-by: aspiepuppy <emimeado@gmail.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).