GLM47 Humble (seed 6) vs Gem3F Tinker (seed 11)
4 moderate, 5 minor, 2 questionable blunders
Season 1
/ 238
Stack
Game Log
llmGem3F Tinker game_start
llmGLM47 Humble game_start
gameGem3F Tinker's library is shuffled
gameGLM47 Humble's library is shuffled
thinkingGLM47 Humble
I'll get the available choices for selecting the starting player.
GLM47 HumblemcpMulligan
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": "GLM47 Humble",
      "library_size": 33,
      "life": 20,
      "hand": [
        {
          "mana_cost": "{3}{W}",
          "name": "Basri's Lieutenant",
          "rules": [
            "Vigilance",
            "Protection from multicolored",
            "When {this} enters, put a +1/+1 counter on target creature you control.",
            "Whenever {this} or another creature you control dies, if it had a +1/+1 counter on it, create a 2/2 white Knight creature token with vigilance."
          ],
          "power": "3",
          "id": "p3",
          "toughness": "4"
        },
        {
          "mana_cost": "{1}{W}",
          "name": "Concordia Pegasus",
          "rules": [
            "Flying"
          ],
          "power": "1",
          "id": "p4",
          "toughness": "3"
        },
        {
          "mana_cost": "{3}{W}",
          "name": "Faith's Fetters",
          "rules": [
            "Enchant permanent",
            "When {this} enters, you gain 4 life.",
            "Enchanted permanent can't attack or block, and its activated abilities can't be activated unless they're mana abilities."
          ],
          "id": "p5"
        },
        {
          "mana_cost": "{1}{W}",
          "name": "Feat of Resistance",
          "rules": [
            "Put a +1/+1 counter on target creature you control. It gains protection from the color of your choice until end of turn."
          ],
          "id": "p6"
        },
        {
          "mana_cost": "{2}{W}",
          "name": "Legion's Judgment",
          "rules": [
            "Destroy target creature with power 4 or greater."
          ],
          "id": "p7"
        },
        {
          "mana_cost": "{3}{W}{W}",
          "name": "Patron of the Valiant",
          "rules": [
            "Flying",
            "When {this} enters, put a +1/+1 counter on each creature you control with a +1/+1 counter on it."
          ],
          "power": "4",
          "id": "p8",
          "toughness": "4"
        },
        {
          "name": "Plains",
          "is_land": true,
          "rules": [
            "{T}: Add {W}."
          ],
          "id": "p9"
        }
      ]
    },
    {
      "hand_size": 7,
      "is_active": false,
      "is_you": false,
      "name": "Gem3F Tinker",
      "library_size": 33,
      "life": 20
    }
  ],
  "board_cursor": 2,
  "your_hand": [
    {
      "mana_cost": "{3}{W}",
      "name": "Basri's Lieutenant",
      "rules": [
        "Vigilance",
        "Protection from multicolored",
        "When {this} enters, put a +1/+1 counter on target creature you control.",
        "Whenever {this} or another creature you control dies, if it had a +1/+1 counter on it, create a 2/2 white Knight creature token with vigilance."
      ],
      "power": "3",
      "toughness": "4"
    },
    {
      "mana_cost": "{1}{W}",
      "name": "Concordia Pegasus",
      "rules": [
        "Flying"
      ],
      "power": "1",
      "toughness": "3"
    },
    {
      "mana_cost": "{3}{W}",
      "name": "Faith's Fetters",
      "rules": [
        "Enchant permanent",
        "When {this} enters, you gain 4 life.",
        "Enchanted permanent can't attack or block, and its activated abilities can't be activated unless they're mana abilities."
      ]
    },
    {
      "mana_cost": "{1}{W}",
      "name": "Feat of Resistance",
      "rules": [
        "Put a +1/+1 counter on target creature you control. It gains protection from the color of your choice until end of turn."
      ]
    },
    {
      "mana_cost": "{2}{W}",
      "name": "Legion's Judgment",
      "rules": [
        "Destroy target creature with power 4 or greater."
      ]
    },
    {
      "mana_cost": "{3}{W}{W}",
      "name": "Patron of the Valiant",
      "rules": [
        "Flying",
        "When {this} enters, put a +1/+1 counter on each creature you control with a +1/+1 counter on it."
      ],
      "power": "4",
      "toughness": "4"
    },
    {
      "name": "Plains",
      "is_land": true,
      "rules": [
        "{T}: Add {W}."
      ]
    }
  ],
  "game_seq": 5,
  "action_taken": "selected_target_0",
  "success": true
}