Module:AbilityTable/Lists: Difference between revisions

Vergir (talk | contribs)
mNo edit summary
add Abilities that scale with Boons
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
local lists = {
local lists = {
-- Abilities that give barrier
["barrier"] = {
"AirDropBulletShield",
"CombatBarrier",
},
     -- Abilities that have charges
     -- Abilities that have charges
     ["charges"] = {
     ["charges"] = {
Line 131: Line 137:
         "Combo", "Hotel Guest", "Paradoxical Swap", "Singularity", "Spirit Lasso",
         "Combo", "Hotel Guest", "Paradoxical Swap", "Singularity", "Spirit Lasso",
     },
     },
   
    -- Abilities that scale with Boons
["scalingboon"] = {
    "Scale.Type:power_increase",
},
      
      
     -- Abilities that scale with ability duration
     -- Abilities that scale with ability duration
Line 145: Line 156:
     ["scalingcooldown"] = {
     ["scalingcooldown"] = {
         "Scale.Type:cooldown",
         "Scale.Type:cooldown",
    },
   
    -- Abilities that scale with spirit
    ["scalingspirit"] = {
        "Scale.Type:spirit",
     },
     },


Line 167: Line 183:
         "weapon_damage_increase",
         "weapon_damage_increase",
         "Crackshot",
         "Crackshot",
    },
   
    -- Abilities that scale with weapon damage
    ["weaponscaling"] = {
        "weapon_damage_increase", "weapon_power"
     },
     },