Fix cold wave fire defense

This commit is contained in:
b 2021-05-06 11:45:24 -07:00
parent bc281aa275
commit de8b9f5586
3 changed files with 3 additions and 3 deletions

View file

@ -111,7 +111,7 @@
"sdPct": 6,
"wDamPct": 8,
"spd": -10,
"fDefPct": -8,
"fDefPct": -14,
"type": "ring",
"id": 3556
},

File diff suppressed because one or more lines are too long

View file

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