Module:GameData: Difference between revisions

Jump to navigation Jump to search
Vergir (talk | contribs)
Support numeric array indices in dot notation for Upgrades etc (with help from vergir-bot LLM)
Vergir (talk | contribs)
mNo edit summary
Line 36: Line 36:
             end
             end
         end
         end
         if type(v) == "table" and k ~= "AutoRegisterModifierValueFromAbilityPropertyName" then
         if type(v) == "table" and k ~= "DisabledStateMask" then
             if record_matches_prop(v, prop) then return true end
             if record_matches_prop(v, prop) then return true end
         elseif type(v) == "string" then
         elseif type(v) == "string" then