Module:AbilityTable/Lists: Difference between revisions

Jump to navigation Jump to search
Vergir (talk | contribs)
mNo edit summary
Vergir (talk | contribs)
m simplify debuffresist/moveslow lists
Line 17: Line 17:
     -- Abilities whose duration is reduced by Debuff Resist (Debuff Reducer etc.)
     -- Abilities whose duration is reduced by Debuff Resist (Debuff Reducer etc.)
     ["debuffresist"] = {
     ["debuffresist"] = {
         "BleedDuration", "BulletDamageAmpDuration", "BulletResistReduction", "BurnDuration", "DebuffAccuracy", "DebuffDuration",
         "MovementSlow", "BulletDamageAmpDuration", "BulletResistReduction", "BurnDuration", "DebuffAccuracy", "DebuffDuration",
         "EffectDuration", "EnemySlowPct", "ExplodeDebuffDuration", "GroundDashReductionPercent", "HealAmpReceivePenaltyPercent", "HexDuration",
         "FadingSlowPercent", "EnemySlowPct", "GroundDashReductionPercent", "HealAmpReceivePenaltyPercent", "DamageAmpPercentage", "ImmobilizeDuration",
        "HoldInPlaceDuration", "ImmobilizeDuration", "LateCheckoutStun", "LiftDuration", "MaxSlowDuration", "MoveSlowPercent",
        "TimeSlowDuration", "MaxSlowDuration", "MovementSlowPct", "MovementSpeedSlow", "PetrifyDuration", "SilenceDuration",
        "MovementSlowPct", "MovementSpeedSlow", "PetrifyDuration", "SilenceDebuff", "SilenceDuration", "SleepDuration",
        "SleepDuration", "SlowPercent", "StealDuration", "StunDuration", "TossDuration", "VenomDuration",
        "SlowPercent", "StealDuration", "StunDuration", "TimeSlowDuration", "TossDuration", "VenomDuration", "VictimStackDuration",
        "VictimStackDuration", "BuildUpPerShot", "ProcDamage", "modifier_slow_base",
        "Card Trick", "Combo", "Life Drain", "Light Eater", "Stalker's Mark", "Spirit Lasso"
        "Combo", "Life Drain", "Light Eater", "Spirit Lasso",
     },
     },
      
      
     -- Abilities that apply a move slow to their targets
     -- Abilities that apply a move slow to their targets
     ["moveslow"] = {
     ["moveslow"] = {
         "ClubSlowPercent", "EnemySlowPct", "MaxSlowPercent", "MovementSlow", "MovementSlowPct", "MovementSpeedSlow",
         "EnemySlowPct", "MaxSlowPercent", "MovementSlow", "MovementSlowPct", "MovementSpeedSlow", "MoveSpeedPenaltyPerStack",
        "MoveSlowPercent", "MoveSpeedPenaltyPerStack", "MoveSpeedSlowPct", "SlowPercent",
        "MoveSpeedSlowPct", "SlowPercent", "MoveSlowPercent"
     },
     },


     -- 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 trigger Reactive Barrier on their targets (WIP)
     -- Abilities that trigger Reactive Barrier on their targets (WIP)
Line 38: Line 38:
         "HexDuration", "HoldInPlaceDuration", "ImmobilizeDuration", "LiftDuration", "PetrifyDuration", "PullDownDuration",
         "HexDuration", "HoldInPlaceDuration", "ImmobilizeDuration", "LiftDuration", "PetrifyDuration", "PullDownDuration",
         "PullDuration", "RestrictionDuration", "SilenceDebuff", "SilenceDuration", "SleepDuration", "StunDuration",
         "PullDuration", "RestrictionDuration", "SilenceDebuff", "SilenceDuration", "SleepDuration", "StunDuration",
        "TossDuration",
         "Dazzling Trick", "Ground Strike", "Hotel Guest", "Itani Lo Sahn",
         "Dazzling Trick", "Ground Strike", "Hotel Guest", "Itani Lo Sahn",
     },
     },
Line 45: Line 46:
         "BleedDuration", "BulletDamageAmpDuration", "BulletResistReduction", "BurnDuration", "DebuffAccuracy", "DebuffDuration",
         "BleedDuration", "BulletDamageAmpDuration", "BulletResistReduction", "BurnDuration", "DebuffAccuracy", "DebuffDuration",
         "EffectDuration", "EnemySlowPct", "ExplodeDebuffDuration", "GroundDashReductionPercent", "HoldInPlaceDuration", "ImmobilizeDuration",
         "EffectDuration", "EnemySlowPct", "ExplodeDebuffDuration", "GroundDashReductionPercent", "HoldInPlaceDuration", "ImmobilizeDuration",
         "LiftDuration", "MaxSlowDuration", "MoveSlowPercent", "RestrictionDuration", "SilenceDebuff", "SilenceDuration",
         "LiftDuration", "MaxSlowDuration", "RestrictionDuration", "SilenceDebuff", "SilenceDuration",
         "SlowDuration", "SlowPercent", "StealDuration", "TimeSlowDuration", "VenomDuration",
         "SlowDuration", "SlowPercent", "StealDuration", "TimeSlowDuration", "VenomDuration", "DotHealthPercent",
        "GroundAuraModifier", "BuildUpPerShot",
         "Card Trick", "Essence Theft", "Life Drain", "Light Eater", "Luggage Cart", "Sticky Bomb",
         "Card Trick", "Essence Theft", "Life Drain", "Light Eater", "Luggage Cart", "Sticky Bomb",
        "Stalker's Mark", "Fixation",
     },
     },


Line 66: Line 69:
     ["debuffresist"] = {
     ["debuffresist"] = {
         "Bookwyrm",      -- has DebuffDuration for some reason
         "Bookwyrm",      -- has DebuffDuration for some reason
         "Itani Lo Sahn",  -- has DebuffDuration but does not get reduced
         "Itani Lo Sahn",  -- has lots of debuffs but none are affected by debuffresist
         "Slam Fire",      -- has DebuffDuration for some reason
         "Slam Fire",      -- has DebuffDuration for some reason
         "Splatter",      -- has SlowPercent but no duration to shave off
         "Splatter",      -- has SlowPercent but no duration to shave off
Line 82: Line 85:
     },
     },
     ["dispelmagic"] = {
     ["dispelmagic"] = {
        "Bookwyrm",      -- has DebuffDuration for some reason
         "Slam Fire",      -- has DebuffDuration for some reason
         "Slam Fire",      -- has DebuffDuration for some reason
     },
     },