Fix black catalyst set bonus

This commit is contained in:
b 2021-01-25 13:09:50 -06:00
parent 940b94c2fc
commit 43606d6627
4 changed files with 40 additions and 96 deletions

File diff suppressed because one or more lines are too long

View file

@ -22,7 +22,7 @@ function doItemSearch() {
let items_copy = items.slice(); let items_copy = items.slice();
document.getElementById("main").textContent = ""; document.getElementById("main").textContent = "";
for (const _query of input) { for (const _query of input) {
const query = queryTypeMap.get(_query.queryType)(_query.value); const query = queryTypeMap.get(_query.queryType)(_query.value, _query.value2);
items_copy = applyQuery(items_copy, query); items_copy = applyQuery(items_copy, query);
} }
document.getElementById("summary").textContent = items_copy.length + " results." document.getElementById("summary").textContent = items_copy.length + " results."

View file

@ -1,4 +1,4 @@
const DB_VERSION = 27; const DB_VERSION = 28;
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js // @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js
let db; let db;

View file

@ -181402,73 +181402,29 @@
"type": "chestplate", "type": "chestplate",
"set": null, "set": null,
"quest": null, "quest": null,
"poison": 0, "fixID": true,
"thorns": 0, "strReq": 65,
"sprint": 0,
"category": "armor",
"slots": 4,
"drop": "never",
"hp": 2825,
"fDef": 0,
"wDef": 0,
"aDef": -120,
"tDef": 0,
"eDef": 90,
"lvl": 97,
"classReq": null,
"strReq": 45,
"dexReq": 0, "dexReq": 0,
"intReq": 0, "intReq": 0,
"agiReq": 0,
"defReq": 0, "defReq": 0,
"hprPct": 0, "agiReq": 0,
"mr": 0, "category": "armor",
"sdPct": 6, "lvl": 97,
"mdPct": 12, "hp": 2550,
"ls": 0, "eDef": 90,
"ms": 0, "aDef": -120,
"xpb": 0, "slots": 4,
"lb": 0, "str": 8,
"ref": 0,
"str": 6,
"dex": 0, "dex": 0,
"int": 0, "int": 0,
"agi": 0,
"def": 0, "def": 0,
"expd": 0, "agi": 0,
"spd": 0, "ms": 1,
"atkTier": 0, "sdPct": 15,
"hpBonus": 0, "sdRaw": 280,
"spRegen": 0, "mdPct": 12,
"eSteal": 0, "eDamPct": 10,
"hprRaw": 0, "aDefPct": -15,
"sdRaw": 0,
"mdRaw": 0,
"fDamPct": 0,
"wDamPct": 0,
"aDamPct": 0,
"tDamPct": 0,
"eDamPct": 15,
"fDefPct": 0,
"wDefPct": 0,
"aDefPct": -8,
"tDefPct": 0,
"eDefPct": 0,
"fixID": true,
"spPct1": 0,
"spRaw1": 0,
"spPct2": 0,
"spRaw2": 0,
"spPct3": 0,
"spRaw3": 0,
"spPct4": 0,
"spRaw4": 0,
"rainbowRaw": 0,
"sprintReg": 0,
"jh": 0,
"lq": 0,
"gXp": 0,
"gSpd": 0,
"id": 2512 "id": 2512
}, },
{ {
@ -257957,37 +257913,9 @@
"remapID": 3116 "remapID": 3116
}, },
{ {
"tier": "Unique", "id": 3614,
"type": "chestplate", "name": "3614",
"name": "Ahm's Remains", "remapID": 2512
"displayName": "Ahm's Remains",
"set": null,
"quest": null,
"classReq": null,
"fixID": true,
"strReq": 65,
"dexReq": 0,
"intReq": 0,
"defReq": 0,
"agiReq": 0,
"category": "armor",
"lvl": 97,
"hp": 2550,
"eDef": 90,
"aDef": -120,
"slots": 4,
"str": 8,
"dex": 0,
"int": 0,
"def": 0,
"agi": 0,
"ms": 1,
"sdPct": 15,
"sdRaw": 280,
"mdPct": 12,
"eDamPct": 10,
"aDefPct": -15,
"id": 3614
}, },
{ {
"id": 10310, "id": 10310,
@ -258962,6 +258890,22 @@
"id": 3630, "id": 3630,
"displayName": "Cursed Jackboots" "displayName": "Cursed Jackboots"
}, },
{
"displayName": "Cinfras Souvenir T-Shirt",
"tier": "Normal",
"type": "chestplate",
"set": null,
"quest": null,
"poison": 0,
"thorns": 0,
"sprint": 0,
"category": "armor",
"slots": 2,
"drop": "never",
"hp": 10,
"id": 3631,
"displayName": "Cinfras Souvenir T-Shirt"
},
{ {
"id": 10101, "id": 10101,
"name": "10101", "name": "10101",
@ -259860,7 +259804,7 @@
"xpb": -5 "xpb": -5
}, },
{ {
"hp": -325, "hpBonus": 325,
"str": 0, "str": 0,
"dex": 0, "dex": 0,
"int": 0, "int": 0,