Module:Skills/Gathering: Difference between revisions

Added Standard Modifiers to Astrology Constellation Table
(_buildAstrologyConstellationTable: Add table closing tag)
(Added Standard Modifiers to Astrology Constellation Table)
Line 708: Line 708:
table.insert(skillArray, skill)
table.insert(skillArray, skill)
table.insert(skillIconArray, Icons.Icon({skill.name, type='skill'}))
table.insert(skillIconArray, Icons.Icon({skill.name, type='skill'}))
--Building the list of Standard modifiers:
for k, modName in pairs(cons.standardModifiers[j]) do
table.insert(standMods, Constants._getModifierText(modName, {skillID, maxModifier}, false))
end
end
end
result = result..'||'..table.concat(skillIconArray, '<br/>')
result = result..'||'..table.concat(skillIconArray, '<br/>')
--Currently awaiting hotfix to go live (as of 11/13/21):
--This is where I'd put the list of Standard Modifiers... IF I HAD ONE
result = result..'|| '..table.concat(standMods, '<br/>')
result = result..'|| '..table.concat(standMods, '<br/>')