Fix arkhalis and other weapons
This commit is contained in:
parent
87d84a366b
commit
d879fa910b
5 changed files with 24 additions and 4 deletions
20
clean3.json
20
clean3.json
|
@ -96,6 +96,12 @@
|
|||
"displayName": "King of Hearts",
|
||||
"poison": -10000000,
|
||||
"slots": 2,
|
||||
"nDam": "0-0",
|
||||
"fDam": "0-0",
|
||||
"wDam": "0-0",
|
||||
"aDam": "0-0",
|
||||
"tDam": "0-0",
|
||||
"eDam": "0-0",
|
||||
"atkSpd": "NORMAL",
|
||||
"lvl": 97,
|
||||
"intReq": 60,
|
||||
|
@ -237,7 +243,14 @@
|
|||
"tier": "Rare",
|
||||
"category": "weapon",
|
||||
"displayName": "Arkhalis",
|
||||
"basedps": 212,
|
||||
"slots": 3,
|
||||
"nDam": "0-0",
|
||||
"fDam": "0-0",
|
||||
"wDam": "0-0",
|
||||
"aDam": "0-0",
|
||||
"tDam": "127-297",
|
||||
"eDam": "0-0",
|
||||
"atkSpd": "SUPER_FAST",
|
||||
"lvl": 98,
|
||||
"dexReq": 60,
|
||||
|
@ -439,7 +452,14 @@
|
|||
"tier": "Legendary",
|
||||
"category": "weapon",
|
||||
"displayName": "Hashr Claw",
|
||||
"basedps": 42.5,
|
||||
"slots": 2,
|
||||
"nDam": "10-15",
|
||||
"fDam": "0-0",
|
||||
"wDam": "0-0",
|
||||
"aDam": "0-0",
|
||||
"tDam": "10-50",
|
||||
"eDam": "0-0",
|
||||
"atkSpd": "SUPER_FAST",
|
||||
"lvl": 39,
|
||||
"dexReq": 30,
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
load.js
2
load.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 52;
|
||||
const DB_VERSION = 53;
|
||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
|
||||
|
||||
let db;
|
||||
|
|
2
load3.js
2
load3.js
|
@ -1,4 +1,4 @@
|
|||
const DB_VERSION = 52;
|
||||
const DB_VERSION = 53;
|
||||
// @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