Module:AbilityTable/Lists: Difference between revisions

Vergir (talk | contribs)
m add barrier list
add Abilities that scale with Boons
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
-- Abilities that give barrier
-- Abilities that give barrier
["barrier"] = {
["barrier"] = {
"AirDropBulletShield",
"CombatBarrier",
"CombatBarrier",
"Air Drop",
},
},
Line 137: 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 151: Line 156:
     ["scalingcooldown"] = {
     ["scalingcooldown"] = {
         "Scale.Type:cooldown",
         "Scale.Type:cooldown",
    },
   
    -- Abilities that scale with spirit
    ["scalingspirit"] = {
        "Scale.Type:spirit",
     },
     },