Module:AbilityTable/Lists: Difference between revisions

Vergir (talk | contribs)
m add scaling... lists. Add Crackshot to weapondamage list.
add Abilities that scale with Boons
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
local lists = {
local lists = {
    -- Abilities that have charges
-- Abilities that give barrier
    ["charges"] = {
["barrier"] = {
        "AbilityCharges",
"AirDropBulletShield",
    },
"CombatBarrier",
   
},
    -- Abilities that have charges
    ["charges"] = {
        "AbilityCharges",
    },
     -- Abilities that have charges
     -- Abilities that have charges
Line 142: Line 138:
     },
     },
      
      
     -- Abilities that have charges
     -- Abilities that scale with Boons
["scalingboon"] = {
    "Scale.Type:power_increase",
},
   
    -- Abilities that scale with ability duration
     ["scalingduration"] = {
     ["scalingduration"] = {
         "Scale.Type:duration",
         "Scale.Type:duration",
Line 155: Line 156:
     ["scalingcooldown"] = {
     ["scalingcooldown"] = {
         "Scale.Type:cooldown",
         "Scale.Type:cooldown",
    },
   
    -- Abilities that scale with spirit
    ["scalingspirit"] = {
        "Scale.Type:spirit",
     },
     },


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