Module:Skill List: Difference between revisions

Jump to navigation Jump to search
m
Adding notes section
mNo edit summary
m (Adding notes section)
 
Line 143: Line 143:
else
else
effect = ''
effect = ''
end
if getSkill.skill[input].notes then
notes = '\n|style="text-align:center;"|' .. getSkill.skill[input].notes
else
notes = ''
end
end
local output = name .. rpname .. battlename .. skilltype .. damagetype .. cost .. powerlvl .. target .. range .. hit .. power .. crit .. acc .. rank .. description .. rpdescription .. effect .. '\n|-'
local output = name .. rpname .. battlename .. skilltype .. damagetype .. cost .. powerlvl .. target .. range .. hit .. power .. crit .. acc .. rank .. description .. rpdescription .. effect .. notes .. '\n|-'
return output
return output
end
end


return p
return p

Navigation menu