Module:AbilityTable/Lists: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Trim unstoppable list: remove non-CC keys (anti-heal, damage amp/DoT, generic DebuffDuration, redundant name patches) (with help from vergir-bot LLM) |
m exclude life drain from unstoppable. rename bulleteffects => platedarmor |
||
| Line 21: | Line 21: | ||
["dashslow"] = { "EnemyDashSlowPercent", "GroundDashReductionPercent", "MaxGroundDashReductionPercent", "MoveSpeedAndDashSlowPct" }, | ["dashslow"] = { "EnemyDashSlowPercent", "GroundDashReductionPercent", "MaxGroundDashReductionPercent", "MoveSpeedAndDashSlowPct" }, | ||
-- Abilities that apply some effect on a bullet hit that can be mitigated | -- Abilities that apply some effect on a bullet hit that can be mitigated with Plated Armor | ||
[" | ["platedarmor"] = { | ||
"BuildUpDuration", "BuildUpDecayDelay", | "BuildUpDuration", "BuildUpDecayDelay", | ||
"Blasted", "Light Eater", "Fixation", "Crackshot", "Power Surge" | "Blasted", "Light Eater", "Fixation", "Crackshot", "Power Surge" | ||
| Line 155: | Line 155: | ||
"Shadow Transformation", -- gives immunity to debuffs so heal can't be reduced | "Shadow Transformation", -- gives immunity to debuffs so heal can't be reduced | ||
}, | }, | ||
[" | ["platedarmor"] = { | ||
"Arctic Beam" -- has BuildUpDuration but doesn't get applied with bullets. | "Arctic Beam" -- has BuildUpDuration but doesn't get applied with bullets. | ||
}, | |||
["unstoppable"] = { | |||
"Life Drain" -- has CitadelSilenced but doesn't apply any silence | |||
}, | }, | ||
} | } | ||