{#if me}
{#if possessed} riding the {possessed.kind.replace(/-/g, " ")} {Math.max(0, possessed.movesPerTurn - possessed.movementUsed)} moves{possessed.attackUsed ? "" : " · claws ready"} {:else if rideable.length > 0 && (onCreatureMove || onCreatureAttack)} {#each rideable as c (c.id)} {/each} {/if} {#if canStride} {/if} {#if withYou.length > 0} sharing your square {#each withYou as body (body.id)} {/each} {/if}
{#if canStride && ((!possessed && atFeet.length > 0) || underfoot.hazard || underfoot.warpHere)} at your feet {#if !possessed && onpickup} {#each atFeet as item (item.id)} {/each} {/if} {#if underfoot.hazard} ⚠ {underfoot.hazard} {/if} {#if underfoot.warpHere && onWarpStep} {/if} {/if} {#if canStride} {/if} ← → turn · ↑ ↓ walk
{/if}