Fix ambivalence spellcosts
This commit is contained in:
parent
2879bb4502
commit
59be124de6
3 changed files with 7 additions and 7 deletions
10
clean.json
10
clean.json
|
@ -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
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -77593,4 +77593,4 @@
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue