Fix air hive marker on gale's force (gale's freedom), add README to update process

This commit is contained in:
hppeng 2022-01-05 12:35:24 -08:00
parent 64d167d911
commit 552928a688
4 changed files with 11 additions and 3 deletions

View file

@ -24618,7 +24618,6 @@
},
{
"name": "Gale's Force",
"set": "Air Hive",
"tier": "Legendary",
"type": "bow",
"category": "weapon",
@ -26582,6 +26581,7 @@
},
{
"name": "Gale's Freedom",
"set": "Air Hive",
"tier": "Rare",
"type": "chestplate",
"category": "armor",

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
const DB_VERSION = 88;
const DB_VERSION = 89;
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
let db;

8
py_script/README.md Normal file
View file

@ -0,0 +1,8 @@
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