4,951
edits
Falterfire (talk | contribs) (added some handling to random style to fix issues caused by Bane, who is a jerk.) |
Falterfire (talk | contribs) (Showing only one AR for Bnae) |
||
Line 225: | Line 225: | ||
bonus = p.getEquipmentStat(monster, 'magicAttackBonus') | bonus = p.getEquipmentStat(monster, 'magicAttackBonus') | ||
elseif monster.attackType == 'random' then | elseif monster.attackType == 'random' then | ||
--Bane has the same AR with every attack type so being lazy and just showing the one. | |||
baseLevel = p._getMonsterLevel(monster, 'Attack') | baseLevel = p._getMonsterLevel(monster, 'Attack') | ||
bonus = p.getEquipmentStat(monster, 'stabAttackBonus') | bonus = p.getEquipmentStat(monster, 'stabAttackBonus') | ||
else | else | ||
return "ERROR: This monster has an invalid attack type somehow[[Category:Pages with script errors]]" | return "ERROR: This monster has an invalid attack type somehow[[Category:Pages with script errors]]" |