Module:AbilityTable: Difference between revisions

Jump to navigation Jump to search
Vergir (talk | contribs)
add dispelmagic stat, refactor filtering into filter_abilities with slot-4 exclusion for dispelmagic (with help from vergir-bot LLM)
Vergir (talk | contribs)
m better dispelmagic/debuffresist lists
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", "LateCheckoutStun", "BulletDamageAmpDuration", "BulletResistReduction", "BurnDuration",
         "DebuffAccuracy", "TimeSlowDuration", "BulletDamageAmpDuration", "BulletResistReduction", "BurnDuration",
         "EnemySlowPct", "MoveSlowPercent", "GroundDashReductionPercent", "StealDuration", "MaxSlowDuration", "EffectDuration",
         "EnemySlowPct", "MoveSlowPercent", "GroundDashReductionPercent", "StealDuration", "EffectDuration", "TossDuration",
        "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"
         "Hotel Guest", "Life Drain", "Combo", "Light Eater", "Spirit Lasso", "Card Trick", "Lethal Venom", "Serrated Knives", "Kinetic Carbine"
     },
     },
     ["moveslow"] = {
     ["moveslow"] = {
Line 39: Line 38:
         "DebuffDuration", "ExplodeDebuffDuration", "BulletDamageAmpDuration", "BulletResistReduction",
         "DebuffDuration", "ExplodeDebuffDuration", "BulletDamageAmpDuration", "BulletResistReduction",
         "StealDuration", "EffectDuration", "DebuffAccuracy", "TimeSlowDuration",
         "StealDuration", "EffectDuration", "DebuffAccuracy", "TimeSlowDuration",
         "BurnDuration", "BleedDuration", "VenomDuration",
         "BurnDuration",
         -- raw abilities
         -- raw abilities
         "Life Drain", "Card Trick",
         "Life Drain", "Card Trick", "Sticky Bomb", "Light Eater", "Luggage Cart", "Lethal Venom", "Serrated Knives", "Essence Theft", "Kinetic Carbine",
     },
     },
     ["heal"] = {
     ["heal"] = {
Line 129: Line 128:
         ["Shadow Transformation"] = "Restores a percentage of max health per hero kill.",
         ["Shadow Transformation"] = "Restores a percentage of max health per hero kill.",
     },
     },
    ["dispelmagic"] = {
    ["Shoulder Charge"] = "T2 slow.",
   
    }
}
}