{{ monster.name }}
General information
Health: {{ monster.health }}
Experience: {{ monster.exp }}
Speed: {{ monster.speed_lvl }} {{ (monster.use_haste) ? ' (+haste)' : '' }}
Summonable: {{ (monster.summonable) ? monster.mana ~ ' mana' : 'Impossible' }}
Convinceable: {{ (monster.convinceable) ? monster.mana ~ ' mana' : 'Impossible' }}
Armor: {{ monster.armor }}
Defense: {{ monster.defense }}

{% if ( monster.voices is not empty or monster.summons is not empty) %} {% if ( monster.summons is not empty) %} {% endif %} {% if ( monster.voices is not empty) %} {% endif %} {% if ( monster.summons is not empty) %} {% endif %} {% if ( monster.voices is not empty) %} {% endif %}
SummonsVoices
{% for summon in monster.summons %} {{ summon.chance }}% chance to summon a {{ getMonsterLink(summon.name, true)|raw }}
{% endfor %}
{% for voice in monster.voices %} "{{ voice }}"
{% endfor %}

{% endif %} {% if (monster.elements|length > 0 or monster.immunities|length > 0 ) %} {% if (monster.elements|length > 0) %} {% for element in monster.elements %} {% endfor %} {% endif %} {% if (monster.immunities|length > 0 ) %} {% endif %}
Elements and Immunities
{{ element.name }}
{{ element.percent }}%
Immunities: {{ monster.immunities|join(' | ') }}

{% endif %} {% if (not monster.loot is empty) %}
Loot
{% for item in monster.loot %} {% if (item.count > 1) %} {{ item.count }} {% endif %} {% endfor %}
{% endif %}