17,101
edits
m (oops forgot to divide by a number) |
(_buildAstrologyConstellationTable: Remove time column, which has been relocated to Astrology/Training) |
||
Line 703: | Line 703: | ||
result = result..'\r\n|- class="headerRow-0"' | result = result..'\r\n|- class="headerRow-0"' | ||
result = result..'\r\n!colspan="2"|Constellation!!'..Icons.Icon({"Astrology", type='skill', notext='true'})..' Level' | result = result..'\r\n!colspan="2"|Constellation!!'..Icons.Icon({"Astrology", type='skill', notext='true'})..' Level' | ||
result = result..'!!XP!!Skills!!Standard Modifiers!!Unique Modifiers | result = result..'!!XP!!Skills!!Standard Modifiers!!Unique Modifiers' | ||
for i, cons in ipairs(SkillData.Astrology.Constellations) do | for i, cons in ipairs(SkillData.Astrology.Constellations) do | ||
local name = cons.name | local name = cons.name | ||
result = result..'\r\n|-' | result = result..'\r\n|-' | ||
Line 746: | Line 732: | ||
end | end | ||
result = result..'||'..table.concat(uMods, '<br/>') | result = result..'||'..table.concat(uMods, '<br/>') | ||
end | end | ||
result = result..'\r\n|}' | result = result..'\r\n|}' |