Your turn — round {view.turn.round}.
{#if view.turn.actionsEnded}
- turn spent — end it when ready
+ {#if me?.carriedTreasureId}
+ picking up ended your actions for this turn, and the treasure comes with you —
+ End turn now, then carry it home to score.
+ {:else}
+ picking up ended your actions for this turn — End turn when ready.
+ {/if}
{:else}
{view.turn.movementAllowance - view.turn.movementUsed} moves left{view.turn.attackUsed ? " · attack spent" : ""}
{/if}
+ How a turn works. Walk up to {view.turn.movementAllowance} squares by tapping
+ squares beside your wizard (or with the arrow keys); play a NUMBER card first to walk farther.
+ Tap a card to cast it. When you're done, End turn. Stuck? Ask the automatons for hints.
+
+
+ 💰 Carrying {chest && chest.owner !== view.you ? `${chest.owner}'s treasure` : "your own treasure"} —
+ {#if chest && chest.owner !== view.you}
+ your home is {away} square{away === 1 ? "" : "s"} away; drop it there to score. Two scored wins the game.
+ {:else}
+ it scores nothing in your arms; drop it on your home to keep it safe.
+ {/if}
+