4,581
edits
(Added getMonsterResistance and getMonsterBoxResistenceText) |
(Fix typo in function name) |
||
Line 930: | Line 930: | ||
end | end | ||
function p. | function p.getMonsterBoxResistanceText(frame) | ||
local MonsterName = frame.args ~= nil and frame.args[1] or frame | local MonsterName = frame.args ~= nil and frame.args[1] or frame | ||
local monster = p.getMonster(MonsterName) | local monster = p.getMonster(MonsterName) |