Opus Brewer (seed 1) vs GPT53C Teach (seed 4)
2 major, 8 moderate, 7 minor, 2 questionable blunders
Season 1
/ 346
Stack
Game Log
gameGPT53C Teach's library is shuffled
gameOpus Brewer's library is shuffled
thinkingOpus Brewer
I'll choose to go first - it's almost always correct to be on the play in competitive Magic.
mcpKeep handraw
choose_action(choice=p2)
{
"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": "Opus Brewer",
"library_size": 33,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control."
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 7,
"is_active": false,
"is_you": false,
"name": "GPT53C Teach",
"library_size": 33,
"life": 20
}
],
"board_cursor": 2,
"your_hand": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control."
],
"power": "2",
"toughness": "2"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
]
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
]
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"power": "2",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
]
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
]
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
]
}
],
"game_seq": 5,
"action_taken": "selected_target_0",
"success": true
}thinkingOpus Brewer
This is a solid opening hand! I've got:
- 2 Forests for mana
- Elvish Archdruid (powerful lord/mana producer)
- Llanowar Visionary (ramp + card draw)
- Might of the Masses and Titanic Growth (combat tricks)
- Presence of Gond (token generator)
This looks like an Elf tribal deck. Two lands is a bit risky, but Llanowar Visionary draws a card and taps for mana, and the curve is reasonable. I'll keep this hand.
gameOpus Brewer chooses that they take the first turn
Opus BrewermcpPlay Forest
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T1 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 7,
"is_active": true,
"is_you": true,
"name": "Opus Brewer",
"library_size": 33,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 0"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p11",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p12",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 7,
"is_active": false,
"is_you": false,
"name": "GPT53C Teach",
"library_size": 33,
"life": 20
}
],
"board_cursor": 3,
"choices": [
{
"name": "Forest",
"index": 0,
"action": "land",
"id": "p11"
},
{
"name": "Forest",
"index": 1,
"action": "land",
"id": "p12"
}
],
"game_seq": 7,
"land_drops_used": 0,
"action_taken": "no",
"success": true
}thinkingOpus Brewer
Turn 1 - I'll play a Forest. Nothing else castable on turn 1 besides Might of the Masses (which needs a target creature). Let me play a land.
mcpPassraw
choose_action(choice=p11)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T1 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 6,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
}
],
"name": "Opus Brewer",
"library_size": 33,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 0"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 7,
"is_active": false,
"is_you": false,
"name": "GPT53C Teach",
"library_size": 33,
"life": 20
}
],
"board_cursor": 4,
"untapped_lands": 1,
"game_seq": 11,
"land_drops_used": 1,
"action_taken": "selected_0",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T1 Precombat Main/Precombat Main (Opus Brewer)",
"board": [
{
"hand_size": 7,
"is_active": false,
"is_you": true,
"name": "GPT53C Teach",
"library_size": 33,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 6,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
}
],
"name": "Opus Brewer",
"library_size": 33,
"life": 20
}
],
"board_cursor": 2,
"game_seq": 8,
"action_taken": "no",
"success": true
}gameOpus Brewer skips Draw step
— Precombat Main —
thinkingOpus Brewer
Nothing else to do with 1 mana and no 1-drop creatures. I'll pass.
gameOpus Brewer puts Forest from hand onto the Battlefield
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T1 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 6,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
}
],
"name": "Opus Brewer",
"library_size": 33,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 0"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 7,
"is_active": false,
"is_you": false,
"name": "GPT53C Teach",
"library_size": 33,
"life": 20
}
],
"board_cursor": 4,
"untapped_lands": 1,
"game_seq": 14,
"action_taken": "passed_priority",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T1 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 7,
"is_active": false,
"is_you": true,
"name": "GPT53C Teach",
"library_size": 33,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 6,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
}
],
"name": "Opus Brewer",
"library_size": 33,
"life": 20
}
],
"board_cursor": 2,
"game_seq": 15,
"action_taken": "passed_priority",
"success": true
}GPT53C Teachllm
get_game_state(cursor=0)
{
"available": true,
"cursor": 1,
"turn": 1,
"phase": "Combat",
"step": "Declare Attackers",
"active_player": "Opus Brewer",
"priority_player": "GPT53C Teach",
"players": [
{
"hand_size": 7,
"is_active": false,
"is_you": true,
"name": "GPT53C Teach",
"library_size": 33,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 6,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
}
],
"name": "Opus Brewer",
"library_size": 33,
"life": 20
}
],
"stack": [],
"game_seq": 19
}— Declare Attackers —
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T1 Postcombat Main/Postcombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 6,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
}
],
"name": "Opus Brewer",
"library_size": 33,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 0"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 7,
"is_active": false,
"is_you": false,
"name": "GPT53C Teach",
"library_size": 33,
"life": 20
}
],
"board_cursor": 4,
"untapped_lands": 1,
"game_seq": 18,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}chatGPT53C Teach: GLHF! Keeping a pretty land-heavy hand, so I’m hoping to curve out cleanly.
GPT53C Teachmcpsend_chat_message
raw
send_chat_message(message=GLHF! Keeping a pretty land-heavy hand, ...)
{
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T1 Postcombat Main/Postcombat Main (Opus Brewer)",
"board": [
{
"hand_size": 7,
"is_active": false,
"is_you": true,
"name": "GPT53C Teach",
"library_size": 33,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 6,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
}
],
"name": "Opus Brewer",
"library_size": 33,
"life": 20
}
],
"board_cursor": 2,
"game_seq": 19,
"action_taken": "passed_priority",
"success": true
}GPT53C TeachmcpPlay Forest
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T1 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 8,
"is_active": true,
"is_you": true,
"name": "GPT53C Teach",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p5",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p6",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7",
"playable": true
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 6,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
}
],
"name": "Opus Brewer",
"library_size": 33,
"life": 20
}
],
"board_cursor": 3,
"choices": [
{
"name": "Evolving Wilds",
"index": 0,
"action": "land",
"id": "p4"
},
{
"name": "Forest",
"index": 1,
"action": "land",
"id": "p5"
},
{
"name": "Forest",
"index": 2,
"action": "land",
"id": "p6"
},
{
"name": "Forest",
"index": 3,
"action": "land",
"id": "p7"
}
],
"game_seq": 21,
"land_drops_used": 0,
"action_taken": "passed_priority",
"success": true
}— Postcombat Main —
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T1 Precombat Main/Precombat Main (GPT53C Teach)",
"board": [
{
"hand_size": 6,
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
}
],
"name": "Opus Brewer",
"library_size": 33,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 0"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 7,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
}
],
"name": "GPT53C Teach",
"library_size": 32,
"life": 20
}
],
"board_cursor": 5,
"untapped_lands": 1,
"game_seq": 20,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
Opponent played a Forest. Let me pass through their turn.
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p5)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T1 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 7,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
}
],
"name": "GPT53C Teach",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 6,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
}
],
"name": "Opus Brewer",
"library_size": 33,
"life": 20
}
],
"board_cursor": 4,
"untapped_lands": 1,
"game_seq": 22,
"land_drops_used": 1,
"action_taken": "selected_1",
"success": true
}— GPT53C Teach's Turn 1 —
gameGPT53C Teach puts Forest from hand onto the Battlefield
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T1 Combat/Declare Attackers (GPT53C Teach)",
"board": [
{
"hand_size": 7,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
}
],
"name": "GPT53C Teach",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 6,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
}
],
"name": "Opus Brewer",
"library_size": 33,
"life": 20
}
],
"board_cursor": 4,
"untapped_lands": 1,
"game_seq": 26,
"action_taken": "passed_priority",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T1 Postcombat Main/Postcombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 7,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
}
],
"name": "GPT53C Teach",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 6,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
}
],
"name": "Opus Brewer",
"library_size": 33,
"life": 20
}
],
"board_cursor": 4,
"untapped_lands": 1,
"game_seq": 30,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}— Declare Attackers —
— Postcombat Main —
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T2 Precombat Main/Precombat Main (Opus Brewer)",
"board": [
{
"hand_size": 7,
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
}
],
"name": "GPT53C Teach",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 5,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20
}
],
"board_cursor": 5,
"stack": [
{
"name": "Elven Bow"
}
],
"untapped_lands": 1,
"game_seq": 32,
"action_taken": "passed_priority",
"success": true
}— Opus Brewer's Turn 2 —
chatOpus Brewer: Alright, looks like I'm on an Elf tribal build! Let's see how the synergies line up. Elvish Archdruid plus token generators could be a sweet engine...
Opus Brewerllm
pass_priority(until=my_turn, board_cursor=5)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T2 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 7,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{G}",
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24",
"playable": true
},
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 0"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p12",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 7,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
}
],
"name": "GPT53C Teach",
"library_size": 32,
"life": 20
}
],
"board_cursor": 6,
"choices": [
{
"mana_cost": "{G}",
"name": "Elven Bow",
"index": 0,
"action": "cast",
"id": "p24"
},
{
"name": "Forest",
"index": 1,
"action": "land",
"id": "p12"
}
],
"untapped_lands": 1,
"game_seq": 34,
"land_drops_used": 0,
"recent_chat": [
"GPT53C Teach: GLHF! Keeping a pretty land-heavy hand, so I’m hoping to curve out cleanly."
],
"stop_reason": "playable_cards",
"has_playable_cards": true
}thinkingOpus Brewer
Nice, I drew Elven Bow! Turn 2 - I'll play my second Forest and then cast Elvish Archdruid for {1}{G}{G}... wait, that's 3 mana and I only have 2 lands. Let me think about sequencing.
With 2 Forests, I can cast Elven Bow for {G} (just the bow, no token since I can't pay the extra {2}). But that's not great without a creature. Better to play the Forest and save mana for turn 3 when I can play Llanowar Visionary ({2}{G}) or Elvish Archdruid ({1}{G}{G}).
Actually, Elvish Archdruid is {1}{G}{G} which is exactly 2 Forests + ... no, that needs 3 mana total. Llanowar Visionary is {2}{G} = 3 mana. Both need 3 mana. So I should just play the Forest and pass, planning to cast one of them turn 3.
Let me play the Forest first.
mcpsend_chat_messageraw
send_chat_message(message=Alright, looks like I'm on an Elf tribal...)
{
"success": true
}Opus BrewermcpCast Elven Bow {G}
raw
choose_action(choice=p12)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T2 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 6,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{G}",
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24",
"playable": true
},
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 0"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 7,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
}
],
"name": "GPT53C Teach",
"library_size": 32,
"life": 20
}
],
"board_cursor": 7,
"choices": [
{
"mana_cost": "{G}",
"name": "Elven Bow",
"index": 0,
"action": "cast",
"id": "p24"
}
],
"untapped_lands": 2,
"game_seq": 34,
"land_drops_used": 1,
"action_taken": "selected_1",
"success": true
}thinkingOpus Brewer
I could cast Elven Bow for {G}, but without the extra {2} to make a token, it'll just sit there as an equipment. I'll have no creature to equip it to. Actually, if I cast it now for {G}, I still have {G} floating... no, I'd have 1 Forest untapped. Next turn with 2 untapped Forests I could cast Archdruid at {1}{G}{G} = 3 mana but I only have 2 lands...
Wait, I have exactly 2 Forests. Let me reconsider. Elven Bow costs {G}. If I cast it now, I have 1 Forest untapped. Next turn I untap both, have 2 mana. That's not enough for Archdruid or Visionary (both 3 mana).
If I don't cast it, next turn I have 2 mana... still not enough for 3-drops unless I draw a land.
Hmm, either way I need a 3rd land for my 3-drops. Let me cast Elven Bow now to get it on the battlefield - it'll be ready to equip when I have creatures later.
mcpPassraw
choose_action(choice=p24)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T2 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 0"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 7,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
}
],
"name": "GPT53C Teach",
"library_size": 32,
"life": 20
}
],
"board_cursor": 8,
"stack": [
{
"name": "Elven Bow"
}
],
"untapped_lands": 1,
"game_seq": 38,
"land_drops_used": 1,
"action_taken": "selected_0",
"success": true
}gameOpus Brewer puts Forest from hand onto the Battlefield
gameOpus Brewer casts Elven Bow from hand
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T2 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 0"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 7,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
}
],
"name": "GPT53C Teach",
"library_size": 32,
"life": 20
}
],
"board_cursor": 9,
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 41,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
The ETB trigger for Elven Bow - I can pay {2} to create a 1/1 Elf Warrior token. I only have 1 untapped Forest, so I can't pay {2}. Let me pass.
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T2 Precombat Main/Precombat Main (Opus Brewer)",
"board": [
{
"hand_size": 7,
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
}
],
"name": "GPT53C Teach",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 5,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20
}
],
"board_cursor": 6,
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 42,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer puts Elven Bow from stack onto the Battlefield
gameOpus Brewer - Ability triggers: Elven Bow - When Elven Bow enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach Elven Bow to it.
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_ASK",
"message": "Pay {2} and create a 1/1 green Elf Warrior creature token, then attach Elven Bow to it?",
"response_type": "boolean",
"respond_with": "choice=yes or choice=no",
"context": "T2 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 0"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 7,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
}
],
"name": "GPT53C Teach",
"library_size": 32,
"life": 20
}
],
"board_cursor": 9,
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 45,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
I can't pay {2} with only 1 untapped Forest. I'll decline.
mcpPassraw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T2 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 0"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 7,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
}
],
"name": "GPT53C Teach",
"library_size": 32,
"life": 20
}
],
"board_cursor": 9,
"untapped_lands": 1,
"game_seq": 47,
"land_drops_used": 1,
"action_taken": "no",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T2 Precombat Main/Precombat Main (Opus Brewer)",
"board": [
{
"hand_size": 7,
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
}
],
"name": "GPT53C Teach",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 5,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20
}
],
"board_cursor": 6,
"untapped_lands": 1,
"game_seq": 46,
"action_taken": "passed_priority",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T2 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 7,
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
}
],
"name": "GPT53C Teach",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 5,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20
}
],
"board_cursor": 6,
"untapped_lands": 1,
"game_seq": 50,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer did not pay for Elven Bow - Pay {2} and create a 1/1 green Elf Warrior creature token, then attach Elven Bow to it?
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T2 Postcombat Main/Postcombat Main (Opus Brewer)",
"board": [
{
"hand_size": 7,
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
}
],
"name": "GPT53C Teach",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 5,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20
}
],
"board_cursor": 6,
"untapped_lands": 1,
"game_seq": 54,
"action_taken": "passed_priority",
"success": true
}— Declare Attackers —
GPT53C TeachmcpPlay Forest
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T2 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 8,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
}
],
"name": "GPT53C Teach",
"library_size": 31,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p6",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p27",
"playable": true
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 5,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20
}
],
"board_cursor": 7,
"choices": [
{
"name": "Evolving Wilds",
"index": 0,
"action": "land",
"id": "p4"
},
{
"name": "Forest",
"index": 1,
"action": "land",
"id": "p6"
},
{
"name": "Forest",
"index": 2,
"action": "land",
"id": "p7"
},
{
"name": "Forest",
"index": 3,
"action": "land",
"id": "p27"
}
],
"untapped_lands": 1,
"game_seq": 56,
"land_drops_used": 0,
"action_taken": "passed_priority",
"success": true
}— Postcombat Main —
chatGPT53C Teach: Nice Bow setup. I’m going to keep pressing board early so you don’t get a free equip target.
GPT53C Teachmcpsend_chat_message
raw
send_chat_message(message=Nice Bow setup. I’m going to keep pressi...)
{
"success": true
}GPT53C TeachmcpCast Brushstrider {1}{G}
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p6)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T2 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 7,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
}
],
"name": "GPT53C Teach",
"library_size": 31,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1",
"playable": true
},
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 5,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20
}
],
"board_cursor": 8,
"choices": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"index": 0,
"action": "cast",
"id": "p3",
"power": "3",
"toughness": "1"
}
],
"untapped_lands": 2,
"game_seq": 57,
"land_drops_used": 1,
"action_taken": "selected_1",
"success": true
}— GPT53C Teach's Turn 2 —
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p3)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T2 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 6,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
}
],
"name": "GPT53C Teach",
"library_size": 31,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 5,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20
}
],
"board_cursor": 9,
"stack": [
{
"name": "Brushstrider"
}
],
"game_seq": 61,
"land_drops_used": 1,
"action_taken": "selected_0",
"success": true
}gameGPT53C Teach puts Forest from hand onto the Battlefield
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T2 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 6,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
}
],
"name": "GPT53C Teach",
"library_size": 31,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 5,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20
}
],
"board_cursor": 10,
"game_seq": 65,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}gameGPT53C Teach casts Brushstrider from hand
gameGPT53C Teach puts Brushstrider from stack onto the Battlefield
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T2 Combat/Declare Attackers (GPT53C Teach)",
"board": [
{
"hand_size": 6,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
}
],
"name": "GPT53C Teach",
"library_size": 31,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 5,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20
}
],
"board_cursor": 10,
"game_seq": 68,
"action_taken": "passed_priority",
"success": true
}Opus Brewerllm
pass_priority(until=my_turn, board_cursor=9)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T2 Precombat Main/Precombat Main (GPT53C Teach)",
"board": [
{
"hand_size": 5,
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 0"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 6,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
}
],
"name": "GPT53C Teach",
"library_size": 31,
"life": 20
}
],
"board_cursor": 10,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
}
],
"untapped_lands": 1,
"game_seq": 69,
"recent_chat": [
"GPT53C Teach: Nice Bow setup. I’m going to keep pressing board early so you don’t get a free equip target."
],
"stop_reason": "playable_cards",
"has_playable_cards": true
}thinkingOpus Brewer
Opponent played a Brushstrider (3/1 vigilance) with 2 Forests. That's a threat! But I have no creatures and Might of the Masses needs a target creature, so I can't use it. Let me pass through their turn.
— Declare Attackers —
— Postcombat Main —
— Opus Brewer's Turn 3 —
Opus Brewerllm
pass_priority(until=my_turn, board_cursor=10)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T3 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 6,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
}
],
"name": "Opus Brewer",
"library_size": 31,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 0"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p29",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 6,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
}
],
"name": "GPT53C Teach",
"library_size": 31,
"life": 20
}
],
"board_cursor": 11,
"choices": [
{
"name": "Forest",
"index": 0,
"action": "land",
"id": "p29"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 1,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 2,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 2,
"game_seq": 76,
"land_drops_used": 0,
"stop_reason": "playable_cards",
"has_playable_cards": true
}thinkingOpus Brewer
I drew a Forest! Now I can play it and have 3 mana for either Elvish Archdruid or Llanowar Visionary. Let me play the Forest first.
mcpCast Llanowar Visionary {2}{G}raw
choose_action(choice=p29)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T3 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
}
],
"name": "Opus Brewer",
"library_size": 31,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 0"
],
"power": "2",
"id": "p10",
"toughness": "2",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"power": "2",
"id": "p13",
"toughness": "2",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 6,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
}
],
"name": "GPT53C Teach",
"library_size": 31,
"life": 20
}
],
"board_cursor": 12,
"choices": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"index": 0,
"action": "cast",
"id": "p10",
"power": "2",
"toughness": "2"
},
{
"mana_cost": "{2}{G}",
"name": "Llanowar Visionary",
"index": 1,
"action": "cast",
"id": "p13",
"power": "2",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 2,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"index": 3,
"action": "cast",
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 4,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 3,
"game_seq": 76,
"land_drops_used": 1,
"action_taken": "selected_0",
"success": true
}thinkingOpus Brewer
Now I have 3 mana and need to choose between Elvish Archdruid and Llanowar Visionary.
- **Elvish Archdruid** (2/2, lords elves, taps for mana per elf) - powerful engine piece but I have no other elves yet
- **Llanowar Visionary** (2/2, draws a card, taps for mana) - immediate card advantage and mana fixing
Llanowar Visionary is better here because it draws a card (helping me find more lands/creatures) and provides mana ramp. Archdruid without other elves is just a 2/2 that taps for 1 green. Visionary effectively does the same but also draws.
Wait, actually Archdruid counts itself for the tap ability and lords other elves. With Archdruid, I tap for 1G (just itself). With Visionary, I draw a card and tap for G. The card draw is more valuable right now since I need to develop my board.
But Archdruid gives +1/+1 to other elves, so future elves benefit. And Visionary IS an elf, so if I play Visionary first, then Archdruid next turn, Visionary becomes 3/3. If I play Archdruid first, then Visionary next turn, Visionary enters as 3/3 but I delay the card draw.
I'll go with Llanowar Visionary - the card draw is crucial when I need to develop.
mcpPassraw
choose_action(choice=p13)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T3 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
}
],
"name": "Opus Brewer",
"library_size": 31,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 0"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 6,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
}
],
"name": "GPT53C Teach",
"library_size": 31,
"life": 20
}
],
"board_cursor": 13,
"stack": [
{
"name": "Llanowar Visionary"
}
],
"game_seq": 80,
"land_drops_used": 1,
"action_taken": "selected_1",
"success": true
}gameOpus Brewer puts Forest from hand onto the Battlefield
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T3 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 31,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 6,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
}
],
"name": "GPT53C Teach",
"library_size": 31,
"life": 20
}
],
"board_cursor": 14,
"stack": [
{
"name": "Ability"
}
],
"game_seq": 85,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer casts Llanowar Visionary from hand
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T3 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 30,
"life": 20,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 6,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
}
],
"name": "GPT53C Teach",
"library_size": 31,
"life": 20
}
],
"board_cursor": 15,
"game_seq": 89,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer puts Llanowar Visionary from stack onto the Battlefield
gameOpus Brewer - Ability triggers: Llanowar Visionary - When Llanowar Visionary enters, draw a card.
thinkingOpus Brewer
Drew Band Together - that's a nice removal spell! All lands tapped though so I'll pass the turn.
mcpPassraw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T3 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 5,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 30,
"life": 20,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 6,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
}
],
"name": "GPT53C Teach",
"library_size": 31,
"life": 20
}
],
"board_cursor": 15,
"game_seq": 91,
"action_taken": "passed_priority",
"success": true
}— Declare Attackers —
— Postcombat Main —
— GPT53C Teach's Turn 3 —
chatGPT53C Teach: Good Visionary curve — that card always keeps green decks humming. I’m trying to stay ahead on board before Bow starts taking over combat.
GPT53C Teachllm
pass_priority(until=my_turn, board_cursor=10)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T3 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 7,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
}
],
"name": "GPT53C Teach",
"library_size": 30,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p7",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p27",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33",
"playable": true
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 5,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 30,
"life": 20
}
],
"board_cursor": 11,
"choices": [
{
"name": "Evolving Wilds",
"index": 0,
"action": "land",
"id": "p4"
},
{
"name": "Forest",
"index": 1,
"action": "land",
"id": "p7"
},
{
"name": "Forest",
"index": 2,
"action": "land",
"id": "p27"
},
{
"name": "Forest",
"index": 3,
"action": "land",
"id": "p33"
}
],
"untapped_lands": 2,
"game_seq": 99,
"land_drops_used": 0,
"recent_chat": [
"Opus Brewer: Alright, looks like I'm on an Elf tribal build! Let's see how the synergies line up. Elvish Archdruid plus token generators could be a sweet engine..."
],
"stop_reason": "playable_cards",
"has_playable_cards": true
}GPT53C Teachmcpsend_chat_message
raw
send_chat_message(message=Good Visionary curve — that card always ...)
{
"success": true
}GPT53C TeachmcpCast Turntimber Basilisk {1}{G}{G}
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p7)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T3 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 6,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
}
],
"name": "GPT53C Teach",
"library_size": 30,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"power": "2",
"id": "p8",
"toughness": "1",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 5,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 30,
"life": 20
}
],
"board_cursor": 12,
"choices": [
{
"mana_cost": "{1}{G}{G}",
"name": "Turntimber Basilisk",
"index": 0,
"action": "cast",
"id": "p8",
"power": "2",
"toughness": "1"
}
],
"untapped_lands": 3,
"game_seq": 99,
"land_drops_used": 1,
"action_taken": "selected_1",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p8)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T3 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
}
],
"name": "GPT53C Teach",
"library_size": 30,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 5,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 30,
"life": 20
}
],
"board_cursor": 13,
"stack": [
{
"name": "Turntimber Basilisk"
}
],
"game_seq": 103,
"land_drops_used": 1,
"action_taken": "selected_0",
"success": true
}gameGPT53C Teach puts Forest from hand onto the Battlefield
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T3 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": true
}
],
"name": "GPT53C Teach",
"library_size": 30,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 5,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 30,
"life": 20
}
],
"board_cursor": 14,
"game_seq": 108,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}gameGPT53C Teach casts Turntimber Basilisk from hand
GPT53C Teachllm
pass_priority(until=declare_attackers, board_cursor=14)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Select attackers",
"response_type": "select",
"respond_with": "attackers=p1,p2,... or choice=yes (confirm) or choice=no (skip)",
"context": "T3 Combat/Declare Attackers (GPT53C Teach)",
"board_cursor": 14,
"board_unchanged": true,
"choices": [
{
"name": "Brushstrider",
"index": 0,
"choice_type": "attacker",
"id": "p3",
"power": "3",
"toughness": "1"
},
{
"name": "All attack",
"index": 1,
"choice_type": "special",
"id": "all"
}
],
"combat_phase": "attackers",
"game_seq": 113,
"stop_reason": "combat"
}gameGPT53C Teach puts Turntimber Basilisk from stack onto the Battlefield
— Declare Attackers —
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=p3, blockers=, text=, choice=)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T3 Combat/Declare Attackers (GPT53C Teach)",
"board": [
{
"hand_size": 5,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": true
}
],
"name": "GPT53C Teach",
"library_size": 30,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 5,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 30,
"life": 20
}
],
"board_cursor": 14,
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
}
],
"game_seq": 113,
"action_taken": "batch_attack",
"success": true,
"declared": [
{
"id": "p3"
}
]
}gameGPT53C Teach attacks Opus Brewer with 1 creature
— Declare Blockers —
Opus Brewerllm
pass_priority(until=my_turn, board_cursor=15)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Select blockers",
"response_type": "select",
"respond_with": "blockers=p5:p1,p6:p2 (blocker:attacker) or choice=yes (confirm) or choice=no (skip)",
"context": "T3 Combat/Declare Blockers (GPT53C Teach)",
"board": [
{
"hand_size": 5,
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 30,
"life": 20,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 5,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": true
}
],
"name": "GPT53C Teach",
"library_size": 30,
"life": 20
}
],
"board_cursor": 16,
"choices": [
{
"name": "Llanowar Visionary",
"index": 0,
"choice_type": "blocker",
"id": "p13",
"power": "2",
"toughness": "2"
}
],
"combat_phase": "blockers",
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
}
],
"game_seq": 119,
"incoming_attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
],
"recent_chat": [
"GPT53C Teach: Good Visionary curve — that card always keeps green decks humming. I’m trying to stay ahead on board before Bow starts taking over combat."
],
"stop_reason": "combat"
}thinkingOpus Brewer
Brushstrider (3/1 vigilance) is attacking me. Should I block with Llanowar Visionary (2/2)?
If I block: Visionary kills Brushstrider (2 damage vs 1 toughness), but Brushstrider kills Visionary (3 damage vs 2 toughness). Trade.
If I don't block: I take 3 damage (20 → 17).
The opponent also has a Turntimber Basilisk (deathtouch). My Visionary is important for mana ramp and as an Elf for Archdruid synergy. But Brushstrider is a real clock at 3 damage per turn with vigilance.
Actually, let me think about this more carefully. I have Band Together in hand which can kill creatures. I also have combat tricks. If I save Visionary, I can use Band Together next turn to deal with threats. The 3 life isn't critical.
But wait - trading my 2/2 for their 3/1 is actually fine. They lose a vigilance creature and I lose a mana dork. But I really want the mana dork for Archdruid. Let me take the 3 damage.
mcpPassraw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T3 Combat/Declare Blockers (GPT53C Teach)",
"board": [
{
"hand_size": 5,
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 30,
"life": 20,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 5,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": true
}
],
"name": "GPT53C Teach",
"library_size": 30,
"life": 20
}
],
"board_cursor": 16,
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
}
],
"game_seq": 119,
"action_taken": "passed_priority",
"success": true
}Opus Brewerllm
pass_priority(until=my_turn, board_cursor=16)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T4 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 6,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32",
"playable": true
},
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"power": "2",
"id": "p10",
"toughness": "2",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p35",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 5,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": true
}
],
"name": "GPT53C Teach",
"library_size": 30,
"life": 20
}
],
"board_cursor": 17,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"index": 0,
"action": "cast",
"id": "p32"
},
{
"name": "Elven Bow",
"index": 1,
"action": "activate",
"playable_abilities": [
"Equip {3}"
],
"id": "p24"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"index": 2,
"action": "cast",
"id": "p10",
"power": "2",
"toughness": "2"
},
{
"name": "Forest",
"index": 3,
"action": "land",
"id": "p35"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 4,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"index": 5,
"action": "cast",
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 6,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 3,
"game_seq": 130,
"land_drops_used": 0,
"stop_reason": "playable_cards",
"has_playable_cards": true
}gameOpus Brewer loses 3 life at combat from Brushstrider
— Combat Damage —
— Postcombat Main —
— Opus Brewer's Turn 4 —
chatOpus Brewer: Turntimber Basilisk is an interesting card - deathtouch with that landfall trigger is a neat little package. Would be spicy in a landfall shell with fetch lands. But right now, I've got some Elf synergies to assemble!
thinkingOpus Brewer
I drew another Forest! Now I have 4 lands available (3 Forest + Visionary). Let me plan my turn carefully.
I should play the Forest first, giving me 4 lands + Visionary = 5 mana total. Then I can:
1. Cast Elvish Archdruid ({1}{G}{G}) - uses 3 mana, leaves 2 mana (from remaining land + Visionary)
2. Maybe even cast something else with the remaining 2 mana
Let me play the Forest and then Elvish Archdruid. With Archdruid on board, Visionary becomes 3/3, and Archdruid taps for G per elf (2 elves = 2G next turn).
mcpsend_chat_messageraw
send_chat_message(message=Turntimber Basilisk is an interesting ca...)
{
"success": true
}Opus BrewermcpCast Elvish Archdruid {1}{G}{G}
raw
choose_action(choice=p35)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T4 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32",
"playable": true
},
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"power": "2",
"id": "p10",
"toughness": "2",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 5,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": true
}
],
"name": "GPT53C Teach",
"library_size": 30,
"life": 20
}
],
"board_cursor": 18,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"index": 0,
"action": "cast",
"id": "p32"
},
{
"name": "Elven Bow",
"index": 1,
"action": "activate",
"playable_abilities": [
"Equip {3}"
],
"id": "p24"
},
{
"mana_cost": "{1}{G}{G}",
"name": "Elvish Archdruid",
"index": 2,
"action": "cast",
"id": "p10",
"power": "2",
"toughness": "2"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 3,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"index": 4,
"action": "cast",
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 5,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 4,
"game_seq": 130,
"land_drops_used": 1,
"action_taken": "selected_3",
"success": true
}thinkingOpus Brewer
Now I'll cast Elvish Archdruid with {1}{G}{G}. This leaves me with 1 untapped Forest + Visionary (2 mana remaining).
mcpPassraw
choose_action(choice=p10)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T4 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 5,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": true
}
],
"name": "GPT53C Teach",
"library_size": 30,
"life": 20
}
],
"board_cursor": 19,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 1,
"action": "cast",
"id": "p16"
}
],
"stack": [
{
"name": "Elvish Archdruid"
}
],
"untapped_lands": 1,
"game_seq": 134,
"land_drops_used": 1,
"action_taken": "selected_2",
"success": true
}gameOpus Brewer puts Forest from hand onto the Battlefield
thinkingOpus Brewer
No need to use combat tricks right now. Let me pass and let Archdruid resolve.
mcpPassraw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T4 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Elvish Archdruid",
"modified": true,
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "3",
"toughness": "3",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 5,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": true
}
],
"name": "GPT53C Teach",
"library_size": 30,
"life": 20
}
],
"board_cursor": 20,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 1,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 1,
"game_seq": 139,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer casts Elvish Archdruid from hand
thinkingOpus Brewer
Archdruid resolved! Visionary is now 3/3 from the lord effect. I still have 1 Forest untapped + Visionary's mana ability. I could cast Titanic Growth ({1}{G}) using Forest + Visionary, but there's no reason to use a combat trick pre-combat without attacking. Let me save my mana and pass.
Actually, should I attack with Visionary? It's now a 3/3 and it's not sick (it was played last turn). Opponent has Brushstrider 3/1 (can block since it has vigilance) and Turntimber Basilisk 2/1 (still sick).
If I attack with Visionary (3/3):
- If they block with Brushstrider: both die (3 vs 1 toughness, 3 vs 3 toughness). Good trade for me since Brushstrider was hitting me for 3 each turn.
- If they don't block: I deal 3 damage.
But if Visionary dies, I lose the lord bonus synergy with Archdruid. And I lose a mana dork. Let me just hold back and pass - next turn Archdruid will be untapped and I'll have even more options.
mcpPassraw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Select attackers",
"response_type": "select",
"respond_with": "attackers=p1,p2,... or choice=yes (confirm) or choice=no (skip)",
"context": "T4 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 4,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Elvish Archdruid",
"modified": true,
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "3",
"toughness": "3",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 5,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": true
}
],
"name": "GPT53C Teach",
"library_size": 30,
"life": 20
}
],
"board_cursor": 21,
"choices": [
{
"name": "Llanowar Visionary",
"index": 0,
"choice_type": "attacker",
"id": "p13",
"power": "3",
"toughness": "3"
},
{
"name": "All attack",
"index": 1,
"choice_type": "special",
"id": "all"
}
],
"combat_phase": "declare_attackers",
"untapped_lands": 1,
"game_seq": 142,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer puts Elvish Archdruid from stack onto the Battlefield
thinkingOpus Brewer
Actually, let me reconsider attacking with Visionary. If I attack:
- They can block with Brushstrider (3/1 vigilance). Visionary 3/3 kills Brushstrider, Brushstrider deals 3 to Visionary, Visionary survives at 3/3 with 3 damage... wait no, 3 damage kills a 3/3 since it has 3 toughness. Both die.
- But I have Titanic Growth and Might of the Masses as combat tricks. If they block, I can use Titanic Growth to save my Visionary (+4/+4 makes it 7/7, survives).
Hmm, but if they don't block, I deal 3 and save my trick. And I have mana for tricks (1 Forest + Visionary for Titanic Growth at {1}{G}).
Wait - if I attack with Visionary, I can't tap Visionary for mana. So I'd only have 1 Forest for tricks. That's only enough for Might of the Masses ({G}).
Let me just skip combat this turn. Archdruid is sick and Visionary is my only attacker. Better to wait until next turn when Archdruid can tap for mana during combat and I have more options.
mcpPassraw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T4 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 4,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Elvish Archdruid",
"modified": true,
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "3",
"toughness": "3",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 5,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": true
}
],
"name": "GPT53C Teach",
"library_size": 30,
"life": 20
}
],
"board_cursor": 22,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 1,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 1,
"game_seq": 144,
"action_taken": "passed_priority",
"success": true
}minor blunder
Llanowar Visionary (3/3) could attack into Brushstrider (3/1) with Might of the Masses in hand and 1 untapped Forest ava…
Llanowar Visionary (3/3) could attack into Brushstrider (3/1) with Might of the Masses in hand and 1 untapped Forest available. If blocked, casting Might of the Masses makes Visionary 5/5, killing Brushstrider while Visionary survives. If unblocked, 3 damage to opponent's face. Either outcome is favorable.
Analysis
Action taken: Declined to attack with Llanowar Visionary
Better line: Attack with Llanowar Visionary. If Brushstrider blocks, cast Might of the Masses for G to pump Visionary to 5/5, winning combat and destroying Brushstrider. If unblocked, deal 3 damage.
— Declare Attackers —
Opus Brewerllm
pass_priority(until=my_turn, board_cursor=22)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T4 Postcombat Main/Postcombat Main (Opus Brewer) YOUR_MAIN",
"board_cursor": 22,
"board_unchanged": true,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 1,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 1,
"game_seq": 149,
"land_drops_used": 1,
"stop_reason": "playable_cards",
"has_playable_cards": true
}— Postcombat Main —
thinkingOpus Brewer
Nothing worth casting. Let me pass to opponent's turn.
— GPT53C Teach's Turn 4 —
GPT53C Teachllm
pass_priority(until=my_turn, board_cursor=14)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T4 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 6,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p27",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37",
"playable": true
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 4,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "3",
"toughness": "3",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17
}
],
"board_cursor": 15,
"choices": [
{
"name": "Evolving Wilds",
"index": 0,
"action": "land",
"id": "p4"
},
{
"name": "Forest",
"index": 1,
"action": "land",
"id": "p27"
},
{
"name": "Forest",
"index": 2,
"action": "land",
"id": "p33"
},
{
"name": "Forest",
"index": 3,
"action": "land",
"id": "p37"
}
],
"untapped_lands": 3,
"game_seq": 151,
"land_drops_used": 0,
"recent_chat": [
"Opus Brewer: Turntimber Basilisk is an interesting card - deathtouch with that landfall trigger is a neat little package. Would be spicy in a landfall shell with fetch lands. But right now, I've got some Elf synergies to assemble!"
],
"stop_reason": "playable_cards",
"has_playable_cards": true
}GPT53C TeachmcpElvish Archdruid
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p27)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select a creature",
"response_type": "index",
"respond_with": "choice=pN — must pick a target",
"context": "T4 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 4,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "3",
"toughness": "3",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17
}
],
"board_cursor": 16,
"choices": [
{
"name": "Brushstrider",
"target_type": "permanent",
"index": 0,
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"controller": "Opus Brewer",
"name": "Elvish Archdruid",
"target_type": "permanent",
"index": 1,
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"controller": "Opus Brewer",
"name": "Llanowar Visionary",
"target_type": "permanent",
"index": 2,
"power": "3",
"id": "p13",
"toughness": "3"
},
{
"name": "Turntimber Basilisk",
"target_type": "permanent",
"index": 3,
"power": "2",
"id": "p8",
"toughness": "1"
}
],
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 4,
"game_seq": 151,
"land_drops_used": 1,
"required": true,
"can_cancel": false,
"action_taken": "selected_1",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p10)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T4 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 4,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "3",
"toughness": "3",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17
}
],
"board_cursor": 16,
"stack": [
{
"name": "Ability",
"targets": [
{
"name": "Elvish Archdruid (2/2) (Opus Brewer's)",
"id": "p10"
}
]
}
],
"untapped_lands": 4,
"game_seq": 155,
"land_drops_used": 1,
"action_taken": "selected_target_1",
"success": true
}gameGPT53C Teach puts Forest from hand onto the Battlefield
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_ASK",
"message": "Landfall — Whenever a land you control enters, you may have target creature block Turntimber Basilisk this turn if able.",
"response_type": "boolean",
"respond_with": "choice=yes or choice=no",
"context": "T4 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 4,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "3",
"toughness": "3",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17
}
],
"board_cursor": 16,
"stack": [
{
"name": "Ability",
"targets": [
{
"name": "Elvish Archdruid (2/2) (Opus Brewer's)",
"id": "p10"
}
]
}
],
"untapped_lands": 4,
"game_seq": 157,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}gameGPT53C Teach - Ability triggers: Turntimber Basilisk - Landfall — Whenever a land you control enters, you may have target creature block Turntimber Basilisk this turn if able. - targeting Elvish Archdruid
GPT53C TeachmcpCast Hunter's Edge {3}{G}
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T4 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 4,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "3",
"toughness": "3",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17
}
],
"board_cursor": 17,
"choices": [
{
"mana_cost": "{3}{G}",
"name": "Hunter's Edge",
"index": 0,
"action": "cast",
"id": "p23"
}
],
"untapped_lands": 4,
"game_seq": 159,
"land_drops_used": 1,
"action_taken": "no",
"success": true
}GPT53C TeachmcpTurntimber Basilisk
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p23)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select a creature you control",
"response_type": "index",
"respond_with": "choice=pN, or choice=no to cancel",
"context": "T4 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 4,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "3",
"toughness": "3",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17
}
],
"board_cursor": 18,
"choices": [
{
"name": "Brushstrider",
"target_type": "permanent",
"index": 0,
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Turntimber Basilisk",
"target_type": "permanent",
"index": 1,
"power": "2",
"id": "p8",
"toughness": "1"
}
],
"stack": [
{
"name": "Hunter's Edge"
}
],
"untapped_lands": 4,
"game_seq": 160,
"land_drops_used": 1,
"required": false,
"can_cancel": true,
"action_taken": "selected_0",
"success": true
}GPT53C TeachmcpElvish Archdruid
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p8)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select a creature you don't control",
"response_type": "index",
"respond_with": "choice=pN, or choice=no to cancel",
"context": "T4 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 4,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "3",
"toughness": "3",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17
}
],
"board_cursor": 18,
"choices": [
{
"controller": "Opus Brewer",
"name": "Elvish Archdruid",
"target_type": "permanent",
"index": 0,
"power": "2",
"id": "p10",
"toughness": "2"
},
{
"controller": "Opus Brewer",
"name": "Llanowar Visionary",
"target_type": "permanent",
"index": 1,
"power": "3",
"id": "p13",
"toughness": "3"
}
],
"stack": [
{
"name": "Hunter's Edge",
"targets": [
{
"name": "Turntimber Basilisk (2/1) (yours)",
"id": "p8"
}
]
}
],
"untapped_lands": 4,
"game_seq": 161,
"land_drops_used": 1,
"required": false,
"can_cancel": true,
"action_taken": "selected_target_1",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p10)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T4 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "2",
"toughness": "1",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 4,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "3",
"toughness": "3",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17
}
],
"board_cursor": 19,
"stack": [
{
"name": "Hunter's Edge",
"targets": [
{
"name": "Turntimber Basilisk (2/1) (yours)",
"id": "p8"
},
{
"name": "Elvish Archdruid (2/2) (Opus Brewer's)",
"id": "p10"
}
]
}
],
"game_seq": 162,
"land_drops_used": 1,
"action_taken": "selected_target_0",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T4 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17
}
],
"board_cursor": 20,
"game_seq": 168,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}gameGPT53C Teach casts Hunter's Edge targeting Turntimber Basilisk, Elvish Archdruid from hand
GPT53C TeachmcpAttack with all (Brushstrider 3/1, Turntimber Basilisk 3/2)
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Select attackers",
"response_type": "select",
"respond_with": "attackers=p1,p2,... or choice=yes (confirm) or choice=no (skip)",
"context": "T4 Combat/Declare Attackers (GPT53C Teach)",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17
}
],
"board_cursor": 20,
"choices": [
{
"name": "Brushstrider",
"index": 0,
"choice_type": "attacker",
"id": "p3",
"power": "3",
"toughness": "1"
},
{
"name": "Turntimber Basilisk",
"index": 1,
"choice_type": "attacker",
"id": "p8",
"power": "3",
"toughness": "2"
},
{
"name": "All attack",
"index": 2,
"choice_type": "special",
"id": "all"
}
],
"combat_phase": "declare_attackers",
"game_seq": 174,
"action_taken": "passed_priority",
"success": true
}gameHunter's Edge: GPT53C Teach puts 1 +1/+1 counters on Turntimber Basilisk
gameTurntimber Basilisk deals 3 damage to Elvish Archdruid
gameGPT53C Teach puts Hunter's Edge from stack into their graveyard
gameElvish Archdruid died
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=all, blockers=, text=, choice=)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T4 Combat/Declare Attackers (GPT53C Teach)",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17
}
],
"board_cursor": 21,
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Turntimber Basilisk",
"id": "p8",
"power": "3",
"toughness": "2"
}
]
}
],
"game_seq": 176,
"action_taken": "batch_attack",
"success": true,
"declared": [
{
"id": "all"
}
]
}— Declare Attackers —
gameGPT53C Teach attacks Opus Brewer with 2 creatures
— Declare Blockers —
Opus Brewerllm
pass_priority(until=my_turn, board_cursor=22)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Select blockers",
"response_type": "select",
"respond_with": "blockers=p5:p1,p6:p2 (blocker:attacker) or choice=yes (confirm) or choice=no (skip)",
"context": "T4 Combat/Declare Blockers (GPT53C Teach)",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"id": "p10"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20
}
],
"board_cursor": 23,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 1,
"action": "cast",
"id": "p16"
},
{
"name": "Llanowar Visionary",
"index": 2,
"choice_type": "blocker",
"id": "p13",
"power": "2",
"toughness": "2"
}
],
"combat_phase": "blockers",
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Turntimber Basilisk",
"id": "p8",
"power": "3",
"toughness": "2"
}
]
}
],
"untapped_lands": 1,
"game_seq": 182,
"incoming_attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
},
{
"name": "Turntimber Basilisk",
"id": "p8",
"power": "3",
"toughness": "2"
}
],
"stop_reason": "combat"
}thinkingOpus Brewer
Ouch! The opponent used Hunter's Edge to kill my Elvish Archdruid and put a +1/+1 counter on Turntimber Basilisk (now 3/2). Now both creatures are attacking me - Brushstrider (3/1) and Turntimber Basilisk (3/2 deathtouch).
If I don't block: I take 3+3 = 6 damage (17 → 11).
If I block Brushstrider with Visionary: Both trade (3 damage kills my 2/2, 2 damage kills their 1 toughness). Still take 3 from Basilisk. Go to 14.
If I block Basilisk with Visionary: Deathtouch kills my Visionary. I deal 2 to Basilisk (3/2, needs 2 to kill). Both die. Still take 3 from Brushstrider. Go to 14.
Blocking Basilisk is the better trade - it has deathtouch and a +1/+1 counter, making it more dangerous long-term. Both trades result in me going to 14.
Actually wait, I could also use combat tricks. If I block Brushstrider with Visionary and use Might of the Masses ({G}, 1 Forest available):
- Visionary gets +X/+X where X = creatures I control = 1 (just Visionary). So +1/+1, making it 3/3.
- Visionary kills Brushstrider, Brushstrider deals 3 to Visionary (3/3), Visionary dies too. Not great.
Let me just block Turntimber Basilisk - removing the deathtouch threat is more valuable. Both my creature and theirs die, and I take 3 from Brushstrider.
mcpPassraw
choose_action(blockers=p13:p28)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T4 Combat/Declare Blockers (GPT53C Teach)",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"id": "p10"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 17,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20
}
],
"board_cursor": 23,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 1,
"action": "cast",
"id": "p16"
}
],
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Turntimber Basilisk",
"id": "p8",
"power": "3",
"toughness": "2"
}
]
}
],
"untapped_lands": 1,
"game_seq": 182,
"error": "p13: unknown attacker ID: p28",
"action_taken": "batch_block",
"success": false,
"error_code": "batch_failed",
"retryable": true,
"declared": [],
"failed": [
{
"id": "p13",
"reason": "unknown attacker ID: p28"
}
]
}thinkingOpus Brewer
I could use Might of the Masses to pump Visionary to 3/3 which would still kill the 3/2 Basilisk but Visionary would still die to deathtouch. Not worth spending a card. Let me pass.
mcpPassraw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T4 Combat/Combat Damage (GPT53C Teach)",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"id": "p10"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 11,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20
}
],
"board_cursor": 24,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 1,
"action": "cast",
"id": "p16"
}
],
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Turntimber Basilisk",
"id": "p8",
"power": "3",
"toughness": "2"
}
]
}
],
"untapped_lands": 1,
"game_seq": 189,
"action_taken": "passed_priority",
"success": true
}minor blunder
Declined to block, taking 6 damage (to 11 life) when blocking Brushstrider with Llanowar Visionary would have been a cle…
Declined to block, taking 6 damage (to 11 life) when blocking Brushstrider with Llanowar Visionary would have been a clean trade (both die) while only taking 3 damage from the Basilisk. Trading a 2/2 mana dork for a 3/1 vigilance attacker saves 3 life and removes a threat.
Analysis
Action taken: No blocks, taking 6 damage total from both attackers
Better line: Block Brushstrider with Llanowar Visionary for a clean trade (2 power kills the 3/1), only taking 3 damage from Turntimber Basilisk. Saves 3 life and removes an attacker.
questionable
If Llanowar Visionary is blocking Brushstrider (3/1), casting Might of the Masses (+1/+1 with 1 creature) would make Vis…
If Llanowar Visionary is blocking Brushstrider (3/1), casting Might of the Masses (+1/+1 with 1 creature) would make Visionary a 3/3, allowing it to survive combat while killing Brushstrider. Visionary could tap for {G} to pay the cost even while blocking. If blocking the deathtouch Basilisk instead, passing is correct since deathtouch kills regardless of toughness.
Analysis
Action taken: Passed priority without casting any combat trick
Better line: If blocking Brushstrider, tap Llanowar Visionary for {G} and cast Might of the Masses targeting Visionary to save it while killing Brushstrider
thinkingOpus Brewer
Hmm, wait - damage already resolved? I'm at 11 not 14. Let me check - did my block not work? I took 6 damage instead of 3.
Let me check if my Visionary is still alive...
llmget_game_state()
{
"available": true,
"cursor": 4,
"turn": 4,
"phase": "Combat",
"step": "Combat Damage",
"active_player": "GPT53C Teach",
"priority_player": "Opus Brewer",
"players": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"id": "p10"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 11,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20
}
],
"stack": [],
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Turntimber Basilisk",
"id": "p8",
"power": "3",
"toughness": "2"
}
]
}
],
"game_seq": 194
}moderate blunder
Opus Brewer passed priority instead of casting Might of the Masses on Llanowar Visionary.
Opus Brewer passed priority instead of casting Might of the Masses on Llanowar Visionary. With the sick Forest able to tap for mana (summoning sickness doesn't affect lands), they could make Visionary a 3/3, block Brushstrider (3/1), and have Visionary survive combat. Instead, they'll likely have to trade Visionary for Brushstrider or take the full 6 damage.
Analysis
Action taken: Passed priority without casting any combat trick
Better line: Cast Might of the Masses targeting Llanowar Visionary (making it 3/3), then block Brushstrider with it. Visionary survives, Brushstrider dies, only take 3 from Basilisk.
gameOpus Brewer loses 3 life at combat from Brushstrider
gameOpus Brewer loses 3 life at combat from Turntimber Basilisk
— Combat Damage —
thinkingOpus Brewer
I see - both attackers show as "blocked":false. It seems my block assignment didn't go through correctly. I'm at 11 life having taken the full 6 damage. Visionary is still alive at least.
Okay, this is a tough spot - I'm at 11 life facing a Brushstrider (3/1 vigilance) and Turntimber Basilisk (3/2 deathtouch with a +1/+1 counter). They're doing 6 damage per turn if I can't block.
Let me pass and get to my turn. I need to stabilize.
mcpPassraw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T4 Postcombat Main/Postcombat Main (GPT53C Teach)",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"id": "p10"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 29,
"life": 11,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20
}
],
"board_cursor": 24,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 1,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 1,
"game_seq": 194,
"action_taken": "passed_priority",
"success": true
}Opus Brewerllm
pass_priority(until=my_turn, board_cursor=24)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T5 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"power": "2",
"id": "p40",
"toughness": "2",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20
}
],
"board_cursor": 25,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"index": 0,
"action": "cast",
"id": "p32"
},
{
"mana_cost": "{1}{G}",
"name": "Dwynen's Elite",
"index": 1,
"action": "cast",
"id": "p40",
"power": "2",
"toughness": "2"
},
{
"name": "Elven Bow",
"index": 2,
"action": "activate",
"playable_abilities": [
"Equip {3}"
],
"id": "p24"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 3,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"index": 4,
"action": "cast",
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 5,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 4,
"game_seq": 197,
"land_drops_used": 0,
"stop_reason": "playable_cards",
"has_playable_cards": true
}— Postcombat Main —
— Opus Brewer's Turn 5 —
chatOpus Brewer: Losing Archdruid to that Hunter's Edge was rough - note to self, that card is solid removal for green decks. But Dwynen's Elite into Presence of Gond? Now THAT'S a combo I want to test in a dedicated Elf tokens build!
thinkingOpus Brewer
Drew Dwynen's Elite! This is great - {1}{G} for a 2/2, and since I control Llanowar Visionary (an Elf), I'll also get a 1/1 Elf Warrior token. That gives me 3 creatures.
Let me think about sequencing. I have 4 untapped lands + Visionary = 5 mana.
Options:
1. **Dwynen's Elite ({1}{G})** → get 2/2 + 1/1 token. Then **Presence of Gond ({2}{G})** on one of them → token generator. Total: 5 mana exactly.
2. **Dwynen's Elite ({1}{G})** → get creatures. Then **Band Together ({2}{G})** → use two creatures to kill an opposing creature. Total: 5 mana exactly.
3. **Dwynen's Elite** + hold up **Titanic Growth** for combat tricks.
I think option 1 (Dwynen's Elite + Presence of Gond) is the strongest play. Presence of Gond gives me a repeatable token generator that synergizes with the Elf theme. Put it on the 1/1 token - it can tap to make more 1/1 Elf tokens each turn. This builds an army quickly.
Actually, Band Together would let me kill one of their threats immediately. With Elite (2/2) + Visionary (2/2), I can deal 4 damage to Turntimber Basilisk (3/2) - overkill but removes the deathtouch threat. Or kill Brushstrider (3/1) with just one creature's damage.
Hmm, let me think about what matters more:
- If I kill Basilisk with Band Together, I still face Brushstrider (3 per turn). I'm at 11, so 3-4 more turns.
- If I play Presence of Gond, I start generating tokens next turn which gives me blockers AND an army.
Presence of Gond is the better long-term play. I can chump block with tokens while building up. Let me cast Dwynen's Elite first.
mcpsend_chat_messageraw
send_chat_message(message=Losing Archdruid to that Hunter's Edge w...)
{
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=p40)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T5 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 1"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20
}
],
"board_cursor": 26,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"index": 0,
"action": "cast",
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 1,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 2,
"action": "cast",
"id": "p16"
}
],
"stack": [
{
"name": "Dwynen's Elite"
}
],
"untapped_lands": 2,
"game_seq": 197,
"land_drops_used": 0,
"action_taken": "selected_1",
"success": true
}thinkingOpus Brewer
Let Elite resolve first.
mcpPassraw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T5 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20
}
],
"board_cursor": 27,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"index": 0,
"action": "cast",
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 1,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 2,
"action": "cast",
"id": "p16"
}
],
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 2,
"game_seq": 203,
"land_drops_used": 0,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer casts Dwynen's Elite from hand
thinkingOpus Brewer
The ETB trigger is on the stack - it'll create a 1/1 token since I control Visionary (another Elf). Let it resolve.
mcpCast Presence of Gond {2}{G}raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T5 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20
}
],
"board_cursor": 28,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"index": 0,
"action": "cast",
"id": "p32"
},
{
"name": "Elven Bow",
"index": 1,
"action": "activate",
"playable_abilities": [
"Equip {3}"
],
"id": "p24"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 2,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{2}{G}",
"name": "Presence of Gond",
"index": 3,
"action": "cast",
"id": "p15"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 4,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 2,
"game_seq": 207,
"land_drops_used": 0,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer puts Dwynen's Elite from stack onto the Battlefield
gameOpus Brewer - Ability triggers: Dwynen's Elite - When Dwynen's Elite enters, if you control another Elf, create a 1/1 green Elf Warrior creature token.
thinkingOpus Brewer
I now have 3 creatures: Dwynen's Elite (2/2), Elf Warrior Token (1/1), and Llanowar Visionary (2/2). I have 2 untapped Forests + Visionary = 3 mana available.
Now let me cast Presence of Gond ({2}{G}). I'll put it on the Elf Warrior Token - that way my 2/2s stay available for blocking/attacking while the 1/1 token becomes a repeatable Elf factory.
mcpElf Warrior Tokenraw
choose_action(choice=p15)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select a creature",
"response_type": "index",
"respond_with": "choice=pN, or choice=no to cancel",
"context": "T5 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20
}
],
"board_cursor": 29,
"choices": [
{
"controller": "GPT53C Teach",
"name": "Brushstrider",
"target_type": "permanent",
"index": 0,
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Dwynen's Elite",
"target_type": "permanent",
"index": 1,
"power": "2",
"id": "p40",
"toughness": "2"
},
{
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 2,
"power": "1",
"id": "p43",
"toughness": "1"
},
{
"name": "Llanowar Visionary",
"target_type": "permanent",
"index": 3,
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"tapped": true,
"controller": "GPT53C Teach",
"name": "Turntimber Basilisk",
"target_type": "permanent",
"index": 4,
"power": "3",
"id": "p8",
"toughness": "2"
}
],
"stack": [
{
"name": "Presence of Gond"
}
],
"untapped_lands": 2,
"game_seq": 210,
"land_drops_used": 0,
"required": false,
"can_cancel": true,
"action_taken": "selected_3",
"success": true
}gameOpus Brewer creates a Elf Warrior Token token
thinkingOpus Brewer
I'll put it on the Elf Warrior Token. Actually wait - if I put it on Visionary, Visionary can either tap for mana OR tap for a token. That's more flexible but I lose the mana option. The token is summoning sick anyway so it can't tap this turn either way.
Actually, I should put it on Llanowar Visionary since it's NOT summoning sick - it can tap to create a token THIS turn! The token and Elite are both sick. If I put Gond on Visionary, I can immediately start making tokens (though I lose the mana dork).
But losing the mana ability on Visionary is a real cost. Let me put it on the Elf Warrior Token - it'll be ready to tap next turn, and I keep Visionary as a mana source.
mcpPassraw
choose_action(choice=p43)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T5 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20
}
],
"board_cursor": 30,
"stack": [
{
"name": "Presence of Gond",
"targets": [
{
"name": "Elf Warrior Token (1/1) (yours)",
"id": "p43"
}
]
}
],
"game_seq": 211,
"land_drops_used": 0,
"action_taken": "selected_target_2",
"success": true
}minor blunder
Enchanted the 1/1 Elf Warrior token with Presence of Gond instead of Llanowar Visionary.
Enchanted the 1/1 Elf Warrior token with Presence of Gond instead of Llanowar Visionary. The Visionary is not summoning sick and could have started creating tokens immediately this turn. Additionally, putting an aura on a 1/1 token is risky - if it's removed, you lose both the token and the enchantment (a 2-for-1). The token is the most vulnerable creature on the board.
Analysis
Action taken: Enchanted Elf Warrior Token (1/1, summoning sick) with Presence of Gond
Better line: Enchant Llanowar Visionary with Presence of Gond - it's not summoning sick so it can create a token immediately, and it's a more durable creature to carry an aura. The mana ability becomes less important as the board develops and token generation is more valuable.
thinkingOpus Brewer
All tapped out. Let it resolve.
mcpPassraw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T5 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 29,
"life": 20
}
],
"board_cursor": 31,
"game_seq": 216,
"land_drops_used": 0,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer casts Presence of Gond targeting Elf Warrior Token from hand
thinkingOpus Brewer
Presence of Gond is on the Elf Warrior Token! Now it can tap to create 1/1 Elf tokens every turn. All my mana is tapped though. Let me pass to combat - Visionary can attack since it's the only non-sick creature, but it's tapped from paying for Gond. Actually everything is tapped. Let me just pass.
gameOpus Brewer puts Presence of Gond from stack onto the Battlefield
— Declare Attackers —
— Postcombat Main —
— GPT53C Teach's Turn 5 —
chatGPT53C Teach: You’ve got the token engine online — nice setup. I need to end this before Presence of Gond snowballs.
GPT53C Teachllm
pass_priority(until=my_turn, board_cursor=21)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T5 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 28,
"life": 20,
"hand": [
{
"name": "Evolving Wilds",
"is_land": true,
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 22,
"choices": [
{
"name": "Evolving Wilds",
"index": 0,
"action": "land",
"id": "p4"
},
{
"name": "Forest",
"index": 1,
"action": "land",
"id": "p33"
},
{
"name": "Forest",
"index": 2,
"action": "land",
"id": "p37"
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"index": 3,
"action": "cast",
"id": "p45"
}
],
"untapped_lands": 4,
"game_seq": 227,
"land_drops_used": 0,
"recent_chat": [
"Opus Brewer: Losing Archdruid to that Hunter's Edge was rough - note to self, that card is solid removal for green decks. But Dwynen's Elite into Presence of Gond? Now THAT'S a combo I want to test in a dedicated Elf tokens build!"
],
"stop_reason": "playable_cards",
"has_playable_cards": true
}GPT53C Teachmcpsend_chat_message
raw
send_chat_message(message=You’ve got the token engine online — nic...)
{
"success": true
}GPT53C TeachmcpLlanowar Visionary
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p4)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select a creature",
"response_type": "index",
"respond_with": "choice=pN — must pick a target",
"context": "T5 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 28,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 23,
"choices": [
{
"name": "Brushstrider",
"target_type": "permanent",
"index": 0,
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"controller": "Opus Brewer",
"name": "Dwynen's Elite",
"target_type": "permanent",
"index": 1,
"power": "2",
"id": "p40",
"toughness": "2"
},
{
"controller": "Opus Brewer",
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 2,
"power": "1",
"id": "p43",
"toughness": "1"
},
{
"tapped": true,
"controller": "Opus Brewer",
"name": "Llanowar Visionary",
"target_type": "permanent",
"index": 3,
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"name": "Turntimber Basilisk",
"target_type": "permanent",
"index": 4,
"power": "3",
"id": "p8",
"toughness": "2"
}
],
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 5,
"game_seq": 227,
"land_drops_used": 1,
"required": true,
"can_cancel": false,
"action_taken": "selected_0",
"success": true
}GPT53C TeachmcpActivate Evolving Wilds
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p13)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T5 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 28,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 23,
"choices": [
{
"name": "Evolving Wilds",
"index": 0,
"action": "activate",
"playable_abilities": [
"{T}, Sacrifice {this}: Search your library for a ..."
],
"id": "p4"
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"index": 1,
"action": "cast",
"id": "p45"
}
],
"stack": [
{
"name": "Ability",
"targets": [
{
"name": "Llanowar Visionary (2/2) [tapped] (Opus Brewer's)",
"id": "p13"
}
]
}
],
"untapped_lands": 5,
"game_seq": 231,
"land_drops_used": 1,
"action_taken": "selected_target_3",
"success": true
}moderate blunder
Turntimber Basilisk's landfall trigger targets a creature to force it to block.
Turntimber Basilisk's landfall trigger targets a creature to force it to block. GPT53C Teach targeted Llanowar Visionary, which is tapped and therefore cannot block — completely wasting the trigger. Summoning sickness doesn't prevent blocking, so the newly-played Dwynen's Elite (2/2) or Elf Warrior Token (1/1) could have been forced to block into the deathtouch Basilisk and die.
Analysis
Action taken: Targeted Llanowar Visionary (tapped, unable to block) with Turntimber Basilisk's landfall trigger.
Better line: Target Dwynen's Elite (2/2) to force it to block the deathtouch Basilisk, killing a meaningful creature for free.
gameGPT53C Teach puts Evolving Wilds from hand onto the Battlefield
GPT53C Teachmcp1. {T}, Sacrifice Evolving Wilds: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle.
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p4)
{
"action_pending": true,
"action_type": "GAME_CHOOSE_ABILITY",
"message": "Choose spell or ability to play: Evolving Wilds",
"response_type": "index",
"respond_with": "choice=0, choice=1, etc. (not yes/no)",
"context": "T5 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 28,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 23,
"choices": [
{
"index": 0,
"description": "1. {T}, Sacrifice Evolving Wilds: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
}
],
"stack": [
{
"name": "Ability",
"targets": [
{
"name": "Llanowar Visionary (2/2) [tapped] (Opus Brewer's)",
"id": "p13"
}
]
}
],
"untapped_lands": 5,
"game_seq": 233,
"land_drops_used": 1,
"action_taken": "selected_0",
"success": true
}gameGPT53C Teach - Ability triggers: Turntimber Basilisk - Landfall — Whenever a land you control enters, you may have target creature block Turntimber Basilisk this turn if able. - targeting Llanowar Visionary
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=0)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T5 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 28,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 24,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"index": 0,
"action": "cast",
"id": "p45"
}
],
"stack": [
{
"name": "Ability"
},
{
"name": "Ability",
"targets": [
{
"name": "Llanowar Visionary (2/2) [tapped] (Opus Brewer's)",
"id": "p13"
}
]
}
],
"untapped_lands": 4,
"game_seq": 234,
"land_drops_used": 1,
"action_taken": "selected_ability_0",
"success": true
}gameGPT53C Teach sacrificed Evolving Wilds (source: Evolving Wilds)
gameGPT53C Teach activates: search your library for a basic land card, put it onto the battlefield tapped, then shuffle. from Evolving Wilds
GPT53C TeachmcpForest
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select a basic land card",
"response_type": "index",
"respond_with": "choice=pN, or choice=no to cancel",
"context": "T5 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 28,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 24,
"choices": [
{
"name": "Forest",
"target_type": "card",
"index": 0,
"id": "l49"
},
{
"name": "Forest",
"target_type": "card",
"index": 1,
"id": "l50"
},
{
"name": "Forest",
"target_type": "card",
"index": 2,
"id": "l51"
},
{
"name": "Forest",
"target_type": "card",
"index": 3,
"id": "l52"
},
{
"name": "Forest",
"target_type": "card",
"index": 4,
"id": "l53"
},
{
"name": "Forest",
"target_type": "card",
"index": 5,
"id": "l54"
},
{
"name": "Forest",
"target_type": "card",
"index": 6,
"id": "l55"
}
],
"stack": [
{
"name": "Ability"
},
{
"name": "Ability",
"targets": [
{
"name": "Llanowar Visionary (2/2) [tapped] (Opus Brewer's)",
"id": "p13"
}
]
}
],
"untapped_lands": 4,
"game_seq": 237,
"land_drops_used": 1,
"required": false,
"can_cancel": true,
"action_taken": "passed_priority",
"success": true
}GPT53C TeachmcpDwynen's Elite
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=l49)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select a creature",
"response_type": "index",
"respond_with": "choice=pN — must pick a target",
"context": "T5 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 25,
"choices": [
{
"name": "Brushstrider",
"target_type": "permanent",
"index": 0,
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"controller": "Opus Brewer",
"name": "Dwynen's Elite",
"target_type": "permanent",
"index": 1,
"power": "2",
"id": "p40",
"toughness": "2"
},
{
"controller": "Opus Brewer",
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 2,
"power": "1",
"id": "p43",
"toughness": "1"
},
{
"tapped": true,
"controller": "Opus Brewer",
"name": "Llanowar Visionary",
"target_type": "permanent",
"index": 3,
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"name": "Turntimber Basilisk",
"target_type": "permanent",
"index": 4,
"power": "3",
"id": "p8",
"toughness": "2"
}
],
"stack": [
{
"name": "Ability"
},
{
"name": "Ability",
"targets": [
{
"name": "Llanowar Visionary (2/2) [tapped] (Opus Brewer's)",
"id": "p13"
}
]
}
],
"untapped_lands": 4,
"game_seq": 240,
"land_drops_used": 1,
"required": true,
"can_cancel": false,
"action_taken": "selected_target_0",
"success": true
}Opus Brewerllm
pass_priority(until=declare_blockers, board_cursor=31)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"game_seq": 238,
"recent_chat": [
"GPT53C Teach: You’ve got the token engine online — nice setup. I need to end this before Presence of Gond snowballs."
],
"stop_reason": "step_not_reached",
"current_step": "Precombat Main"
}gameGPT53C Teach searches their library (source: Evolving Wilds)
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p40)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T5 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 25,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"index": 0,
"action": "cast",
"id": "p45"
}
],
"stack": [
{
"name": "Ability",
"targets": [
{
"name": "Dwynen's Elite (2/2) (Opus Brewer's)",
"id": "p40"
}
]
},
{
"name": "Ability",
"targets": [
{
"name": "Llanowar Visionary (2/2) [tapped] (Opus Brewer's)",
"id": "p13"
}
]
}
],
"untapped_lands": 4,
"game_seq": 243,
"land_drops_used": 1,
"action_taken": "selected_target_1",
"success": true
}gameGPT53C Teach puts Forest from library onto the Battlefield (source: Evolving Wilds)
gameGPT53C Teach's library is shuffled (source: Evolving Wilds)
GPT53C Teachmcptrue
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_ASK",
"message": "Landfall — Whenever a land you control enters, you may have target creature block Turntimber Basilisk this turn if able.",
"response_type": "boolean",
"respond_with": "choice=yes or choice=no",
"context": "T5 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 25,
"stack": [
{
"name": "Ability",
"targets": [
{
"name": "Dwynen's Elite (2/2) (Opus Brewer's)",
"id": "p40"
}
]
},
{
"name": "Ability",
"targets": [
{
"name": "Llanowar Visionary (2/2) [tapped] (Opus Brewer's)",
"id": "p13"
}
]
}
],
"untapped_lands": 4,
"game_seq": 245,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}gameGPT53C Teach - Ability triggers: Turntimber Basilisk - Landfall — Whenever a land you control enters, you may have target creature block Turntimber Basilisk this turn if able. - targeting Dwynen's Elite
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=yes)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T5 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token.",
": ",
"ICON_REQUIREMust block (Turntimber Basilisk)",
"ICON_REQUIREMust block attacker Turntimber Basilisk (Turntimber Basilisk)"
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 26,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"index": 0,
"action": "cast",
"id": "p45"
}
],
"stack": [
{
"name": "Ability",
"targets": [
{
"name": "Llanowar Visionary (2/2) [tapped] (Opus Brewer's)",
"id": "p13"
}
]
}
],
"untapped_lands": 4,
"game_seq": 247,
"land_drops_used": 1,
"action_taken": "yes",
"success": true
}minor blunder
One of the Turntimber Basilisk landfall triggers targets Llanowar Visionary, which is tapped and therefore cannot block.
One of the Turntimber Basilisk landfall triggers targets Llanowar Visionary, which is tapped and therefore cannot block. The trigger is wasted since tapped creatures cannot be declared as blockers.
Analysis
Action taken: Targeted Llanowar Visionary (tapped) and Dwynen's Elite with the two landfall triggers forcing them to block the deathtouch Basilisk.
Better line: Should have targeted the Elf Warrior Token (1/1, untapped, can block despite summoning sickness) instead of the tapped Llanowar Visionary, forcing two creatures to block into deathtouch and die.
GPT53C Teachmcptrue
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_ASK",
"message": "Landfall — Whenever a land you control enters, you may have target creature block Turntimber Basilisk this turn if able.",
"response_type": "boolean",
"respond_with": "choice=yes or choice=no",
"context": "T5 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token.",
": ",
"ICON_REQUIREMust block (Turntimber Basilisk)",
"ICON_REQUIREMust block attacker Turntimber Basilisk (Turntimber Basilisk)"
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 26,
"stack": [
{
"name": "Ability",
"targets": [
{
"name": "Llanowar Visionary (2/2) [tapped] (Opus Brewer's)",
"id": "p13"
}
]
}
],
"untapped_lands": 4,
"game_seq": 248,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=yes)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T5 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token.",
": ",
"ICON_REQUIREMust block (Turntimber Basilisk)",
"ICON_REQUIREMust block attacker Turntimber Basilisk (Turntimber Basilisk)"
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 26,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"index": 0,
"action": "cast",
"id": "p45"
}
],
"untapped_lands": 4,
"game_seq": 250,
"land_drops_used": 1,
"action_taken": "yes",
"success": true
}GPT53C TeachmcpAttack with all (Brushstrider 3/1, Turntimber Basilisk 3/2)
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Select attackers",
"response_type": "select",
"respond_with": "attackers=p1,p2,... or choice=yes (confirm) or choice=no (skip)",
"context": "T5 Combat/Declare Attackers (GPT53C Teach)",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token.",
": ",
"ICON_REQUIREMust block (Turntimber Basilisk)",
"ICON_REQUIREMust block attacker Turntimber Basilisk (Turntimber Basilisk)"
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 27,
"choices": [
{
"name": "Brushstrider",
"index": 0,
"choice_type": "attacker",
"id": "p3",
"power": "3",
"toughness": "1"
},
{
"name": "Turntimber Basilisk",
"index": 1,
"choice_type": "attacker",
"id": "p8",
"power": "3",
"toughness": "2"
},
{
"name": "All attack",
"index": 2,
"choice_type": "special",
"id": "all"
}
],
"combat_phase": "declare_attackers",
"untapped_lands": 4,
"game_seq": 251,
"action_taken": "passed_priority",
"success": true
}major blunder
GPT53C Teach passed on casting Hunter's Insight in the precombat main phase when Brushstrider (3/1 vigilance) was guaran…
GPT53C Teach passed on casting Hunter's Insight in the precombat main phase when Brushstrider (3/1 vigilance) was guaranteed to connect unblocked. The opponent's Llanowar Visionary is forced to block Turntimber Basilisk due to the landfall trigger, and the opponent's other creatures (Dwynen's Elite and Elf Warrior token) have summoning sickness. Casting Hunter's Insight on Brushstrider before combat would draw 3 cards when it deals 3 unblocked combat damage.
Analysis
Action taken: Passed priority without casting Hunter's Insight
Better line: Cast Hunter's Insight targeting Brushstrider, then attack with both Brushstrider and Turntimber Basilisk. Brushstrider deals 3 unblocked, drawing 3 cards. Basilisk kills the forced-blocking Llanowar Visionary with deathtouch.
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=all, blockers=, text=, choice=)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T5 Combat/Declare Attackers (GPT53C Teach)",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token.",
": ",
"ICON_REQUIREMust block (Turntimber Basilisk)",
"ICON_REQUIREMust block attacker Turntimber Basilisk (Turntimber Basilisk)"
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 28,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"index": 0,
"action": "cast",
"id": "p45"
}
],
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Turntimber Basilisk",
"id": "p8",
"power": "3",
"toughness": "2"
}
]
}
],
"untapped_lands": 4,
"game_seq": 253,
"action_taken": "batch_attack",
"success": true,
"declared": [
{
"id": "all"
}
]
}— Declare Attackers —
moderate blunder
Declined to cast Hunter's Insight during combat when attacking creatures are likely to deal combat damage.
Declined to cast Hunter's Insight during combat when attacking creatures are likely to deal combat damage. The Turntimber Basilisk has deathtouch making it unattractive to block, and the opponent's only potential blockers are a 2/2 and a 1/1. Casting Hunter's Insight on the Basilisk (or Brushstrider) would likely draw 3 cards, a massive card advantage swing.
Analysis
Action taken: Passed priority without casting Hunter's Insight during combat
Better line: Cast Hunter's Insight targeting Turntimber Basilisk (which opponents rarely block due to deathtouch), drawing 3 cards when it deals combat damage to the opponent.
gameGPT53C Teach attacks Opus Brewer with 2 creatures
GPT53C TeachmcpCast Hunter's Insight {2}{G}
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T5 Combat/Declare Blockers (GPT53C Teach)",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 29,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Hunter's Insight",
"index": 0,
"action": "cast",
"id": "p45"
}
],
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": true,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Turntimber Basilisk",
"id": "p8",
"power": "3",
"toughness": "2"
}
],
"blockers": [
{
"name": "Dwynen's Elite",
"id": "p40",
"power": "2",
"toughness": "2"
}
]
}
],
"untapped_lands": 4,
"game_seq": 257,
"action_taken": "passed_priority",
"success": true
}GPT53C TeachmcpBrushstrider
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p45)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select a creature you control",
"response_type": "index",
"respond_with": "choice=pN, or choice=no to cancel",
"context": "T5 Combat/Declare Blockers (GPT53C Teach)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 30,
"choices": [
{
"name": "Brushstrider",
"target_type": "permanent",
"index": 0,
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"tapped": true,
"name": "Turntimber Basilisk",
"target_type": "permanent",
"index": 1,
"power": "3",
"id": "p8",
"toughness": "2"
}
],
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": true,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Turntimber Basilisk",
"id": "p8",
"power": "3",
"toughness": "2"
}
],
"blockers": [
{
"name": "Dwynen's Elite",
"id": "p40",
"power": "2",
"toughness": "2"
}
]
}
],
"stack": [
{
"name": "Hunter's Insight"
}
],
"untapped_lands": 4,
"game_seq": 263,
"required": false,
"can_cancel": true,
"action_taken": "selected_0",
"success": true
}— Declare Blockers —
Opus Brewerllm
pass_priority(until=my_turn, board_cursor=31)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Select blockers",
"response_type": "select",
"respond_with": "blockers=p5:p1,p6:p2 (blocker:attacker) or choice=yes (confirm) or choice=no (skip)",
"context": "T5 Combat/Declare Blockers (GPT53C Teach)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"modified": true,
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token.",
": ",
"ICON_REQUIREMust block (Turntimber Basilisk)",
"ICON_REQUIREMust block attacker Turntimber Basilisk (Turntimber Basilisk)"
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20
}
],
"board_cursor": 32,
"choices": [
{
"name": "Elf Warrior Token",
"index": 0,
"choice_type": "blocker",
"id": "p43",
"power": "1",
"toughness": "1"
}
],
"combat_phase": "blockers",
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": true,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Turntimber Basilisk",
"id": "p8",
"power": "3",
"toughness": "2"
}
],
"blockers": [
{
"name": "Dwynen's Elite",
"id": "p40",
"power": "2",
"toughness": "2"
}
]
}
],
"game_seq": 259,
"incoming_attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
},
{
"name": "Turntimber Basilisk",
"id": "p8",
"power": "3",
"toughness": "2"
}
],
"stop_reason": "combat"
}thinkingOpus Brewer
Interesting - the Turntimber Basilisk's landfall triggered (they played Evolving Wilds → fetched a Forest), forcing Dwynen's Elite to block the Basilisk! So Elite is already assigned as a blocker for Basilisk.
Brushstrider (3/1 vigilance) is attacking unblocked. I can block with the Elf Warrior Token (1/1) but it won't kill Brushstrider and the token dies. Actually wait - the token has Presence of Gond on it. I can't afford to lose it!
If I don't block Brushstrider: I take 3 damage (11 → 8). But I keep my Gond token alive.
If I block with Token: Token dies (only 1 toughness vs 3 power), Brushstrider survives. I lose Presence of Gond.
The Basilisk has deathtouch and Elite is forced to block it. Elite dies to deathtouch, Basilisk takes 2 damage and dies (3/2 with 2 damage). Good trade actually.
I absolutely cannot sacrifice my Gond token. Take the 3 damage.
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T5 Combat/Declare Blockers (GPT53C Teach)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20
}
],
"board_cursor": 33,
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": true,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Turntimber Basilisk",
"id": "p8",
"power": "3",
"toughness": "2"
}
],
"blockers": [
{
"name": "Dwynen's Elite",
"id": "p40",
"power": "2",
"toughness": "2"
}
]
}
],
"stack": [
{
"name": "Hunter's Insight",
"targets": [
{
"name": "Brushstrider (3/1) (GPT53C Teach's)",
"id": "p3"
}
]
}
],
"game_seq": 259,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
They cast Hunter's Insight on Brushstrider! When it deals combat damage (3 to me), they'll draw 3 cards. I can't do anything about it - no mana available.
moderate blunder
The Elf Warrior Token (1/1) could have blocked Brushstrider (3/1), which would kill the Brushstrider since it only has 1…
The Elf Warrior Token (1/1) could have blocked Brushstrider (3/1), which would kill the Brushstrider since it only has 1 toughness. Instead, Opus Brewer took 3 unnecessary damage (going to 8 life) and left the Brushstrider alive. Trading a 1/1 token for a 3/1 vigilance creature is an excellent deal.
Analysis
Action taken: Did not block Brushstrider with the Elf Warrior Token, taking 3 damage.
Better line: Block Brushstrider with the Elf Warrior Token to trade a 1/1 token for a 3/1 vigilance creature, saving 3 life.
gameAttacker: Turntimber Basilisk (3/2) blocked by Dwynen's Elite (2/2)
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p3)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T5 Combat/Declare Blockers (GPT53C Teach)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 31,
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": true,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Turntimber Basilisk",
"id": "p8",
"power": "3",
"toughness": "2"
}
],
"blockers": [
{
"name": "Dwynen's Elite",
"id": "p40",
"power": "2",
"toughness": "2"
}
]
}
],
"stack": [
{
"name": "Hunter's Insight",
"targets": [
{
"name": "Brushstrider (3/1) (yours)",
"id": "p3"
}
]
}
],
"untapped_lands": 1,
"game_seq": 264,
"action_taken": "selected_target_0",
"success": true
}gameGPT53C Teach casts Hunter's Insight targeting Brushstrider from hand
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T5 Combat/Declare Blockers (GPT53C Teach)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11
}
],
"board_cursor": 32,
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": true,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Turntimber Basilisk",
"id": "p8",
"power": "3",
"toughness": "2"
}
],
"blockers": [
{
"name": "Dwynen's Elite",
"id": "p40",
"power": "2",
"toughness": "2"
}
]
}
],
"untapped_lands": 1,
"game_seq": 269,
"action_taken": "passed_priority",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T5 Combat/Declare Blockers (GPT53C Teach)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40",
"power": "2",
"toughness": "2",
"summoning_sick": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 11,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": true,
"counters": {
"+1/+1": 1
},
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8",
"power": "3",
"toughness": "2",
"summoning_sick": false
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20
}
],
"board_cursor": 34,
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": true,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Turntimber Basilisk",
"id": "p8",
"power": "3",
"toughness": "2"
}
],
"blockers": [
{
"name": "Dwynen's Elite",
"id": "p40",
"power": "2",
"toughness": "2"
}
]
}
],
"game_seq": 270,
"action_taken": "passed_priority",
"success": true
}gameGPT53C Teach puts Hunter's Insight from stack into their graveyard
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T5 Combat/Combat Damage (GPT53C Teach)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 8
}
],
"board_cursor": 33,
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": true,
"defending": "Opus Brewer",
"attackers": []
}
],
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 272,
"action_taken": "passed_priority",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T5 Combat/Combat Damage (GPT53C Teach)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 8,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 27,
"life": 20
}
],
"board_cursor": 35,
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": true,
"defending": "Opus Brewer",
"attackers": []
}
],
"stack": [
{
"name": "Ability"
}
],
"game_seq": 273,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
Good - Dwynen's Elite traded with Turntimber Basilisk! The deathtouch threat is gone. I'm at 8 life now and they draw 3 from Hunter's Insight. Brushstrider is still a problem at 3 damage per turn.
gameOpus Brewer loses 3 life at combat from Brushstrider
gameDwynen's Elite deals 2 damage to Turntimber Basilisk
gameTurntimber Basilisk deals 3 damage to Dwynen's Elite
gameTurntimber Basilisk died
gameDwynen's Elite died
gameGPT53C Teach - Ability triggers: Hunter's Insight - Whenever this creature deals combat damage to a player or planeswalker, draw that many cards.
— Combat Damage —
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T5 Combat/Combat Damage (GPT53C Teach)",
"board": [
{
"hand_size": 6,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 8
}
],
"board_cursor": 34,
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": true,
"defending": "Opus Brewer",
"attackers": []
}
],
"untapped_lands": 1,
"game_seq": 281,
"action_taken": "passed_priority",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T5 Combat/Combat Damage (GPT53C Teach)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 8,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 6,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20
}
],
"board_cursor": 36,
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Brushstrider",
"id": "p3",
"power": "3",
"toughness": "1"
}
]
},
{
"blocked": true,
"defending": "Opus Brewer",
"attackers": []
}
],
"game_seq": 282,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
They drew 3 cards, now at 6 cards in hand. Let me keep passing.
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T5 Postcombat Main/Postcombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 6,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 28,
"life": 8
}
],
"board_cursor": 34,
"untapped_lands": 1,
"game_seq": 283,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}— Postcombat Main —
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T6 Precombat Main/Precombat Main (Opus Brewer)",
"board": [
{
"hand_size": 6,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8
}
],
"board_cursor": 35,
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 285,
"action_taken": "passed_priority",
"success": true
}— Opus Brewer's Turn 6 —
Opus Brewerllm
pass_priority(until=my_turn, board_cursor=36)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T6 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"power": "1",
"id": "p80",
"toughness": "2",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 6,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20
}
],
"board_cursor": 37,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"index": 0,
"action": "cast",
"id": "p32"
},
{
"name": "Elf Warrior Token",
"index": 1,
"action": "activate",
"playable_abilities": [
"{T}: Create a 1/1 green Elf Warrior creature toke..."
],
"id": "p43"
},
{
"name": "Elven Bow",
"index": 2,
"action": "activate",
"playable_abilities": [
"Equip {3}"
],
"id": "p24"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 3,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{G}",
"name": "Skyway Sniper",
"index": 4,
"action": "cast",
"id": "p80",
"power": "1",
"toughness": "2"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 5,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 4,
"game_seq": 287,
"land_drops_used": 0,
"stop_reason": "playable_cards",
"has_playable_cards": true
}thinkingOpus Brewer
Turn 6! I'm at 8 life. I drew Skyway Sniper (1/2 reach Elf for {G}). My Elf Warrior Token is no longer sick so I can activate Presence of Gond!
Let me think about my plan:
1. **Activate Presence of Gond** - tap the token to create another 1/1 Elf token
2. **Cast Skyway Sniper** ({G}) - another Elf body, 1/2 with reach
3. **Band Together** ({2}{G}) - I can use two of my creatures to kill Brushstrider
Actually, let me think about Band Together. If I use Visionary (2/2) + any other creature to target Brushstrider (3/1), I deal 2+1=3 or 2+2=4 damage (depending on which creature). Brushstrider has 1 toughness, so even a single 1/1 token dealing damage would kill it. But Band Together says "up to two target creatures you control each deal damage equal to their power to another target creature." So I just need any creature with power ≥1 to kill Brushstrider.
Wait, let me re-read: "Up to two target creatures you control each deal damage equal to their power to another target creature." So I pick up to 2 of my creatures and one enemy creature. Each of my creatures deals its power to the enemy. Just Visionary alone would deal 2, killing Brushstrider.
Plan:
1. Activate Presence of Gond (tap token → create 1/1 Elf)
2. Cast Skyway Sniper ({G})
3. Cast Band Together ({2}{G}) targeting Visionary to deal 2 to Brushstrider
Total mana: 4 Forests + Visionary = 5G. Skyway Sniper costs G, Band Together costs 2G. That's 3G total. Presence of Gond activation is free (just tap).
Let me start by activating Presence of Gond:
mcp1. {T}: Create a 1/1 green Elf Warrior creature token.raw
choose_action(choice=p43)
{
"action_pending": true,
"action_type": "GAME_CHOOSE_ABILITY",
"message": "Choose spell or ability to play: Elf Warrior Token",
"response_type": "index",
"respond_with": "choice=0, choice=1, etc. (not yes/no)",
"context": "T6 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"power": "1",
"id": "p80",
"toughness": "2",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 6,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20
}
],
"board_cursor": 37,
"choices": [
{
"index": 0,
"description": "1. {T}: Create a 1/1 green Elf Warrior creature token."
}
],
"untapped_lands": 4,
"game_seq": 287,
"land_drops_used": 0,
"action_taken": "selected_1",
"success": true
}Opus Brewermcp1. {T}: Create a 1/1 green Elf Warrior creature token.
raw
choose_action(choice=1)
{
"choices": [
{
"index": 0,
"description": "1. {T}: Create a 1/1 green Elf Warrior creature token."
}
],
"game_seq": 288,
"error": "Index 1 is out of range (valid: 0-0). Call get_action_choices to see current options.",
"success": false,
"error_code": "index_out_of_range",
"retryable": true
}Opus BrewermcpPass
raw
choose_action(choice=0)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T6 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 2"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"power": "1",
"id": "p80",
"toughness": "2"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 6,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20
}
],
"board_cursor": 38,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"index": 0,
"action": "cast",
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 1,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 2,
"action": "cast",
"id": "p16"
}
],
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 4,
"game_seq": 288,
"land_drops_used": 0,
"action_taken": "selected_ability_0",
"success": true
}thinkingOpus Brewer
Let the token ability resolve first.
gameOpus Brewer activates: create a 1/1 green Elf Warrior creature token. from Elf Warrior Token
Opus BrewermcpCast Skyway Sniper {G}
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T6 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"power": "1",
"id": "p80",
"toughness": "2",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 6,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20
}
],
"board_cursor": 39,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"index": 0,
"action": "cast",
"id": "p32"
},
{
"name": "Elven Bow",
"index": 1,
"action": "activate",
"playable_abilities": [
"Equip {3}"
],
"id": "p24"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 2,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{G}",
"name": "Skyway Sniper",
"index": 3,
"action": "cast",
"id": "p80",
"power": "1",
"toughness": "2"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 4,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 4,
"game_seq": 292,
"land_drops_used": 0,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
Now I have a new 1/1 Elf token. Now let me cast Skyway Sniper first ({G}) then Band Together ({2}{G}).
mcpPassraw
choose_action(choice=p80)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T6 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 6,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20
}
],
"board_cursor": 40,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"index": 0,
"action": "cast",
"id": "p32"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 1,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 2,
"action": "cast",
"id": "p16"
}
],
"stack": [
{
"name": "Skyway Sniper"
}
],
"untapped_lands": 3,
"game_seq": 295,
"land_drops_used": 0,
"action_taken": "selected_3",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T6 Precombat Main/Precombat Main (Opus Brewer)",
"board": [
{
"hand_size": 6,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 3"
],
"id": "p10"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8
}
],
"board_cursor": 36,
"stack": [
{
"name": "Skyway Sniper"
}
],
"untapped_lands": 1,
"game_seq": 293,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer creates a Elf Warrior Token token
thinkingOpus Brewer
Let Sniper resolve first.
gameOpus Brewer casts Skyway Sniper from hand
Opus BrewermcpCast Band Together {2}{G}
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T6 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 6,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20
}
],
"board_cursor": 41,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Band Together",
"index": 0,
"action": "cast",
"id": "p32"
},
{
"name": "Elven Bow",
"index": 1,
"action": "activate",
"playable_abilities": [
"Equip {3}"
],
"id": "p24"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 2,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 3,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 3,
"game_seq": 298,
"land_drops_used": 0,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
Good, Skyway Sniper is on the battlefield. Now cast Band Together ({2}{G}) to kill Brushstrider. I have 3 untapped Forests + Visionary for mana.
mcpLlanowar Visionaryraw
choose_action(choice=p32)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select creatures you control (selected 0 of 2)",
"response_type": "index",
"respond_with": "choice=pN, or choice=no to cancel",
"context": "T6 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 6,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20
}
],
"board_cursor": 42,
"choices": [
{
"tapped": true,
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 0,
"power": "1",
"id": "p43",
"toughness": "1"
},
{
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 1,
"power": "1",
"id": "p83",
"toughness": "1"
},
{
"name": "Llanowar Visionary",
"target_type": "permanent",
"index": 2,
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"name": "Skyway Sniper",
"target_type": "permanent",
"index": 3,
"power": "1",
"id": "p80",
"toughness": "2"
}
],
"stack": [
{
"name": "Band Together"
}
],
"untapped_lands": 3,
"game_seq": 301,
"land_drops_used": 0,
"required": false,
"can_cancel": true,
"action_taken": "selected_0",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T6 Precombat Main/Precombat Main (Opus Brewer)",
"board": [
{
"hand_size": 6,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 2,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8
}
],
"board_cursor": 37,
"stack": [
{
"name": "Band Together",
"targets": [
{
"name": "Llanowar Visionary (2/2) [tapped] (Opus Brewer's)",
"id": "p13"
},
{
"name": "Brushstrider (3/1) (yours)",
"id": "p3"
}
]
}
],
"untapped_lands": 1,
"game_seq": 299,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer puts Skyway Sniper from stack onto the Battlefield
thinkingOpus Brewer
I need to select up to 2 of my creatures. Visionary alone (2 power) is enough to kill Brushstrider (1 toughness). Let me select Visionary.
mcpPassraw
choose_action(choice=p13)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select creatures you control (selected 1 of 2)",
"response_type": "index",
"respond_with": "choice=pN, or choice=no to cancel",
"context": "T6 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 6,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20
}
],
"board_cursor": 42,
"choices": [
{
"tapped": true,
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 0,
"power": "1",
"id": "p43",
"toughness": "1"
},
{
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 1,
"power": "1",
"id": "p83",
"toughness": "1"
},
{
"name": "Skyway Sniper",
"target_type": "permanent",
"index": 2,
"power": "1",
"id": "p80",
"toughness": "2"
}
],
"stack": [
{
"name": "Band Together",
"targets": [
{
"name": "Llanowar Visionary (2/2) (yours)",
"id": "p13"
}
]
}
],
"untapped_lands": 3,
"game_seq": 302,
"land_drops_used": 0,
"required": false,
"can_cancel": true,
"action_taken": "selected_target_2",
"success": true
}thinkingOpus Brewer
I only need Visionary to kill Brushstrider. I'll confirm with just Visionary selected by choosing "no" to stop selecting more.
mcpBrushstriderraw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select another target creature",
"response_type": "index",
"respond_with": "choice=pN, or choice=no to cancel",
"context": "T6 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 6,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20
}
],
"board_cursor": 42,
"choices": [
{
"controller": "GPT53C Teach",
"name": "Brushstrider",
"target_type": "permanent",
"index": 0,
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"tapped": true,
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 1,
"power": "1",
"id": "p43",
"toughness": "1"
},
{
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 2,
"power": "1",
"id": "p83",
"toughness": "1"
},
{
"name": "Skyway Sniper",
"target_type": "permanent",
"index": 3,
"power": "1",
"id": "p80",
"toughness": "2"
}
],
"stack": [
{
"name": "Band Together",
"targets": [
{
"name": "Llanowar Visionary (2/2) (yours)",
"id": "p13"
}
]
}
],
"untapped_lands": 3,
"game_seq": 303,
"land_drops_used": 0,
"required": false,
"can_cancel": true,
"action_taken": "cancelled",
"success": true
}thinkingOpus Brewer
Target Brushstrider!
mcpPassraw
choose_action(choice=p3)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T6 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 6,
"graveyard": [
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20
}
],
"board_cursor": 43,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
}
],
"stack": [
{
"name": "Band Together",
"targets": [
{
"name": "Llanowar Visionary (2/2) [tapped] (yours)",
"id": "p13"
},
{
"name": "Brushstrider (3/1) (GPT53C Teach's)",
"id": "p3"
}
]
}
],
"untapped_lands": 1,
"game_seq": 304,
"land_drops_used": 0,
"action_taken": "selected_target_0",
"success": true
}moderate blunder
Opus Brewer declined to cast Might of the Masses to save Llanowar Visionary from Band Together.
Opus Brewer declined to cast Might of the Masses to save Llanowar Visionary from Band Together. With 4 creatures on board, Might of the Masses would have given Llanowar Visionary +4/+4 (making it 6/6), easily surviving the Brushstrider's 3 damage. Llanowar Visionary is both a mana producer and an important body at 8 life. Losing it weakens the board significantly.
Analysis
Action taken: Passed priority, allowing Band Together to resolve and kill Llanowar Visionary.
Better line: Cast Might of the Masses targeting Llanowar Visionary to make it 6/6, saving it from Band Together's damage. This preserves a mana source and a creature on a board where every body matters.
thinkingOpus Brewer
Band Together is on the stack targeting Visionary → Brushstrider. Let it resolve.
gameOpus Brewer casts Band Together targeting Llanowar Visionary, Brushstrider from hand
chatOpus Brewer: Band Together is such clean removal in a creature-heavy deck. Pair that with token generators and you basically have repeatable kill spells. Definitely putting this interaction in my notes for a green midrange brew!
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T6 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 6,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20
}
],
"board_cursor": 44,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
}
],
"untapped_lands": 1,
"game_seq": 309,
"land_drops_used": 0,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
Brushstrider is dead! Their board is now EMPTY of creatures! They're at 20 life with 6 cards in hand though. I have Visionary (2/2), two Elf tokens (one with Gond), and Skyway Sniper (1/2). All my new creatures are sick this turn.
I still haven't played a land this turn. Let me check - no land in hand. Just Might of the Masses and Titanic Growth.
Let me pass to combat. Visionary is tapped from Band Together, and the Gond token is tapped. Only the non-Gond token could attack but it's sick. Nobody can attack this turn.
mcpsend_chat_messageraw
send_chat_message(message=Band Together is such clean removal in a...)
{
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T6 Precombat Main/Precombat Main (Opus Brewer)",
"board": [
{
"hand_size": 6,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8
}
],
"board_cursor": 38,
"untapped_lands": 1,
"game_seq": 310,
"action_taken": "passed_priority",
"success": true
}gameLlanowar Visionary deals 2 damage to Brushstrider
gameOpus Brewer puts Band Together from stack into their graveyard
gameBrushstrider died
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T6 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 6,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20
}
],
"board_cursor": 44,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
}
],
"untapped_lands": 1,
"game_seq": 314,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
No attacks possible this turn. Pass through the rest.
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T6 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 6,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 24,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
]
},
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8
}
],
"board_cursor": 38,
"untapped_lands": 1,
"game_seq": 315,
"action_taken": "passed_priority",
"success": true
}— Declare Attackers —
— Postcombat Main —
Opus Brewerllm
pass_priority(until=my_turn, board_cursor=44)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T6 Postcombat Main/Postcombat Main (Opus Brewer) YOUR_MAIN",
"board_cursor": 44,
"board_unchanged": true,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
}
],
"untapped_lands": 1,
"game_seq": 320,
"land_drops_used": 0,
"stop_reason": "playable_cards",
"has_playable_cards": true
}thinkingOpus Brewer
It's their postcombat main - they didn't play anything. Let me pass and wait for my next turn.
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T6 Precombat Main/Precombat Main (GPT53C Teach)",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 6,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 45,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
}
],
"stack": [
{
"name": "Zendikar's Roil"
}
],
"untapped_lands": 1,
"game_seq": 320,
"action_taken": "passed_priority",
"success": true
}Opus Brewerllm
get_oracle_text(card_name=Zendikar's Roil)
{
"success": true,
"name": "Zendikar's Roil",
"mana_cost": "{3}{G}{G}",
"type": "Enchantment",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
]
}thinkingOpus Brewer
Zendikar's Roil - that's a landfall enchantment! Every land they play creates a 2/2 Elemental token. That's going to be a problem. With 6 cards in hand, they likely have lands to play and will generate lots of 2/2 tokens.
I can't counter it. Let it resolve.
— GPT53C Teach's Turn 6 —
chatGPT53C Teach: Good use of Band Together there. I’m pivoting to landfall value now.
GPT53C Teachllm
pass_priority(until=my_turn, board_cursor=38)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T6 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 7,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"power": "0",
"id": "p67",
"toughness": "3",
"playable": true
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71",
"playable": true
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9",
"playable": true
}
]
},
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8
}
],
"board_cursor": 39,
"choices": [
{
"name": "Forest",
"index": 0,
"action": "land",
"id": "p33"
},
{
"name": "Forest",
"index": 1,
"action": "land",
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"index": 2,
"action": "cast",
"id": "p65"
},
{
"mana_cost": "{G}",
"name": "Oashra Cultivator",
"index": 3,
"action": "cast",
"id": "p67",
"power": "0",
"toughness": "3"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"index": 4,
"action": "cast",
"id": "p71"
},
{
"mana_cost": "{3}{G}{G}",
"name": "Zendikar's Roil",
"index": 5,
"action": "cast",
"id": "p9"
}
],
"untapped_lands": 5,
"game_seq": 322,
"land_drops_used": 0,
"recent_chat": [
"Opus Brewer: Band Together is such clean removal in a creature-heavy deck. Pair that with token generators and you basically have repeatable kill spells. Definitely putting this interaction in my notes for a green midrange brew!"
],
"stop_reason": "playable_cards",
"has_playable_cards": true
}GPT53C Teachmcpsend_chat_message
raw
send_chat_message(message=Good use of Band Together there. I’m piv...)
{
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p9)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T6 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 6,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{G}",
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"power": "0",
"id": "p67",
"toughness": "3"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8
}
],
"board_cursor": 40,
"stack": [
{
"name": "Zendikar's Roil"
}
],
"game_seq": 322,
"land_drops_used": 0,
"action_taken": "selected_5",
"success": true
}moderate blunder
Cast Zendikar's Roil (makes 2/2 tokens on landfall) instead of playing a Forest first and casting Rampaging Baloths (6/6…
Cast Zendikar's Roil (makes 2/2 tokens on landfall) instead of playing a Forest first and casting Rampaging Baloths (6/6 trample that makes 4/4 tokens on landfall). The opponent is at 8 life, so the 6/6 trampler represents a serious clock and near-lethal threat. Zendikar's Roil is an enchantment with no board presence, producing weaker tokens.
Analysis
Action taken: Cast Zendikar's Roil for 3GG, using all 5 mana
Better line: Play Forest first (6 lands), then cast Rampaging Baloths (4GG) to get a 6/6 trampler immediately, threatening the opponent at 8 life. Future landfall triggers produce 4/4s instead of 2/2s.
gameGPT53C Teach casts Zendikar's Roil from hand
GPT53C TeachmcpPlay Forest
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T6 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 6,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p33",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{G}",
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"power": "0",
"id": "p67",
"toughness": "3"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8
}
],
"board_cursor": 41,
"choices": [
{
"name": "Forest",
"index": 0,
"action": "land",
"id": "p33"
},
{
"name": "Forest",
"index": 1,
"action": "land",
"id": "p37"
}
],
"game_seq": 331,
"land_drops_used": 0,
"action_taken": "passed_priority",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p33)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T6 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{G}",
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"power": "0",
"id": "p67",
"toughness": "3"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8
}
],
"board_cursor": 42,
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 334,
"land_drops_used": 1,
"action_taken": "selected_0",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T6 Precombat Main/Precombat Main (GPT53C Teach)",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 5,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 46,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
}
],
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 332,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
They played a land and triggered Zendikar's Roil! A 2/2 token incoming. Let it resolve.
gameGPT53C Teach puts Zendikar's Roil from stack onto the Battlefield
gameGPT53C Teach puts Forest from hand onto the Battlefield
gameGPT53C Teach - Ability triggers: Zendikar's Roil - Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token.
GPT53C TeachmcpCast Oashra Cultivator {G}
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T6 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{G}",
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"power": "0",
"id": "p67",
"toughness": "3",
"playable": true
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8
}
],
"board_cursor": 43,
"choices": [
{
"mana_cost": "{G}",
"name": "Oashra Cultivator",
"index": 0,
"action": "cast",
"id": "p67",
"power": "0",
"toughness": "3"
}
],
"untapped_lands": 1,
"game_seq": 337,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p67)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T6 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8
}
],
"board_cursor": 44,
"stack": [
{
"name": "Oashra Cultivator"
}
],
"game_seq": 340,
"land_drops_used": 1,
"action_taken": "selected_0",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T6 Precombat Main/Precombat Main (GPT53C Teach)",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 47,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
}
],
"stack": [
{
"name": "Oashra Cultivator"
}
],
"untapped_lands": 1,
"game_seq": 338,
"action_taken": "passed_priority",
"success": true
}Opus Brewerllm
get_oracle_text(card_name=Oashra Cultivator)
{
"success": true,
"name": "Oashra Cultivator",
"mana_cost": "{G}",
"type": "Creature — Human Druid",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"power": "0",
"toughness": "3"
}thinkingOpus Brewer
Oashra Cultivator - 0/3 that can sacrifice to fetch a land (triggering Zendikar's Roil again). Let it resolve.
gameGPT53C Teach creates a Elemental Token token
gameGPT53C Teach casts Oashra Cultivator from hand
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T6 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8
}
],
"board_cursor": 45,
"game_seq": 343,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T6 Precombat Main/Precombat Main (GPT53C Teach)",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 48,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
}
],
"untapped_lands": 1,
"game_seq": 344,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
They're building up. I need to be aggressive. Let me pass to my turn where I can untap and start swinging with my growing army.
gameGPT53C Teach puts Oashra Cultivator from stack onto the Battlefield
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T6 Combat/Declare Attackers (GPT53C Teach)",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": true
}
],
"name": "Opus Brewer",
"library_size": 27,
"life": 8
}
],
"board_cursor": 45,
"game_seq": 346,
"action_taken": "passed_priority",
"success": true
}— Declare Attackers —
— Postcombat Main —
— Opus Brewer's Turn 7 —
Opus Brewerllm
pass_priority(until=my_turn, board_cursor=48)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T7 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 26,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{3}{G}",
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"power": "3",
"id": "p90",
"toughness": "1",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 49,
"choices": [
{
"name": "Elf Warrior Token",
"index": 0,
"action": "activate",
"playable_abilities": [
"{T}: Create a 1/1 green Elf Warrior creature toke..."
],
"id": "p43"
},
{
"name": "Elven Bow",
"index": 1,
"action": "activate",
"playable_abilities": [
"Equip {3}"
],
"id": "p24"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 2,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{3}{G}",
"name": "Primeval Herald",
"index": 3,
"action": "cast",
"id": "p90",
"power": "3",
"toughness": "1"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 4,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 4,
"game_seq": 354,
"land_drops_used": 0,
"recent_chat": [
"GPT53C Teach: Good use of Band Together there. I’m pivoting to landfall value now."
],
"stop_reason": "playable_cards",
"has_playable_cards": true
}thinkingOpus Brewer
Turn 7! I drew Primeval Herald (3/1 trample, ETB and attack trigger to fetch lands). That's actually great - 3/1 trample and it fetches me lands. But wait, do I want to give THEM land ramp? No - it puts lands onto MY battlefield.
Let me plan:
- Activate Presence of Gond first (tap token → make another 1/1 Elf)
- Cast Primeval Herald ({3}{G}) - 4 mana from Forests + Visionary = 5G. Herald costs 4G. That leaves me 1G.
- Then I can attack with: Visionary (2/2), Elf Token (1/1), Skyway Sniper (1/2). That's 4 damage if unblocked.
Actually wait - if I use Visionary to tap for mana for Herald, I can't attack with it. Let me use 4 Forests instead.
4 Forests for Herald ({3}{G}). Visionary stays untapped for attacking. Then I have Visionary to use if needed.
Let me activate Gond first:
mcp1. {T}: Create a 1/1 green Elf Warrior creature token.raw
choose_action(choice=p43)
{
"action_pending": true,
"action_type": "GAME_CHOOSE_ABILITY",
"message": "Choose spell or ability to play: Elf Warrior Token",
"response_type": "index",
"respond_with": "choice=0, choice=1, etc. (not yes/no)",
"context": "T7 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 26,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{3}{G}",
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"power": "3",
"id": "p90",
"toughness": "1",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 49,
"choices": [
{
"index": 0,
"description": "1. {T}: Create a 1/1 green Elf Warrior creature token."
}
],
"untapped_lands": 4,
"game_seq": 354,
"land_drops_used": 0,
"action_taken": "selected_0",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=0)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T7 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 26,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{3}{G}",
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"power": "3",
"id": "p90",
"toughness": "1"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 50,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 1,
"action": "cast",
"id": "p16"
}
],
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 4,
"game_seq": 355,
"land_drops_used": 0,
"action_taken": "selected_ability_0",
"success": true
}thinkingOpus Brewer
Let it resolve.
mcpCast Primeval Herald {3}{G}raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T7 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 5"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 26,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{3}{G}",
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"power": "3",
"id": "p90",
"toughness": "1",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 51,
"choices": [
{
"name": "Elven Bow",
"index": 0,
"action": "activate",
"playable_abilities": [
"Equip {3}"
],
"id": "p24"
},
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 1,
"action": "cast",
"id": "p14"
},
{
"mana_cost": "{3}{G}",
"name": "Primeval Herald",
"index": 2,
"action": "cast",
"id": "p90",
"power": "3",
"toughness": "1"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 3,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 4,
"game_seq": 359,
"land_drops_used": 0,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer activates: create a 1/1 green Elf Warrior creature token. from Elf Warrior Token
thinkingOpus Brewer
Good, new Elf token created. Now cast Primeval Herald ({3}{G}). Using all 4 Forests.
mcpPassraw
choose_action(choice=p90)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T7 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 5"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 26,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 52,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
}
],
"stack": [
{
"name": "Primeval Herald"
}
],
"untapped_lands": 1,
"game_seq": 362,
"land_drops_used": 0,
"action_taken": "selected_2",
"success": true
}gameOpus Brewer creates a Elf Warrior Token token
thinkingOpus Brewer
Let Herald resolve.
mcpPassraw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T7 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 26,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 53,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
}
],
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 368,
"land_drops_used": 0,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer casts Primeval Herald from hand
thinkingOpus Brewer
Herald's ETB trigger! It lets me search for a basic land. Let it resolve.
mcptrueraw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_ASK",
"message": "Whenever Primeval Herald enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.",
"response_type": "boolean",
"respond_with": "choice=yes or choice=no",
"context": "T7 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 26,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 53,
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 372,
"land_drops_used": 0,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer puts Primeval Herald from stack onto the Battlefield
gameOpus Brewer - Ability triggers: Primeval Herald - Whenever Primeval Herald enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.
thinkingOpus Brewer
Yes, search for a land!
mcpForestraw
choose_action(choice=yes)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select a basic land card",
"response_type": "index",
"respond_with": "choice=pN, or choice=no to cancel",
"context": "T7 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 26,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 53,
"choices": [
{
"name": "Forest",
"target_type": "card",
"index": 0,
"id": "l94"
},
{
"name": "Forest",
"target_type": "card",
"index": 1,
"id": "l95"
},
{
"name": "Forest",
"target_type": "card",
"index": 2,
"id": "l96"
},
{
"name": "Forest",
"target_type": "card",
"index": 3,
"id": "l97"
},
{
"name": "Forest",
"target_type": "card",
"index": 4,
"id": "l98"
},
{
"name": "Forest",
"target_type": "card",
"index": 5,
"id": "l99"
},
{
"name": "Forest",
"target_type": "card",
"index": 6,
"id": "l100"
},
{
"name": "Forest",
"target_type": "card",
"index": 7,
"id": "l101"
},
{
"name": "Forest",
"target_type": "card",
"index": 8,
"id": "l102"
},
{
"name": "Forest",
"target_type": "card",
"index": 9,
"id": "l103"
}
],
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 374,
"land_drops_used": 0,
"required": false,
"can_cancel": true,
"action_taken": "yes",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=l94)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T7 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 54,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
}
],
"untapped_lands": 1,
"game_seq": 376,
"land_drops_used": 0,
"action_taken": "selected_target_0",
"success": true
}gameOpus Brewer searches their library (source: Primeval Herald)
thinkingOpus Brewer
Now I have 5 Forests (1 untapped). Herald is sick so can't attack. Let me go to combat. I can attack with:
- Elf Warrior Token (1/1) - untapped
- Skyway Sniper (1/2) - untapped
Opponent has Elemental Token 2/2 (sick) and Oashra Cultivator 0/3 (sick). Both are sick so they can't block!
Let me move to combat and attack with the token and Sniper for 2 damage.
mcpAttack with all (Elf Warrior Token 1/1, Skyway Sniper 1/2)raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Select attackers",
"response_type": "select",
"respond_with": "attackers=p1,p2,... or choice=yes (confirm) or choice=no (skip)",
"context": "T7 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 55,
"choices": [
{
"name": "Elf Warrior Token",
"index": 0,
"choice_type": "attacker",
"id": "p83",
"power": "1",
"toughness": "1"
},
{
"name": "Skyway Sniper",
"index": 1,
"choice_type": "attacker",
"id": "p80",
"power": "1",
"toughness": "2"
},
{
"name": "All attack",
"index": 2,
"choice_type": "special",
"id": "all"
}
],
"combat_phase": "declare_attackers",
"untapped_lands": 1,
"game_seq": 379,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer puts Forest from library onto the Battlefield (source: Primeval Herald)
gameOpus Brewer's library is shuffled (source: Primeval Herald)
thinkingOpus Brewer
Both their creatures are sick. Attack with everything available!
mcpCast Might of the Masses {G}raw
choose_action(attackers=all)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T7 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8,
"hand": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 56,
"choices": [
{
"mana_cost": "{G}",
"name": "Might of the Masses",
"index": 0,
"action": "cast",
"id": "p14"
}
],
"combat": [
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
]
}
],
"untapped_lands": 1,
"game_seq": 381,
"action_taken": "batch_attack",
"success": true,
"declared": [
{
"id": "all"
}
]
}— Declare Attackers —
thinkingOpus Brewer
I have Might of the Masses available for {G}. With 8 creatures on my board (3 Elf tokens, Visionary, Skyway Sniper, Primeval Herald) plus Elven Bow and Presence of Gond as permanents... wait, Might of the Masses counts creatures I control. Let me count: 3 Elf tokens, Visionary, Skyway Sniper, Primeval Herald = 6 creatures. So it would give +6/+6 to one of my attackers.
If I pump Skyway Sniper (1/2), it becomes 7/8, dealing 7 damage instead of 1. With the token's 1, that's 8 total. They go from 20 to 12.
If I pump the Elf token (1/1), it becomes 7/7, dealing 7 damage instead of 1. Same total: 8 damage.
I should pump for maximum damage! But should I save it? At 8 life, I need to be aggressive since they're building a board with Zendikar's Roil. Let's pump Skyway Sniper (less likely to die since it has reach and I want to keep it as a blocker... but it's tapped attacking).
Actually, I should save Might of the Masses for a defensive situation or a lethal attack. 8 damage now brings them to 12, and I'd need to find another 12. If I hold it, I have it for defense or for a lethal alpha strike later. With Presence of Gond generating tokens every turn, my creature count will keep growing, making Might even better later.
But they're about to have 2/2 tokens every turn from Zendikar's Roil. Pressure now might be better. Let me pump and deal 8.
mcpElf Warrior Tokenraw
choose_action(choice=p14)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select a creature",
"response_type": "index",
"respond_with": "choice=pN, or choice=no to cancel",
"context": "T7 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 57,
"choices": [
{
"controller": "GPT53C Teach",
"name": "Elemental Token",
"target_type": "permanent",
"index": 0,
"power": "2",
"id": "p88",
"toughness": "2"
},
{
"tapped": true,
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 1,
"power": "1",
"id": "p43",
"toughness": "1"
},
{
"tapped": true,
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 2,
"power": "1",
"id": "p83",
"toughness": "1"
},
{
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 3,
"power": "1",
"id": "p93",
"toughness": "1"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"target_type": "permanent",
"index": 4,
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"controller": "GPT53C Teach",
"name": "Oashra Cultivator",
"target_type": "permanent",
"index": 5,
"power": "0",
"id": "p67",
"toughness": "3"
},
{
"name": "Primeval Herald",
"target_type": "permanent",
"index": 6,
"power": "3",
"id": "p90",
"toughness": "1"
},
{
"tapped": true,
"name": "Skyway Sniper",
"target_type": "permanent",
"index": 7,
"power": "1",
"id": "p80",
"toughness": "2"
}
],
"combat": [
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
]
}
],
"stack": [
{
"name": "Might of the Masses"
}
],
"untapped_lands": 1,
"game_seq": 385,
"required": false,
"can_cancel": true,
"action_taken": "selected_0",
"success": true
}gameOpus Brewer attacks GPT53C Teach with 2 creatures
thinkingOpus Brewer
Target the Elf Warrior Token that's attacking (p83):
mcpPassraw
choose_action(choice=p83)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 58,
"combat": [
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
]
}
],
"stack": [
{
"name": "Might of the Masses",
"targets": [
{
"name": "Elf Warrior Token (1/1) [tapped] (yours)",
"id": "p83"
}
]
}
],
"game_seq": 386,
"action_taken": "selected_target_2",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 59,
"combat": [
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
]
}
],
"game_seq": 389,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer casts Might of the Masses targeting Elf Warrior Token from hand
thinkingOpus Brewer
7/7 Elf token and 1/2 Sniper attacking! 8 damage incoming. Let damage go through.
gameOpus Brewer puts Might of the Masses from stack into their graveyard
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Combat/Declare Blockers (Opus Brewer)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 59,
"combat": [
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7"
}
],
"blockers": [
{
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
],
"blockers": [
{
"name": "Oashra Cultivator",
"id": "p67",
"power": "0",
"toughness": "3"
}
]
}
],
"game_seq": 392,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
Wait - they blocked! Both are sick though... Let me re-read. The Elemental Token blocks my 7/7 Elf, and Oashra Cultivator (0/3) blocks Skyway Sniper (1/2).
Wait, they're sick! How are they blocking? Let me check...
Actually, "sick" means summoning sickness - creatures can't attack with summoning sickness, but they CAN block. I forgot that rule!
So my 7/7 Elf kills their 2/2 Elemental (and deals 5 trample? No, the Elf doesn't have trample). And my 1/2 Sniper trades into their 0/3 Cultivator - actually Sniper does 1 damage, Cultivator has 3 toughness, so Cultivator survives and deals 0 back. Sniper lives too since Cultivator has 0 power.
No damage gets through to the player. That's unfortunate. At least I kill their Elemental token.
— Declare Blockers —
GPT53C Teachllm
pass_priority(until=my_turn, board_cursor=45)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Select blockers",
"response_type": "select",
"respond_with": "blockers=p5:p1,p6:p2 (blocker:attacker) or choice=yes (confirm) or choice=no (skip)",
"context": "T7 Combat/Declare Blockers (Opus Brewer)",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8
}
],
"board_cursor": 46,
"choices": [
{
"name": "Elemental Token",
"index": 0,
"choice_type": "blocker",
"id": "p88",
"power": "2",
"toughness": "2"
},
{
"name": "Oashra Cultivator",
"index": 1,
"choice_type": "blocker",
"id": "p67",
"power": "0",
"toughness": "3"
}
],
"combat_phase": "blockers",
"combat": [
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
]
}
],
"game_seq": 394,
"incoming_attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7"
},
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
],
"stop_reason": "combat"
}GPT53C TeachmcpElf Warrior Token
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p88)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select attacker to block",
"response_type": "index",
"respond_with": "choice=pN, or choice=no to cancel",
"context": "T7 Combat/Declare Blockers (Opus Brewer)",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8
}
],
"board_cursor": 46,
"choices": [
{
"tapped": true,
"controller": "Opus Brewer",
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 0,
"power": "7",
"id": "p83",
"toughness": "7"
},
{
"tapped": true,
"controller": "Opus Brewer",
"name": "Skyway Sniper",
"target_type": "permanent",
"index": 1,
"power": "1",
"id": "p80",
"toughness": "2"
}
],
"combat": [
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
]
}
],
"game_seq": 394,
"required": false,
"can_cancel": true,
"action_taken": "selected_0",
"success": true
}GPT53C TeachmcpOashra Cultivator blocks Skyway Sniper
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p83)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Select blockers",
"response_type": "select",
"respond_with": "blockers=p5:p1,p6:p2 (blocker:attacker) or choice=yes (confirm) or choice=no (skip)",
"context": "T7 Combat/Declare Blockers (Opus Brewer)",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8
}
],
"board_cursor": 46,
"choices": [
{
"name": "Oashra Cultivator",
"index": 0,
"choice_type": "blocker",
"id": "p67",
"power": "0",
"toughness": "3"
}
],
"combat_phase": "declare_blockers",
"combat": [
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7"
}
],
"blockers": [
{
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
]
}
],
"game_seq": 395,
"incoming_attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7"
},
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
],
"action_taken": "selected_target_0",
"success": true
}minor blunder
Chose to block with the 2/2 Elemental Token instead of the 0/3 Oashra Cultivator.
Chose to block with the 2/2 Elemental Token instead of the 0/3 Oashra Cultivator. Both creatures die equally to the 7/7 attacker, but the 2/2 Elemental Token has more value as a future attacker/blocker than the 0/3 Oashra Cultivator. The Cultivator's activated ability requires 3 mana and a tap (and all lands are tapped), making it less immediately useful, but it's still a 0-power creature with limited offensive upside compared to the 2/2 token.
Analysis
Action taken: Selected Elemental Token (2/2) as blocker for the incoming 7/7 attack
Better line: Block with Oashra Cultivator (0/3) against the 7/7 instead, preserving the 2/2 Elemental Token which has more offensive value for future turns. Both die to the 7/7 equally.
moderate blunder
Blocked the 1/2 Skyway Sniper with Oashra Cultivator instead of the 7/7 Elf Warrior Token, taking 7 damage instead of ju…
Blocked the 1/2 Skyway Sniper with Oashra Cultivator instead of the 7/7 Elf Warrior Token, taking 7 damage instead of just 1. Saving 6 life is far more valuable than preserving a 0/3 Oashra Cultivator, especially when already at risk of being overrun by the opponent's wide board with Presence of Gond generating tokens.
Analysis
Action taken: Blocked the 1/2 Skyway Sniper with Oashra Cultivator, taking 7 damage from the unblocked 7/7 token.
Better line: Block the 7/7 Elf Warrior Token with Oashra Cultivator to save 6 life (taking only 1 from the Sniper), preserving life total at a critical juncture with the opponent having a threatening board.
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=p67:p80, text=, choice=)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Combat/Declare Blockers (Opus Brewer)",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8
}
],
"board_cursor": 46,
"combat": [
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7"
}
],
"blockers": [
{
"name": "Elemental Token",
"id": "p88",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
],
"blockers": [
{
"name": "Oashra Cultivator",
"id": "p67",
"power": "0",
"toughness": "3"
}
]
}
],
"game_seq": 396,
"action_taken": "batch_block",
"success": true,
"declared": [
{
"blocks": "p80",
"id": "p67"
}
]
}gameAttacker: Elf Warrior Token (7/7) blocked by Elemental Token (2/2)
gameAttacker: Skyway Sniper (1/2) blocked by Oashra Cultivator (0/3)
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Combat/Combat Damage (Opus Brewer)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 60,
"combat": [
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
],
"blockers": [
{
"name": "Oashra Cultivator",
"id": "p67",
"power": "0",
"toughness": "3"
}
]
}
],
"game_seq": 402,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
Elemental token died. Sniper is still blocked by Cultivator. Let damage resolve.
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Combat/Combat Damage (Opus Brewer)",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8
}
],
"board_cursor": 47,
"combat": [
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
],
"blockers": [
{
"name": "Oashra Cultivator",
"id": "p67",
"power": "0",
"toughness": "3"
}
]
}
],
"game_seq": 403,
"action_taken": "passed_priority",
"success": true
}gameElemental Token deals 2 damage to Elf Warrior Token
gameElf Warrior Token deals 7 damage to Elemental Token
gameSkyway Sniper deals 1 damage to Oashra Cultivator
gameElemental Token died
— Combat Damage —
chatOpus Brewer: I totally forgot sick creatures can still block 😅 Wasted my Might of the Masses there. Zendikar's Roil is such a strong engine card though - in a landfall shell with fetch effects it would be absurd. That plus Oashra Cultivator is solid synergy on your part!
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Postcombat Main/Postcombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20
}
],
"board_cursor": 60,
"game_seq": 409,
"land_drops_used": 0,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
Dang, they blocked perfectly. Zero damage got through and I wasted my Might of the Masses. Lesson learned - sick creatures CAN block. I should have held the pump spell.
mcpsend_chat_messageraw
send_chat_message(message=I totally forgot sick creatures can stil...)
{
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Postcombat Main/Postcombat Main (Opus Brewer)",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 23,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "7",
"toughness": "7",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8
}
],
"board_cursor": 47,
"game_seq": 410,
"action_taken": "passed_priority",
"success": true
}GPT53C Teachllm
pass_priority(until=my_turn, board_cursor=47)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T7 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 5,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37",
"playable": true
},
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65",
"playable": true
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"id": "p70",
"toughness": "6",
"playable": true
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71",
"playable": true
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8
}
],
"board_cursor": 48,
"choices": [
{
"name": "Forest",
"index": 0,
"action": "land",
"id": "p37"
},
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"index": 1,
"action": "cast",
"id": "p61",
"power": "7",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"index": 2,
"action": "cast",
"id": "p65"
},
{
"name": "Oashra Cultivator",
"index": 3,
"action": "activate",
"playable_abilities": [
"{2}{G}, {T}, Sacrifice {this}: Search your librar..."
],
"id": "p67"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Rampaging Baloths",
"index": 4,
"action": "cast",
"id": "p70",
"power": "6",
"toughness": "6"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"index": 5,
"action": "cast",
"id": "p71"
}
],
"untapped_lands": 6,
"game_seq": 413,
"land_drops_used": 0,
"recent_chat": [
"Opus Brewer: I totally forgot sick creatures can still block 😅 Wasted my Might of the Masses there. Zendikar's Roil is such a strong engine card though - in a landfall shell with fetch effects it would be absurd. That plus Oashra Cultivator is solid synergy on your part!"
],
"stop_reason": "playable_cards",
"has_playable_cards": true
}— Postcombat Main —
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Precombat Main/Precombat Main (GPT53C Teach)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 61,
"stack": [
{
"name": "Rampaging Baloths"
}
],
"game_seq": 411,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
Rampaging Baloths! Let me check that card.
llmget_oracle_text(card_name=Rampaging Baloths)
{
"success": true,
"name": "Rampaging Baloths",
"mana_cost": "{4}{G}{G}",
"type": "Creature — Beast",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"power": "6",
"toughness": "6"
}thinkingOpus Brewer
6/6 trample with landfall that creates 4/4 Beast tokens! That's devastating. Combined with Zendikar's Roil, every land they play creates BOTH a 2/2 Elemental AND a 4/4 Beast. This is really bad for me.
I can't counter it. Let it resolve.
— GPT53C Teach's Turn 7 —
chatGPT53C Teach: Now the key sequencing lesson: play the big landfall payoff first, then make your land drop so you get maximum triggers.
GPT53C Teachmcpsend_chat_message
raw
send_chat_message(message=Now the key sequencing lesson: play the ...)
{
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p70)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8
}
],
"board_cursor": 49,
"stack": [
{
"name": "Rampaging Baloths"
}
],
"game_seq": 413,
"land_drops_used": 0,
"action_taken": "selected_4",
"success": true
}gameGPT53C Teach casts Rampaging Baloths from hand
GPT53C TeachmcpPlay Forest
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T7 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p37",
"playable": true
},
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8
}
],
"board_cursor": 50,
"choices": [
{
"name": "Forest",
"index": 0,
"action": "land",
"id": "p37"
}
],
"game_seq": 423,
"land_drops_used": 0,
"action_taken": "passed_priority",
"success": true
}GPT53C TeachmcpAbility
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p37)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Pick triggered ability (goes to the stack first)",
"response_type": "index",
"respond_with": "choice=pN — must pick a target",
"context": "T7 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8
}
],
"board_cursor": 51,
"choices": [
{
"name": "Ability",
"target_type": "card",
"index": 0,
"id": "l107"
},
{
"name": "Ability",
"target_type": "card",
"index": 1,
"id": "l108"
}
],
"untapped_lands": 1,
"game_seq": 426,
"land_drops_used": 1,
"required": true,
"can_cancel": false,
"action_taken": "selected_0",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Precombat Main/Precombat Main (GPT53C Teach)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 62,
"stack": [
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"game_seq": 424,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
They played a land too! Both Zendikar's Roil and Baloths triggered - a 2/2 and a 4/4 incoming. Let it resolve.
gameGPT53C Teach puts Rampaging Baloths from stack onto the Battlefield
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=l107)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8
}
],
"board_cursor": 51,
"stack": [
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 428,
"land_drops_used": 1,
"action_taken": "selected_target_0",
"success": true
}gameGPT53C Teach puts Forest from hand onto the Battlefield
gameGPT53C Teach - Ability triggers: Zendikar's Roil - Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token.
gameGPT53C Teach - Ability triggers: Rampaging Baloths - Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token.
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8
}
],
"board_cursor": 52,
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 431,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Precombat Main/Precombat Main (GPT53C Teach)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 63,
"stack": [
{
"name": "Ability"
}
],
"game_seq": 432,
"action_taken": "passed_priority",
"success": true
}gameGPT53C Teach creates a Beast Token token
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8
}
],
"board_cursor": 53,
"untapped_lands": 1,
"game_seq": 434,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Precombat Main/Precombat Main (GPT53C Teach)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 64,
"game_seq": 435,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
Their board is now stacked: Rampaging Baloths (6/6), Beast Token (4/4), Elemental Token (2/2), Oashra Cultivator (0/3). All sick this turn, but next turn they'll be swinging with a 6/6 trample and a 4/4 at minimum. That's 10+ damage and I'm at 8 life. I need to figure out how to survive.
I have Titanic Growth in hand (+4/+4). If I can block the Baloths with something and pump it...
Let me pass to my turn and plan defense.
gameGPT53C Teach creates a Elemental Token token
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Combat/Declare Attackers (GPT53C Teach)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 64,
"game_seq": 438,
"action_taken": "passed_priority",
"success": true
}Opus Brewerllm
pass_priority(until=my_turn, board_cursor=64)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T8 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 24,
"life": 8,
"hand": [
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p107",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 65,
"choices": [
{
"name": "Elf Warrior Token",
"index": 0,
"action": "activate",
"playable_abilities": [
"{T}: Create a 1/1 green Elf Warrior creature toke..."
],
"id": "p43"
},
{
"name": "Elven Bow",
"index": 1,
"action": "activate",
"playable_abilities": [
"Equip {3}"
],
"id": "p24"
},
{
"name": "Forest",
"index": 2,
"action": "land",
"id": "p107"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 3,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 5,
"game_seq": 446,
"land_drops_used": 0,
"recent_chat": [
"GPT53C Teach: Now the key sequencing lesson: play the big landfall payoff first, then make your land drop so you get maximum triggers."
],
"stop_reason": "playable_cards",
"has_playable_cards": true
}— Declare Attackers —
GPT53C Teachllm
pass_priority(until=my_turn, board_cursor=53)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Select attackers",
"response_type": "select",
"respond_with": "attackers=p1,p2,... or choice=yes (confirm) or choice=no (skip)",
"context": "T7 Combat/Declare Attackers (GPT53C Teach)",
"board_cursor": 53,
"board_unchanged": true,
"choices": [
{
"name": "Oashra Cultivator",
"index": 0,
"choice_type": "attacker",
"id": "p67",
"power": "0",
"toughness": "3"
},
{
"name": "All attack",
"index": 1,
"choice_type": "special",
"id": "all"
}
],
"combat_phase": "attackers",
"untapped_lands": 1,
"game_seq": 439,
"stop_reason": "combat"
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T7 Combat/Declare Attackers (GPT53C Teach)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 25,
"life": 8
}
],
"board_cursor": 53,
"untapped_lands": 1,
"game_seq": 439,
"action_taken": "passed_priority",
"success": true
}— Postcombat Main —
— Opus Brewer's Turn 8 —
thinkingOpus Brewer
Wait - their creatures are all still sick! "Beast Token 4/4 (sick, token), Elemental Token 2/2 (sick, token), Rampaging Baloths 6/6 (sick)". That's odd - they should have lost summoning sickness by now since they were played on their turn 7 and it's now turn 8 (my turn). Actually wait, did they not untap? Their forests are tapped.
Oh wait - it says (sick) still because it hasn't been their untap step yet. Actually no, summoning sickness means they haven't controlled them since the beginning of their most recent turn. They played them on their turn 7, so they'll lose sickness at the start of their next turn (turn 8 for them). So on MY turn 8, they're still sick.
This is my window! I need to attack NOW before those creatures can block next turn!
Let me plan:
1. Play Forest (6 lands total)
2. Activate Presence of Gond (tap an Elf to make another 1/1)
3. Attack with everything I can
Let me first play the Forest:
mcpActivate Elf Warrior Tokenraw
choose_action(choice=p107)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T8 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 24,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 66,
"choices": [
{
"name": "Elf Warrior Token",
"index": 0,
"action": "activate",
"playable_abilities": [
"{T}: Create a 1/1 green Elf Warrior creature toke..."
],
"id": "p43"
},
{
"name": "Elven Bow",
"index": 1,
"action": "activate",
"playable_abilities": [
"Equip {3}"
],
"id": "p24"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 2,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 6,
"game_seq": 446,
"land_drops_used": 1,
"action_taken": "selected_2",
"success": true
}thinkingOpus Brewer
Now activate Presence of Gond (tap an Elf token to make another 1/1):
mcp1. {T}: Create a 1/1 green Elf Warrior creature token.raw
choose_action(choice=p43)
{
"action_pending": true,
"action_type": "GAME_CHOOSE_ABILITY",
"message": "Choose spell or ability to play: Elf Warrior Token",
"response_type": "index",
"respond_with": "choice=0, choice=1, etc. (not yes/no)",
"context": "T8 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 24,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 66,
"choices": [
{
"index": 0,
"description": "1. {T}: Create a 1/1 green Elf Warrior creature token."
}
],
"untapped_lands": 6,
"game_seq": 450,
"land_drops_used": 1,
"action_taken": "selected_0",
"success": true
}gameOpus Brewer puts Forest from hand onto the Battlefield
Opus Brewermcp1. {T}: Create a 1/1 green Elf Warrior creature token.
raw
choose_action(choice=1)
{
"choices": [
{
"index": 0,
"description": "1. {T}: Create a 1/1 green Elf Warrior creature token."
}
],
"game_seq": 451,
"error": "Index 1 is out of range (valid: 0-0). Call get_action_choices to see current options.",
"success": false,
"error_code": "index_out_of_range",
"retryable": true
}Opus BrewermcpPass
raw
choose_action(choice=0)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T8 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 6"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 24,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 67,
"choices": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 0,
"action": "cast",
"id": "p16"
}
],
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 6,
"game_seq": 451,
"land_drops_used": 1,
"action_taken": "selected_ability_0",
"success": true
}thinkingOpus Brewer
Let the token creation resolve first.
mcpPassraw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T8 Precombat Main/Precombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 7"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 24,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 68,
"choices": [
{
"name": "Elven Bow",
"index": 0,
"action": "activate",
"playable_abilities": [
"Equip {3}"
],
"id": "p24"
},
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 1,
"action": "cast",
"id": "p16"
}
],
"untapped_lands": 6,
"game_seq": 453,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer activates: create a 1/1 green Elf Warrior creature token. from Elf Warrior Token
thinkingOpus Brewer
Good, now I have 4 Elf tokens (1 tapped, 1 sick, 2 untapped), Llanowar Visionary (2/2), Primeval Herald (3/1 trample), and Skyway Sniper (1/2 reach).
Their only non-sick blocker is Oashra Cultivator (0/3). Everything else is sick!
Available attackers: 2 Elf tokens (1/1 each), Llanowar Visionary (2/2), Primeval Herald (3/1 trample), Skyway Sniper (1/2).
That's 2+2+3+1 = 8 power. They can only block with Oashra Cultivator (0/3). If they block Primeval Herald (3/1 trample), 0 excess trample damage (well actually 3-3=0 trample through). If they block a 1/1, that 1/1 dies but the rest get through for 7.
Best case scenario: they block something and I get 7+ damage through. If I also use Titanic Growth on an unblocked creature, that's +4 power = 11+ damage. That would bring them from 20 to 9 or less!
Actually wait - Primeval Herald has an attack trigger to search for a basic land. That ramps me AND I attack for damage.
Let me also consider: should I equip Elven Bow to something before attacking? Elven Bow costs {1} to equip and gives +1/+2. That would make Herald 4/3 or Visionary 3/4. But I want all my mana for Titanic Growth if needed in combat.
Let me save Titanic Growth for combat and go to attacks. Move to combat:
mcpAttack with all (Llanowar Visionary 2/2, Elf Warrior Token 1/1, Skyway Sniper 1/2, Elf Warrior Token 1/1, Primeval Herald 3/1)raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Select attackers",
"response_type": "select",
"respond_with": "attackers=p1,p2,... or choice=yes (confirm) or choice=no (skip)",
"context": "T8 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 7"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": false,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 24,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 69,
"choices": [
{
"name": "Llanowar Visionary",
"index": 0,
"choice_type": "attacker",
"id": "p13",
"power": "2",
"toughness": "2"
},
{
"name": "Elf Warrior Token",
"index": 1,
"choice_type": "attacker",
"id": "p83",
"power": "1",
"toughness": "1"
},
{
"name": "Skyway Sniper",
"index": 2,
"choice_type": "attacker",
"id": "p80",
"power": "1",
"toughness": "2"
},
{
"name": "Elf Warrior Token",
"index": 3,
"choice_type": "attacker",
"id": "p93",
"power": "1",
"toughness": "1"
},
{
"name": "Primeval Herald",
"index": 4,
"choice_type": "attacker",
"id": "p90",
"power": "3",
"toughness": "1"
},
{
"name": "All attack",
"index": 5,
"choice_type": "special",
"id": "all"
}
],
"combat_phase": "declare_attackers",
"untapped_lands": 6,
"game_seq": 456,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer creates a Elf Warrior Token token
thinkingOpus Brewer
Attack with everything available! Their only blocker is Oashra Cultivator (0/3).
mcpPassraw
choose_action(attackers=all)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T8 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 7"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": true,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 24,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 70,
"choices": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 0,
"action": "cast",
"id": "p16"
}
],
"combat": [
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Llanowar Visionary",
"id": "p13",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Primeval Herald",
"id": "p90",
"power": "3",
"toughness": "1"
}
]
}
],
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 6,
"game_seq": 458,
"action_taken": "batch_attack",
"success": true,
"declared": [
{
"id": "all"
}
]
}major blunder
Attacking with all creatures while at 8 life against an opponent who will untap with Rampaging Baloths 6/6, a 4/4 Beast …
Attacking with all creatures while at 8 life against an opponent who will untap with Rampaging Baloths 6/6, a 4/4 Beast token, and a 2/2 Elemental token (12+ power total) next turn. The all-out attack only deals ~7 damage (20→13) but leaves essentially no blockers, making the crack-back lethal. Titanic Growth in hand can't save you when facing 12+ damage across multiple attackers with only a summoning-sick 1/1 token back.
Analysis
Action taken: Attacked with all eligible creatures (Llanowar Visionary, two Elf Warriors, Skyway Sniper, Primeval Herald)
Better line: Attack with only Primeval Herald (to get the land trigger and deal 3 trample) and maybe one 1/1 token. Keep Llanowar Visionary, Skyway Sniper, and at least one 1/1 token back to block. With Titanic Growth available, you could potentially survive the crack-back by blocking the 6/6 Baloths with a pumped creature and chumping the 4/4.
— Declare Attackers —
thinkingOpus Brewer
Primeval Herald's attack trigger is on the stack! Let it resolve first, then I'll see about Titanic Growth after blockers are declared. Let me pass priority.
mcptrueraw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_ASK",
"message": "Whenever Primeval Herald enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.",
"response_type": "boolean",
"respond_with": "choice=yes or choice=no",
"context": "T8 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 7"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": true,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 24,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 70,
"combat": [
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Llanowar Visionary",
"id": "p13",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Primeval Herald",
"id": "p90",
"power": "3",
"toughness": "1"
}
]
}
],
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 6,
"game_seq": 463,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer attacks GPT53C Teach with 5 creatures
gameOpus Brewer - Ability triggers: Primeval Herald - Whenever Primeval Herald enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle.
thinkingOpus Brewer
Yes, search for a land!
mcpForestraw
choose_action(choice=yes)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select a basic land card",
"response_type": "index",
"respond_with": "choice=pN, or choice=no to cancel",
"context": "T8 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 7"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": true,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 24,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 70,
"choices": [
{
"name": "Forest",
"target_type": "card",
"index": 0,
"id": "l95"
},
{
"name": "Forest",
"target_type": "card",
"index": 1,
"id": "l96"
},
{
"name": "Forest",
"target_type": "card",
"index": 2,
"id": "l97"
},
{
"name": "Forest",
"target_type": "card",
"index": 3,
"id": "l98"
},
{
"name": "Forest",
"target_type": "card",
"index": 4,
"id": "l99"
},
{
"name": "Forest",
"target_type": "card",
"index": 5,
"id": "l100"
},
{
"name": "Forest",
"target_type": "card",
"index": 6,
"id": "l101"
},
{
"name": "Forest",
"target_type": "card",
"index": 7,
"id": "l102"
}
],
"combat": [
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Llanowar Visionary",
"id": "p13",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Primeval Herald",
"id": "p90",
"power": "3",
"toughness": "1"
}
]
}
],
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 6,
"game_seq": 465,
"required": false,
"can_cancel": true,
"action_taken": "yes",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=l95)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T8 Combat/Declare Attackers (Opus Brewer)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 7"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": true,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 71,
"choices": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 0,
"action": "cast",
"id": "p16"
}
],
"combat": [
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Llanowar Visionary",
"id": "p13",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Primeval Herald",
"id": "p90",
"power": "3",
"toughness": "1"
}
]
}
],
"untapped_lands": 6,
"game_seq": 467,
"action_taken": "selected_target_0",
"success": true
}gameOpus Brewer searches their library (source: Primeval Herald)
thinkingOpus Brewer
Good, I now have 7 forests (6 untapped). Let me wait for blockers before using Titanic Growth - I want to pump an unblocked creature for maximum damage.
gameOpus Brewer puts Forest from library onto the Battlefield (source: Primeval Herald)
gameOpus Brewer's library is shuffled (source: Primeval Herald)
Opus BrewermcpCast Titanic Growth {1}{G}
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T8 Combat/Declare Blockers (Opus Brewer)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 7"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": true,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 71,
"choices": [
{
"mana_cost": "{1}{G}",
"name": "Titanic Growth",
"index": 0,
"action": "cast",
"id": "p16"
}
],
"combat": [
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Llanowar Visionary",
"id": "p13",
"power": "2",
"toughness": "2"
}
],
"blockers": [
{
"name": "Rampaging Baloths",
"id": "p70",
"power": "6",
"toughness": "6"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
],
"blockers": [
{
"name": "Oashra Cultivator",
"id": "p67",
"power": "0",
"toughness": "3"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
],
"blockers": [
{
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Primeval Herald",
"id": "p90",
"power": "3",
"toughness": "1"
}
],
"blockers": [
{
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4"
}
]
}
],
"untapped_lands": 6,
"game_seq": 470,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
Wait - they're blocking with sick creatures! Can they do that? Yes, they CAN block while sick. Only attacking requires not having summoning sickness.
So blocks are:
- Llanowar Visionary (2/2) blocked by Rampaging Baloths (6/6) - Visionary dies
- Elf Token (1/1) blocked by Oashra Cultivator (0/3) - Token can't kill it
- Skyway Sniper (1/2) blocked by Elemental Token (2/2) - Sniper dies
- **Elf Warrior Token (1/1) UNBLOCKED**
- Primeval Herald (3/1 trample) blocked by Beast Token (4/4) - Herald dies, 0 trample through
Only 1 unblocked Elf Token getting through for 1 damage. If I cast Titanic Growth on the unblocked Elf Token, it becomes 5/5 and deals 5 damage! That takes them to 15.
I'm going to lose Visionary, Sniper, and Herald this combat. That's rough. But 5 damage is better than 1.
Actually wait - should I save Titanic Growth for defense? Next turn they attack with Baloths (6/6 trample), Beast (4/4), Elemental (2/2). That's 12+ damage and I'm at 8. I could use Titanic Growth to make a blocker survive against Baloths... but even then I'm facing 6+ damage from the others. I'm probably dead either way.
Let me use it now for 5 damage and at least get their life down. Cast Titanic Growth on the unblocked Elf!
mcpElf Warrior Tokenraw
choose_action(choice=p16)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select a creature",
"response_type": "index",
"respond_with": "choice=pN, or choice=no to cancel",
"context": "T8 Combat/Declare Blockers (Opus Brewer)",
"board": [
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 7"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": true,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8,
"hand": []
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 72,
"choices": [
{
"controller": "GPT53C Teach",
"name": "Beast Token",
"target_type": "permanent",
"index": 0,
"power": "4",
"id": "p126",
"toughness": "4"
},
{
"controller": "GPT53C Teach",
"name": "Elemental Token",
"target_type": "permanent",
"index": 1,
"power": "2",
"id": "p127",
"toughness": "2"
},
{
"tapped": true,
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 2,
"power": "1",
"id": "p43",
"toughness": "1"
},
{
"tapped": true,
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 3,
"power": "1",
"id": "p83",
"toughness": "1"
},
{
"tapped": true,
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 4,
"power": "1",
"id": "p93",
"toughness": "1"
},
{
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 5,
"power": "1",
"id": "p130",
"toughness": "1"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"target_type": "permanent",
"index": 6,
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"controller": "GPT53C Teach",
"name": "Oashra Cultivator",
"target_type": "permanent",
"index": 7,
"power": "0",
"id": "p67",
"toughness": "3"
},
{
"tapped": true,
"name": "Primeval Herald",
"target_type": "permanent",
"index": 8,
"power": "3",
"id": "p90",
"toughness": "1"
},
{
"controller": "GPT53C Teach",
"name": "Rampaging Baloths",
"target_type": "permanent",
"index": 9,
"power": "6",
"id": "p70",
"toughness": "6"
},
{
"tapped": true,
"name": "Skyway Sniper",
"target_type": "permanent",
"index": 10,
"power": "1",
"id": "p80",
"toughness": "2"
}
],
"combat": [
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Llanowar Visionary",
"id": "p13",
"power": "2",
"toughness": "2"
}
],
"blockers": [
{
"name": "Rampaging Baloths",
"id": "p70",
"power": "6",
"toughness": "6"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
],
"blockers": [
{
"name": "Oashra Cultivator",
"id": "p67",
"power": "0",
"toughness": "3"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
],
"blockers": [
{
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Primeval Herald",
"id": "p90",
"power": "3",
"toughness": "1"
}
],
"blockers": [
{
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4"
}
]
}
],
"stack": [
{
"name": "Titanic Growth"
}
],
"untapped_lands": 6,
"game_seq": 487,
"required": false,
"can_cancel": true,
"action_taken": "selected_0",
"success": true
}questionable
Using Titanic Growth offensively to deal 4 extra damage (opponent goes to 8 instead of 12) while facing likely lethal on…
Using Titanic Growth offensively to deal 4 extra damage (opponent goes to 8 instead of 12) while facing likely lethal on the crack-back. Opponent has Rampaging Baloths 6/6, Beast Token 4/4, and Elemental Token 2/2 all becoming untapped next turn (12 power total vs Opus Brewer's 8 life). Titanic Growth on a blocker next turn could be the difference between surviving and dying.
Analysis
Action taken: Cast Titanic Growth offensively during combat to push 4 extra damage
Better line: Hold Titanic Growth for defensive combat trick next turn. The 8 damage from attackers still puts pressure on opponent (20→12), and saving the Growth for blocking could prevent lethal from opponent's massive board (Baloths + tokens = 12+ power).
— Declare Blockers —
GPT53C Teachllm
pass_priority(until=my_turn, board_cursor=53)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Select blockers",
"response_type": "select",
"respond_with": "blockers=p5:p1,p6:p2 (blocker:attacker) or choice=yes (confirm) or choice=no (skip)",
"context": "T8 Combat/Declare Blockers (Opus Brewer)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 7"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": true,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 54,
"choices": [
{
"name": "Oashra Cultivator",
"index": 0,
"choice_type": "blocker",
"id": "p67",
"power": "0",
"toughness": "3"
},
{
"name": "Rampaging Baloths",
"index": 1,
"choice_type": "blocker",
"id": "p70",
"power": "6",
"toughness": "6"
},
{
"name": "Beast Token",
"index": 2,
"choice_type": "blocker",
"id": "p126",
"power": "4",
"toughness": "4"
},
{
"name": "Elemental Token",
"index": 3,
"choice_type": "blocker",
"id": "p127",
"power": "2",
"toughness": "2"
}
],
"combat_phase": "blockers",
"combat": [
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Llanowar Visionary",
"id": "p13",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Primeval Herald",
"id": "p90",
"power": "3",
"toughness": "1"
}
]
}
],
"untapped_lands": 1,
"game_seq": 472,
"incoming_attackers": [
{
"name": "Llanowar Visionary",
"id": "p13",
"power": "2",
"toughness": "2"
},
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
},
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
},
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1"
},
{
"name": "Primeval Herald",
"id": "p90",
"power": "3",
"toughness": "1"
}
],
"stop_reason": "combat"
}GPT53C TeachmcpLlanowar Visionary
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p70)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select attacker to block",
"response_type": "index",
"respond_with": "choice=pN, or choice=no to cancel",
"context": "T8 Combat/Declare Blockers (Opus Brewer)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 7"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": true,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 54,
"choices": [
{
"tapped": true,
"controller": "Opus Brewer",
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 0,
"power": "1",
"id": "p83",
"toughness": "1"
},
{
"tapped": true,
"controller": "Opus Brewer",
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 1,
"power": "1",
"id": "p93",
"toughness": "1"
},
{
"tapped": true,
"controller": "Opus Brewer",
"name": "Llanowar Visionary",
"target_type": "permanent",
"index": 2,
"power": "2",
"id": "p13",
"toughness": "2"
},
{
"tapped": true,
"controller": "Opus Brewer",
"name": "Primeval Herald",
"target_type": "permanent",
"index": 3,
"power": "3",
"id": "p90",
"toughness": "1"
},
{
"tapped": true,
"controller": "Opus Brewer",
"name": "Skyway Sniper",
"target_type": "permanent",
"index": 4,
"power": "1",
"id": "p80",
"toughness": "2"
}
],
"combat": [
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Llanowar Visionary",
"id": "p13",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Primeval Herald",
"id": "p90",
"power": "3",
"toughness": "1"
}
]
}
],
"untapped_lands": 1,
"game_seq": 472,
"required": false,
"can_cancel": true,
"action_taken": "selected_1",
"success": true
}GPT53C TeachmcpBeast Token blocks Primeval Herald, Elemental Token blocks Skyway Sniper, Oashra Cultivator blocks Elf Warrior Token
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p13)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Select blockers",
"response_type": "select",
"respond_with": "blockers=p5:p1,p6:p2 (blocker:attacker) or choice=yes (confirm) or choice=no (skip)",
"context": "T8 Combat/Declare Blockers (Opus Brewer)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 7"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": true,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 54,
"choices": [
{
"name": "Oashra Cultivator",
"index": 0,
"choice_type": "blocker",
"id": "p67",
"power": "0",
"toughness": "3"
},
{
"name": "Beast Token",
"index": 1,
"choice_type": "blocker",
"id": "p126",
"power": "4",
"toughness": "4"
},
{
"name": "Elemental Token",
"index": 2,
"choice_type": "blocker",
"id": "p127",
"power": "2",
"toughness": "2"
}
],
"combat_phase": "declare_blockers",
"combat": [
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Llanowar Visionary",
"id": "p13",
"power": "2",
"toughness": "2"
}
],
"blockers": [
{
"name": "Rampaging Baloths",
"id": "p70",
"power": "6",
"toughness": "6"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Primeval Herald",
"id": "p90",
"power": "3",
"toughness": "1"
}
]
}
],
"untapped_lands": 1,
"game_seq": 473,
"incoming_attackers": [
{
"name": "Llanowar Visionary",
"id": "p13",
"power": "2",
"toughness": "2"
},
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
},
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
},
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1"
},
{
"name": "Primeval Herald",
"id": "p90",
"power": "3",
"toughness": "1"
}
],
"action_taken": "selected_target_2",
"success": true
}minor blunder
Oashra Cultivator (0/3) can't kill any attacker, so the only consideration is damage prevention.
Oashra Cultivator (0/3) can't kill any attacker, so the only consideration is damage prevention. Blocking Llanowar Visionary saves 2 damage, but blocking Primeval Herald would save 3 damage. The player chose to save 1 less damage than optimal.
Analysis
Action taken: Blocked Llanowar Visionary (2/2) with Oashra Cultivator (0/3), saving 2 damage
Better line: Block Primeval Herald (3/1) with Oashra Cultivator to save 3 damage instead of 2
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=p126:p90,p127:p80,p67:p83, text=, choice=)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Combat/Declare Blockers (Opus Brewer)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 7"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": true,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 55,
"combat": [
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Llanowar Visionary",
"id": "p13",
"power": "2",
"toughness": "2"
}
],
"blockers": [
{
"name": "Rampaging Baloths",
"id": "p70",
"power": "6",
"toughness": "6"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
],
"blockers": [
{
"name": "Oashra Cultivator",
"id": "p67",
"power": "0",
"toughness": "3"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
],
"blockers": [
{
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Primeval Herald",
"id": "p90",
"power": "3",
"toughness": "1"
}
],
"blockers": [
{
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4"
}
]
}
],
"stack": [
{
"name": "Titanic Growth",
"targets": [
{
"name": "Elf Warrior Token (1/1) [tapped] (Opus Brewer's)",
"id": "p93"
}
]
}
],
"untapped_lands": 1,
"game_seq": 474,
"action_taken": "batch_block",
"success": true,
"declared": [
{
"blocks": "p90",
"id": "p126"
},
{
"blocks": "p80",
"id": "p127"
},
{
"blocks": "p83",
"id": "p67"
}
]
}gameAttacker: Llanowar Visionary (2/2) blocked by Rampaging Baloths (6/6)
gameAttacker: Elf Warrior Token (1/1) blocked by Oashra Cultivator (0/3)
gameAttacker: Skyway Sniper (1/2) blocked by Elemental Token (2/2)
gameAttacker: Primeval Herald (3/1) blocked by Beast Token (4/4)
thinkingOpus Brewer
I need to target the UNBLOCKED Elf Warrior Token. Looking at the combat, the unblocked one is "Elf Warrior Token -> GPT53C Teach" (no blocker listed). The blocked one is "Elf Warrior Token blocked by Oashra Cultivator".
I need to figure out which ID is the unblocked one. Let me check: p83 and p93 are the two attacking Elf tokens. One is blocked by Oashra Cultivator and one is unblocked. Let me look at the combat display more carefully.
The IDs in the combat section aren't shown with specific IDs. Let me check which Elf tokens are attacking. p43 is tapped (the one that made the token via Presence of Gond). p130 is sick (newly created). So p83 and p93 are the two attacking ones.
I'll pick p93 - if it's the wrong one, I'll still get the pump effect on a creature. But actually, I should try to pick the unblocked one. Let me just pick p93:
mcpPassraw
choose_action(choice=p93)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Combat/Declare Blockers (Opus Brewer)",
"board": [
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 7"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": true,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8,
"hand": []
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 73,
"combat": [
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Llanowar Visionary",
"id": "p13",
"power": "2",
"toughness": "2"
}
],
"blockers": [
{
"name": "Rampaging Baloths",
"id": "p70",
"power": "6",
"toughness": "6"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
],
"blockers": [
{
"name": "Oashra Cultivator",
"id": "p67",
"power": "0",
"toughness": "3"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
],
"blockers": [
{
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Primeval Herald",
"id": "p90",
"power": "3",
"toughness": "1"
}
],
"blockers": [
{
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4"
}
]
}
],
"stack": [
{
"name": "Titanic Growth",
"targets": [
{
"name": "Elf Warrior Token (1/1) [tapped] (yours)",
"id": "p93"
}
]
}
],
"untapped_lands": 4,
"game_seq": 488,
"action_taken": "selected_target_4",
"success": true
}moderate blunder
Opus Brewer used Titanic Growth on an unblocked 1/1 Elf Warrior token to deal 5 damage to the opponent's face (20→15), i…
Opus Brewer used Titanic Growth on an unblocked 1/1 Elf Warrior token to deal 5 damage to the opponent's face (20→15), instead of using it on Llanowar Visionary (2/2 blocked by Rampaging Baloths 6/6) to kill the extremely threatening Baloths. At 8 life with the opponent having Rampaging Baloths, Beast Token 4/4, Elemental Token 2/2, and Zendikar's Roil generating more tokens each land drop, removing Baloths is far more important than 5 face damage. Baloths will generate 4/4 tokens every turn and threatens lethal attacks very soon.
Analysis
Action taken: Targeted unblocked Elf Warrior Token with Titanic Growth for 5 face damage
Better line: Target Llanowar Visionary with Titanic Growth to make it 6/6, trading with and killing Rampaging Baloths 6/6 - removing the most dangerous threat on the board
thinkingOpus Brewer
Titanic Growth targeting p93 Elf Warrior Token. Let it resolve!
gameOpus Brewer casts Titanic Growth targeting Elf Warrior Token from hand
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Combat/Declare Blockers (Opus Brewer)",
"board": [
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 7"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "5",
"toughness": "5",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": true,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8,
"hand": []
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20
}
],
"board_cursor": 74,
"combat": [
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Llanowar Visionary",
"id": "p13",
"power": "2",
"toughness": "2"
}
],
"blockers": [
{
"name": "Rampaging Baloths",
"id": "p70",
"power": "6",
"toughness": "6"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
],
"blockers": [
{
"name": "Oashra Cultivator",
"id": "p67",
"power": "0",
"toughness": "3"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
],
"blockers": [
{
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "5",
"toughness": "5"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Primeval Herald",
"id": "p90",
"power": "3",
"toughness": "1"
}
],
"blockers": [
{
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4"
}
]
}
],
"untapped_lands": 4,
"game_seq": 492,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
5/5 Elf Warrior Token is the unblocked one! 5 damage incoming. Let combat damage resolve.
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Combat/Declare Blockers (Opus Brewer)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 20,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 7"
],
"id": "p10"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "5",
"toughness": "5",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": true,
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13",
"power": "2",
"toughness": "2",
"summoning_sick": false
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
},
{
"tapped": true,
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90",
"power": "3",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80",
"power": "1",
"toughness": "2",
"summoning_sick": false
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 56,
"combat": [
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Llanowar Visionary",
"id": "p13",
"power": "2",
"toughness": "2"
}
],
"blockers": [
{
"name": "Rampaging Baloths",
"id": "p70",
"power": "6",
"toughness": "6"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
],
"blockers": [
{
"name": "Oashra Cultivator",
"id": "p67",
"power": "0",
"toughness": "3"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Skyway Sniper",
"id": "p80",
"power": "1",
"toughness": "2"
}
],
"blockers": [
{
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "5",
"toughness": "5"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Primeval Herald",
"id": "p90",
"power": "3",
"toughness": "1"
}
],
"blockers": [
{
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4"
}
]
}
],
"untapped_lands": 1,
"game_seq": 493,
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer puts Titanic Growth from stack into their graveyard
chatOpus Brewer: Rampaging Baloths with Zendikar's Roil is like the ultimate landfall shell. Two tokens per land drop? That's a deckbuilder's dream - honestly in a ramp deck with Cultivate and Kodama's Reach that's just game over. I managed to sneak through 5 but I think I'm in trouble here 😬
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Combat/Combat Damage (Opus Brewer)",
"board": [
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "5",
"toughness": "5",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8,
"hand": []
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 15
}
],
"board_cursor": 75,
"combat": [
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [],
"blockers": [
{
"name": "Rampaging Baloths",
"id": "p70",
"power": "6",
"toughness": "6"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
],
"blockers": [
{
"name": "Oashra Cultivator",
"id": "p67",
"power": "0",
"toughness": "3"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [],
"blockers": [
{
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "5",
"toughness": "5"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [],
"blockers": [
{
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4"
}
]
}
],
"untapped_lands": 4,
"game_seq": 495,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
5 damage dealt! Opponent is at 15. But I lost Llanowar Visionary, Skyway Sniper, and Primeval Herald. Ouch.
mcpsend_chat_messageraw
send_chat_message(message=Rampaging Baloths with Zendikar's Roil i...)
{
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Combat/Combat Damage (Opus Brewer)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "5",
"toughness": "5",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 57,
"combat": [
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [],
"blockers": [
{
"name": "Rampaging Baloths",
"id": "p70",
"power": "6",
"toughness": "6"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1"
}
],
"blockers": [
{
"name": "Oashra Cultivator",
"id": "p67",
"power": "0",
"toughness": "3"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [],
"blockers": [
{
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "GPT53C Teach",
"attackers": [
{
"name": "Elf Warrior Token",
"id": "p93",
"power": "5",
"toughness": "5"
}
]
},
{
"blocked": true,
"defending": "GPT53C Teach",
"attackers": [],
"blockers": [
{
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4"
}
]
}
],
"untapped_lands": 1,
"game_seq": 496,
"action_taken": "passed_priority",
"success": true
}gameRampaging Baloths deals 6 damage to Llanowar Visionary
gameLlanowar Visionary deals 2 damage to Rampaging Baloths
gameElf Warrior Token deals 1 damage to Oashra Cultivator
gameElemental Token deals 2 damage to Skyway Sniper
gameSkyway Sniper deals 1 damage to Elemental Token
gameGPT53C Teach loses 5 life at combat from Elf Warrior Token
gameBeast Token deals 4 damage to Primeval Herald
gamePrimeval Herald deals 3 damage to Beast Token
gameLlanowar Visionary died
gameSkyway Sniper died
gamePrimeval Herald died
— Combat Damage —
Opus BrewermcpActivate Elven Bow
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T8 Postcombat Main/Postcombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "5",
"toughness": "5",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8,
"hand": []
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 15
}
],
"board_cursor": 75,
"choices": [
{
"name": "Elven Bow",
"index": 0,
"action": "activate",
"playable_abilities": [
"Equip {3}"
],
"id": "p24"
}
],
"untapped_lands": 4,
"game_seq": 509,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
I could equip Elven Bow to one of my tokens for defense. It costs {1} to equip and gives +1/+2. That would make a 1/1 into a 2/3, which could help block.
Actually, I should equip it to my 5/5 Elf token (which goes back to 1/1 end of turn when Titanic Growth wears off). Wait, no - Titanic Growth lasts until end of turn, so it's still 5/5. But it's tapped so I can't equip it this turn anyway... actually equipping doesn't require the creature to be untapped.
Let me equip the Elven Bow to the sick Elf token (p130) - it'll make it a 2/3 which can block better. Or actually, I should equip it to one that can block. The sick one can block! All creatures can block regardless of summoning sickness.
Actually, let me think about what's coming. Next turn they attack with Baloths (6/6 trample), Beast (4/4), Elemental (2/2), and possibly Cultivator (0/3). That's 12 damage and I'm at 8. I need to block at least 4 damage.
I have 4 Elf tokens (3 will be untapped next turn - the sick one won't untap but CAN block). So I can block with all 4 tokens.
Equipping Elven Bow to one token makes it 2/3. If I block the 4/4 Beast with the 2/3 token, it dies but trades better. If I block the 6/6 Baloths with a 1/1, it takes 1 off (but trample means 5 still comes through).
I need to survive. Equip the bow for better blocking:
mcpElf Warrior Tokenraw
choose_action(choice=p24)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select a creature you control",
"response_type": "index",
"respond_with": "choice=pN, or choice=no to cancel",
"context": "T8 Postcombat Main/Postcombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "5",
"toughness": "5",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8,
"hand": []
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 15
}
],
"board_cursor": 75,
"choices": [
{
"tapped": true,
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 0,
"power": "1",
"id": "p43",
"toughness": "1"
},
{
"tapped": true,
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 1,
"power": "1",
"id": "p83",
"toughness": "1"
},
{
"tapped": true,
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 2,
"power": "5",
"id": "p93",
"toughness": "5"
},
{
"name": "Elf Warrior Token",
"target_type": "permanent",
"index": 3,
"power": "1",
"id": "p130",
"toughness": "1"
}
],
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 4,
"game_seq": 511,
"land_drops_used": 1,
"required": false,
"can_cancel": true,
"action_taken": "selected_0",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Postcombat Main/Postcombat Main (Opus Brewer)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "5",
"toughness": "5",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 58,
"stack": [
{
"name": "Ability",
"targets": [
{
"name": "Elf Warrior Token (1/1) (Opus Brewer's)",
"id": "p130"
}
]
}
],
"untapped_lands": 1,
"game_seq": 510,
"action_taken": "passed_priority",
"success": true
}— Postcombat Main —
thinkingOpus Brewer
I'll equip it to one of the untapped tokens that will be available to block next turn. Let me pick p130 (the sick one that wasn't attacking but can block):
mcpPassraw
choose_action(choice=p130)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Postcombat Main/Postcombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "5",
"toughness": "5",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"id": "p130",
"power": "1",
"toughness": "1",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8,
"hand": []
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 15
}
],
"board_cursor": 76,
"stack": [
{
"name": "Ability",
"targets": [
{
"name": "Elf Warrior Token (1/1) (yours)",
"id": "p130"
}
]
}
],
"untapped_lands": 1,
"game_seq": 512,
"land_drops_used": 1,
"action_taken": "selected_target_3",
"success": true
}thinkingOpus Brewer
Wait, equip cost 1 mana but I see I spent a lot of mana. Only 1 untapped land left. Hmm, that used {1} for equip plus Titanic Growth already cost {1}{G}... anyway, let it resolve.
gameOpus Brewer activates: Equip. from Elven Bow targeting Elf Warrior Token
Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Postcombat Main/Postcombat Main (Opus Brewer) YOUR_MAIN",
"board": [
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "5",
"toughness": "5",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8,
"hand": []
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 15
}
],
"board_cursor": 77,
"untapped_lands": 1,
"game_seq": 518,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
Good - p130 is now a 2/3 Elf token with Elven Bow equipped. Now let me pass to their turn and prepare for the onslaught.
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Postcombat Main/Postcombat Main (Opus Brewer)",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": true
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 22,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "5",
"toughness": "5",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 59,
"untapped_lands": 1,
"game_seq": 519,
"action_taken": "passed_priority",
"success": true
}GPT53C TeachmcpCast Khalni Heart Expedition {1}{G}
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 21,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3",
"playable": true
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65",
"playable": true
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71",
"playable": true
},
{
"name": "Thriving Grove",
"is_land": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color."
],
"id": "p76",
"playable": true
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 60,
"choices": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"index": 0,
"action": "cast",
"id": "p61",
"power": "7",
"toughness": "3"
},
{
"mana_cost": "{1}{G}",
"name": "Khalni Heart Expedition",
"index": 1,
"action": "cast",
"id": "p65"
},
{
"name": "Oashra Cultivator",
"index": 2,
"action": "activate",
"playable_abilities": [
"{2}{G}, {T}, Sacrifice {this}: Search your librar..."
],
"id": "p67"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"index": 3,
"action": "cast",
"id": "p71"
},
{
"name": "Thriving Grove",
"index": 4,
"action": "land",
"id": "p76"
}
],
"untapped_lands": 7,
"game_seq": 521,
"land_drops_used": 0,
"action_taken": "passed_priority",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach)",
"board": [
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8,
"hand": []
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 21,
"life": 15
}
],
"board_cursor": 78,
"stack": [
{
"name": "Khalni Heart Expedition"
}
],
"untapped_lands": 1,
"game_seq": 520,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
They're playing Khalni Heart Expedition - a landfall enchantment that searches for lands. More ramp synergy. Their creatures are no longer sick now. This is dire.
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p65)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 21,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71",
"playable": true
},
{
"name": "Thriving Grove",
"is_land": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color."
],
"id": "p76"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 61,
"choices": [
{
"name": "Oashra Cultivator",
"index": 0,
"action": "activate",
"playable_abilities": [
"{2}{G}, {T}, Sacrifice {this}: Search your librar..."
],
"id": "p67"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"index": 1,
"action": "cast",
"id": "p71"
}
],
"stack": [
{
"name": "Khalni Heart Expedition"
}
],
"untapped_lands": 5,
"game_seq": 522,
"land_drops_used": 0,
"action_taken": "selected_1",
"success": true
}minor blunder
Khalni Heart Expedition is far too slow when the game should end in 1-2 turns.
Khalni Heart Expedition is far too slow when the game should end in 1-2 turns. The opponent is at 8 life with all creatures tapped, and the player has Rampaging Baloths + Zendikar's Roil making every land trigger devastating. KHE needs 3 land drops before it does anything, wasting 2 mana that could go toward Garruk's Gorehorn (7/3) which adds lethal pressure immediately.
Analysis
Action taken: Cast Khalni Heart Expedition, a slow enchantment that won't pay off for several turns.
Better line: Play Thriving Grove first (triggering 4/4 Beast + 2/2 Elemental tokens from landfall), then cast Garruk's Gorehorn (7/3) for 5 mana. This creates 13+ additional power on board, threatening lethal next turn against an 8-life opponent with tapped creatures.
— GPT53C Teach's Turn 8 —
gameGPT53C Teach casts Khalni Heart Expedition from hand
GPT53C TeachmcpPlay Thriving Grove
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 21,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3",
"playable": true
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71",
"playable": true
},
{
"name": "Thriving Grove",
"is_land": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color."
],
"id": "p76",
"playable": true
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 62,
"choices": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"index": 0,
"action": "cast",
"id": "p61",
"power": "7",
"toughness": "3"
},
{
"name": "Oashra Cultivator",
"index": 1,
"action": "activate",
"playable_abilities": [
"{2}{G}, {T}, Sacrifice {this}: Search your librar..."
],
"id": "p67"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"index": 2,
"action": "cast",
"id": "p71"
},
{
"name": "Thriving Grove",
"index": 3,
"action": "land",
"id": "p76"
}
],
"untapped_lands": 5,
"game_seq": 528,
"land_drops_used": 0,
"action_taken": "passed_priority",
"success": true
}GPT53C Teachllm
get_oracle_text(object_ids=["p61","p71","p67"], card_name=, card_names=[], object_id=)
{
"success": true,
"cards": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"rules": [],
"power": "7",
"type": "Creature - Beast",
"toughness": "3",
"object_id": "p61"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"type": "Instant",
"object_id": "p71"
},
{
"mana_cost": "{G}",
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"power": "0",
"type": "Creature - Human Druid",
"toughness": "3",
"object_id": "p67"
}
]
}GPT53C TeachmcpThriving Grove: As Thriving Grove enters, choose a color other than green.
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p76)
{
"action_pending": true,
"action_type": "GAME_CHOOSE_CHOICE",
"message": "Choose replacement effect to resolve first",
"response_type": "index",
"respond_with": "choice=0, choice=1, etc. or text=Name (not yes/no)",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 21,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3",
"playable": true
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71",
"playable": true
},
{
"name": "Thriving Grove",
"is_land": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color."
],
"id": "p76",
"playable": true
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 62,
"choices": [
{
"index": 0,
"description": "Thriving Grove: Thriving Grove enters tapped."
},
{
"index": 1,
"description": "Thriving Grove: As Thriving Grove enters, choose a color other than green."
}
],
"untapped_lands": 5,
"game_seq": 531,
"land_drops_used": 0,
"action_taken": "selected_3",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach)",
"board": [
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8,
"hand": []
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 21,
"life": 15
}
],
"board_cursor": 79,
"stack": [
{
"name": "Rampaging Growth"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 529,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
They played Thriving Grove (land drop triggers Zendikar's Roil, Baloths, and Khalni Heart Expedition), then Rampaging Growth. Multiple triggers on the stack - more tokens incoming. This is really bad.
gameGPT53C Teach puts Khalni Heart Expedition from stack onto the Battlefield
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=1)
{
"action_pending": true,
"action_type": "GAME_CHOOSE_CHOICE",
"message": "Choose color",
"response_type": "index",
"respond_with": "choice=0, choice=1, etc. or text=Name (not yes/no)",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 21,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3",
"playable": true
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71",
"playable": true
},
{
"name": "Thriving Grove",
"is_land": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color."
],
"id": "p76",
"playable": true
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 62,
"choices": [
{
"index": 0,
"description": "White"
},
{
"index": 1,
"description": "Blue"
},
{
"index": 2,
"description": "Black"
},
{
"index": 3,
"description": "Red"
}
],
"untapped_lands": 5,
"game_seq": 532,
"land_drops_used": 0,
"action_taken": "selected_choice_1",
"success": true
}GPT53C TeachmcpAbility
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=Red, choice=)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Pick triggered ability (goes to the stack first)",
"response_type": "index",
"respond_with": "choice=pN — must pick a target",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 21,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3",
"playable": true
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71",
"playable": true
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 63,
"choices": [
{
"name": "Ability",
"target_type": "card",
"index": 0,
"id": "l133"
},
{
"name": "Ability",
"target_type": "card",
"index": 1,
"id": "l134"
},
{
"name": "Ability",
"target_type": "card",
"index": 2,
"id": "l135"
}
],
"untapped_lands": 5,
"game_seq": 533,
"land_drops_used": 1,
"required": true,
"can_cancel": false,
"action_taken": "selected_choice_text_Red",
"success": true
}chatGPT53C Teach: Good spot to convert mana into immediate pressure: instant-speed ramp spell precombat gives us a hasty land attacker plus extra landfall value.
GPT53C Teachmcpsend_chat_message
raw
send_chat_message(message=Good spot to convert mana into immediate...)
{
"success": true
}GPT53C TeachmcpAbility
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=l133)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Pick triggered ability (goes to the stack first)",
"response_type": "index",
"respond_with": "choice=pN — must pick a target",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 21,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71",
"playable": true
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 64,
"choices": [
{
"name": "Ability",
"target_type": "card",
"index": 0,
"id": "l134"
},
{
"name": "Ability",
"target_type": "card",
"index": 1,
"id": "l135"
}
],
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 5,
"game_seq": 536,
"land_drops_used": 1,
"required": true,
"can_cancel": false,
"action_taken": "selected_target_0",
"success": true
}gameThriving Grove: GPT53C Teach has chosen Red
gameGPT53C Teach puts Thriving Grove from hand onto the Battlefield
GPT53C TeachmcpCast Rampaging Growth {3}{G}
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=l134)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "select",
"respond_with": "choice=pN to play, or choice=no to pass",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 21,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71",
"playable": true
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 64,
"choices": [
{
"name": "Oashra Cultivator",
"index": 0,
"action": "activate",
"playable_abilities": [
"{2}{G}, {T}, Sacrifice {this}: Search your librar..."
],
"id": "p67"
},
{
"mana_cost": "{3}{G}",
"name": "Rampaging Growth",
"index": 1,
"action": "cast",
"id": "p71"
}
],
"stack": [
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"untapped_lands": 5,
"game_seq": 538,
"land_drops_used": 1,
"action_taken": "selected_target_0",
"success": true
}gameGPT53C Teach - Ability triggers: Zendikar's Roil - Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token.
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=p71)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 21,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 65,
"stack": [
{
"name": "Rampaging Growth"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 541,
"land_drops_used": 1,
"action_taken": "selected_1",
"success": true
}gameGPT53C Teach - Ability triggers: Rampaging Baloths - Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token.
gameGPT53C Teach - Ability triggers: Khalni Heart Expedition - Landfall — Whenever a land you control enters, you may put a quest counter on Khalni Heart Expedition.
gameGPT53C Teach casts Rampaging Growth from hand
GPT53C TeachmcpForest
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Select a basic land card",
"response_type": "index",
"respond_with": "choice=pN, or choice=no to cancel",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 21,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 65,
"choices": [
{
"name": "Forest",
"target_type": "card",
"index": 0,
"id": "l50"
},
{
"name": "Forest",
"target_type": "card",
"index": 1,
"id": "l51"
},
{
"name": "Forest",
"target_type": "card",
"index": 2,
"id": "l52"
},
{
"name": "Forest",
"target_type": "card",
"index": 3,
"id": "l53"
},
{
"name": "Forest",
"target_type": "card",
"index": 4,
"id": "l54"
},
{
"name": "Forest",
"target_type": "card",
"index": 5,
"id": "l55"
}
],
"stack": [
{
"name": "Rampaging Growth"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 547,
"land_drops_used": 1,
"required": false,
"can_cancel": true,
"action_taken": "passed_priority",
"success": true
}GPT53C TeachmcpAbility
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=l50)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Pick triggered ability (goes to the stack first)",
"response_type": "index",
"respond_with": "choice=pN — must pick a target",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Forest",
"modified": true,
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 66,
"choices": [
{
"name": "Ability",
"target_type": "card",
"index": 0,
"id": "l139"
},
{
"name": "Ability",
"target_type": "card",
"index": 1,
"id": "l140"
},
{
"name": "Ability",
"target_type": "card",
"index": 2,
"id": "l141"
}
],
"stack": [
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"untapped_lands": 2,
"game_seq": 550,
"land_drops_used": 1,
"required": true,
"can_cancel": false,
"action_taken": "selected_target_0",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach)",
"board": [
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8,
"hand": []
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15
}
],
"board_cursor": 80,
"stack": [
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 548,
"action_taken": "passed_priority",
"success": true
}thinkingOpus Brewer
Oh no - Rampaging Growth fetched a land AND made it a 4/3 Insect with reach and haste. Plus all the triggers: that land entering triggers Zendikar's Roil (2/2), Baloths (4/4), and Khalni Heart Expedition (counter). That's now TWO more tokens on top of what they already had.
6 abilities on stack - they're about to have an army. Let me pass and let these resolve.
gameGPT53C Teach searches their library (source: Rampaging Growth)
GPT53C Teachllm
get_game_state(cursor=0)
{
"available": true,
"cursor": 21,
"turn": 8,
"phase": "Precombat Main",
"step": "Precombat Main",
"active_player": "GPT53C Teach",
"priority_player": "GPT53C Teach",
"players": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Forest",
"modified": true,
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"stack": [
{
"name": "Ability",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on Khalni Heart Expedition."
],
"id": "p137"
},
{
"name": "Ability",
"rules": [
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p135"
},
{
"name": "Ability",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p136"
}
],
"game_seq": 554
}gameGPT53C Teach puts Forest from library onto the Battlefield (source: Rampaging Growth)
gameGPT53C Teach's library is shuffled (source: Rampaging Growth)
gameGPT53C Teach puts Rampaging Growth from stack into their graveyard
GPT53C TeachmcpAbility
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=l139)
{
"action_pending": true,
"action_type": "GAME_TARGET",
"message": "Pick triggered ability (goes to the stack first)",
"response_type": "index",
"respond_with": "choice=pN — must pick a target",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Forest",
"modified": true,
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 66,
"choices": [
{
"name": "Ability",
"target_type": "card",
"index": 0,
"id": "l140"
},
{
"name": "Ability",
"target_type": "card",
"index": 1,
"id": "l141"
}
],
"stack": [
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"untapped_lands": 2,
"game_seq": 554,
"land_drops_used": 1,
"required": true,
"can_cancel": false,
"action_taken": "selected_target_0",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=l140)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Forest",
"modified": true,
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 66,
"stack": [
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"untapped_lands": 2,
"game_seq": 556,
"land_drops_used": 1,
"action_taken": "selected_target_0",
"success": true
}gameGPT53C Teach - Ability triggers: Zendikar's Roil - Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token.
gameGPT53C Teach - Ability triggers: Rampaging Baloths - Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token.
gameGPT53C Teach - Ability triggers: Khalni Heart Expedition - Landfall — Whenever a land you control enters, you may put a quest counter on Khalni Heart Expedition.
GPT53C Teachmcptrue
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_ASK",
"message": "Landfall — Whenever a land you control enters, you may put a quest counter on Khalni Heart Expedition.",
"response_type": "boolean",
"respond_with": "choice=yes or choice=no",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Forest",
"modified": true,
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 66,
"stack": [
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"untapped_lands": 2,
"game_seq": 559,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=yes)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Forest",
"modified": true,
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"counters": {
"quest": 1
},
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 67,
"stack": [
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"untapped_lands": 2,
"game_seq": 561,
"land_drops_used": 1,
"action_taken": "yes",
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach)",
"board": [
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8,
"hand": []
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"counters": {
"quest": 1
},
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15
}
],
"board_cursor": 81,
"stack": [
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"untapped_lands": 1,
"game_seq": 560,
"action_taken": "passed_priority",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p142",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Forest",
"modified": true,
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"counters": {
"quest": 1
},
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 68,
"stack": [
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"untapped_lands": 2,
"game_seq": 562,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p142",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p143",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Forest",
"modified": true,
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"counters": {
"quest": 1
},
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 69,
"stack": [
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"untapped_lands": 2,
"game_seq": 565,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}gameGPT53C Teach creates a Beast Token token
GPT53C Teachmcptrue
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_ASK",
"message": "Landfall — Whenever a land you control enters, you may put a quest counter on Khalni Heart Expedition.",
"response_type": "boolean",
"respond_with": "choice=yes or choice=no",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p142",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p143",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Forest",
"modified": true,
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"counters": {
"quest": 1
},
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 69,
"stack": [
{
"name": "Ability"
},
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"untapped_lands": 2,
"game_seq": 568,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}gameGPT53C Teach creates a Elemental Token token
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=yes)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p142",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p143",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Forest",
"modified": true,
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"counters": {
"quest": 2
},
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 70,
"stack": [
{
"name": "Ability"
},
{
"name": "Ability"
}
],
"untapped_lands": 2,
"game_seq": 570,
"land_drops_used": 1,
"action_taken": "yes",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p142",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p144",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p143",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Forest",
"modified": true,
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"counters": {
"quest": 2
},
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 71,
"stack": [
{
"name": "Ability"
}
],
"untapped_lands": 2,
"game_seq": 571,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play spells and abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Precombat Main/Precombat Main (GPT53C Teach) YOUR_MAIN",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p142",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p144",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p143",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p145",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Forest",
"modified": true,
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"counters": {
"quest": 2
},
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 72,
"untapped_lands": 2,
"game_seq": 574,
"land_drops_used": 1,
"action_taken": "passed_priority",
"success": true
}gameGPT53C Teach creates a Beast Token token
GPT53C TeachmcpAttack with Rampaging Baloths 6/6, Beast Token 4/4, Elemental Token 2/2, Forest 4/3
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Select attackers",
"response_type": "select",
"respond_with": "attackers=p1,p2,... or choice=yes (confirm) or choice=no (skip)",
"context": "T8 Combat/Declare Attackers (GPT53C Teach)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p142",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p144",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p143",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p145",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": false,
"name": "Forest",
"modified": true,
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"counters": {
"quest": 2
},
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 72,
"choices": [
{
"name": "Oashra Cultivator",
"index": 0,
"choice_type": "attacker",
"id": "p67",
"power": "0",
"toughness": "3"
},
{
"name": "Rampaging Baloths",
"index": 1,
"choice_type": "attacker",
"id": "p70",
"power": "6",
"toughness": "6"
},
{
"name": "Beast Token",
"index": 2,
"choice_type": "attacker",
"id": "p126",
"power": "4",
"toughness": "4"
},
{
"name": "Elemental Token",
"index": 3,
"choice_type": "attacker",
"id": "p127",
"power": "2",
"toughness": "2"
},
{
"name": "Forest",
"index": 4,
"choice_type": "attacker",
"id": "p60",
"power": "4",
"toughness": "3"
},
{
"name": "All attack",
"index": 5,
"choice_type": "special",
"id": "all"
}
],
"combat_phase": "declare_attackers",
"untapped_lands": 2,
"game_seq": 577,
"action_taken": "passed_priority",
"success": true
}gameGPT53C Teach creates a Elemental Token token
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=p70,p126,p127,p60, blockers=, text=, choice=)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Combat/Declare Attackers (GPT53C Teach)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p142",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p144",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p143",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p145",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": true,
"name": "Forest",
"modified": true,
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"counters": {
"quest": 2
},
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": true,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 73,
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Rampaging Baloths",
"id": "p70",
"power": "6",
"toughness": "6"
}
]
},
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4"
}
]
},
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Forest",
"id": "p60",
"power": "4",
"toughness": "3"
}
]
}
],
"untapped_lands": 1,
"game_seq": 579,
"action_taken": "batch_attack",
"success": true,
"declared": [
{
"id": "p70"
},
{
"id": "p126"
},
{
"id": "p127"
},
{
"id": "p60"
}
]
}— Declare Attackers —
gameGPT53C Teach attacks Opus Brewer with 4 creatures
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Combat/Declare Blockers (GPT53C Teach)",
"board": [
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p142",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p144",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p143",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p145",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": true,
"name": "Forest",
"modified": true,
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"counters": {
"quest": 2
},
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": true,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15,
"hand": [
{
"mana_cost": "{4}{G}",
"name": "Garruk's Gorehorn",
"power": "7",
"id": "p61",
"toughness": "3"
}
]
},
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8
}
],
"board_cursor": 73,
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Rampaging Baloths",
"id": "p70",
"power": "6",
"toughness": "6"
}
]
},
{
"blocked": true,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4"
}
],
"blockers": [
{
"name": "Elf Warrior Token",
"id": "p130",
"power": "2",
"toughness": "3"
}
]
},
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Forest",
"id": "p60",
"power": "4",
"toughness": "3"
}
]
}
],
"untapped_lands": 1,
"game_seq": 586,
"action_taken": "passed_priority",
"success": true
}— Declare Blockers —
chatOpus Brewer: GG! Two landfall triggers per land drop is just too much value. Zendikar's Roil + Rampaging Baloths is a disgusting engine — I'm definitely filing that combo away for a future brew. Well played!
Opus Brewerllm
pass_priority(until=declare_blockers, board_cursor=81)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Select blockers",
"response_type": "select",
"respond_with": "blockers=p5:p1,p6:p2 (blocker:attacker) or choice=yes (confirm) or choice=no (skip)",
"context": "T8 Combat/Declare Blockers (GPT53C Teach)",
"board": [
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8,
"hand": []
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p142",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p144",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p143",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p145",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"counters": {
"quest": 2
},
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": true,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15
}
],
"board_cursor": 82,
"choices": [
{
"name": "Elf Warrior Token",
"index": 0,
"choice_type": "blocker",
"id": "p130",
"power": "2",
"toughness": "3"
}
],
"combat_phase": "blockers",
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Rampaging Baloths",
"id": "p70",
"power": "6",
"toughness": "6"
}
]
},
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4"
}
]
},
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Forest",
"id": "p60",
"power": "4",
"toughness": "3"
}
]
}
],
"untapped_lands": 1,
"game_seq": 588,
"incoming_attackers": [
{
"name": "Rampaging Baloths",
"id": "p70",
"power": "6",
"toughness": "6"
},
{
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4"
},
{
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2"
},
{
"name": "Forest",
"id": "p60",
"power": "4",
"toughness": "3"
}
],
"recent_chat": [
"GPT53C Teach: Good spot to convert mana into immediate pressure: instant-speed ramp spell precombat gives us a hasty land attacker plus extra landfall value."
],
"stop_reason": "combat"
}thinkingOpus Brewer
They're attacking with Rampaging Baloths (6/6 trample), Beast Token (4/4), Elemental Token (2/2), and Forest (4/3 reach haste). That's 16 damage total and I'm at 8.
I can only block with p130 (the 2/3 equipped Elf token) - my other tokens are tapped from attacking!
Incoming: 6+4+2+4 = 16 damage. Even if I block the best I can, I'm dead. Let me think about what to block:
- Block Rampaging Baloths (6/6 trample): absorbs 3 from trample, still takes 3 trample + 4 + 2 + 4 = 13 damage. Dead.
- Block Beast Token (4/4): absorbs 4 damage prevented, but takes 6 trample + 2 + 4 = 12 damage. Dead.
- Block Forest (4/3 reach): absorbs 4 damage prevented, takes 6 trample + 4 + 2 = 12. Dead.
- Block Elemental Token (2/2): absorbs 2, takes 6+4+4 = 14. Dead.
No matter what I block, I die. 16 - max 4 absorbed = at least 12 damage with 8 life.
Well, might as well block something to minimize damage just in case there's a misplay or something. Block the Beast Token to kill it at least:
Opus BrewermcpPass
raw
choose_action(blockers=p130:p126)
{
"action_pending": true,
"action_type": "GAME_SELECT",
"message": "Play instants and activated abilities",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"context": "T8 Combat/Declare Blockers (GPT53C Teach)",
"board": [
{
"hand_size": 0,
"graveyard": [
{
"name": "Band Together",
"rules": [
"Up to two target creatures you control each deal damage equal to their power to another target creature."
],
"id": "p32"
},
{
"name": "Dwynen's Elite",
"rules": [
"When {this} enters, if you control another Elf, create a 1/1 green Elf Warrior creature token."
],
"id": "p40"
},
{
"name": "Elvish Archdruid",
"rules": [
"Other Elf creatures you control get +1/+1.",
"{T}: Add {G} for each Elf you control.",
": ",
"Elves you control: 4"
],
"id": "p10"
},
{
"name": "Llanowar Visionary",
"rules": [
"When {this} enters, draw a card.",
"{T}: Add {G}."
],
"id": "p13"
},
{
"name": "Might of the Masses",
"rules": [
"Target creature gets +1/+1 until end of turn for each creature you control."
],
"id": "p14"
},
{
"name": "Primeval Herald",
"rules": [
"Trample",
"Whenever {this} enters or attacks, you may search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p90"
},
{
"name": "Skyway Sniper",
"rules": [
"Reach",
"{2}{G}: {this} deals 1 damage to target creature with flying."
],
"id": "p80"
},
{
"name": "Titanic Growth",
"rules": [
"Target creature gets +4/+4 until end of turn."
],
"id": "p16"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"{T}: Create a 1/1 green Elf Warrior creature token."
],
"id": "p43",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p83",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": true,
"name": "Elf Warrior Token",
"id": "p93",
"power": "1",
"toughness": "1",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elf Warrior Token",
"modified": true,
"rules": [
"Reach"
],
"id": "p130",
"power": "2",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elven Bow",
"rules": [
"When {this} enters, you may pay {2}. If you do, create a 1/1 green Elf Warrior creature token, then attach {this} to it.",
"Equipped creature gets +1/+2 and has reach.",
"Equip {3}"
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p11"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p12"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p29"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p103"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p106"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p107"
},
{
"tapped": false,
"name": "Presence of Gond",
"rules": [
"Enchant creature",
"Enchanted creature has \"{T}: Create a 1/1 green Elf Warrior creature token.\""
],
"id": "p15"
}
],
"name": "Opus Brewer",
"library_size": 23,
"life": 8,
"hand": []
},
{
"hand_size": 1,
"graveyard": [
{
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"id": "p3"
},
{
"name": "Evolving Wilds",
"rules": [
"{T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p4"
},
{
"name": "Hunter's Edge",
"rules": [
"Put a +1/+1 counter on target creature you control. Then that creature deals damage equal to its power to target creature you don't control."
],
"id": "p23"
},
{
"name": "Hunter's Insight",
"rules": [
"Choose target creature you control. Whenever that creature deals combat damage to a player or planeswalker this turn, draw that many cards."
],
"id": "p45"
},
{
"name": "Rampaging Growth",
"rules": [
"Search your library for a basic land card, put it on the battlefield, then shuffle. Until end of turn, that land becomes a 4/3 Insect creature with reach and haste. It's still a land."
],
"id": "p71"
},
{
"name": "Turntimber Basilisk",
"rules": [
"Deathtouch",
"Landfall — Whenever a land you control enters, you may have target creature block {this} this turn if able."
],
"id": "p8"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p142",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Beast Token",
"id": "p144",
"power": "4",
"toughness": "4",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p143",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Elemental Token",
"id": "p145",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p5"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p6"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p7"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p27"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p33"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p37"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p57"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}.",
"Reach",
"Haste"
],
"id": "p60",
"power": "4",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"counters": {
"quest": 2
},
"name": "Khalni Heart Expedition",
"rules": [
"Landfall — Whenever a land you control enters, you may put a quest counter on {this}.",
"Remove three quest counters from {this} and sacrifice it: Search your library for up to two basic land cards, put them onto the battlefield tapped, then shuffle."
],
"id": "p65"
},
{
"tapped": false,
"name": "Oashra Cultivator",
"rules": [
"{2}{G}, {T}, Sacrifice {this}: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
],
"id": "p67",
"power": "0",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": true,
"name": "Rampaging Baloths",
"rules": [
"Trample",
"Landfall — Whenever a land you control enters, create a 4/4 green Beast creature token."
],
"id": "p70",
"power": "6",
"toughness": "6",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Grove",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than green.",
"{T}: Add {G}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Red"
],
"id": "p76"
},
{
"tapped": false,
"name": "Zendikar's Roil",
"rules": [
"Landfall — Whenever a land you control enters, create a 2/2 green Elemental creature token."
],
"id": "p9"
}
],
"name": "GPT53C Teach",
"library_size": 20,
"life": 15
}
],
"board_cursor": 82,
"combat": [
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Rampaging Baloths",
"id": "p70",
"power": "6",
"toughness": "6"
}
]
},
{
"blocked": true,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Beast Token",
"id": "p126",
"power": "4",
"toughness": "4"
}
],
"blockers": [
{
"name": "Elf Warrior Token",
"id": "p130",
"power": "2",
"toughness": "3"
}
]
},
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Elemental Token",
"id": "p127",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "Opus Brewer",
"attackers": [
{
"name": "Forest",
"id": "p60",
"power": "4",
"toughness": "3"
}
]
}
],
"untapped_lands": 1,
"game_seq": 588,
"action_taken": "batch_block",
"success": true,
"declared": [
{
"id": "p130",
"blocks": "p126"
}
]
}Opus Brewermcpsend_chat_message
raw
send_chat_message(message=GG! Two landfall triggers per land drop ...)
{
"success": true
}Opus BrewermcpPass
raw
choose_action(choice=no)
{
"game_seq": 597,
"player_dead": true,
"action_taken": "passed_priority",
"success": true
}gameAttacker: Beast Token (4/4) blocked by Elf Warrior Token (2/3)
GPT53C TeachmcpPass
raw
choose_action(amount=0, amounts=[], auto_tap=true, pile=0, mana_plan=, attackers=, blockers=, text=, choice=no)
{
"game_seq": 596,
"game_over": true,
"recent_chat": [
"Opus Brewer: Rampaging Baloths with Zendikar's Roil is like the ultimate landfall shell. Two tokens per land drop? That's a deckbuilder's dream - honestly in a ramp deck with Cultivate and Kodama's Reach that's just game over. I managed to sneak through 5 but I think I'm in trouble here 😬",
"Opus Brewer: GG! Two landfall triggers per land drop is just too much value. Zendikar's Roil + Rampaging Baloths is a disgusting engine — I'm definitely filing that combo away for a future brew. Well played!"
],
"action_taken": "passed_priority",
"success": true
}gameOpus Brewer loses 6 life at combat from Rampaging Baloths
gameElf Warrior Token deals 2 damage to Beast Token
gameBeast Token deals 4 damage to Elf Warrior Token
gameOpus Brewer loses 2 life at combat from Elemental Token
gameOpus Brewer loses 4 life at combat from Forest
gameOpus Brewer has lost the game.
— Combat Damage —
GPT53C Teach wins the game!