Module:AbilityTable/Lists: Difference between revisions

add divinebarrier list, combining debuffresist and dispelmagic props (with help from vergir-bot LLM)
Vergir (talk | contribs)
mNo edit summary
Line 80: Line 80:
         "SleepDuration", "SlowDuration", "SlowPercent", "StealDuration", "StunDuration", "TimeSlowDuration", "TossDuration",
         "SleepDuration", "SlowDuration", "SlowPercent", "StealDuration", "StunDuration", "TimeSlowDuration", "TossDuration",
         "VenomDuration", "VictimStackDuration",
         "VenomDuration", "VictimStackDuration",
         "Card Trick", "Combo", "Essence Theft", "Life Drain", "Light Eater", "Luggage Cart", "Spirit Lasso", "Stalker's Mark", "Static Charge", "Sticky Bomb",
         "Card Trick", "Combo", "Essence Theft", "Life Drain", "Light Eater", "Hotel Guest", "Spirit Lasso", "Stalker's Mark", "Sticky Bomb",
     },
     },
}
}
Line 90: Line 90:
         "Bookwyrm",      -- has DebuffDuration for some reason
         "Bookwyrm",      -- has DebuffDuration for some reason
         "Itani Lo Sahn",  -- has lots of debuffs but none are affected by debuffresist
         "Itani Lo Sahn",  -- has lots of debuffs but none are affected by debuffresist
        "Slam Fire",      -- has DebuffDuration for some reason
        "Splatter",      -- has SlowPercent but no duration to shave off
        "Frozen Shelter", -- has SlowPercent but no duration to shave off
    },
    ["dispelmagic"] = {
        "Slam Fire", -- has DebuffDuration for some reason
    },
    ["divinebarrier"] = {
    "Bookwyrm",      -- has DebuffDuration for some reason
         "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 106: Line 115:
     ["reducibleheal"] = {
     ["reducibleheal"] = {
         "Riposte",      -- has AbilityLifestealPercentHero but doesn't deal damage to heal off of
         "Riposte",      -- has AbilityLifestealPercentHero but doesn't deal damage to heal off of
         "Shadow Transformation", -- has AbilityLifestealPercentHero but doesn't deal damage to heal off of
         "Shadow Transformation", -- gives immunity to debuffs so heal can't be reduced
    },
    ["dispelmagic"] = {
        "Slam Fire", -- has DebuffDuration for some reason
     },
     },
}
}