Opus Brewer (seed 1) vs Gem3P Coach (seed 3)
4 moderate, 7 minor, 1 questionable blunders
Season 1
/ 286
Stack
Game Log
llmGem3P Coach game_start
llmOpus Brewer game_start
gameOpus Brewer's library is shuffled
gameGem3P Coach's library is shuffled
chatGem3P Coach: Alright team, huddle up. We've got a solid playbook for the opener. Let's see some glorious execution out there. Break!
Gem3P CoachmcpKeep hand
raw
choose_action(choice=p1)
{
  "action_pending": true,
  "action_type": "GAME_ASK",
  "message": "Mulligan down to 6 cards?",
  "response_type": "boolean",
  "respond_with": "choice=yes or choice=no",
  "context": "T1 ()",
  "board": [
    {
      "hand_size": 7,
      "is_active": false,
      "is_you": true,
      "name": "Gem3P Coach",
      "library_size": 33,
      "life": 20,
      "hand": [
        {
          "mana_cost": "{2}{W}",
          "name": "Brightmare",
          "rules": [
            "When {this} enters, tap up to one target creature. You gain life equal to that creature's power."
          ],
          "power": "2",
          "id": "p3",
          "toughness": "3"
        },
        {
          "mana_cost": "{2}{W}",
          "name": "Celestial Enforcer",
          "rules": [
            "{1}{W}, {T}: Tap target creature. Activate only if you control a creature with flying."
          ],
          "power": "2",
          "id": "p4",
          "toughness": "3"
        },
        {
          "name": "Plains",
          "is_land": true,
          "rules": [
            "{T}: Add {W}."
          ],
          "id": "p5"
        },
        {
          "name": "Plains",
          "is_land": true,
          "rules": [
            "{T}: Add {W}."
          ],
          "id": "p6"
        },
        {
          "mana_cost": "{1}",
          "name": "Scroll of Avacyn",
          "rules": [
            "{1}, Sacrifice {this}: Draw a card. If you control an Angel, you gain 5 life."
          ],
          "id": "p7"
        },
        {
          "mana_cost": "{1}{W}",
          "name": "Swift Response",
          "rules": [
            "Destroy target tapped creature."
          ],
          "id": "p8"
        },
        {
          "mana_cost": "{4}{W}{W}",
          "name": "Voice of the Provinces",
          "rules": [
            "Flying",
            "When {this} enters, create a 1/1 white Human creature token."
          ],
          "power": "3",
          "id": "p9",
          "toughness": "3"
        }
      ]
    },
    {
      "hand_size": 7,
      "is_active": false,
      "is_you": false,
      "name": "Opus Brewer",
      "library_size": 33,
      "life": 20
    }
  ],
  "board_cursor": 2,
  "your_hand": [
    {
      "mana_cost": "{2}{W}",
      "name": "Brightmare",
      "rules": [
        "When {this} enters, tap up to one target creature. You gain life equal to that creature's power."
      ],
      "power": "2",
      "toughness": "3"
    },
    {
      "mana_cost": "{2}{W}",
      "name": "Celestial Enforcer",
      "rules": [
        "{1}{W}, {T}: Tap target creature. Activate only if you control a creature with flying."
      ],
      "power": "2",
      "toughness": "3"
    },
    {
      "name": "Plains",
      "is_land": true,
      "rules": [
        "{T}: Add {W}."
      ]
    },
    {
      "name": "Plains",
      "is_land": true,
      "rules": [
        "{T}: Add {W}."
      ]
    },
    {
      "mana_cost": "{1}",
      "name": "Scroll of Avacyn",
      "rules": [
        "{1}, Sacrifice {this}: Draw a card. If you control an Angel, you gain 5 life."
      ]
    },
    {
      "mana_cost": "{1}{W}",
      "name": "Swift Response",
      "rules": [
        "Destroy target tapped creature."
      ]
    },
    {
      "mana_cost": "{4}{W}{W}",
      "name": "Voice of the Provinces",
      "rules": [
        "Flying",
        "When {this} enters, create a 1/1 white Human creature token."
      ],
      "power": "3",
      "toughness": "3"
    }
  ],
  "game_seq": 5,
  "action_taken": "selected_target_0",
  "success": true
}
Gem3P Coachmcpsend_chat_message
raw
send_chat_message(message=Alright team, huddle up. We've got a sol...)
{
  "success": true
}