Get Character Sheet
get_sheetRetrieve the current character sheet to view the cross, Goal, debt row, and goal completion status for the player.
Instructions
Read the current character sheet: the Sitting's cross, Goal, debt row, and whether the Goal is completed.
Call any time you need to check saved state rather than re-deriving
it — for example, checking the Goal's saved interpretation before
calling complete_goal, or checking goal_completed before deciding
whether to close the campaign at a scene's end. Read-only: never
mutates game state.
player_name: must exactly match the name already set via
name_character for the character currently in play; raises ValueError
if no character has been named yet, or if the name doesn't match the
current character.
Returns a dict with cross (the four drive-to-card mapping), goal (the
dealt Goal card plus its recorded interpretation, or None if not yet
dealt), debt_row (list of outstanding debt cards), and goal_completed
(bool).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_name | Yes |