Editing Module:AbilityTable/ListsGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
local lists = { | local lists = { | ||
-- Abilities that have charges | |||
["charges"] = { | |||
"AbilityCharges", | |||
}, | |||
-- Abilities that have charges | |||
["charges"] = { | |||
"AbilityCharges", | |||
}, | |||
-- Abilities that have charges | -- Abilities that have charges | ||
| Line 138: | Line 142: | ||
}, | }, | ||
-- Abilities that | -- Abilities that have charges | ||
["scalingduration"] = { | ["scalingduration"] = { | ||
"Scale.Type:duration", | "Scale.Type:duration", | ||
| Line 156: | Line 155: | ||
["scalingcooldown"] = { | ["scalingcooldown"] = { | ||
"Scale.Type:cooldown", | "Scale.Type:cooldown", | ||
}, | }, | ||
| Line 183: | Line 177: | ||
"weapon_damage_increase", | "weapon_damage_increase", | ||
"Crackshot", | "Crackshot", | ||
}, | }, | ||