Module:Magic: Difference between revisions

right-aligning spell damage
(Added a spell damage column to Archaic & Standard spell books)
(right-aligning spell damage)
Line 554: Line 554:
--11/01/22: Added base damage if requested
--11/01/22: Added base damage if requested
if includeDamage then
if includeDamage then
table.insert(rowPart, '||'..p._getSpellStat(spell, 'spellDamage'))
table.insert(rowPart, '||style="text-align:right"|'..p._getSpellStat(spell, 'spellDamage'))
end
end