Armor Class {{val properties.armor_class}}{{#if properties.armor_description}} ({{properties.armor_description}}){{/if}}
Hit Points
{{#if properties.hit_points.current}}
{{properties.hit_points.current}}
{{else if properties.hit_points.max}}
{{properties.hit_points.max}}
{{else}}
{{val properties.hit_points}}
{{/if}}
{{#if properties.hit_points.formula}}
({{properties.hit_points.formula}})
{{else if properties.hit_points.hit_dice}}
({{properties.hit_points.hit_dice}})
{{/if}}
Speed
{{#if properties.speed_desc}}
{{properties.speed_desc}}
{{else if properties.speed}}
{{properties.speed}} ft.
{{/if}}
STR
{{val properties.abilities.strength}} ({{modText properties.abilities.strength}})
DEX
{{val properties.abilities.dexterity}} ({{modText properties.abilities.dexterity}})
CON
{{val properties.abilities.constitution}} ({{modText properties.abilities.constitution}})
INT
{{val properties.abilities.intelligence}} ({{modText properties.abilities.intelligence}})
WIS
{{val properties.abilities.wisdom}} ({{modText properties.abilities.wisdom}})
CHA
{{val properties.abilities.charisma}} ({{modText properties.abilities.charisma}})
{{#if properties.saving_throws}}
Saving Throws {{join properties.saving_throws}}
{{/if}}
{{#if properties.skills}}
Skills {{join properties.skills}}
{{/if}}
{{#if properties.damage_vulnerabilities}}
Damage Vulnerabilities {{join properties.damage_vulnerabilities}}
{{/if}}
{{#if properties.damage_resistances}}
Damage Resistances {{join properties.damage_resistances}}
{{/if}}
{{#if properties.damage_immunities}}
Damage Immunities {{join properties.damage_immunities}}
{{/if}}
{{#if properties.condition_immunities}}
Condition Immunities {{join properties.condition_immunities}}
{{/if}}
{{#if properties.senses}}
Senses {{properties.senses}}
{{/if}}
{{#if properties.languages}}
Languages {{join properties.languages}}
{{/if}}
{{#if properties.challenge_rating}}
Challenge {{properties.challenge_rating}}
{{else if properties.cr}}
Challenge {{properties.cr}}{{#if properties.xp}} ({{properties.xp}} XP){{/if}}
{{/if}}
{{#if properties.proficiency_bonus}}
Proficiency Bonus +{{properties.proficiency_bonus}}
{{else if (calcProf properties.level properties.cr)}}
Proficiency Bonus +{{calcProf properties.level properties.cr}}
{{/if}}
{{#if properties.traits}}
{{#each properties.traits}}
{{this.name}}: {{formatText this.desc}}
{{/each}}
{{/if}}
{{#if properties.actions}}
Actions
{{#each properties.actions}}
{{this.name}}: {{formatText this.desc}}
{{/each}}
{{/if}}
{{#if properties.bonus_actions}}
Bonus Actions
{{#each properties.bonus_actions}}
{{this.name}}: {{formatText this.desc}}
{{/each}}
{{/if}}
{{#if properties.reactions}}
Reactions
{{#each properties.reactions}}
{{this.name}}: {{formatText this.desc}}
{{/each}}
{{/if}}
{{#if properties.legendary_actions}}
Legendary Actions
{{#if properties.legendary_actions.description}}
{{formatText properties.legendary_actions.description}}
{{else if properties.legendariesDescription}}
{{formatText properties.legendariesDescription}}
{{/if}}
{{#if properties.legendary_actions.actions}}
{{#each properties.legendary_actions.actions}}
{{this.name}}: {{formatText this.desc}}
{{/each}}
{{else if properties.legendaries}}
{{#each properties.legendaries}}
{{this.name}}: {{formatText this.desc}}
{{/each}}
{{/if}}
{{/if}}