Fix attack speed and quote issues

This commit is contained in:
b 2021-06-20 01:00:48 -07:00
parent 2cdbe4e196
commit 5dec41d798
4 changed files with 19 additions and 19 deletions

View file

@ -19871,7 +19871,7 @@
"fDam": "0-0",
"wDam": "0-0",
"aDam": "0-0",
"tDam": "11-181",
"tDam": "10-170",
"eDam": "0-0",
"atkSpd": "SUPER_FAST",
"lvl": 74,
@ -20991,7 +20991,7 @@
"aDam": "0-0",
"tDam": "0-0",
"eDam": "210-270",
"atkSpd": "SUPER_SLOW",
"atkSpd": "VERY_SLOW",
"lvl": 99,
"strReq": 35,
"dexReq": 0,
@ -26669,11 +26669,11 @@
"category": "weapon",
"slots": 3,
"drop": "NORMAL",
"nDam": "150-200",
"fDam": "120-235",
"nDam": "110-145",
"fDam": "90-170",
"wDam": "0-0",
"aDam": "0-0",
"tDam": "120-235",
"tDam": "90-170",
"eDam": "0-0",
"atkSpd": "SLOW",
"lvl": 97,
@ -30475,8 +30475,8 @@
"drop": "NORMAL",
"nDam": "10-10",
"fDam": "0-0",
"wDam": "150-210",
"aDam": "130-230",
"wDam": "120-155",
"aDam": "100-175",
"tDam": "0-0",
"eDam": "0-0",
"atkSpd": "NORMAL",
@ -36301,10 +36301,10 @@
"slots": 3,
"lore": "Those who have used this near-weightless bow all seem to tell tales of how they see Gale's spirit fighting alongside them.",
"drop": "NORMAL",
"nDam": "132-165",
"nDam": "100-123",
"fDam": "0-0",
"wDam": "0-0",
"aDam": "132-165",
"aDam": "100-123",
"tDam": "0-0",
"eDam": "0-0",
"atkSpd": "VERY_FAST",
@ -41409,7 +41409,7 @@
"category": "weapon",
"slots": 2,
"drop": "NORMAL",
"nDam": "90-135",
"nDam": "90-130",
"fDam": "55-90",
"wDam": "0-0",
"aDam": "0-0",
@ -57277,7 +57277,7 @@
"category": "weapon",
"slots": 3,
"drop": "never",
"nDam": "405-475",
"nDam": "385-450",
"fDam": "0-0",
"wDam": "0-0",
"aDam": "0-0",
@ -65629,9 +65629,9 @@
"slots": 3,
"drop": "NORMAL",
"nDam": "0-0",
"fDam": "150-177",
"fDam": "0-0",
"wDam": "150-177",
"aDam": "220-260",
"aDam": "150-177",
"tDam": "0-0",
"eDam": "0-0",
"atkSpd": "SLOW",
@ -68124,7 +68124,7 @@
"aDam": "0-0",
"tDam": "0-0",
"eDam": "0-0",
"atkSpd": "NORMAL",
"atkSpd": "SLOW",
"lvl": 72,
"strReq": 0,
"dexReq": 0,
@ -107830,7 +107830,7 @@
"aDam": "30-45",
"tDam": "0-0",
"eDam": "0-0",
"atkSpd": "NORMAL",
"atkSpd": "FAST",
"lvl": 80,
"strReq": 0,
"dexReq": 0,
@ -112615,4 +112615,4 @@
]
}
}
}
}

File diff suppressed because one or more lines are too long

View file

@ -1,4 +1,4 @@
const DB_VERSION = 50;
const DB_VERSION = 51;
// @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 = 50;
const DB_VERSION = 51;
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
let db;