Module:AbilityTable/Lists: Difference between revisions

Vergir (talk | contribs)
m add bulleteffects list (wip)
Vergir (talk | contribs)
add unstoppable list, combining all debuff/CC lists plus disarm (with help from vergir-bot LLM)
Line 74: Line 74:
     -- Abilities whose debuffs are affected by Divine Barrier (combination of debuffresist and dispelmagic)
     -- Abilities whose debuffs are affected by Divine Barrier (combination of debuffresist and dispelmagic)
     ["divinebarrier"] = {
     ["divinebarrier"] = {
         "BuildUpPerShot", "BulletDamageAmpDuration", "BulletResistReduction", "BurnDuration", "DamageAmpPercentage", "DebuffAccuracy",
         "BuildUpDecayDelay", "BuildUpPerShot", "BulletDamageAmpDuration", "BulletResistReduction", "BurnDuration", "CitadelSilenced",
        "DebuffDuration", "DotHealthPercent", "EnemySlowPct", "FadingSlowPercent", "GroundAuraModifier", "GroundDashReductionPercent",
        "DamageAmpPercentage", "DebuffAccuracy", "DebuffDuration", "DotHealthPercent", "EnemySlowPct", "FadingSlowPercent",
        "HealAmpReceivePenaltyPercent", "HoldInPlaceDuration", "ImmobilizeDuration", "MaxSlowDuration", "MovementSlow",
        "FuseTime", "GroundAuraModifier", "GroundDashReductionPercent", "HealAmpReceivePenaltyPercent", "HoldInPlaceDuration",
        "MovementSlowPct", "MovementSpeedSlow", "MoveSlowPercent", "PetrifyDuration", "ProcDamage", "SilenceDuration",
        "ImmobilizeDuration", "MaxSlowDuration", "MovementSlow", "MovementSlowPct", "MovementSpeedSlow", "MoveSlowPercent",
        "SleepDuration", "SlowDuration", "SlowPercent", "StealDuration", "StunDuration", "TimeSlowDuration", "TossDuration",
        "PetrifyDuration", "ProcDamage", "Silenced", "SilenceDuration", "SleepDuration", "SlowDuration", "SlowPercent",
        "VenomDuration", "VictimStackDuration", "BuildUpDecayDelay", "CitadelSilenced", "FuseTime", "Silenced",
        "StealDuration", "StunDuration", "TimeSlowDuration", "TossDuration", "VenomDuration", "VictimStackDuration",
         "Card Trick", "Combo", "Light Eater", "Spirit Lasso", "Stalker's Mark",
         "Card Trick", "Combo", "Light Eater", "Spirit Lasso", "Stalker's Mark",
    },
    -- Abilities whose negative effects are prevented by Unstoppable (suppress + immunity to Stun, Silence, Sleep, Root, Disarm)
    ["unstoppable"] = {
        "BuildUpDecayDelay", "BuildUpPerShot", "BulletDamageAmpDuration", "BulletResistReduction", "BurnDuration",
        "ChainLength", "ChargeDragEnemy", "CitadelRoot", "CitadelSilenced", "DamageAmpPercentage",
        "DebuffAccuracy", "DebuffDuration", "DisarmDuration", "DotHealthPercent", "Drag", "DragModifier",
        "EnemySlowPct", "FadingSlowPercent", "FuseTime", "GroundAuraModifier", "GroundDashReductionPercent",
        "HealAmpReceivePenaltyPercent", "HexDuration", "HoldInPlaceDuration", "Immobilize", "ImmobilizeDuration",
        "LateCheckoutStun", "LiftDuration", "MaxSlowDuration", "MovementSlow", "MovementSlowPct", "MovementSpeedSlow",
        "MoveSlowPercent", "PetrifyDuration", "ProcDamage", "RestrictionDuration", "Silenced", "SilenceDuration",
        "SleepDuration", "SlowDuration", "SlowPercent", "StealDuration", "StunDuration", "Tether", "TimeSlowDuration",
        "TossDuration", "VenomDuration", "VictimStackDuration",
        "Card Trick", "Combo", "Essence Theft", "Hotel Guest", "Light Eater", "Luggage Cart", "Paradoxical Swap",
        "Sand Blast", "Singularity", "Spirit Lasso", "Stalker's Mark", "Static Charge", "Sticky Bomb",
     },
     },