Tokens

{% comment %} Trinket-as-token row — each trinket type renders independently (no if/elif suppression). Every one of PASS/BAND/COIN/CARTE is usable at the gate; the user picks WHICH via the equip slot per [[feedback-equip-slot-gates-trinket-use]]. {% endcomment %} {% if pass_token %}

{{ pass_token.tooltip_name }}

{{ pass_token.tooltip_description }}

{% if pass_token.tooltip_shoptalk %}

{{ pass_token.tooltip_shoptalk }}

{% endif %}

{{ pass_token.tooltip_expiry }}

{% endif %} {% if band %}

{{ band.tooltip_name }}

{{ band.tooltip_description }}

{% if band.tooltip_shoptalk %}

{{ band.tooltip_shoptalk }}

{% endif %}

{{ band.tooltip_expiry }}

{% endif %} {% if coin %}

{{ coin.tooltip_name }}

{{ coin.tooltip_description }}

{% if coin.tooltip_shoptalk %}

{{ coin.tooltip_shoptalk }}

{% endif %}

{{ coin.tooltip_expiry }}

{% endif %} {% if carte %}

{{ carte.tooltip_name }}

{{ carte.tooltip_description }}

{% if carte.tooltip_shoptalk %}

{{ carte.tooltip_shoptalk }}

{% endif %}

{{ carte.tooltip_expiry }}

{% endif %} {% if free_tokens %} {% with free_tokens.0 as token %}

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

{{ token.tooltip_description }}

{% if token.tooltip_shoptalk %}

{{ token.tooltip_shoptalk }}

{% endif %}

{{ token.tooltip_expiry }}

{% endwith %} {% else %}

Free Token

0 owned

find one around

{% endif %} {% if tithe_tokens %} {% with tithe_tokens.0 as token %}

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

{{ token.tooltip_description }}

{{ token.tooltip_expiry }}

{% endwith %} {% else %}

Tithe Token

0 owned

purchase one above

{% endif %}