4,951
edits
Falterfire (talk | contribs) (Added pieces necessary for building Template:SpellBox) |
Falterfire (talk | contribs) (Formatting tweaks) |
||
Line 165: | Line 165: | ||
local result = '' | local result = '' | ||
if spell.type == 'Spells' then | if spell.type == 'Spells' then | ||
result = result.. | result = result.."|-\r\n|'''Max Hit:''' "..(spell.maxHit * 10) | ||
end | end | ||
if spell.description ~= nil then | if spell.description ~= nil then | ||
result = result.. | result = result.."\r\n|-\r\n|'''Description:'''<br/>"..spell.description | ||
end | end | ||