### Actions (only one per turn)

<% abilities.actions.forEach(ability => { -%>
<%- include('ability', { ability }); %>
<% }); -%>
<% if (abilities.senses.length) { -%>

### Senses

<% abilities.senses.forEach(ability => { -%>
<%- include('ability', { ability }); %>
<% }); -%>
<% } -%>
