I would like to ask how to check monster level , and what is the difference between "monster level" and "monster power level" ?
http://ehwiki.org/wiki/Monster_Stats#Primary_AttributesQUOTE
monster_level = monster's level when it is spawned
When I use scan , I can see only power level.
Are monster power level and monster level the same?
http://ehwiki.org/wiki/Battles#Monster_SideQUOTE
Monster Level: Can be equal to or up to 5 levels lower than the player's level.
I seems monster level is not much higher than player's level.
But while player's level is capped at 500 , the monster power level is capped at 2250 , which is much higher than the former.
Besides , from this page
http://ehwiki.org/wiki/Proficiencies#Magic_ProficienciesQUOTE
prof_factor = (effective_proficiency - monsterlevel) / monsterlevel
Counter-resist bonus = prof_factor * 50%
And the effective_proficiency is capped at twice a player's level.
That is , effective_proficiency can never be up to 2000.
If monster level and monster power level are the same , for monster power level over 2000 (Strickly speaking , over 1000) , we can not get any Counter-resist bonus.
So , they are not the same , are they?