Module:Monsters: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1,440: Line 1,440:
lootTxt = Shared.formatnum(Shared.round(lootVal, 2, 2))
lootTxt = Shared.formatnum(Shared.round(lootVal, 2, 2))
end
end
local atkSpeed = p._getMonsterAttackSpeed(monster)
local maxHit = p._getMonsterMaxHit(monster)
local accR = p._getMonsterAR(monster)
local evaR = {p._getMonsterER(monster, "Melee"), p._getMonsterER(monster, "Ranged"), p._getMonsterER(monster, "Magic")}


17

edits