HOTFIX: frameshift fix
missing damage fields ffs
This commit is contained in:
parent
8767616c0a
commit
33a1e18154
3 changed files with 5 additions and 3 deletions
|
@ -26694,8 +26694,10 @@
|
|||
"category": "weapon",
|
||||
"slots": 3,
|
||||
"drop": "NORMAL",
|
||||
"nDam": "0-0",
|
||||
"fDam": "160-200",
|
||||
"wDam": "0-0",
|
||||
"aDam": "0-0",
|
||||
"tDam": "0-0",
|
||||
"eDam": "150-210",
|
||||
"atkSpd": "VERY_SLOW",
|
||||
|
@ -84407,4 +84409,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 111;
|
||||
const DB_VERSION = 112;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
Loading…
Reference in a new issue