Module:ItemTables: Difference between revisions

LVL (talk | contribs)
Fixed Witchmail showing up in ability cooldown reduction by adding a dead stat override
LVL (talk | contribs)
Added refresher to manual override list
Line 73: Line 73:
-- Keys are item Names, values are tables of { [internalStatName] = replacementValue }
-- Keys are item Names, values are tables of { [internalStatName] = replacementValue }
local deadStatOverrides = {
local deadStatOverrides = {
     ["Witchmail"] = { CooldownReduction = "0" }
     ["Witchmail"] = { CooldownReduction = "0" },
    ["Refresher"] = { BulletResist = "0", TechResist = "0" }
}
}