4,951
edits
Falterfire (talk | contribs) (Changed Bonuses -> Modifiers in infobox, added color coding) |
Falterfire (talk | contribs) (Swapped to using Constants.getModifiersText in one place) |
||
Line 311: | Line 311: | ||
--For items with modifiers, show what those are | --For items with modifiers, show what those are | ||
if item.modifiers ~= nil and Shared.tableCount(item.modifiers) > 0 then | if item.modifiers ~= nil and Shared.tableCount(item.modifiers) > 0 then | ||
result = result.."\r\n|-\r\n|'''Modifiers:'''\r\n"..Constants.getModifiersText(item.modifiers, true) | |||
result = result.."\r\n|-\r\n|'''Modifiers:'''\r\n".. | |||
end | end | ||
return result | return result |