Known Beasts

[% for shape in character.all_wild_shapes|sort(attribute='challenge_rating') %]

[[ shape.name ]]

[% if shape.description %]

[[ shape.description ]]

[% endif %]
Armor Class Hit Points Speed
[[ shape.armor_class ]] [[ shape.hp_max ]] ([[ shape.hit_dice ]]) [[ shape.speed ]][% if shape.swim_speed %], [[ shape.swim_speed ]] swim[% endif %][% if shape.fly_speed %], [[ shape.fly_speed ]] fly[% endif %]
STR DEX CON
[[ shape.strength.value ]] ([[ shape.strength.modifier|mod_str ]]) [[ shape.dexterity.value ]] ([[ shape.dexterity.modifier|mod_str ]]) [[ shape.constitution.value ]] ([[ shape.constitution.modifier|mod_str ]])
Skills
[[ shape.skills ]] 
Senses
[[ shape.senses ]] 
Languages
[[ shape.languages ]] 
Resistances
[[ shape.damage_resistance ]] 
Immunities
[[ shape.condition_immunities ]] 
[[ shape.__doc__ | rst_to_html(top_heading_level=2) ]]
[% endfor %]