Module:ItemTables: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Fixed Witchmail showing up in ability cooldown reduction by adding a dead stat override |
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" } | |||
} | } | ||