HOTFIX: Fix frameshift ID
💀
This commit is contained in:
parent
050a086838
commit
73bc5e469e
3 changed files with 4 additions and 2 deletions
|
@ -26855,8 +26855,10 @@
|
||||||
"category": "weapon",
|
"category": "weapon",
|
||||||
"slots": 3,
|
"slots": 3,
|
||||||
"drop": "NORMAL",
|
"drop": "NORMAL",
|
||||||
|
"nDam": "0-0",
|
||||||
"fDam": "160-200",
|
"fDam": "160-200",
|
||||||
"wDam": "0-0",
|
"wDam": "0-0",
|
||||||
|
"aDam": "0-0",
|
||||||
"tDam": "0-0",
|
"tDam": "0-0",
|
||||||
"eDam": "150-210",
|
"eDam": "150-210",
|
||||||
"atkSpd": "VERY_SLOW",
|
"atkSpd": "VERY_SLOW",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
||||||
const DB_VERSION = 114;
|
const DB_VERSION = 115;
|
||||||
// @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…
Reference in a new issue