Fix ambivalence spellcosts

This commit is contained in:
hppeng 2022-07-05 10:38:05 -07:00
parent 2879bb4502
commit 59be124de6
3 changed files with 7 additions and 7 deletions

View file

@ -16582,10 +16582,10 @@
"wDamPct": 50, "wDamPct": 50,
"type": "necklace", "type": "necklace",
"fixID": true, "fixID": true,
"spPct1": 91, "spPct1": 130,
"spPct2": 59, "spPct2": 85,
"spPct3": 91, "spPct3": 130,
"spPct4": 70, "spPct4": 100,
"id": 3618 "id": 3618
}, },
{ {

File diff suppressed because one or more lines are too long

View file

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