{% if Description_Visual %}

{{ Description_Visual }}

{% endif %}

{{ Name }}
{% if CR %} CR {{ CR }} {% endif %}

{% if XP %}
{{ XP|testFilter(label='XP')}}
{% endif %}
{% if Race %}{{ Race }}{% endif %} {% if Class %}{{ Class }}{% endif %}
{% if Alignment %}{{ Alignment }}{% endif %} {% if Size %}{{ Size }}{% endif %} {% if Type %}{{ Type }}{% endif %} {% if SubType %}{{ SubType }}{% endif %}
Init {{ Init|modifier }}; Senses {{ Senses|join('; ') }}

Defense

AC {{ AC }} {{ AC_Mods }}
hp {{ HP }} {{ HD }}
Fort {{ Fort|modifier }}, Ref {{ Ref|modifier }}, Will {{ Will|modifier }}
{% if DR or Immune %}
{% if DR %}DR {{ DR }}{% endif %}{% if DR and Immune %};{% endif %} {% if Immune %}Immune {{ Immune }}{% endif %}
{% endif %} {% if Weaknesses %}
Weaknesses {{ Weaknesses }}
{% endif %}

Offense

{{ Speed|testFilter(label='Speed')}}
{% if Melee %}
{{ Melee|join(', or ')|testFilter(label='Melee') }}
{% endif %} {% if Ranged %}
{{ Ranged|join(', or ')|testFilter(label='Ranged') }}
{% endif %} {% if Space or Reach %}
{% if Space %}Space {{ Space }}{% endif %}{% if Space and Reach %};{% endif %} {% if Reach %}Reach {{ Reach }}{% endif %}
{% endif %} {% if SpecialAttacks %}
Special Attacks {{ SpecialAttacks }}
{% endif %}

Statistics

Str {{ AbilityScores[0] }}, Dex {{ AbilityScores[1] }}, Con {{ AbilityScores[2] }}, Int {{ AbilityScores[3] }}, Wis {{ AbilityScores[4] }}, Cha {{ AbilityScores[5] }}
Base Atk {{ BaseAtk|modifier }}; CMB {{ CMB|modifier }}; CMD {{ CMD }}
{% if Feats %}
Feats {{ Feats|join(', ') }}
{% endif %} {% if Skills %}
Skills {{ Skills|join(', ') }}
{% endif %}
Languages {{ Languages|default('none listed') }}
{% if SQ %}
Special Qualities {{ SQ }}
{% endif %} {% if SpecialAbilities %}

Special Abilities

{% for ability in SpecialAbilities %}

{{ ability.name }}

{{ ability.description }}
{% endfor %}
{% endif %}

Ecology

Environment {{ Environment }}
Organization {{ Organization }}
Treasure {{ Treasure }}
{% for paragraph in Description %}

{{ paragraph }}

{% endfor %}