Gem31P Vorthos (Phyrexian + Snow) vs QwCdr Sarge (Discarding 2 + Think Again)
5 major, 7 moderate, 3 minor, 4 questionable blunders
Season 1
/ 309
Stack
Game Log
llmQwCdr Sarge game_start
llmGem31P Vorthos game_start
gameQwCdr Sarge's library is shuffled
gameGem31P Vorthos's library is shuffled
Gem31P Vorthosllm
pass_priority()
{
  "action_pending": true,
  "action_type": "GAME_TARGET",
  "message": "Select a starting player",
  "response_type": "index",
  "respond_with": "choice=pN — must pick a target",
  "context": "T1 ()",
  "board": [
    {
      "hand_size": 0,
      "is_active": false,
      "is_you": true,
      "name": "Gem31P Vorthos",
      "library_size": 40,
      "life": 20,
      "hand": []
    },
    {
      "hand_size": 0,
      "is_active": false,
      "is_you": false,
      "name": "QwCdr Sarge",
      "library_size": 40,
      "life": 20
    }
  ],
  "board_cursor": 1,
  "choices": [
    {
      "is_you": true,
      "name": "Gem31P Vorthos",
      "target_type": "player",
      "index": 0,
      "id": "p1"
    },
    {
      "name": "QwCdr Sarge",
      "target_type": "player",
      "index": 1,
      "id": "p2"
    }
  ],
  "game_seq": 5,
  "required": true,
  "can_cancel": false,
  "stop_reason": "non_priority_action"
}
Gem31P VorthosmcpGem31P Vorthos
raw
choose_action(choice=p1)
{
  "success": true,
  "action_taken": "selected_target_0",
  "game_seq": 5,
  "next_action_pending": true,
  "next_action_type": "GAME_ASK",
  "next_action_message": "Mulligan down to 6 cards?",
  "next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue."
}