Module:ItemData: Difference between revisionsGive feedback
Jump to navigation
Jump to search
Gammaton32 (talk | contribs) removed "is Disabled" check for get_json_item and get_codename |
Components no longer add to total item cost |
||
| Line 46: | Line 46: | ||
local item = get_json_item(item_name) | local item = get_json_item(item_name) | ||
if(item == nil) then return "<span style=\"color:red;\">Item Not Found.</span>" end | if(item == nil) then return "<span style=\"color:red;\">Item Not Found.</span>" end | ||
return item["Cost"] | |||
end | end | ||