2,875
edits
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
local Icons = require('Module:Icons') | local Icons = require('Module:Icons') | ||
local Items = require('Module:Items') | local Items = require('Module:Items') | ||
local Num = require('Module:Number') | |||
p.spellBooks = { | p.spellBooks = { | ||
Line 321: | Line 322: | ||
end | end | ||
elseif spellBook.id == 'standard' then | elseif spellBook.id == 'standard' then | ||
return 'Combat spell with a max hit of ' .. | return 'Combat spell with a max hit of ' .. Num.formatnum(spell.maxHit * 10) | ||
else | else | ||
return '' | return '' | ||
Line 420: | Line 421: | ||
end | end | ||
else | else | ||
local qty = | local qty = Num.formatnum(spell.specialCost.quantity) | ||
local typeString = { | local typeString = { | ||
['AnyItem'] = qty .. ' of any item', | ['AnyItem'] = qty .. ' of any item', |
edits