2,875
edits
No edit summary |
No edit summary |
||
Line 672: | Line 672: | ||
:attr('data-sort-value', spellBook.id) | :attr('data-sort-value', spellBook.id) | ||
end | end | ||
row:tag('td'):wikitext(p._getSpellRequirements(spell)) | |||
:attr('data-sort-value', spell.level) | |||
row:tag('td'):wikitext(Icons.getDLCColumnIcon(spell.id)) | row:tag('td'):wikitext(Icons.getDLCColumnIcon(spell.id)) | ||
:attr('data-sort-value', Icons.getExpansionID(spell.id)) | :attr('data-sort-value', Icons.getExpansionID(spell.id)) | ||
:css('text-align', 'center') | :css('text-align', 'center') | ||
--11/01/22: Added base damage if requested | --11/01/22: Added base damage if requested | ||
if includeDamage then | if includeDamage then |
edits