Module:ModifierTables/Sandbox: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 296: Line 296:
for _, node in ipairs(nodeList) do
for _, node in ipairs(nodeList) do
    local row = {}
    local row = {}
    row.name = node.name
    row.name = node.skillName .. " - " .. node.name
    row.icon = Icons.Icon({'Skill Tree'..string.gsub(node.name, ' ', ''), node.name, img='Skill Tree'})
    row.icon = Icons.Icon({node.skillName .. " - " .. node.name, img=node.skillName})
    row.expIcon = Icons.getDLCColumnIcon(node.id)
    row.expIcon = Icons.getDLCColumnIcon(node.id)
    row.expSort = Icons.getExpansionID(node.id)
    row.expSort = Icons.getExpansionID(node.id)
393

edits