🐀 {state.player.name}'s Character Sheet

{#if state.player.player_name && state.player.player_name !== state.player.name}

Played by {state.player.player_name}{#if !state.player.completed_personal_2} — they'll go by their smell until they earn a Name!{/if}

{/if}
{#if error}
{error}
{/if} {#if state.player.needs_reroll}

🐀 Recruit Incoming!

You don't have a Pi-Rat in this scene. Sit back, enjoy the chaos, and you'll create your recruit with the crew between scenes.

{/if} {#if state.player.is_dead}

💀 You have Died / Retired!

Your story arc is complete. You will choose to become a Ghost or roll a new character during the upkeep phase between scenes.

{/if} {#if state.player.is_ghost}

👻 Playing as a Ghost

You are in the Ghost World (grayscale view). You cannot interact well with the living but you can still help them resolve challenges!

{/if} {#if state.player.tax_banned}

🚫 You failed a refused Tax — no more Gat/Name Taxes for you this scene.

{/if}

Description:

Look: {state.player.avatar_look}

Smell: {state.player.avatar_smell}

First Words: "{state.player.first_words}"

{#if state.player.gat_description}

🔫 Gat: {state.player.gat_description}

{/if}
{#if state.player.other_like || state.player.other_hate}

What the Crew Thinks:

{#if state.player.other_like}

👍 Likes: "{state.player.other_like}" — {getPlayerName(state.player.other_like_from_player_id)}

{/if} {#if state.player.other_hate}

👎 Hates: "{state.player.other_hate}" — {getPlayerName(state.player.other_hate_from_player_id)}

{/if}
{/if}

Assigned Secret Techniques (J/Q/K):

  • Jack (J): "{state.player.tech_jack}"
  • Queen (Q): "{state.player.tech_queen}"
  • King (K): "{state.player.tech_king}"
{#if !state.player.is_dead && !state.player.needs_reroll && duelTargets.length > 0}

⚔️ Duel a Pi-Rat

Challenge a crewmate (e.g. for the Captaincy)! Your card becomes a temporary Obstacle they must beat. Both cards are discarded afterwards.

{#if pvpCardObstacle}

As an Obstacle, {getCardDisplay(pvpCard)} is {pvpCardObstacle.title}: {pvpCardObstacle.description}

{/if}
{/if}

Crew Objectives

Personal Objectives