wynnbuilder-forked-for-changes/py_script
hppeng-wynn 479af33a81
2.0.3 update (#260)
* Mage atree changes

* Bump version to 2.0.3.1

just tree for now

* Warrior tree

🙏

* Shaman tree

WIP some things are too jank to stay

* Fixes to bamboozle behavior

also echo was -60% instead of -65% in the file??? wtf

* Shurikens damage boost by echo

meme

* Fix description text in echo, update old version atree file

* Fix shaman tree

thanks spegg!

* Spegg atree changes

assassin tree
fixed many of my shaman mistakes
and other changes we missed over the months somehow?

* Updated archer ability tree

Thanks @mr_me! All credit to them.

* Fixes to spegg's fixes

implement beast lore

* Change how Chant of the Lunatic is calculated

coursing restraints ingame is 15% damage bonus

* Updated ingredients manually

thanks @watermelon (snownlite)!

* Forgor to bump ing db version

* Fix ingredient display jank

* 2.0.3 items (#259)

* API update

also add new IDs to a bunch of places... tech debt whyyy

* Forgot to update ingreds...

* Change heal power ID name to stack with tree abils, fix multi totem effect on totemic shatter

and req for mana traps

* Forgot to bump item db version

* Implement major IDs

not implemented: Gentle Glow, and Forest's Blessing damage increase (since I don't know the exact numbers)

and radiance boost is not implemented (radiance is currently handled way too jank)

might wait for buffs rework to handle radiance.

* patch item searcher

TODO: make this not disgusting... build_encode_decode file has gotten too big

---------

Co-authored-by: hppeng <hppeng>
Co-authored-by: RawFish69 <108964215+RawFish69@users.noreply.github.com>
2023-07-14 18:34:30 -07:00
..
textures atree ID rework started 2022-06-27 00:09:49 -07:00
atree-convertID.py Minify file, update minify script, add README for minifying 2022-07-02 16:55:10 -07:00
atree-generateID.py 2.0.3 update (#260) 2023-07-14 18:34:30 -07:00
atree-ids.json atree ID rework started 2022-06-27 00:09:49 -07:00
atree-parse.json atree ID rework started 2022-06-27 00:09:49 -07:00
ci_parse.py merge conflicts + first part of refactor 2022-06-12 20:54:53 -07:00
ci_scrape.py merge conflicts + first part of refactor 2022-06-12 20:54:53 -07:00
clean_json.py refactor argument parsing from sys to argparse 2022-06-25 16:35:09 -07:00
compress_json.py 2.0.2 (#252) 2023-02-17 03:40:23 -08:00
get.py 2.0.3 update (#260) 2023-07-14 18:34:30 -07:00
grab_sets.sh Add new items, move python scripts, allow leading and trailing whitespace in input fields 2021-05-01 07:19:33 -07:00
id_map.json 2.0.3 update (#260) 2023-07-14 18:34:30 -07:00
image_get.py merge conflicts + first part of refactor 2022-06-12 20:54:53 -07:00
ing_map.json 2.0.3 update (#260) 2023-07-14 18:34:30 -07:00
items_common.py 2.0.3 update (#260) 2023-07-14 18:34:30 -07:00
json_diff.py Item changes for patch 8 2022-07-19 21:27:06 -07:00
json_to_yaml.py Add new items, move python scripts, allow leading and trailing whitespace in input fields 2021-05-01 07:19:33 -07:00
merge.json Data update 2022-08-27 10:01:32 -07:00
merge_items.py Patch 11.1 item changes 2022-08-11 04:31:26 -07:00
parse_log.py python refactor pt 2 2022-06-15 11:55:04 -07:00
parse_set_individual.py python refactor pt 2 2022-06-15 11:55:04 -07:00
plot_dps.py most of requested changes 2022-06-25 00:19:55 -07:00
process_ings.py 2.0.2 (#252) 2023-02-17 03:40:23 -08:00
process_items.py 2.0.2 (#252) 2023-02-17 03:40:23 -08:00
process_recipes.py refactor argument parsing from sys to argparse 2022-06-25 16:35:09 -07:00
README.md python refactor pt 2 2022-06-15 11:55:04 -07:00
recipe_map.json python refactor pt 2 2022-06-15 11:55:04 -07:00
skillpoint_test.py python refactor pt 2 2022-06-15 11:55:04 -07:00
validate.py python refactor pt 2 2022-06-15 11:55:04 -07:00
yaml_to_json.py Add new items, move python scripts, allow leading and trailing whitespace in input fields 2021-05-01 07:19:33 -07:00

Process for getting new data:

  1. Get new data from API with get.py
  2. Clean the data (may have to do manually) with the process related py files
  3. Check validity (json differ or whatever)
  4. Create clean and compress versions and copy them into toplevel for usage (can use clean_json.py and compress_json.py for this).