Module:AbilityTable/Lists: Difference between revisions

Jump to navigation Jump to search
Vergir (talk | contribs)
Sort lists alphabetically and entries within each (keys then names, alphabetical, wrapped); sort exclusions alphabetically; reformat only, no content changes (with help from vergir-bot LLM)
Vergir (talk | contribs)
m Add "movementbased" list
Line 80: Line 80:
         "EnemySlowPct", "MaxSlowPercent", "MovementSlow", "MovementSlowPct", "MovementSpeedSlow", "MoveSlowPercent",
         "EnemySlowPct", "MaxSlowPercent", "MovementSlow", "MovementSlowPct", "MovementSpeedSlow", "MoveSlowPercent",
         "MoveSpeedPenaltyPerStack", "MoveSpeedSlowPct", "SlowPercent",
         "MoveSpeedPenaltyPerStack", "MoveSpeedSlowPct", "SlowPercent",
    },
   
    -- Abilities that are considered "movement-based". They get disabled by Slowing Hex and some other things.
    ["movementbased"] = {
    "BehaviorMovement",
     },
     },


Line 109: Line 114:
     -- for testing purposes. Feel free to change however you wish
     -- for testing purposes. Feel free to change however you wish
     ["test"] = {
     ["test"] = {
         "Silenced",
         "BehaviorMovement",
     },
     },