Module:ModifierTables/Sandbox: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 297: Line 297:
    local row = {}
    local row = {}
    row.name = node.skillName .. " - " .. node.name
    row.name = node.skillName .. " - " .. node.name
   
    local firstIcon = Icons.Icon({node.skillName..'%23'..string.gsub(node.name, ' ', ''), node.name, type='skill', img=node.skillName})
    local secondIcon = Icons.Icon({'Skill Tree', img='Skill Tree'})
    row.icon = firstIcon .. " " .. secondIcon
   
    row.icon = Icons.Icon({node.skillName..'%23'..string.gsub(node.name, ' ', ''), node.name, type='skill', img=node.skillName})
    row.icon = Icons.Icon({node.skillName..'%23'..string.gsub(node.name, ' ', ''), node.name, type='skill', img=node.skillName})
    row.expIcon = Icons.getDLCColumnIcon(node.id)
    row.expIcon = Icons.getDLCColumnIcon(node.id)
393

edits