Deck
{% if equipped_deck %}
{% include "apps/gameboard/_partials/_deck_stack_icon.html" with deck=equipped_deck %}

{{ equipped_deck.name }}{% if equipped_deck.is_default %} (Default){% endif %}

{{ equipped_deck.card_count }}-card Tarot deck{% if equipped_deck.is_polarized %} (×2){% endif %}

{% if equipped_deck.description %}

{{ equipped_deck.description }}

{% endif %}

Stock version (0 substitutions)

{% else %}
{% include "apps/gameboard/_partials/_deck_stack_icon.html" %}
{% endif %}
Dice
Trinket
{% if equipped_trinket %} {% with token=equipped_trinket %}
{% if token.token_type == "coin" %} {% elif token.token_type == "carte" %} {% elif token.token_type == "band" %} {% else %} {% endif %}

{{ token.tooltip_name }}

{{ token.tooltip_description }}

{% if token.tooltip_shoptalk %}

{{ token.tooltip_shoptalk }}

{% endif %}

{{ token.tooltip_expiry }}

{% with room_html=token.tooltip_room_html %} {% if room_html %}{{ room_html|safe }}{% endif %} {% endwith %}
{% endwith %} {% else %}
{% endif %}
Tokens
{% if free_token %}

{{ free_token.tooltip_name }}{% if free_count > 1 %} (×{{ free_count }}){% endif %}

{{ free_token.tooltip_description }}

{% if free_token.tooltip_shoptalk %}

{{ free_token.tooltip_shoptalk }}

{% endif %}

{{ free_token.tooltip_expiry }}

{% endif %} {% if tithe_token %}

{{ tithe_token.tooltip_name }}{% if tithe_count > 1 %} (×{{ tithe_count }}){% endif %}

{{ tithe_token.tooltip_description }}

{{ tithe_token.tooltip_expiry }}

{% endif %} {% if not free_token and not tithe_token %}
{% endif %}