{{ obs.description }}
No active obstacles. Deep players can end the scene!
{% endfor %}You control completion. Only mark in sequence (1 -> 2 -> 3).
{% for p in game.players if p.role == 'pirat' %}Conclude the scene once players have made attempts or the obstacle list is depleted.
Keep your cards secret! {% if player.role != "deep" %}Drag a card onto an active obstacle to play it.{% else %}Max hand size: {{ max_hand_size }} cards.{% endif %}
Your hand is empty! (You draw cards when playing cards that match the suit color of the obstacle.)
{% endfor %}Look: {{ player.avatar_look }}
Smell: {{ player.avatar_smell }}
First Words: "{{ player.first_words }}"
Likes: "{{ player.other_like }}" (by {{ get_player_name(player.other_like_from_player_id) }})
Hates: "{{ player.other_hate }}" (by {{ get_player_name(player.other_hate_from_player_id) }})
Deep players control these objectives. They unlock privileges when checked.
Your Pi-Rat's story has concluded. You may continue to watch over your crew as a ghost!
You can still use your hand to help the living, but between scenes you may roll a new recruit.