Module:Skill List: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 115: Line 115:
end
end
local output = name .. rpname .. cost .. powerlvl .. target .. range .. hit .. power .. crit .. acc .. rank .. description .. rpdescription .. '\n|-'
if getSkill.skill[input].effect then
effect = '\n|style="text-align:center;"|' .. getSkill.skill[input].effect
else
effect = ''
end
local output = name .. rpname .. cost .. powerlvl .. target .. range .. hit .. power .. crit .. acc .. rank .. description .. rpdescription .. effect .. '\n|-'
return output
return output
end
end


return p
return p

Navigation menu