d9e5d6da95
* Fix enraged blow typo; allow "or" and "and" in adv search
...forgot to update json
* Lacerate is blocked by Echo, not Mirror Image
* Misc bugfix
Fix bug with skillpoints and negative set bonus
Add final multiplier for echo
* Clean up testing folder
and add script for quick plotting pairs of ids/item values
* Fix typo in better lightweaver
add to the correct dps
* Partial update to 2.0.2.3 (festival of heroes)
patch:
- ing changes (manual)
- two endgame items (the ones that I got customs for)
bugfix:
- Fix bug in reverse mapping that mapped item "type" to "accessoryType"
* Forgot to commit all the 2.0.2.3 data files...
* Fix epilogue displayName
* Fix minor incorrectness with fromIntV invocation
don't think this was a bug? but its not the correct number of arguments lol
* Move powder ingreds to ing load sequence
not used anywhere else
also, remove extra prints in crafter
* Refactor powder special display
fix quake/chain/courage not displaying some powder special information 💀
* Finally fix satsujin to work with powder specials
thanks to powder special display refactor
* Fix mask of the awakened giving outdated stats
e
* Add prologue and gleeman's tale
wynn api when
...fix epilgoue
---------
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).