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 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 %}
{% 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.description %}

{{ deck.description }}

{% endif %}

Stock version (0 substitutions)

{% empty %}
{% endfor %}