Module:Skill List: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 59: Line 59:
else
else
target = ''
target = ''
end
if getSkill.skill[input].hit then
hit = '\n|style="text-align:center;"|' .. getSkill.skill[input].hit
else
hit = ''
end
end
Line 73: Line 79:
end
end
local output = name .. rpname .. cost .. target .. power .. range .. '\n|-'
local output = name .. rpname .. cost .. target .. hit .. power .. range .. '\n|-'
return output
return output
end
end


return p
return p

Navigation menu