Module:Mazunki/Monsters: Difference between revisions

m
tostring
m (nil)
m (tostring)
Line 64: Line 64:
table.insert(spAtksChance, spAtk.chance/100)
table.insert(spAtksChance, spAtk.chance/100)
end
end
table.insert(rowTxt, hasSpecialAttack)
table.insert(rowTxt, tostring(hasSpecialAttack))
table.insert(rowTxt, table.concat(spAtks, ";"))
table.insert(rowTxt, table.concat(spAtks, ";"))
table.insert(rowTxt, table.concat(spAtksChance, ";"))
table.insert(rowTxt, table.concat(spAtksChance, ";"))
892

edits