4,951
edits
Falterfire (talk | contribs) (Added 'getMonsterStyleIcon') |
Falterfire (talk | contribs) (Changed getByID functions to key off of index to match how the game does things) |
||
Line 28: | Line 28: | ||
function p.getMonsterByID(ID) | function p.getMonsterByID(ID) | ||
return MonsterData.Monsters[ID + 1] | |||
end | end | ||
Line 51: | Line 45: | ||
function p.getSpecialAttackByID(ID) | function p.getSpecialAttackByID(ID) | ||
return MonsterData.SpecialAttacks[ID + 1] | |||
end | end | ||