Module:ItemData: Difference between revisionsGive feedback
Gammaton32 (talk | contribs) exception for extended mag (needs more testing) |
mNo edit summary |
||
| Line 8: | Line 8: | ||
-- @param {string} | -- @param {string} | ||
-- @return {table} | -- @return {table} | ||
local function get_json_item(name) | local function get_json_item(name) | ||
for _, v in pairs(data) do | for _, v in pairs(data) do | ||
if (v["Name"] == name) then | if (v["Name"] == name) then | ||