Game Kit

{% if pass_token %}
{% if pass_token.pk == equipped_trinket_id %}{% else %}{% endif %}

{{ 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 %}
{% if band.pk == equipped_trinket_id %}{% else %}{% endif %}

{{ band.tooltip_name }}

{{ band.tooltip_description }}

{% if band.tooltip_shoptalk %}

{{ band.tooltip_shoptalk }}

{% endif %}

{{ band.tooltip_expiry }}

{% endif %} {% if carte %}
{% if carte.current_room %}{% elif carte.pk == equipped_trinket_id %}{% else %}{% endif %}

{{ carte.tooltip_name }}

{{ carte.tooltip_description }}

{% if carte.tooltip_shoptalk %}

{{ carte.tooltip_shoptalk }}

{% endif %}

{{ carte.tooltip_expiry }}

{% endif %} {% if coin %}
{% if coin.current_room %}{% elif coin.pk == equipped_trinket_id %}{% else %}{% endif %}

{{ coin.tooltip_name }}

{{ coin.tooltip_description }}

{% if coin.tooltip_shoptalk %}

{{ coin.tooltip_shoptalk }}

{% endif %}

{{ coin.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 %} {% endif %} {% for deck in deck_variants %}
{# Sprint A.4 — card-deck stack icon replaces the old fa-id-badge. #} {# 3 stacked card-back rects (5° rest tilt); the .token:hover/:active #} {# /:focus pseudo-classes drive the fan-out + tooltip portal in lockstep. #} {% include "apps/gameboard/_partials/_deck_stack_icon.html" %}
{% if deck.in_use_room_name %}{% elif deck.pk == equipped_deck_id %}{% else %}{% endif %}

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

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

{% if deck.description %}

{{ deck.description }}

{% endif %}

Stock version (0 substitutions)

{% empty %}
{% include "apps/gameboard/_partials/_deck_stack_icon.html" %}
{% endfor %}