Module:AbilityTable: Difference between revisions

Jump to navigation Jump to search
Vergir (talk | contribs)
m dispelmagic fixes
Vergir (talk | contribs)
m more debuffresist/dispelmagic fixes in preparation of auto-notes
Line 12: Line 12:
         "StunDuration", "SleepDuration", "SilenceDuration", "SilenceDebuff", "PetrifyDuration", "HexDuration",
         "StunDuration", "SleepDuration", "SilenceDuration", "SilenceDebuff", "PetrifyDuration", "HexDuration",
         "ImmobilizeDuration", "LiftDuration", "DebuffDuration", "HoldInPlaceDuration", "ExplodeDebuffDuration", "SlowPercent",
         "ImmobilizeDuration", "LiftDuration", "DebuffDuration", "HoldInPlaceDuration", "ExplodeDebuffDuration", "SlowPercent",
         "DebuffAccuracy", "TimeSlowDuration", "BulletDamageAmpDuration", "BulletResistReduction", "BurnDuration",
         "DebuffAccuracy", "TimeSlowDuration", "LateCheckoutStun", "BulletDamageAmpDuration", "BulletResistReduction", "BurnDuration",
         "EnemySlowPct", "MoveSlowPercent", "GroundDashReductionPercent", "StealDuration", "EffectDuration", "TossDuration",
         "EnemySlowPct", "MoveSlowPercent", "GroundDashReductionPercent", "StealDuration", "MaxSlowDuration", "EffectDuration",
        "BleedDuration", "VenomDuration", "TossDuration",
         -- can also just list abilities if they don't have a reusable property
         -- can also just list abilities if they don't have a reusable property
         "Hotel Guest", "Life Drain", "Combo", "Light Eater", "Spirit Lasso", "Card Trick", "Lethal Venom", "Serrated Knives", "Kinetic Carbine"
         "Life Drain", "Combo", "Light Eater", "Spirit Lasso", "Card Trick"
     },
     },
     ["moveslow"] = {
     ["moveslow"] = {
Line 30: Line 31:
     },
     },
     ["dispelmagic"] = {
     ["dispelmagic"] = {
        -- Excludes effects that prevent casting (StunDuration, SleepDuration, PetrifyDuration, HexDuration)
        -- since you cannot self-dispel while affected by those.
        -- Slot 4 (ultimate) abilities are excluded via filter_abilities.
         "SilenceDuration", "SilenceDebuff", "ImmobilizeDuration", "LiftDuration", "HoldInPlaceDuration",
         "SilenceDuration", "SilenceDebuff", "ImmobilizeDuration", "LiftDuration", "HoldInPlaceDuration",
         "RestrictionDuration",
         "RestrictionDuration",
         "SlowPercent", "EnemySlowPct", "MoveSlowPercent", "GroundDashReductionPercent", "SlowDuration",
         "SlowPercent", "EnemySlowPct", "MoveSlowPercent", "GroundDashReductionPercent", "SlowDuration",
         "DebuffDuration", "ExplodeDebuffDuration", "BulletDamageAmpDuration", "BulletResistReduction",
         "DebuffDuration", "ExplodeDebuffDuration", "BulletDamageAmpDuration", "BulletResistReduction",
         "StealDuration", "EffectDuration", "DebuffAccuracy", "TimeSlowDuration", "BurnDuration", "TossDuration",
         "StealDuration", "EffectDuration", "DebuffAccuracy", "TimeSlowDuration",
        "BurnDuration", "BleedDuration", "VenomDuration", "MaxSlowDuration",
         -- raw abilities
         -- raw abilities
         "Life Drain", "Card Trick", "Sticky Bomb", "Light Eater", "Luggage Cart", "Lethal Venom", "Serrated Knives", "Essence Theft", "Kinetic Carbine",
         "Life Drain", "Card Trick", "Sticky Bomb", "Light Eater", "Luggage Cart", "Essence Theft"
     },
     },
     ["heal"] = {
     ["heal"] = {
Line 127: Line 126:
         ["Shadow Transformation"] = "Restores a percentage of max health per hero kill.",
         ["Shadow Transformation"] = "Restores a percentage of max health per hero kill.",
     },
     },
    ["dispelmagic"] = {
   
    }
}
}