HOTFIX: patch frameshift (again)

missing neutral and air damage
This commit is contained in:
hppeng 2022-11-17 22:21:16 -08:00
parent 36d099b225
commit 416a07c787
3 changed files with 5 additions and 3 deletions

View file

@ -26994,6 +26994,8 @@
"wDam": "0-0", "wDam": "0-0",
"tDam": "0-0", "tDam": "0-0",
"eDam": "150-210", "eDam": "150-210",
"nDam": "0-0",
"aDam": "0-0",
"atkSpd": "VERY_SLOW", "atkSpd": "VERY_SLOW",
"lvl": 104, "lvl": 104,
"strReq": 40, "strReq": 40,

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
const DB_VERSION = 116; const DB_VERSION = 117;
// @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;