Fix arkhalis and other weapons

This commit is contained in:
b 2021-06-20 17:16:39 -07:00
parent 87d84a366b
commit d879fa910b
5 changed files with 24 additions and 4 deletions

View file

@ -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

View file

@ -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;

View file

@ -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;