Chaos resistance is counting toward #% Total Elemental Resistance when price checking

Fixes #660
This commit is contained in:
kvan7
2025-09-10 05:31:34 -05:00
parent 7782d98460
commit cba5ba0b55
@@ -36,7 +36,7 @@ const RESISTANCES_INFO = [
// ref: stat("#% to Cold and Lightning Resistances"),
// elements: ["cold", "lightning"],
// },
{ ref: stat("#% to Chaos Resistance"), elements: [""], chaos: true },
{ ref: stat("#% to Chaos Resistance"), elements: [], chaos: true },
{
ref: stat("#% to Fire and Chaos Resistances"),
elements: ["fire"],