Module:AbilityTable: Difference between revisions

Jump to navigation Jump to search
Vergir (talk | contribs)
m delete redundant comments
Vergir (talk | contribs)
Add physdam stat entry; drop unused light_melee from melee props (with help from vergir-bot LLM)
Line 4: Line 4:
local stat_to_props = {
local stat_to_props = {
     ["charges"] = { "AbilityCharges" },
     ["charges"] = { "AbilityCharges" },
     ["melee"]  = { "melee", "heavy_melee", "light_melee" },
     ["melee"]  = { "melee", "heavy_melee" },
    ["physdam"] = { "melee", "heavy_melee", "weapon_damage_increase" },
}
}