Module:AbilityTable: Difference between revisions

Jump to navigation Jump to search
Vergir (talk | contribs)
m formatting
Vergir (talk | contribs)
m delete redundant comments
Line 2: Line 2:


-- Maps lowercase friendly stat names to internal AbilityData property keys or values.
-- Maps lowercase friendly stat names to internal AbilityData property keys or values.
-- Entries are matched either as key names (property exists with non-zero value)
-- or as plain string values anywhere in the record (e.g. Scale.Type = "melee").
local stat_to_props = {
local stat_to_props = {
     ["charges"] = { "AbilityCharges" },
     ["charges"] = { "AbilityCharges" },