Module:AbilityTable/Lists: Difference between revisions

Jump to navigation Jump to search
Vergir (talk | contribs)
Trim unstoppable list: remove non-CC keys (anti-heal, damage amp/DoT, generic DebuffDuration, redundant name patches) (with help from vergir-bot LLM)
Vergir (talk | contribs)
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 via Plated Armor (WIP)
     -- Abilities that apply some effect on a bullet hit that can be mitigated with Plated Armor
     ["bulleteffects"] = {
     ["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
     },
     },
     ["bulleteffects"] = {
     ["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
     },
     },
}
}