Module:AbilityTable/Lists: Difference between revisions

Jump to navigation Jump to search
Vergir (talk | contribs)
reactivebarrier: fix props to add missing bashdown. Add indomitable list
Vergir (talk | contribs)
m add bulleteffects list (wip)
Line 91: Line 91:
     -- Abilities that apply a dash slow to their targets
     -- Abilities that apply a dash slow to their targets
     ["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)
    ["bulleteffects"] = {
    "BuildUpDuration", "BuildUpDecayDelay",
    "Blasted", "Light Eater", "Fixation", "Crackshot", "Power Surge"
    }
}
}