wynnbuilder-forked-for-changes/py_script
2022-06-27 16:23:22 +07:00
..
textures atree ID rework started 2022-06-27 00:09:49 -07:00
atree-convertID.py fix: separate atree ids for each class 2022-06-27 16:23:22 +07:00
atree-generateID.py fix: separate atree ids for each class 2022-06-27 16:23:22 +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 refactor argument parsing from sys to argparse 2022-06-25 16:35:09 -07:00
get.py Example argparse 2022-06-25 05:44:24 -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 python refactor pt 2 2022-06-15 11:55:04 -07:00
image_get.py merge conflicts + first part of refactor 2022-06-12 20:54:53 -07:00
ing_map.json python refactor pt 2 2022-06-15 11:55:04 -07:00
json_diff.py python refactor pt 2 2022-06-15 11:55:04 -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 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 refactor argument parsing from sys to argparse 2022-06-25 16:35:09 -07:00
process_items.py refactor argument parsing from sys to argparse 2022-06-25 16:35:09 -07: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).