o3 Vorthos (Dragons + Unlucky Thirteen) vs GLM47 Timmy (J22 Goblins + Multi-Headed)
9 major, 5 moderate, 12 minor, 1 questionable blunders
Season 1
/ 311
Stack
Game Log
llmo3 Vorthos game_start
llmGLM47 Timmy game_start
thinkingGLM47 Timmy
I'll start by getting my available choices for selecting the starting player.
gameo3 Vorthos's library is shuffled
gameGLM47 Timmy's library is shuffled
GLM47 Timmyllm
pass_priority()
{
  "game_seq": 5,
  "action_type": "GAME_TARGET",
  "stop_reason": "non_priority_action",
  "response_type": "index",
  "can_cancel": false,
  "message": "Select a starting player",
  "required": true,
  "action_pending": true,
  "context": "T1 ()",
  "respond_with": "id=\"pN\" or index=N",
  "board_cursor": 1,
  "choices": [
    {
      "is_you": true,
      "name": "GLM47 Timmy",
      "target_type": "player",
      "index": 0,
      "id": "p1"
    },
    {
      "name": "o3 Vorthos",
      "target_type": "player",
      "index": 1,
      "id": "p2"
    }
  ],
  "board": [
    {
      "hand_size": 0,
      "is_active": false,
      "is_you": true,
      "name": "GLM47 Timmy",
      "library_size": 40,
      "life": 20,
      "hand": []
    },
    {
      "hand_size": 0,
      "is_active": false,
      "is_you": false,
      "name": "o3 Vorthos",
      "library_size": 40,
      "life": 20
    }
  ]
}
GLM47 TimmymcpGLM47 Timmy
raw
choose_action(id=p1)
{
  "next_action_pending": true,
  "next_action_type": "GAME_ASK",
  "game_seq": 5,
  "next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
  "success": true,
  "action_taken": "selected_target_0",
  "next_action_message": "Mulligan down to 6 cards?"
}