kts.GetMonsterLimit – get max allowed number of monsters of a given type
result = kts.GetMonsterLimit(monster_type)
Given a MonsterType, returns the maximum number of monsters of that type allowed in the dungeon at once, or nil
if this monster type is currently unlimited.
A number (non-negative integer), or nil
, is returned.
If the input is not a valid MonsterType then an error is raised.
Monster limits are set by kts.LimitMonster.