Module:Mazunki/Monsters: Difference between revisions

m
typo again
m (chance)
m (typo again)
Line 61: Line 61:
for _, spAtk in pairs(monster.specialAttacks or {}) do
for _, spAtk in pairs(monster.specialAttacks or {}) do
hasSpecialAttack = true
hasSpecialAttack = true
table.insert(spAtk, spAtk.name)
table.insert(spAtks, spAtk.name)
table.insert(spAtksChance, spAtk.defaultChance/100)
table.insert(spAtksChance, spAtk.defaultChance/100)
end
end
892

edits