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, "mdPct": 15,
"ms": 3, "ms": 3,
"dex": 12, "dex": 12,
"sdRaw": 205, "sdRaw": 160,
"mdRaw": 230, "mdRaw": 190,
"wDamPct": -20, "wDamPct": -20,
"tDamPct": 15, "tDamPct": 15,
"id": 3160 "id": 3160
@ -243,7 +243,6 @@
"tier": "Rare", "tier": "Rare",
"category": "weapon", "category": "weapon",
"displayName": "Arkhalis", "displayName": "Arkhalis",
"basedps": 212,
"slots": 3, "slots": 3,
"nDam": "0-0", "nDam": "0-0",
"fDam": "0-0", "fDam": "0-0",
@ -260,7 +259,7 @@
"spd": 15, "spd": 15,
"atkTier": -1, "atkTier": -1,
"hpBonus": -1350, "hpBonus": -1350,
"mdRaw": 425, "mdRaw": 310,
"tDamPct": 15, "tDamPct": 15,
"eDefPct": -30, "eDefPct": -30,
"id": 145 "id": 145
@ -420,7 +419,7 @@
"ms": 2, "ms": 2,
"int": 5, "int": 5,
"expd": 12, "expd": 12,
"sdRaw": 277, "sdRaw": 205,
"tDefPct": -20, "tDefPct": -20,
"id": 3597 "id": 3597
}, },
@ -452,7 +451,6 @@
"tier": "Legendary", "tier": "Legendary",
"category": "weapon", "category": "weapon",
"displayName": "Hashr Claw", "displayName": "Hashr Claw",
"basedps": 42.5,
"slots": 2, "slots": 2,
"nDam": "10-15", "nDam": "10-15",
"fDam": "0-0", "fDam": "0-0",
@ -493,7 +491,7 @@
"def": 6, "def": 6,
"spd": 13, "spd": 13,
"sdRaw": 170, "sdRaw": 170,
"mdRaw": -225, "mdRaw": -170,
"id": 3589 "id": 3589
}, },
{ {
@ -514,7 +512,7 @@
"str": 10, "str": 10,
"spd": -15, "spd": -15,
"hprRaw": 155, "hprRaw": 155,
"mdRaw": 330, "mdRaw": 255,
"eDamPct": 15, "eDamPct": 15,
"id": 671 "id": 671
}, },
@ -599,7 +597,6 @@
"tier": "Mythic", "tier": "Mythic",
"category": "weapon", "category": "weapon",
"displayName": "Collapse", "displayName": "Collapse",
"basedps": 827.5,
"slots": 3, "slots": 3,
"nDam": "40-65", "nDam": "40-65",
"fDam": "0-310", "fDam": "0-310",
@ -631,7 +628,6 @@
"tier": "Mythic", "tier": "Mythic",
"category": "weapon", "category": "weapon",
"displayName": "Singularity", "displayName": "Singularity",
"basedps": 1025,
"slots": 15, "slots": 15,
"nDam": "0-0", "nDam": "0-0",
"fDam": "125-275", "fDam": "125-275",
@ -661,7 +657,6 @@
"tier": "Legendary", "tier": "Legendary",
"category": "weapon", "category": "weapon",
"displayName": "The Nothing", "displayName": "The Nothing",
"basedps": 1.5,
"nDam": "0-0", "nDam": "0-0",
"fDam": "0-1", "fDam": "0-1",
"wDam": "0-0", "wDam": "0-0",
@ -753,7 +748,6 @@
], ],
"category": "weapon", "category": "weapon",
"displayName": "Deadeye", "displayName": "Deadeye",
"basedps": 577.5,
"slots": 1, "slots": 1,
"nDam": "577-578", "nDam": "577-578",
"fDam": "0-0", "fDam": "0-0",
@ -921,7 +915,6 @@
"tier": "Legendary", "tier": "Legendary",
"category": "weapon", "category": "weapon",
"displayName": "Helm Splitter", "displayName": "Helm Splitter",
"basedps": 914,
"slots": 1, "slots": 1,
"nDam": "714-1114", "nDam": "714-1114",
"fDam": "0-0", "fDam": "0-0",
@ -972,7 +965,6 @@
"tier": "Mythic", "tier": "Mythic",
"category": "weapon", "category": "weapon",
"displayName": "Thrundacrack", "displayName": "Thrundacrack",
"basedps": 277.5,
"slots": 4, "slots": 4,
"nDam": "50-90", "nDam": "50-90",
"fDam": "0-0", "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 // @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
let db; 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 // @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
let db; let db;