Various raw fixes

This commit is contained in:
b 2021-06-25 15:25:24 -07:00
parent 94df3fd379
commit 37f2474fda
4 changed files with 9 additions and 17 deletions

View file

@ -176,8 +176,8 @@
"mdPct": 15,
"ms": 3,
"dex": 12,
"sdRaw": 205,
"mdRaw": 230,
"sdRaw": 160,
"mdRaw": 190,
"wDamPct": -20,
"tDamPct": 15,
"id": 3160
@ -243,7 +243,6 @@
"tier": "Rare",
"category": "weapon",
"displayName": "Arkhalis",
"basedps": 212,
"slots": 3,
"nDam": "0-0",
"fDam": "0-0",
@ -260,7 +259,7 @@
"spd": 15,
"atkTier": -1,
"hpBonus": -1350,
"mdRaw": 425,
"mdRaw": 310,
"tDamPct": 15,
"eDefPct": -30,
"id": 145
@ -420,7 +419,7 @@
"ms": 2,
"int": 5,
"expd": 12,
"sdRaw": 277,
"sdRaw": 205,
"tDefPct": -20,
"id": 3597
},
@ -452,7 +451,6 @@
"tier": "Legendary",
"category": "weapon",
"displayName": "Hashr Claw",
"basedps": 42.5,
"slots": 2,
"nDam": "10-15",
"fDam": "0-0",
@ -493,7 +491,7 @@
"def": 6,
"spd": 13,
"sdRaw": 170,
"mdRaw": -225,
"mdRaw": -170,
"id": 3589
},
{
@ -514,7 +512,7 @@
"str": 10,
"spd": -15,
"hprRaw": 155,
"mdRaw": 330,
"mdRaw": 255,
"eDamPct": 15,
"id": 671
},
@ -599,7 +597,6 @@
"tier": "Mythic",
"category": "weapon",
"displayName": "Collapse",
"basedps": 827.5,
"slots": 3,
"nDam": "40-65",
"fDam": "0-310",
@ -631,7 +628,6 @@
"tier": "Mythic",
"category": "weapon",
"displayName": "Singularity",
"basedps": 1025,
"slots": 15,
"nDam": "0-0",
"fDam": "125-275",
@ -661,7 +657,6 @@
"tier": "Legendary",
"category": "weapon",
"displayName": "The Nothing",
"basedps": 1.5,
"nDam": "0-0",
"fDam": "0-1",
"wDam": "0-0",
@ -753,7 +748,6 @@
],
"category": "weapon",
"displayName": "Deadeye",
"basedps": 577.5,
"slots": 1,
"nDam": "577-578",
"fDam": "0-0",
@ -921,7 +915,6 @@
"tier": "Legendary",
"category": "weapon",
"displayName": "Helm Splitter",
"basedps": 914,
"slots": 1,
"nDam": "714-1114",
"fDam": "0-0",
@ -972,7 +965,6 @@
"tier": "Mythic",
"category": "weapon",
"displayName": "Thrundacrack",
"basedps": 277.5,
"slots": 4,
"nDam": "50-90",
"fDam": "0-0",

File diff suppressed because one or more lines are too long

View file

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