Module:AbilityTable/Lists: Difference between revisions

Jump to navigation Jump to search
Vergir (talk | contribs)
m cursedrelic wip
Vergir (talk | contribs)
m cursed relic wip
Line 3: Line 3:
     ["charges"] = {
     ["charges"] = {
         "AbilityCharges",
         "AbilityCharges",
    },
   
    -- Abilities that get cancelled by Cursed Relic
    ["cursedrelic"] = {
        "AirControlPercent", "AllowDashWhenChanneling", "BehaviorCannotCancelDuringChannel", "BehaviorChannelled", "BehaviorExclusiveUse", "BehaviorStartCooldownOnToggleOff",
        "BonusFireRate", "BonusMoveSpeed", "BulletResist", "BuffDuration", "BuffModifier", "CombatBarrier",
        "CasterModifier", "DashModifier", "DashSpeed", "HealingPerSecond", "HealInterval", "MoveSpeedBonus",
        "TechResist", "WeaponDamageBonus",
        "Life Drain", "Kinetic Carbine", "Siphon Life",
     },
     },


Line 115: Line 124:
     -- for testing purposes. Feel free to change however you wish
     -- for testing purposes. Feel free to change however you wish
     ["test"] = {
     ["test"] = {
         "AirControlPercent", "AllowDashWhenChanneling", "BehaviorCannotCancelDuringChannel", "BehaviorChannelled", "BehaviorExclusiveUse", "BehaviorStartCooldownOnToggleOff",
         "AirControlPercent"
        "BonusFireRate", "BonusMoveSpeed", "BulletResist", "BuffDuration", "BuffModifier", "CombatBarrier",
        "CasterModifier", "DashModifier", "DashSpeed", "HealingPerSecond", "HealInterval", "MoveSpeedBonus",
        "TechResist", "WeaponDamageBonus",
        "Life Drain", "Kinetic Carbine", "Siphon Life",
     },
     },


Line 144: Line 149:
["cursedrelic"] = {
["cursedrelic"] = {
"Concussive Combustion", -- has BuffModifier that does nothing
"Concussive Combustion", -- has BuffModifier that does nothing
    "Enchanter's Satchel", -- has BehaviorChannelled but Pocket can't be targeted in it.
    "Grasping Hands", -- has BuffModifier that does nothing
    "Grasping Hands", -- has BuffModifier that does nothing
    "Serrated Knives", -- has BehaviorChannelled for some reason
    "Vexing Bolt", -- has BehaviorChannelled but does not get cancelled
},
},
     ["dashslow"] = {
     ["dashslow"] = {