Module:Mazunki/Monsters: Difference between revisions

m
chance
m (typo)
m (chance)
Line 62: Line 62:
hasSpecialAttack = true
hasSpecialAttack = true
table.insert(spAtk, spAtk.name)
table.insert(spAtk, spAtk.name)
table.insert(spAtksChance, spAtk.chance/100)
table.insert(spAtksChance, spAtk.defaultChance/100)
end
end
table.insert(rowTxt, tostring(hasSpecialAttack))
table.insert(rowTxt, tostring(hasSpecialAttack))
892

edits