wynnbuilder-idk/py_script
2022-06-12 20:54:53 -07:00
..
sets Handle undefineds 2021-07-19 13:35:19 -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 merge conflicts + first part of refactor 2022-06-12 20:54:53 -07:00
compress_json.py merge conflicts + first part of refactor 2022-06-12 20:54:53 -07:00
get.py merge conflicts + first part of refactor 2022-06-12 20:54:53 -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 fix new item id conflict... failure 2021-10-30 20:15:51 -07:00
image_get.py merge conflicts + first part of refactor 2022-06-12 20:54:53 -07:00
ing_transform_combine.py New ingreds and remove extra panda king's crown 2021-07-11 13:43:52 -07:00
json_diff.py Script update 2021-10-17 19:05:56 -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
parse_log.py Add item db for 1.20.3 to builder3 2021-06-18 23:40:08 -07:00
parse_set_individual.py Add new items, move python scripts, allow leading and trailing whitespace in input fields 2021-05-01 07:19:33 -07:00
parse_sets.py Add new items, move python scripts, allow leading and trailing whitespace in input fields 2021-05-01 07:19:33 -07:00
plot_dps.py Fix powders... 2021-07-15 02:50:09 -07:00
README.md Fix air hive marker on gale's force (gale's freedom), add README to update process 2022-01-05 12:35:24 -08:00
recipe_transform_combine.py separated ingredient and recipe puling and cleaning; updated to 1.20.2 ingredient API 2021-05-19 20:35:35 -07:00
recipes.py Add new items, move python scripts, allow leading and trailing whitespace in input fields 2021-05-01 07:19:33 -07:00
script.py Add new items, move python scripts, allow leading and trailing whitespace in input fields 2021-05-01 07:19:33 -07:00
skillpoint_test.py Add new items, move python scripts, allow leading and trailing whitespace in input fields 2021-05-01 07:19:33 -07:00
terrs.py Add new items, move python scripts, allow leading and trailing whitespace in input fields 2021-05-01 07:19:33 -07:00
transform_combine.py Update to 1.20.3 with item api 2021-07-13 15:34:40 -07:00
transform_merge.py created separate files for merging sets and tomes into item DB 2022-01-05 12:42:01 -08:00
transform_preserve.py Update to 1.20.3 with item api 2021-07-13 15:34:40 -07:00
update_sets_in_items.py created separate files for merging sets and tomes into item DB 2022-01-05 12:42:01 -08:00
update_tomes_in_items.py fixed tome ID system, tome encoding and decoding support in build link 2022-05-20 19:01:53 -07:00
validate.py Remove duplicate entries (???) 2021-07-05 07:13: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. run python3 dump.py. This will overwrite dump.json and ../ingreds.json
  2. Copy ../old clean.json or ../compress.json into updated.json
  3. Run python3 transform_merge.py
  4. Run python3 ing_transform_combine.py
  5. Check validity (json differ or whatever)
  6. Copy clean.json and compress.json into toplevel for usage