MiniMx Stats (Garruk + Lightning) vs QwCdr Philo (Demons + Wolves)
2 major, 7 moderate, 1 minor, 3 questionable blunders
Season 1
/ 280
Stack
Game Log
gameQwCdr Philo's library is shuffled
gameMiniMx Stats's library is shuffled
QwCdr PhilomcpQwCdr Philo
raw
choose_action(choice=p2)
{
"next_action_pending": true,
"next_action_type": "GAME_ASK",
"game_seq": 5,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_target_0",
"next_action_message": "Mulligan down to 6 cards?"
}gameQwCdr Philo chooses that they take the first turn
QwCdr PhilomcpKeep hand
raw
choose_action(choice=no)
{
"game_seq": 7,
"success": true,
"action_taken": "no"
}moderate blunder
Kept a 1-land hand where the single Mountain can only cast Lightning Bolt from the hand.
Kept a 1-land hand where the single Mountain can only cast Lightning Bolt from the hand. Five of seven cards require green mana, and the hand has no green source. Even the red cards (Homing Lightning, Lightning Elemental) require 4 mana. This hand will almost certainly result in missing land drops and/or being color-screwed.
Analysis
Action taken: Kept a 1-land, no-green-source hand
Better line: Mulligan to 6 cards seeking a hand with at least 2-3 lands including a green source
MiniMx Statsllm
get_oracle_text(card_name=Rumbling Baloth)
{
"success": true,
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"rules": [],
"power": "4",
"type": "Creature — Beast",
"toughness": "4"
}MiniMx StatsmcpKeep hand
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 8,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "no",
"next_action_message": "Play instants and activated abilities"
}MiniMx Statsllm
pass_priority(board_cursor=1)
{
"game_seq": 19,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"context": "T1 Precombat Main/Precombat Main (MiniMx Stats) YOUR_MAIN",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 2,
"choices": [
{
"name": "Mountain",
"index": 0,
"action": "land",
"id": "p8"
}
],
"board": [
{
"hand_size": 8,
"is_active": true,
"is_you": true,
"name": "MiniMx Stats",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{1}{G}",
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"power": "3",
"id": "p4",
"toughness": "3"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"mana_cost": "{R}",
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"name": "Mountain",
"is_land": true,
"rules": [
"{T}: Add {R}."
],
"id": "p8",
"playable": true
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 7,
"is_active": false,
"is_you": false,
"name": "QwCdr Philo",
"library_size": 33,
"life": 20
}
]
}gameQwCdr Philo skips Draw step
— Precombat Main —
— Declare Attackers —
— Postcombat Main —
— MiniMx Stats's Turn 1 —
MiniMx StatsmcpPlay Mountain
raw
choose_action(choice=p8)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 19,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Play spells and abilities"
}gameMiniMx Stats puts Mountain from hand onto the Battlefield
QwCdr Philollm
pass_priority(until=draw, board_cursor=2)
{
"game_seq": 24,
"action_type": "GAME_SELECT",
"stop_reason": "step_not_reached",
"action_pending": true,
"current_step": "Precombat Main"
}— Declare Attackers —
MiniMx Statsllm
pass_priority(board_cursor=2)
{
"game_seq": 27,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 1,
"message": "Play instants and activated abilities",
"action_pending": true,
"has_playable_cards": true,
"context": "T1 Combat/Declare Attackers (MiniMx Stats)",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 3,
"choices": [
{
"mana_cost": "{R}",
"name": "Lightning Bolt",
"index": 0,
"action": "cast",
"id": "p6"
}
],
"board": [
{
"hand_size": 7,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
}
],
"name": "MiniMx Stats",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{1}{G}",
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"power": "3",
"id": "p4",
"toughness": "3"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"mana_cost": "{R}",
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6",
"playable": true
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 7,
"is_active": false,
"is_you": false,
"name": "QwCdr Philo",
"library_size": 33,
"life": 20
}
]
}MiniMx StatsmcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 27,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}— Postcombat Main —
— QwCdr Philo's Turn 2 —
QwCdr Philollm
pass_priority(board_cursor=2)
{
"game_seq": 31,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"context": "T2 Precombat Main/Precombat Main (QwCdr Philo) YOUR_MAIN",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 3,
"choices": [
{
"name": "Forest",
"index": 0,
"action": "land",
"id": "p24"
},
{
"name": "Thriving Moor",
"index": 1,
"action": "land",
"id": "p15"
}
],
"board": [
{
"hand_size": 8,
"is_active": true,
"is_you": true,
"name": "QwCdr Philo",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{2}{B}",
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"power": "3",
"id": "p10",
"toughness": "1"
},
{
"mana_cost": "{2}{G}",
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"power": "0",
"id": "p11",
"toughness": "1"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"power": "4",
"id": "p12",
"toughness": "4"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p24",
"playable": true
},
{
"mana_cost": "{G}",
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"power": "1",
"id": "p13",
"toughness": "1"
},
{
"mana_cost": "{2}{B}",
"name": "Takenuma Bleeder",
"rules": [
"Whenever {this} attacks or blocks, you lose 1 life if you don't control a Demon."
],
"power": "3",
"id": "p14",
"toughness": "3"
},
{
"name": "Thriving Moor",
"is_land": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color."
],
"id": "p15",
"playable": true
},
{
"mana_cost": "{4}{G}{G}",
"name": "Wolf's Quarry",
"rules": [
"Create three 1/1 green Boar creature tokens with \"When this creature dies, create a Food token.\""
],
"id": "p16"
}
]
},
{
"hand_size": 7,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
}
],
"name": "MiniMx Stats",
"library_size": 32,
"life": 20
}
]
}QwCdr PhilomcpPlay Forest
raw
choose_action(choice=p24)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 31,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Play spells and abilities"
}gameQwCdr Philo puts Forest from hand onto the Battlefield
chatQwCdr Philo: Good luck! This opening has some interesting potential.
QwCdr Philomcpsend_chat_message
raw
send_chat_message(message=Good luck! This opening has some interes...)
{
"success": true
}QwCdr PhilomcpCast Mild-Mannered Librarian {G}
raw
choose_action(choice=p13)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 35,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo casts Mild-Mannered Librarian from hand
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"game_seq": 38,
"success": true,
"action_taken": "passed_priority"
}chatMiniMx Stats: Hey! Interesting start - I see you played something. Let me see what we're working with here.
MiniMx Statsllm
pass_priority(board_cursor=3)
{
"stack": [
{
"name": "Mild-Mannered Librarian"
}
],
"game_seq": 39,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 1,
"message": "Play instants and activated abilities",
"action_pending": true,
"has_playable_cards": true,
"context": "T2 Precombat Main/Precombat Main (QwCdr Philo)",
"recent_chat": [
"QwCdr Philo: Good luck! This opening has some interesting potential."
],
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 4,
"choices": [
{
"mana_cost": "{R}",
"name": "Lightning Bolt",
"index": 0,
"action": "cast",
"id": "p6"
}
],
"board": [
{
"hand_size": 7,
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
}
],
"name": "MiniMx Stats",
"library_size": 32,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{1}{G}",
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"power": "3",
"id": "p4",
"toughness": "3"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"mana_cost": "{R}",
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6",
"playable": true
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 6,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
}
],
"name": "QwCdr Philo",
"library_size": 32,
"life": 20
}
]
}MiniMx Statsmcpsend_chat_message
raw
send_chat_message(message=Hey! Interesting start - I see you playe...)
{
"success": true
}MiniMx Statsllm
get_oracle_text(card_name=Mild-Mannered Librarian)
{
"success": true,
"mana_cost": "{G}",
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"power": "1",
"type": "Creature — Human",
"toughness": "1"
}MiniMx StatsmcpCast Lightning Bolt {R}
raw
choose_action(choice=p6)
{
"next_action_pending": true,
"next_action_type": "GAME_TARGET",
"game_seq": 39,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Select any target"
}MiniMx Statsllm
choose_action(choice=p9)
{
"retryable": true,
"game_seq": 40,
"success": false,
"error_code": "invalid_choice",
"error": "Object p9 not found in current choices",
"choices": [
{
"is_you": true,
"name": "MiniMx Stats",
"target_type": "player",
"index": 0,
"id": "p1"
},
{
"name": "QwCdr Philo",
"target_type": "player",
"index": 1,
"id": "p2"
}
]
}major blunder
MiniMx Stats used Lightning Bolt on the opponent's face (20 life) instead of killing the Mild-Mannered Librarian (1/1) t…
MiniMx Stats used Lightning Bolt on the opponent's face (20 life) instead of killing the Mild-Mannered Librarian (1/1) that was on the stack about to resolve. The Librarian has a powerful activated ability ({3}{G}: become a Werewolf, get two +1/+1 counters, draw a card) that will generate significant value if left alive. Spending a Lightning Bolt to deal 3 to a 20-life opponent accomplishes almost nothing, while the Librarian will likely activate its ability later and become a 3/3 that drew a card. Additionally, MiniMx Stats has Lightning Axe in hand which could also remove it later but at the cost of discarding a card or paying 6 mana - Lightning Bolt is the cleanest answer available right now.
Analysis
Action taken: Cast Lightning Bolt targeting QwCdr Philo (opponent at 20 life) instead of targeting the Mild-Mannered Librarian.
Better line: Wait for Mild-Mannered Librarian to resolve and then Lightning Bolt it to kill the 1/1 creature, preventing its powerful activated ability from generating card advantage and a large body later in the game.
MiniMx Statsllm
choose_action(choice=p2)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 40,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_target_1",
"next_action_message": "Play instants and activated abilities"
}MiniMx Statsllm
pass_priority(board_cursor=4)
{
"game_seq": 58,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 1,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"context": "T2 Precombat Main/Precombat Main (MiniMx Stats) YOUR_MAIN",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 6,
"choices": [
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"index": 0,
"action": "cast",
"id": "p23"
}
],
"board": [
{
"hand_size": 7,
"graveyard": [
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
}
],
"name": "MiniMx Stats",
"library_size": 31,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{1}{G}",
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"power": "3",
"id": "p4",
"toughness": "3"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23",
"playable": true
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}",
"name": "Orazca Frillback",
"power": "4",
"id": "p27",
"toughness": "2"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 6,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": false,
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13",
"power": "1",
"toughness": "1",
"summoning_sick": true
}
],
"name": "QwCdr Philo",
"library_size": 32,
"life": 17
}
]
}gameMiniMx Stats casts Lightning Bolt targeting QwCdr Philo from hand
gameQwCdr Philo loses 3 life from Lightning Bolt
gameMiniMx Stats puts Lightning Bolt from stack into their graveyard
gameQwCdr Philo puts Mild-Mannered Librarian from stack onto the Battlefield
— Declare Attackers —
— Postcombat Main —
— MiniMx Stats's Turn 2 —
MiniMx StatsmcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 58,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}MiniMx Statsllm
pass_priority(board_cursor=6)
{
"game_seq": 65,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 1,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"board_unchanged": true,
"context": "T2 Postcombat Main/Postcombat Main (MiniMx Stats) YOUR_MAIN",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 6,
"choices": [
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"index": 0,
"action": "cast",
"id": "p23"
}
]
}— Declare Attackers —
— Postcombat Main —
MiniMx StatsmcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 65,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}— QwCdr Philo's Turn 3 —
QwCdr Philollm
pass_priority(board_cursor=5)
{
"game_seq": 67,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 1,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"context": "T3 Precombat Main/Precombat Main (QwCdr Philo) YOUR_MAIN",
"recent_chat": [
"MiniMx Stats: Hey! Interesting start - I see you played something. Let me see what we're working with here."
],
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 6,
"choices": [
{
"name": "Thriving Moor",
"index": 0,
"action": "land",
"id": "p15"
}
],
"board": [
{
"hand_size": 7,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": false,
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13",
"power": "1",
"toughness": "1",
"summoning_sick": false
}
],
"name": "QwCdr Philo",
"library_size": 31,
"life": 17,
"hand": [
{
"mana_cost": "{2}{B}",
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"power": "3",
"id": "p10",
"toughness": "1"
},
{
"mana_cost": "{2}{G}",
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"power": "0",
"id": "p11",
"toughness": "1"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"power": "4",
"id": "p12",
"toughness": "4"
},
{
"mana_cost": "{4}{G}",
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"power": "4",
"id": "p28",
"toughness": "4"
},
{
"mana_cost": "{2}{B}",
"name": "Takenuma Bleeder",
"rules": [
"Whenever {this} attacks or blocks, you lose 1 life if you don't control a Demon."
],
"power": "3",
"id": "p14",
"toughness": "3"
},
{
"name": "Thriving Moor",
"is_land": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color."
],
"id": "p15",
"playable": true
},
{
"mana_cost": "{4}{G}{G}",
"name": "Wolf's Quarry",
"rules": [
"Create three 1/1 green Boar creature tokens with \"When this creature dies, create a Food token.\""
],
"id": "p16"
}
]
},
{
"hand_size": 7,
"graveyard": [
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
}
],
"name": "MiniMx Stats",
"library_size": 31,
"life": 20
}
]
}QwCdr PhilomcpPlay Thriving Moor
raw
choose_action(choice=p15)
{
"next_action_pending": true,
"next_action_type": "GAME_CHOOSE_CHOICE",
"game_seq": 67,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Choose replacement effect to resolve first"
}moderate blunder
QwCdr Philo timed out on the Thriving Moor color choice.
QwCdr Philo timed out on the Thriving Moor color choice. Their hand is almost entirely green spells (Ferocious Pup, Fierce Witchstalker, Spectral Hunt-Caller, Wolf's Quarry) and they only have one Forest. Choosing Green was critical to cast any of these cards. The default choice (likely White) provides zero value for this deck.
Analysis
Action taken: Timed out, resulting in a default color choice (not Green) for Thriving Moor.
Better line: Choose Green for Thriving Moor, giving access to both black and green mana to cast the predominantly green hand.
QwCdr PhilomcpThriving Moor: Thriving Moor enters tapped.
raw
choose_action(text=Thriving Moor enters tapped.)
{
"retryable": true,
"game_seq": 68,
"success": false,
"error_code": "invalid_choice",
"error": "'Thriving Moor enters tapped.' is not a valid choice",
"choices": [
{
"index": 0,
"description": "Thriving Moor: Thriving Moor enters tapped."
},
{
"index": 1,
"description": "Thriving Moor: As Thriving Moor enters, choose a color other than black."
}
]
}QwCdr PhilomcpThriving Moor: Thriving Moor enters tapped.
raw
choose_action(choice=0)
{
"next_action_pending": true,
"next_action_type": "GAME_CHOOSE_CHOICE",
"game_seq": 68,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_choice_0",
"next_action_message": "Choose color"
}QwCdr PhilomcpPass
raw
choose_action(text=Green)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 69,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_choice_text_Green",
"next_action_message": "Play spells and abilities"
}gameThriving Moor: QwCdr Philo has chosen Green
gameQwCdr Philo puts Thriving Moor from hand onto the Battlefield
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 74,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Select attackers"
}— Declare Attackers —
QwCdr PhilomcpAttack with Mild-Mannered Librarian 1/1
raw
choose_action(attackers=p13)
{
"declared": [
"p13"
],
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 76,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "batch_attack",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo attacks MiniMx Stats with 1 creature
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 80,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}MiniMx Statsllm
pass_priority(board_cursor=6)
{
"game_seq": 81,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 1,
"combat": [
{
"blocked": false,
"defending": "MiniMx Stats",
"attackers": [
{
"name": "Mild-Mannered Librarian",
"id": "p13",
"power": "1",
"toughness": "1"
}
]
}
],
"message": "Play instants and activated abilities",
"action_pending": true,
"has_playable_cards": true,
"context": "T3 Combat/Declare Attackers (QwCdr Philo)",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 7,
"choices": [
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"index": 0,
"action": "cast",
"id": "p23"
}
],
"board": [
{
"hand_size": 7,
"graveyard": [
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
}
],
"name": "MiniMx Stats",
"library_size": 31,
"life": 20,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{1}{G}",
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"power": "3",
"id": "p4",
"toughness": "3"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23",
"playable": true
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}",
"name": "Orazca Frillback",
"power": "4",
"id": "p27",
"toughness": "2"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 6,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13",
"power": "1",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
}
],
"name": "QwCdr Philo",
"library_size": 31,
"life": 17
}
]
}MiniMx Statsllm
get_oracle_text(card_name=Orazca Frillback)
{
"success": true,
"mana_cost": "{2}{G}",
"name": "Orazca Frillback",
"rules": [],
"power": "4",
"type": "Creature — Dinosaur",
"toughness": "2"
}MiniMx StatsmcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 81,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}— Declare Blockers —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 84,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}gameMiniMx Stats loses 1 life at combat from Mild-Mannered Librarian
— Combat Damage —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 88,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}MiniMx Statsllm
pass_priority(board_cursor=7)
{
"game_seq": 89,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 1,
"combat": [
{
"blocked": false,
"defending": "MiniMx Stats",
"attackers": [
{
"name": "Mild-Mannered Librarian",
"id": "p13",
"power": "1",
"toughness": "1"
}
]
}
],
"message": "Play instants and activated abilities",
"action_pending": true,
"has_playable_cards": true,
"context": "T3 Combat/Combat Damage (QwCdr Philo)",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 8,
"choices": [
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"index": 0,
"action": "cast",
"id": "p23"
}
],
"board": [
{
"hand_size": 7,
"graveyard": [
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
}
],
"name": "MiniMx Stats",
"library_size": 31,
"life": 19,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{1}{G}",
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"power": "3",
"id": "p4",
"toughness": "3"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23",
"playable": true
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}",
"name": "Orazca Frillback",
"power": "4",
"id": "p27",
"toughness": "2"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 6,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13",
"power": "1",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
}
],
"name": "QwCdr Philo",
"library_size": 31,
"life": 17
}
]
}— Postcombat Main —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"game_seq": 90,
"success": true,
"action_taken": "passed_priority"
}MiniMx Statsllm
pass_priority(board_cursor=8)
{
"game_seq": 91,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 1,
"message": "Play instants and activated abilities",
"action_pending": true,
"has_playable_cards": true,
"board_unchanged": true,
"context": "T3 Postcombat Main/Postcombat Main (QwCdr Philo)",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 8,
"choices": [
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"index": 0,
"action": "cast",
"id": "p23"
}
]
}MiniMx StatsmcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 91,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}MiniMx Statsllm
pass_priority(board_cursor=8)
{
"game_seq": 97,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 1,
"message": "Play instants and activated abilities",
"action_pending": true,
"has_playable_cards": true,
"context": "T3 Combat/Declare Attackers (MiniMx Stats)",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 9,
"choices": [
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"index": 0,
"action": "cast",
"id": "p23"
}
],
"board": [
{
"hand_size": 8,
"graveyard": [
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
}
],
"name": "MiniMx Stats",
"library_size": 30,
"life": 19,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{1}{G}",
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"power": "3",
"id": "p4",
"toughness": "3"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"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": "p29"
},
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23",
"playable": true
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}",
"name": "Orazca Frillback",
"power": "4",
"id": "p27",
"toughness": "2"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 6,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13",
"power": "1",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
}
],
"name": "QwCdr Philo",
"library_size": 31,
"life": 17
}
]
}— MiniMx Stats's Turn 3 —
— Declare Attackers —
MiniMx Statsllm
pass_priority(board_cursor=9)
{
"game_seq": 99,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 1,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"board_unchanged": true,
"context": "T3 Postcombat Main/Postcombat Main (MiniMx Stats) YOUR_MAIN",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 9,
"choices": [
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"index": 0,
"action": "cast",
"id": "p23"
}
]
}— Postcombat Main —
MiniMx StatsmcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_TARGET",
"game_seq": 99,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Select a card to discard"
}MiniMx Statsllm
choose_action(choice=p6)
{
"retryable": true,
"game_seq": 103,
"success": false,
"error_code": "invalid_choice",
"error": "Object p6 not found in current choices",
"choices": [
{
"name": "Brushstrider",
"target_type": "card",
"index": 0,
"id": "p3"
},
{
"name": "Drowsing Tyrannodon",
"target_type": "card",
"index": 1,
"id": "p4"
},
{
"name": "Homing Lightning",
"target_type": "card",
"index": 2,
"id": "p5"
},
{
"name": "Hunter's Edge",
"target_type": "card",
"index": 3,
"id": "p29"
},
{
"name": "Lightning Axe",
"target_type": "card",
"index": 4,
"id": "p23"
},
{
"name": "Lightning Elemental",
"target_type": "card",
"index": 5,
"id": "p7"
},
{
"name": "Orazca Frillback",
"target_type": "card",
"index": 6,
"id": "p27"
},
{
"name": "Rumbling Baloth",
"target_type": "card",
"index": 7,
"id": "p9"
}
]
}gameMiniMx Stats discards down to 7 hand cards
— Cleanup —
MiniMx Statsllm
choose_action(choice=p4)
{
"game_seq": 103,
"success": true,
"action_taken": "selected_target_1"
}gameMiniMx Stats discards Drowsing Tyrannodon
— QwCdr Philo's Turn 4 —
QwCdr Philollm
pass_priority(board_cursor=9)
{
"game_seq": 105,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 2,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"context": "T4 Precombat Main/Precombat Main (QwCdr Philo) YOUR_MAIN",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 10,
"choices": [
{
"mana_cost": "{1}{G}",
"name": "Wolfwillow Haven",
"index": 0,
"action": "cast",
"id": "p30"
}
],
"board": [
{
"hand_size": 7,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": false,
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13",
"power": "1",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Thriving Moor",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
}
],
"name": "QwCdr Philo",
"library_size": 30,
"life": 17,
"hand": [
{
"mana_cost": "{2}{B}",
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"power": "3",
"id": "p10",
"toughness": "1"
},
{
"mana_cost": "{2}{G}",
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"power": "0",
"id": "p11",
"toughness": "1"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"power": "4",
"id": "p12",
"toughness": "4"
},
{
"mana_cost": "{4}{G}",
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"power": "4",
"id": "p28",
"toughness": "4"
},
{
"mana_cost": "{2}{B}",
"name": "Takenuma Bleeder",
"rules": [
"Whenever {this} attacks or blocks, you lose 1 life if you don't control a Demon."
],
"power": "3",
"id": "p14",
"toughness": "3"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Wolf's Quarry",
"rules": [
"Create three 1/1 green Boar creature tokens with \"When this creature dies, create a Food token.\""
],
"id": "p16"
},
{
"mana_cost": "{1}{G}",
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30",
"playable": true
}
]
},
{
"hand_size": 7,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
}
],
"name": "MiniMx Stats",
"library_size": 30,
"life": 19
}
]
}QwCdr PhilomcpCast Wolfwillow Haven {1}{G}
raw
choose_action(choice=p30)
{
"next_action_pending": true,
"next_action_type": "GAME_TARGET",
"game_seq": 105,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Select a land"
}QwCdr PhilomcpForest
raw
choose_action(choice=p24)
{
"next_action_pending": true,
"next_action_type": "GAME_CHOOSE_ABILITY",
"game_seq": 106,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_target_0",
"next_action_message": "Choose spell or ability to play: Thriving Moor"
}QwCdr Philomcp2. {T}: Add one mana of the chosen color.
raw
choose_action(choice=2)
{
"retryable": true,
"game_seq": 109,
"success": false,
"error_code": "index_out_of_range",
"error": "Index 2 is out of range (valid: 0-1). Call get_action_choices to see current options.",
"choices": [
{
"index": 0,
"description": "1. {T}: Add {B}."
},
{
"index": 1,
"description": "2. {T}: Add one mana of the chosen color."
}
]
}QwCdr Philomcp2. {T}: Add one mana of the chosen color.
raw
choose_action(choice=1)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 109,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_ability_1",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo casts Wolfwillow Haven targeting Forest from hand
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 113,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}gameQwCdr Philo puts Wolfwillow Haven from stack onto the Battlefield
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 116,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Select attackers"
}MiniMx Statsllm
pass_priority(board_cursor=9)
{
"game_seq": 117,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 1,
"message": "Play instants and activated abilities",
"action_pending": true,
"has_playable_cards": true,
"context": "T4 Precombat Main/Precombat Main (QwCdr Philo)",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 10,
"choices": [
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"index": 0,
"action": "cast",
"id": "p23"
}
],
"board": [
{
"hand_size": 7,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
}
],
"name": "MiniMx Stats",
"library_size": 30,
"life": 19,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"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": "p29"
},
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23",
"playable": true
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}",
"name": "Orazca Frillback",
"power": "4",
"id": "p27",
"toughness": "2"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 6,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": false,
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13",
"power": "1",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 30,
"life": 17
}
]
}MiniMx StatsmcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 117,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}MiniMx Statsllm
get_game_state()
{
"phase": "Combat",
"priority_player": "MiniMx Stats",
"cursor": 3,
"stack": [],
"game_seq": 123,
"active_player": "QwCdr Philo",
"players": [
{
"hand_size": 7,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
}
],
"name": "MiniMx Stats",
"library_size": 30,
"life": 19,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"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": "p29"
},
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23",
"playable": true
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}",
"name": "Orazca Frillback",
"power": "4",
"id": "p27",
"toughness": "2"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 6,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13",
"power": "1",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 30,
"life": 17
}
],
"available": true,
"step": "Declare Attackers",
"combat": [
{
"blocked": false,
"defending": "MiniMx Stats",
"attackers": [
{
"name": "Mild-Mannered Librarian",
"id": "p13",
"power": "1",
"toughness": "1"
}
]
}
],
"turn": 4
}— Declare Attackers —
QwCdr PhilomcpAttack with Mild-Mannered Librarian 1/1
raw
choose_action(attackers=p13)
{
"declared": [
"p13"
],
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 118,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "batch_attack",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo attacks MiniMx Stats with 1 creature
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 122,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}MiniMx Statsllm
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 123,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}— Declare Blockers —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 126,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}gameMiniMx Stats loses 1 life at combat from Mild-Mannered Librarian
— Combat Damage —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"game_seq": 130,
"success": true,
"action_taken": "passed_priority"
}MiniMx Statsllm
pass_priority(board_cursor=10)
{
"game_seq": 131,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 1,
"combat": [
{
"blocked": false,
"defending": "MiniMx Stats",
"attackers": [
{
"name": "Mild-Mannered Librarian",
"id": "p13",
"power": "1",
"toughness": "1"
}
]
}
],
"message": "Play instants and activated abilities",
"action_pending": true,
"has_playable_cards": true,
"context": "T4 Combat/Combat Damage (QwCdr Philo)",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 11,
"choices": [
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"index": 0,
"action": "cast",
"id": "p23"
}
],
"board": [
{
"hand_size": 7,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
}
],
"name": "MiniMx Stats",
"library_size": 30,
"life": 18,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"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": "p29"
},
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23",
"playable": true
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}",
"name": "Orazca Frillback",
"power": "4",
"id": "p27",
"toughness": "2"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 6,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13",
"power": "1",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 30,
"life": 17
}
]
}MiniMx StatsmcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 131,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}MiniMx Statsllm
pass_priority(board_cursor=11)
{
"game_seq": 134,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 1,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"context": "T4 Precombat Main/Precombat Main (MiniMx Stats) YOUR_MAIN",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 12,
"choices": [
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"index": 0,
"action": "cast",
"id": "p23"
},
{
"name": "Thriving Bluff",
"index": 1,
"action": "land",
"id": "p33"
}
],
"board": [
{
"hand_size": 8,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
}
],
"name": "MiniMx Stats",
"library_size": 29,
"life": 18,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"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": "p29"
},
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23",
"playable": true
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}",
"name": "Orazca Frillback",
"power": "4",
"id": "p27",
"toughness": "2"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
},
{
"name": "Thriving Bluff",
"is_land": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color."
],
"id": "p33",
"playable": true
}
]
},
{
"hand_size": 6,
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13",
"power": "1",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 30,
"life": 17
}
]
}— Postcombat Main —
— MiniMx Stats's Turn 4 —
chatMiniMx Stats: Ouch, that Librarian hit me for 1. I've got some burn and big creatures waiting though. Let's see how this plays out.
MiniMx Statsmcpsend_chat_message
raw
send_chat_message(message=Ouch, that Librarian hit me for 1. I've ...)
{
"success": true
}thinkingMiniMx Stats
I have a land to play and Lightning Axe available. Let me play the land first.
mcpAttack with all (Lightning Axe, Thriving Bluff)raw
choose_action(amount=1, amounts=[1], auto_tap=false, pile=1, mana_plan=p33, attackers=all, blockers=p5:p1, text=Brushstrider, choice=p33)
{
"next_action_pending": true,
"next_action_type": "GAME_CHOOSE_CHOICE",
"game_seq": 134,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_1",
"warning": "Ignored blockers parameter (not in declare_blockers phase)",
"mana_plan_set": true,
"mana_plan_size": 1,
"next_action_message": "Choose replacement effect to resolve first"
}MiniMx Statsllm
choose_action(choice=0)
{
"next_action_pending": true,
"next_action_type": "GAME_CHOOSE_CHOICE",
"game_seq": 135,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_choice_0",
"next_action_message": "Choose color"
}moderate blunder
Failed to play Thriving Bluff due to a botched mana plan submission (auto_tap=false with invalid mana specification for …
Failed to play Thriving Bluff due to a botched mana plan submission (auto_tap=false with invalid mana specification for a land play), resulting in missing their land drop. With only 1 Mountain in play and a hand full of 3-4 mana cards (Rumbling Baloth, Orazca Frillback, Hunter's Edge, Homing Lightning), missing this land drop significantly delays their ability to deploy threats against an opponent who is developing their board.
Analysis
Action taken: Attempted to play Thriving Bluff but the action was rolled back due to mana payment failure, resulting in no land played.
Better line: Play Thriving Bluff (choosing green) with auto_tap=true or no mana plan specification, since lands don't require mana to play. This would give access to RG mana next turn, enabling plays like Brushstrider or working toward casting Orazca Frillback.
MiniMx Statsllm
choose_action(choice=0)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 136,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_choice_0",
"next_action_message": "Play spells and abilities"
}MiniMx Statsllm
choose_action(choice=p23)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 141,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Play spells and abilities"
}gameThriving Bluff: MiniMx Stats has chosen White
gameMiniMx Stats puts Thriving Bluff from hand onto the Battlefield
— Declare Attackers —
— Postcombat Main —
— QwCdr Philo's Turn 5 —
QwCdr Philollm
pass_priority(board_cursor=16)
{
"game_seq": 151,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 2,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"context": "T5 Precombat Main/Precombat Main (QwCdr Philo) YOUR_MAIN",
"recent_chat": [
"MiniMx Stats: Ouch, that Librarian hit me for 1. I've got some burn and big creatures waiting though. Let's see how this plays out."
],
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 17,
"choices": [
{
"mana_cost": "{2}{B}",
"name": "Demon's Disciple",
"index": 0,
"action": "cast",
"id": "p10",
"power": "3",
"toughness": "1"
},
{
"mana_cost": "{2}{G}",
"name": "Ferocious Pup",
"index": 1,
"action": "cast",
"id": "p11",
"power": "0",
"toughness": "1"
},
{
"name": "Swamp",
"index": 2,
"action": "land",
"id": "p35"
},
{
"mana_cost": "{2}{B}",
"name": "Takenuma Bleeder",
"index": 3,
"action": "cast",
"id": "p14",
"power": "3",
"toughness": "3"
}
],
"board": [
{
"hand_size": 7,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": false,
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13",
"power": "1",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Thriving Moor",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 29,
"life": 17,
"hand": [
{
"mana_cost": "{2}{B}",
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"power": "3",
"id": "p10",
"toughness": "1",
"playable": true
},
{
"mana_cost": "{2}{G}",
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"power": "0",
"id": "p11",
"toughness": "1",
"playable": true
},
{
"mana_cost": "{2}{G}{G}",
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"power": "4",
"id": "p12",
"toughness": "4"
},
{
"mana_cost": "{4}{G}",
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"power": "4",
"id": "p28",
"toughness": "4"
},
{
"name": "Swamp",
"is_land": true,
"rules": [
"{T}: Add {B}."
],
"id": "p35",
"playable": true
},
{
"mana_cost": "{2}{B}",
"name": "Takenuma Bleeder",
"rules": [
"Whenever {this} attacks or blocks, you lose 1 life if you don't control a Demon."
],
"power": "3",
"id": "p14",
"toughness": "3",
"playable": true
},
{
"mana_cost": "{4}{G}{G}",
"name": "Wolf's Quarry",
"rules": [
"Create three 1/1 green Boar creature tokens with \"When this creature dies, create a Food token.\""
],
"id": "p16"
}
]
},
{
"hand_size": 7,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": true,
"name": "Thriving Bluff",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 29,
"life": 18
}
]
}QwCdr PhilomcpPlay Swamp
raw
choose_action(choice=p35)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 151,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_2",
"next_action_message": "Play spells and abilities"
}gameQwCdr Philo puts Swamp from hand onto the Battlefield
QwCdr PhilomcpCast Demon's Disciple {2}{B}
raw
choose_action(choice=p10)
{
"next_action_pending": true,
"next_action_type": "GAME_CHOOSE_ABILITY",
"game_seq": 155,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Choose spell or ability to play: Thriving Moor"
}moderate blunder
Cast Demon's Disciple when the opponent has no creatures on the battlefield, forcing QwCdr Philo to sacrifice their own …
Cast Demon's Disciple when the opponent has no creatures on the battlefield, forcing QwCdr Philo to sacrifice their own Mild-Mannered Librarian (which had significant upside with its activated ability to become a 3/3, draw a card, and enable other synergies). The opponent sacrifices nothing.
Analysis
Action taken: Cast Demon's Disciple, which forced sacrificing Mild-Mannered Librarian while the opponent lost nothing.
Better line: Cast Ferocious Pup to get two bodies (0/1 + 2/2 Wolf token) without sacrificing anything, or cast Takenuma Bleeder for a clean 3/3 body while preserving Mild-Mannered Librarian's future value.
QwCdr Philomcp2. {T}: Add one mana of the chosen color.
raw
choose_action(choice=1)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 158,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_ability_1",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo casts Demon's Disciple from hand
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"game_seq": 161,
"success": true,
"action_taken": "passed_priority"
}MiniMx Statsllm
pass_priority(board_cursor=12)
{
"stack": [
{
"name": "Demon's Disciple"
}
],
"game_seq": 162,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 1,
"message": "Play instants and activated abilities",
"action_pending": true,
"has_playable_cards": true,
"context": "T5 Precombat Main/Precombat Main (QwCdr Philo)",
"recent_chat": [
"[System] Spell cancelled — mana plan was incorrect or incomplete."
],
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 14,
"choices": [
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"index": 0,
"action": "cast",
"id": "p23"
}
],
"board": [
{
"hand_size": 7,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": true,
"name": "Thriving Bluff",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 29,
"life": 18,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"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": "p29"
},
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23",
"playable": true
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}",
"name": "Orazca Frillback",
"power": "4",
"id": "p27",
"toughness": "2"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 5,
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": false,
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13",
"power": "1",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 29,
"mana_pool": {
"G": 1
},
"life": 17
}
]
}MiniMx Statsllm
get_oracle_text(card_name=Demon's Disciple)
{
"success": true,
"mana_cost": "{2}{B}",
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"power": "3",
"type": "Creature — Human Cleric",
"toughness": "1"
}MiniMx StatsmcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 162,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}questionable
With Demon's Disciple on the stack, casting Lightning Axe on Mild-Mannered Librarian would force the opponent to sacrifi…
With Demon's Disciple on the stack, casting Lightning Axe on Mild-Mannered Librarian would force the opponent to sacrifice Demon's Disciple to its own ETB trigger (as their only remaining creature), clearing the opponent's board entirely. Instead, the timeout resulted in the opponent keeping a 3/1 Demon's Disciple on board while MiniMx Stats has no creatures and is mana-screwed.
Analysis
Action taken: Timed out and did not respond, allowing Demon's Disciple to resolve with Mild-Mannered Librarian still on the battlefield, letting the opponent choose to sacrifice the Librarian and keep the 3/1.
Better line: Cast Lightning Axe (discarding a less critical card like Lightning Elemental or Brushstrider) targeting Mild-Mannered Librarian, so that when Demon's Disciple ETB resolves, the opponent must sacrifice the Disciple itself, leaving them with an empty board.
gameQwCdr Philo puts Demon's Disciple from stack onto the Battlefield
gameQwCdr Philo - Ability triggers: Demon's Disciple - When Demon's Disciple enters, each player sacrifices a creature or planeswalker of their choice.
QwCdr Philollm
pass_priority(board_cursor=20)
{
"stack": [
{
"name": "Ability"
}
],
"game_seq": 167,
"action_type": "GAME_TARGET",
"stop_reason": "non_priority_action",
"response_type": "index",
"can_cancel": false,
"message": "Select a creature or planeswalker (to sacrifice)",
"required": true,
"action_pending": true,
"land_drops_used": 1,
"context": "T5 Precombat Main/Precombat Main (QwCdr Philo) YOUR_MAIN",
"respond_with": "choice=pN",
"board_cursor": 21,
"choices": [
{
"name": "Demon's Disciple",
"target_type": "permanent",
"index": 0,
"power": "3",
"id": "p10",
"toughness": "1"
},
{
"name": "Mild-Mannered Librarian",
"target_type": "permanent",
"index": 1,
"power": "1",
"id": "p13",
"toughness": "1"
}
],
"board": [
{
"hand_size": 5,
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": false,
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13",
"power": "1",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Thriving Moor",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 29,
"mana_pool": {
"G": 1
},
"life": 17,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"power": "0",
"id": "p11",
"toughness": "1"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"power": "4",
"id": "p12",
"toughness": "4"
},
{
"mana_cost": "{4}{G}",
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"power": "4",
"id": "p28",
"toughness": "4"
},
{
"mana_cost": "{2}{B}",
"name": "Takenuma Bleeder",
"rules": [
"Whenever {this} attacks or blocks, you lose 1 life if you don't control a Demon."
],
"power": "3",
"id": "p14",
"toughness": "3"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Wolf's Quarry",
"rules": [
"Create three 1/1 green Boar creature tokens with \"When this creature dies, create a Food token.\""
],
"id": "p16"
}
]
},
{
"hand_size": 7,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": true,
"name": "Thriving Bluff",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 29,
"life": 18
}
]
}QwCdr PhilomcpMild-Mannered Librarian
raw
choose_action(choice=p13)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 167,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_target_1",
"next_action_message": "Play spells and abilities"
}questionable
Sacrificed Mild-Mannered Librarian instead of Demon's Disciple.
Sacrificed Mild-Mannered Librarian instead of Demon's Disciple. The Librarian has an activated ability ({3}{G}) to become a 3/3, draw a card, which represents significant future value. Demon's Disciple is just a vanilla 3/1 after its ETB resolved - fragile against a red deck with burn spells. However, the player already has 5 cards in hand with powerful creatures to cast, so the Librarian's card draw is less critical.
Analysis
Action taken: Sacrificed Mild-Mannered Librarian, keeping the 3/1 Demon's Disciple
Better line: Sacrifice Demon's Disciple (whose ETB has already been used) and keep Mild-Mannered Librarian for its future activation value - becoming a 3/3 and drawing a card for 4 mana is better long-term than a fragile 3/1 body.
gameQwCdr Philo sacrificed Mild-Mannered Librarian (source: Demon's Disciple)
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"game_seq": 169,
"success": true,
"action_taken": "passed_priority"
}MiniMx Statsllm
pass_priority(board_cursor=14)
{
"game_seq": 170,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 1,
"message": "Play instants and activated abilities",
"action_pending": true,
"has_playable_cards": true,
"context": "T5 Precombat Main/Precombat Main (QwCdr Philo)",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 15,
"choices": [
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"index": 0,
"action": "cast",
"id": "p23"
}
],
"board": [
{
"hand_size": 7,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": true,
"name": "Thriving Bluff",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 29,
"life": 18,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"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": "p29"
},
{
"mana_cost": "{R}",
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23",
"playable": true
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}",
"name": "Orazca Frillback",
"power": "4",
"id": "p27",
"toughness": "2"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 5,
"graveyard": [
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10",
"power": "3",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 29,
"mana_pool": {
"G": 1
},
"life": 17
}
]
}MiniMx StatsmcpCast Lightning Axe {R}
raw
choose_action(choice=p23)
{
"next_action_pending": true,
"next_action_type": "GAME_ASK",
"game_seq": 170,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Discard a card or {5}?"
}MiniMx Statsllm
choose_action(choice=yes)
{
"next_action_pending": true,
"next_action_type": "GAME_TARGET",
"game_seq": 172,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "yes",
"next_action_message": "Select a card (discard cost)"
}questionable
Using Lightning Axe (5 damage + discard a card) on a 3/1 Demon's Disciple is significant overkill and spends premium rem…
Using Lightning Axe (5 damage + discard a card) on a 3/1 Demon's Disciple is significant overkill and spends premium removal early. The Disciple already triggered its ETB sacrifice. While MiniMx Stats is mana-screwed and can't do much else, saving Lightning Axe for a bigger threat (like a 4/4) could be more impactful. The discard cost is also painful when trying to recover from mana screw.
Analysis
Action taken: Cast Lightning Axe targeting Demon's Disciple 3/1, discarding a card
Better line: Pass the turn and hold Lightning Axe for a larger threat. The 3/1 Disciple can be dealt with by deploying a blocker once lands are found. Lightning Axe is best saved for 4-5 toughness creatures that other removal can't handle.
MiniMx Statsllm
choose_action(choice=p27)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 173,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_target_4",
"next_action_message": "Play instants and activated abilities"
}gameMiniMx Stats discards Orazca Frillback (source: Lightning Axe)
gameMiniMx Stats casts Lightning Axe targeting Demon's Disciple from hand
MiniMx StatsmcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 176,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}MiniMx Statsllm
pass_priority(board_cursor=17)
{
"game_seq": 189,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 2,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"context": "T5 Precombat Main/Precombat Main (MiniMx Stats) YOUR_MAIN",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 18,
"choices": [
{
"mana_cost": "{1}{R}",
"name": "Lightning Visionary",
"index": 0,
"action": "cast",
"id": "p38",
"power": "2",
"toughness": "1"
}
],
"board": [
{
"hand_size": 6,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": false,
"name": "Thriving Bluff",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 28,
"life": 18,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"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": "p29"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{1}{R}",
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"power": "2",
"id": "p38",
"toughness": "1",
"playable": true
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 5,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 29,
"life": 17
}
]
}gameLightning Axe deals 5 damage to Demon's Disciple
gameMiniMx Stats puts Lightning Axe from stack into their graveyard
gameDemon's Disciple died
— Declare Attackers —
— Postcombat Main —
— MiniMx Stats's Turn 5 —
MiniMx StatsmcpCast Lightning Visionary {1}{R}
raw
choose_action(choice=p38)
{
"next_action_pending": true,
"next_action_type": "GAME_CHOOSE_ABILITY",
"game_seq": 189,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Choose spell or ability to play: Thriving Bluff"
}MiniMx Statsllm
choose_action(choice=0)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 192,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_ability_0",
"next_action_message": "Play instants and activated abilities"
}gameMiniMx Stats casts Lightning Visionary from hand
gameMiniMx Stats puts Lightning Visionary from stack onto the Battlefield
— Declare Attackers —
— Postcombat Main —
— QwCdr Philo's Turn 6 —
QwCdr Philollm
pass_priority(board_cursor=22)
{
"game_seq": 207,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 3,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"context": "T6 Precombat Main/Precombat Main (QwCdr Philo) YOUR_MAIN",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 23,
"choices": [
{
"mana_cost": "{2}{G}",
"name": "Ferocious Pup",
"index": 0,
"action": "cast",
"id": "p11",
"power": "0",
"toughness": "1"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Fierce Witchstalker",
"index": 1,
"action": "cast",
"id": "p12",
"power": "4",
"toughness": "4"
},
{
"mana_cost": "{2}{B}",
"name": "Takenuma Bleeder",
"index": 2,
"action": "cast",
"id": "p14",
"power": "3",
"toughness": "3"
}
],
"board": [
{
"hand_size": 6,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": false,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Thriving Moor",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 28,
"life": 17,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"power": "0",
"id": "p11",
"toughness": "1",
"playable": true
},
{
"mana_cost": "{2}{G}{G}",
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"power": "4",
"id": "p12",
"toughness": "4",
"playable": true
},
{
"mana_cost": "{4}{B}{B}",
"name": "Kothophed, Soul Hoarder",
"rules": [
"Flying",
"Whenever a permanent owned by another player is put into a graveyard from the battlefield, you draw a card and you lose 1 life."
],
"power": "6",
"id": "p41",
"toughness": "6"
},
{
"mana_cost": "{4}{G}",
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"power": "4",
"id": "p28",
"toughness": "4"
},
{
"mana_cost": "{2}{B}",
"name": "Takenuma Bleeder",
"rules": [
"Whenever {this} attacks or blocks, you lose 1 life if you don't control a Demon."
],
"power": "3",
"id": "p14",
"toughness": "3",
"playable": true
},
{
"mana_cost": "{4}{G}{G}",
"name": "Wolf's Quarry",
"rules": [
"Create three 1/1 green Boar creature tokens with \"When this creature dies, create a Food token.\""
],
"id": "p16"
}
]
},
{
"hand_size": 5,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38",
"power": "2",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": true,
"name": "Thriving Bluff",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 28,
"life": 18
}
]
}QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 207,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}major blunder
Passed the precombat main phase without casting any spells despite having multiple castable creatures (Ferocious Pup at …
Passed the precombat main phase without casting any spells despite having multiple castable creatures (Ferocious Pup at 3 mana, Takenuma Bleeder at 3 mana, possibly Fierce Witchstalker at 4 mana) and a land drop remaining. The opponent only has a summoning-sick 2/1. This wastes an entire turn of board development in a game where QwCdr Philo needs to establish board presence.
Analysis
Action taken: Passed priority without casting anything or playing a land.
Better line: Cast Takenuma Bleeder (3/3 for 3) or Ferocious Pup (getting a 2/2 Wolf token) to develop the board. If mana supports it, Fierce Witchstalker (4/4 trample + Food) would be even better. Any creature play here is vastly superior to passing.
— Declare Attackers —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 212,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}— Postcombat Main —
QwCdr PhilomcpCast Fierce Witchstalker {2}{G}{G}
raw
choose_action(choice=p12)
{
"next_action_pending": true,
"next_action_type": "GAME_CHOOSE_ABILITY",
"game_seq": 214,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_1",
"next_action_message": "Choose spell or ability to play: Thriving Moor"
}QwCdr Philomcp2. {T}: Add one mana of the chosen color.
raw
choose_action(choice=2)
{
"retryable": true,
"game_seq": 217,
"success": false,
"error_code": "index_out_of_range",
"error": "Index 2 is out of range (valid: 0-1). Call get_action_choices to see current options.",
"choices": [
{
"index": 0,
"description": "1. {T}: Add {B}."
},
{
"index": 1,
"description": "2. {T}: Add one mana of the chosen color."
}
]
}QwCdr Philomcp2. {T}: Add one mana of the chosen color.
raw
choose_action(choice=1)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 217,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_ability_1",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo casts Fierce Witchstalker from hand
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 221,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo puts Fierce Witchstalker from stack onto the Battlefield
gameQwCdr Philo - Ability triggers: Fierce Witchstalker - When Fierce Witchstalker enters, create a Food token.
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 225,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}gameQwCdr Philo creates a Food Token token
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"game_seq": 228,
"success": true,
"action_taken": "passed_priority"
}— MiniMx Stats's Turn 6 —
chatMiniMx Stats: Nice Witchstalker! That's a nasty 4/4 with trample. I've got a 2/1 Visionary and some burn to work with though.
MiniMx Statsllm
pass_priority(board_cursor=18)
{
"game_seq": 230,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 2,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"context": "T6 Precombat Main/Precombat Main (MiniMx Stats) YOUR_MAIN",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 20,
"choices": [
{
"mana_cost": "{1}",
"name": "Lightning-Core Excavator",
"index": 0,
"action": "cast",
"id": "p45",
"power": "0",
"toughness": "3"
}
],
"board": [
{
"hand_size": 6,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38",
"power": "2",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": false,
"name": "Thriving Bluff",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 27,
"life": 18,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"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": "p29"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{1}",
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"power": "0",
"id": "p45",
"toughness": "3",
"playable": true
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 5,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12",
"power": "4",
"toughness": "4",
"summoning_sick": true
},
{
"tapped": false,
"name": "Food Token",
"rules": [
"{2}, {T}, Sacrifice {this}: You gain 3 life."
],
"id": "p44",
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 28,
"life": 17
}
]
}MiniMx Statsmcpsend_chat_message
raw
send_chat_message(message=Nice Witchstalker! That's a nasty 4/4 wi...)
{
"success": true
}MiniMx StatsmcpCast Lightning-Core Excavator {1}
raw
choose_action(choice=p45)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 230,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Play instants and activated abilities"
}MiniMx Statsllm
pass_priority(board_cursor=20)
{
"combat_phase": "attackers",
"game_seq": 240,
"action_type": "GAME_SELECT",
"stop_reason": "combat",
"response_type": "select",
"untapped_lands": 1,
"message": "Select attackers",
"action_pending": true,
"context": "T6 Combat/Declare Attackers (MiniMx Stats)",
"respond_with": "attackers=p1,p2,... or choice=yes (confirm) or choice=no (skip)",
"board_cursor": 21,
"choices": [
{
"name": "Lightning Visionary",
"index": 0,
"choice_type": "attacker",
"id": "p38",
"power": "2",
"toughness": "1"
},
{
"name": "All attack",
"index": 1,
"choice_type": "special",
"id": "all"
}
],
"board": [
{
"hand_size": 5,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38",
"power": "2",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": true,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": false,
"name": "Thriving Bluff",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 27,
"life": 18,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"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": "p29"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 5,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12",
"power": "4",
"toughness": "4",
"summoning_sick": true
},
{
"tapped": false,
"name": "Food Token",
"rules": [
"{2}, {T}, Sacrifice {this}: You gain 3 life."
],
"id": "p44",
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 28,
"life": 17
}
]
}gameMiniMx Stats casts Lightning-Core Excavator from hand
gameMiniMx Stats puts Lightning-Core Excavator from stack onto the Battlefield
— Declare Attackers —
MiniMx StatsmcpAttack with Lightning Visionary 2/1
raw
choose_action(attackers=p38)
{
"declared": [
"p38"
],
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 240,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "batch_attack",
"next_action_message": "Play instants and activated abilities"
}gameMiniMx Stats attacks QwCdr Philo with 1 creature
— Declare Blockers —
QwCdr Philollm
pass_priority(board_cursor=29)
{
"combat_phase": "blockers",
"game_seq": 246,
"action_type": "GAME_SELECT",
"stop_reason": "combat",
"response_type": "select",
"combat": [
{
"blocked": false,
"defending": "QwCdr Philo",
"attackers": [
{
"name": "Lightning Visionary",
"id": "p38",
"power": "2",
"toughness": "1"
}
]
}
],
"message": "Select blockers",
"action_pending": true,
"context": "T6 Combat/Declare Blockers (MiniMx Stats)",
"recent_chat": [
"MiniMx Stats: Nice Witchstalker! That's a nasty 4/4 with trample. I've got a 2/1 Visionary and some burn to work with though."
],
"respond_with": "blockers=p5:p1,p6:p2 (blocker:attacker) or choice=yes (confirm) or choice=no (skip)",
"board_cursor": 30,
"choices": [
{
"name": "Fierce Witchstalker",
"index": 0,
"choice_type": "blocker",
"id": "p12",
"power": "4",
"toughness": "4"
}
],
"board": [
{
"hand_size": 5,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12",
"power": "4",
"toughness": "4",
"summoning_sick": true
},
{
"tapped": false,
"name": "Food Token",
"rules": [
"{2}, {T}, Sacrifice {this}: You gain 3 life."
],
"id": "p44",
"token": true
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Thriving Moor",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 28,
"life": 17,
"hand": [
{
"mana_cost": "{2}{G}",
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"power": "0",
"id": "p11",
"toughness": "1"
},
{
"mana_cost": "{4}{B}{B}",
"name": "Kothophed, Soul Hoarder",
"rules": [
"Flying",
"Whenever a permanent owned by another player is put into a graveyard from the battlefield, you draw a card and you lose 1 life."
],
"power": "6",
"id": "p41",
"toughness": "6"
},
{
"mana_cost": "{4}{G}",
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"power": "4",
"id": "p28",
"toughness": "4"
},
{
"mana_cost": "{2}{B}",
"name": "Takenuma Bleeder",
"rules": [
"Whenever {this} attacks or blocks, you lose 1 life if you don't control a Demon."
],
"power": "3",
"id": "p14",
"toughness": "3"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Wolf's Quarry",
"rules": [
"Create three 1/1 green Boar creature tokens with \"When this creature dies, create a Food token.\""
],
"id": "p16"
}
]
},
{
"hand_size": 5,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38",
"power": "2",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": true,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": false,
"name": "Thriving Bluff",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 27,
"life": 18
}
],
"incoming_attackers": [
{
"name": "Lightning Visionary",
"id": "p38",
"power": "2",
"toughness": "1"
}
]
}QwCdr PhilomcpFierce Witchstalker blocks p32
raw
choose_action(blockers=p12:p32)
{
"declared": [
{
"blocks": "p32",
"id": "p12"
}
],
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 246,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "batch_block",
"next_action_message": "Play instants and activated abilities"
}gameAttacker: Lightning Visionary (2/1) blocked by Fierce Witchstalker (4/4)
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 251,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}gameFierce Witchstalker deals 4 damage to Lightning Visionary
gameLightning Visionary deals 2 damage to Fierce Witchstalker
gameLightning Visionary died
— Combat Damage —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 257,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}— Postcombat Main —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 259,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}— QwCdr Philo's Turn 7 —
QwCdr PhilomcpActivate Food Token
raw
choose_action(choice=p44)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 260,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_1",
"next_action_message": "Play instants and activated abilities"
}moderate blunder
Spent 2 of 4 available mana on Food Token to gain 3 life at 17 health, leaving only 2 mana which is insufficient to cast…
Spent 2 of 4 available mana on Food Token to gain 3 life at 17 health, leaving only 2 mana which is insufficient to cast any creature in hand. At 17 life with no immediate lethal threat, board development should take priority over marginal life gain.
Analysis
Action taken: Activated Food Token for 3 life, consuming 2 mana and leaving insufficient mana for any creature spell.
Better line: Play Swamp (land drop) first for 5 total mana, then cast Takenuma Bleeder (2B) or Ferocious Pup (2G) to develop the board. Could still activate Food Token with remaining 2 mana after casting either creature if desired, getting both board presence AND the life gain.
gameQwCdr Philo sacrificed Food Token (source: Food Token)
gameQwCdr Philo activates: you gain 3 life. from Food Token
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 266,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}gameQwCdr Philo gains 3 life (source: Food Token)
QwCdr PhilomcpPlay Swamp
raw
choose_action(choice=p47)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 269,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Play spells and abilities"
}gameQwCdr Philo puts Swamp from hand onto the Battlefield
QwCdr PhilomcpCast Ferocious Pup {2}{G}
raw
choose_action(choice=p11)
{
"next_action_pending": true,
"next_action_type": "GAME_CHOOSE_ABILITY",
"game_seq": 271,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Choose spell or ability to play: Thriving Moor"
}QwCdr Philomcp2. {T}: Add one mana of the chosen color.
raw
choose_action(choice=1)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 273,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_ability_1",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo casts Ferocious Pup from hand
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 277,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo puts Ferocious Pup from stack onto the Battlefield
gameQwCdr Philo - Ability triggers: Ferocious Pup - When Ferocious Pup enters, create a 2/2 green Wolf creature token.
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 281,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}gameQwCdr Philo creates a Wolf Token token
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 284,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Select attackers"
}— Declare Attackers —
QwCdr PhilomcpAttack with Fierce Witchstalker 4/4
raw
choose_action(attackers=p12)
{
"declared": [
"p12"
],
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 286,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "batch_attack",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo attacks MiniMx Stats with 1 creature
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 290,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}— Declare Blockers —
MiniMx Statsllm
pass_priority(board_cursor=21)
{
"combat_phase": "blockers",
"game_seq": 292,
"action_type": "GAME_SELECT",
"stop_reason": "combat",
"response_type": "select",
"untapped_lands": 1,
"combat": [
{
"blocked": false,
"defending": "MiniMx Stats",
"attackers": [
{
"name": "Fierce Witchstalker",
"id": "p12",
"power": "4",
"toughness": "4"
}
]
}
],
"message": "Select blockers",
"action_pending": true,
"context": "T7 Combat/Declare Blockers (QwCdr Philo)",
"respond_with": "blockers=p5:p1,p6:p2 (blocker:attacker) or choice=yes (confirm) or choice=no (skip)",
"board_cursor": 22,
"choices": [
{
"name": "Lightning-Core Excavator",
"index": 0,
"choice_type": "blocker",
"id": "p45",
"power": "0",
"toughness": "3"
}
],
"board": [
{
"hand_size": 5,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45",
"power": "0",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": true,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": false,
"name": "Thriving Bluff",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 27,
"life": 18,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"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": "p29"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"id": "p11",
"power": "0",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p47"
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 27,
"life": 20
}
],
"incoming_attackers": [
{
"name": "Fierce Witchstalker",
"id": "p12",
"power": "4",
"toughness": "4"
}
]
}MiniMx StatsmcpLightning-Core Excavator blocks p52
raw
choose_action(blockers=p45:p52)
{
"declared": [
{
"blocks": "p52",
"id": "p45"
}
],
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 292,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "batch_block",
"next_action_message": "Play instants and activated abilities"
}gameAttacker: Fierce Witchstalker (4/4) blocked by Lightning-Core Excavator (0/3)
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_GET_MULTI_AMOUNT",
"game_seq": 296,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority"
}— Combat Damage —
QwCdr PhilomcpPass
raw
choose_action(amounts=[4])
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 298,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "multi_amount",
"next_action_message": "Play instants and activated abilities"
}gameFierce Witchstalker deals 4 damage to Lightning-Core Excavator
gameLightning-Core Excavator died
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 302,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}— Postcombat Main —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 304,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}— MiniMx Stats's Turn 7 —
MiniMx Statsllm
pass_priority(board_cursor=22)
{
"game_seq": 306,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 2,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"context": "T7 Precombat Main/Precombat Main (MiniMx Stats) YOUR_MAIN",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 23,
"choices": [
{
"name": "Mountain",
"index": 0,
"action": "land",
"id": "p52"
}
],
"board": [
{
"hand_size": 6,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38"
},
{
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": false,
"name": "Thriving Bluff",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 26,
"life": 18,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"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": "p29"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"name": "Mountain",
"is_land": true,
"rules": [
"{T}: Add {R}."
],
"id": "p52",
"playable": true
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"id": "p11",
"power": "0",
"toughness": "1",
"summoning_sick": true
},
{
"tapped": true,
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p47"
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 27,
"life": 20
}
]
}MiniMx StatsmcpPlay Mountain
raw
choose_action(choice=p52)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 306,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Play spells and abilities"
}gameMiniMx Stats puts Mountain from hand onto the Battlefield
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 311,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}— Declare Attackers —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 315,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}— Postcombat Main —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 317,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}— QwCdr Philo's Turn 8 —
QwCdr PhilomcpPlay Forest
raw
choose_action(choice=p53)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 318,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Play spells and abilities"
}gameQwCdr Philo puts Forest from hand onto the Battlefield
QwCdr PhilomcpCast Spectral Hunt-Caller {4}{G}
raw
choose_action(choice=p28)
{
"next_action_pending": true,
"next_action_type": "GAME_CHOOSE_ABILITY",
"game_seq": 322,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_1",
"next_action_message": "Choose spell or ability to play: Thriving Moor"
}minor blunder
Cast Spectral Hunt-Caller (4/4 ground creature) instead of Kothophed, Soul Hoarder (6/6 flyer with card draw ability).
Cast Spectral Hunt-Caller (4/4 ground creature) instead of Kothophed, Soul Hoarder (6/6 flyer with card draw ability). Kothophed is castable with the available mana (2 Swamps + Thriving Moor for BB, plus Forests and Wolfwillow Haven for the generic costs). Against an opponent with an empty board and only 3 lands, a 6/6 flyer is a much more dominant threat that likely ends the game faster. Kothophed's card draw ability also synergizes with the existing board of attackers that could force trades.
Analysis
Action taken: Cast Spectral Hunt-Caller (4/4 for {4}{G})
Better line: Cast Kothophed, Soul Hoarder (6/6 flying for {4}{B}{B}) - a much more impactful bomb that pressures the mana-screwed opponent with an evasive clock and card advantage engine.
QwCdr Philomcp2. {T}: Add one mana of the chosen color.
raw
choose_action(choice=1)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 325,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_ability_1",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo casts Spectral Hunt-Caller from hand
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 329,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}gameQwCdr Philo puts Spectral Hunt-Caller from stack onto the Battlefield
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 332,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Select attackers"
}— Declare Attackers —
QwCdr PhilomcpAttack with Fierce Witchstalker 4/4, Wolf Token 2/2
raw
choose_action(attackers=p12,p51)
{
"declared": [
"p12",
"p51"
],
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 334,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "batch_attack",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo attacks MiniMx Stats with 2 creatures
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 339,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}— Declare Blockers —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 344,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}gameMiniMx Stats loses 4 life at combat from Fierce Witchstalker
gameMiniMx Stats loses 2 life at combat from Wolf Token
— Combat Damage —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 349,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}— Postcombat Main —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"game_seq": 351,
"success": true,
"action_taken": "passed_priority"
}— MiniMx Stats's Turn 8 —
chatMiniMx Stats: Ouch, took 6 from that trample through my Excavator. Now I'm at 12, you've got a 4/4 Witchstalker and a 4/4 Hunt-Caller waiting. I've got some finishers in hand though!
MiniMx Statsllm
pass_priority(board_cursor=23)
{
"game_seq": 353,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 3,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"context": "T8 Precombat Main/Precombat Main (MiniMx Stats) YOUR_MAIN",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 24,
"choices": [
{
"name": "Forest",
"index": 0,
"action": "land",
"id": "p55"
}
],
"board": [
{
"hand_size": 6,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38"
},
{
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p52"
},
{
"tapped": false,
"name": "Thriving Bluff",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 25,
"life": 12,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p55",
"playable": true
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"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": "p29"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"id": "p11",
"power": "0",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p53"
},
{
"tapped": false,
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"id": "p28",
"power": "4",
"toughness": "4",
"summoning_sick": true
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p47"
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": true,
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 26,
"life": 20
}
]
}MiniMx Statsmcpsend_chat_message
raw
send_chat_message(message=Ouch, took 6 from that trample through m...)
{
"success": true
}MiniMx StatsmcpPlay Forest
raw
choose_action(choice=p55)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 353,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Play spells and abilities"
}MiniMx Statsllm
pass_priority(board_cursor=24)
{
"game_seq": 361,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 4,
"message": "Play instants and activated abilities",
"action_pending": true,
"has_playable_cards": true,
"context": "T8 Combat/Declare Attackers (MiniMx Stats)",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 25,
"choices": [
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"index": 0,
"action": "cast",
"id": "p5"
}
],
"board": [
{
"hand_size": 5,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38"
},
{
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p55"
},
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p52"
},
{
"tapped": false,
"name": "Thriving Bluff",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 25,
"life": 12,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5",
"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": "p29"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"id": "p11",
"power": "0",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p53"
},
{
"tapped": false,
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"id": "p28",
"power": "4",
"toughness": "4",
"summoning_sick": true
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p47"
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": true,
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 26,
"life": 20
}
]
}gameMiniMx Stats puts Forest from hand onto the Battlefield
— Declare Attackers —
MiniMx StatsmcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 361,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}— Postcombat Main —
— QwCdr Philo's Turn 9 —
chatQwCdr Philo: That's a lot of damage... I hope you have some removal for my big guys!
QwCdr Philollm
pass_priority(board_cursor=49)
{
"game_seq": 365,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 5,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"context": "T9 Precombat Main/Precombat Main (QwCdr Philo) YOUR_MAIN",
"recent_chat": [
"MiniMx Stats: Ouch, took 6 from that trample through my Excavator. Now I'm at 12, you've got a 4/4 Witchstalker and a 4/4 Hunt-Caller waiting. I've got some finishers in hand though!"
],
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 50,
"choices": [
{
"mana_cost": "{1}{B}",
"name": "Disciple of Perdition",
"index": 0,
"action": "cast",
"id": "p56",
"power": "1",
"toughness": "3"
},
{
"mana_cost": "{4}{B}{B}",
"name": "Kothophed, Soul Hoarder",
"index": 1,
"action": "cast",
"id": "p41",
"power": "6",
"toughness": "6"
},
{
"name": "Spectral Hunt-Caller",
"index": 2,
"action": "activate",
"playable_abilities": [
"{5}{G}: Creatures you control get +1/+1 and gain ..."
],
"id": "p28"
},
{
"mana_cost": "{2}{B}",
"name": "Takenuma Bleeder",
"index": 3,
"action": "cast",
"id": "p14",
"power": "3",
"toughness": "3"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Wolf's Quarry",
"index": 4,
"action": "cast",
"id": "p16"
},
{
"name": "Wolfwillow Haven",
"index": 5,
"action": "activate",
"playable_abilities": [
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf..."
],
"id": "p30"
}
],
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"id": "p11",
"power": "0",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p53"
},
{
"tapped": false,
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"id": "p28",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": false,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p47"
},
{
"tapped": false,
"name": "Thriving Moor",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 25,
"life": 20,
"hand": [
{
"mana_cost": "{1}{B}",
"name": "Disciple of Perdition",
"rules": [
"When {this} dies, choose one. If you have exactly 13 life, you may choose both instead.: &bull You draw a card and you lose 1 life.: &bull Exile target opponent's graveyard. That player loses 1 life.: "
],
"power": "1",
"id": "p56",
"toughness": "3",
"playable": true
},
{
"mana_cost": "{4}{B}{B}",
"name": "Kothophed, Soul Hoarder",
"rules": [
"Flying",
"Whenever a permanent owned by another player is put into a graveyard from the battlefield, you draw a card and you lose 1 life."
],
"power": "6",
"id": "p41",
"toughness": "6",
"playable": true
},
{
"mana_cost": "{2}{B}",
"name": "Takenuma Bleeder",
"rules": [
"Whenever {this} attacks or blocks, you lose 1 life if you don't control a Demon."
],
"power": "3",
"id": "p14",
"toughness": "3",
"playable": true
},
{
"mana_cost": "{4}{G}{G}",
"name": "Wolf's Quarry",
"rules": [
"Create three 1/1 green Boar creature tokens with \"When this creature dies, create a Food token.\""
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 5,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38"
},
{
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p55"
},
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p52"
},
{
"tapped": false,
"name": "Thriving Bluff",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 25,
"life": 12
}
]
}QwCdr Philomcpsend_chat_message
raw
send_chat_message(message=That's a lot of damage... I hope you hav...)
{
"success": true
}QwCdr PhilomcpCast Disciple of Perdition {1}{B}
raw
choose_action(choice=p56)
{
"next_action_pending": true,
"next_action_type": "GAME_CHOOSE_ABILITY",
"game_seq": 365,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Choose spell or ability to play: Thriving Moor"
}moderate blunder
With the opponent at 12 life and an empty board, QwCdr Philo cast Disciple of Perdition (1/3) instead of Kothophed, Soul…
With the opponent at 12 life and an empty board, QwCdr Philo cast Disciple of Perdition (1/3) instead of Kothophed, Soul Hoarder (6/6 flying). Kothophed would threaten lethal next turn with the existing board (4+4+2+6=16 power, 6 of it flying, against 12 life and no blockers). Delaying Kothophed gives the opponent more draw steps to find answers.
Analysis
Action taken: Cast Disciple of Perdition (1/3 for 2 mana)
Better line: Cast Kothophed, Soul Hoarder (6/6 flying for 6 mana) to present lethal on board against an opponent at 12 life with no creatures.
QwCdr Philomcp2. {T}: Add one mana of the chosen color.
raw
choose_action(choice=1)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 368,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_ability_1",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo casts Disciple of Perdition from hand
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"game_seq": 373,
"success": true,
"action_taken": "passed_priority"
}MiniMx Statsllm
pass_priority(board_cursor=25)
{
"stack": [
{
"name": "Disciple of Perdition"
}
],
"game_seq": 374,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 4,
"message": "Play instants and activated abilities",
"action_pending": true,
"has_playable_cards": true,
"context": "T9 Precombat Main/Precombat Main (QwCdr Philo)",
"recent_chat": [
"QwCdr Philo: That's a lot of damage... I hope you have some removal for my big guys!"
],
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 26,
"choices": [
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"index": 0,
"action": "cast",
"id": "p5"
}
],
"board": [
{
"hand_size": 5,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38"
},
{
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p55"
},
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p52"
},
{
"tapped": false,
"name": "Thriving Bluff",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 25,
"life": 12,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"mana_cost": "{2}{R}{R}",
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5",
"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": "p29"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"id": "p11",
"power": "0",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p53"
},
{
"tapped": false,
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"id": "p28",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p47"
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 25,
"mana_pool": {
"G": 2
},
"life": 20
}
]
}MiniMx Statsllm
get_oracle_text(card_name=Disciple of Perdition)
{
"success": true,
"mana_cost": "{1}{B}",
"name": "Disciple of Perdition",
"rules": [
"When {this} dies, choose one. If you have exactly 13 life, you may choose both instead.: &bull You draw a card and you lose 1 life.: &bull Exile target opponent's graveyard. That player loses 1 life.: "
],
"power": "1",
"type": "Creature — Human Warlock",
"toughness": "3"
}MiniMx StatsmcpCast Homing Lightning {2}{R}{R}
raw
choose_action(choice=p5)
{
"next_action_pending": true,
"next_action_type": "GAME_TARGET",
"game_seq": 374,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Select a creature"
}MiniMx Statsllm
choose_action(choice=p61)
{
"error": "Unknown short ID: p61"
}MiniMx Statsllm
get_game_state()
{
"phase": "Precombat Main",
"priority_player": "MiniMx Stats",
"cursor": 11,
"stack": [
{
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p58"
},
{
"name": "Disciple of Perdition",
"rules": [
"When {this} dies, choose one. If you have exactly 13 life, you may choose both instead.: &bull You draw a card and you lose 1 life.: &bull Exile target opponent's graveyard. That player loses 1 life.: "
],
"id": "p57"
}
],
"game_seq": 375,
"active_player": "QwCdr Philo",
"players": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38"
},
{
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p55"
},
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p52"
},
{
"tapped": false,
"name": "Thriving Bluff",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 25,
"life": 12,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"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": "p29"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"id": "p11",
"power": "0",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p53"
},
{
"tapped": false,
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"id": "p28",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p47"
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 25,
"mana_pool": {
"G": 2
},
"life": 20
}
],
"available": true,
"step": "Precombat Main",
"turn": 9
}moderate blunder
Used Homing Lightning (4 damage removal) to kill Disciple of Perdition, a 1/3, when the board has two 4/4 creatures (Fie…
Used Homing Lightning (4 damage removal) to kill Disciple of Perdition, a 1/3, when the board has two 4/4 creatures (Fierce Witchstalker and Spectral Hunt-Caller) that are the actual threats. Additionally, Disciple of Perdition's death trigger gives the opponent value (draw a card or exile graveyard). Spending all 4 mana on this leaves nothing for developing the board this turn.
Analysis
Action taken: Cast Homing Lightning targeting Disciple of Perdition (1/3) while it was on the stack
Better line: Let Disciple of Perdition resolve, then use the turn to cast Rumbling Baloth (a 4/4 blocker) or save Homing Lightning for one of the 4/4 threats. Alternatively, hold Homing Lightning to kill Fierce Witchstalker or Spectral Hunt-Caller at a more impactful moment.
MiniMx Statsllm
choose_action(choice=p12)
{
"next_action_pending": true,
"next_action_type": "GAME_CHOOSE_ABILITY",
"game_seq": 375,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_target_1",
"next_action_message": "Choose spell or ability to play: Thriving Bluff"
}MiniMx Statsllm
pass_priority(board_cursor=26)
{
"stack": [
{
"name": "Homing Lightning",
"targets": [
{
"name": "Fierce Witchstalker (4/4) (QwCdr Philo's)",
"id": "p12"
}
]
},
{
"name": "Disciple of Perdition"
}
],
"game_seq": 378,
"action_type": "GAME_CHOOSE_ABILITY",
"stop_reason": "non_priority_action",
"response_type": "index",
"untapped_lands": 3,
"message": "Choose spell or ability to play: Thriving Bluff",
"action_pending": true,
"context": "T9 Precombat Main/Precombat Main (QwCdr Philo)",
"respond_with": "choice=N",
"board_cursor": 28,
"choices": [
{
"index": 0,
"description": "1. {T}: Add {R}."
},
{
"index": 1,
"description": "2. {T}: Add one mana of the chosen color."
}
],
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38"
},
{
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p55"
},
{
"tapped": true,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p52"
},
{
"tapped": false,
"name": "Thriving Bluff",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 25,
"life": 12,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"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": "p29"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"id": "p11",
"power": "0",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p53"
},
{
"tapped": false,
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"id": "p28",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p47"
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 25,
"mana_pool": {
"G": 2
},
"life": 20
}
]
}MiniMx Statsmcp1. {T}: Add {R}.
raw
choose_action(choice=0)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 378,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_ability_0",
"next_action_message": "Play instants and activated abilities"
}gameMiniMx Stats casts Homing Lightning targeting Fierce Witchstalker from hand
gameHoming Lightning deals 4 damage to Fierce Witchstalker
gameMiniMx Stats puts Homing Lightning from stack into their graveyard
gameFierce Witchstalker died
gameQwCdr Philo puts Disciple of Perdition from stack onto the Battlefield
QwCdr Philollm
pass_priority(board_cursor=52)
{
"game_seq": 390,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 2,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"context": "T9 Precombat Main/Precombat Main (QwCdr Philo) YOUR_MAIN",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 53,
"choices": [
{
"mana_cost": "{2}{B}",
"name": "Takenuma Bleeder",
"index": 0,
"action": "cast",
"id": "p14",
"power": "3",
"toughness": "3"
}
],
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Disciple of Perdition",
"rules": [
"When {this} dies, choose one. If you have exactly 13 life, you may choose both instead.: &bull You draw a card and you lose 1 life.: &bull Exile target opponent's graveyard. That player loses 1 life.: "
],
"id": "p56",
"power": "1",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"id": "p11",
"power": "0",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p53"
},
{
"tapped": false,
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"id": "p28",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p47"
},
{
"tapped": true,
"name": "Thriving Moor",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 25,
"mana_pool": {
"G": 2
},
"life": 20,
"hand": [
{
"mana_cost": "{4}{B}{B}",
"name": "Kothophed, Soul Hoarder",
"rules": [
"Flying",
"Whenever a permanent owned by another player is put into a graveyard from the battlefield, you draw a card and you lose 1 life."
],
"power": "6",
"id": "p41",
"toughness": "6"
},
{
"mana_cost": "{2}{B}",
"name": "Takenuma Bleeder",
"rules": [
"Whenever {this} attacks or blocks, you lose 1 life if you don't control a Demon."
],
"power": "3",
"id": "p14",
"toughness": "3",
"playable": true
},
{
"mana_cost": "{4}{G}{G}",
"name": "Wolf's Quarry",
"rules": [
"Create three 1/1 green Boar creature tokens with \"When this creature dies, create a Food token.\""
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38"
},
{
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p55"
},
{
"tapped": true,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": true,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p52"
},
{
"tapped": true,
"name": "Thriving Bluff",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 25,
"life": 12
}
]
}QwCdr PhilomcpCast Takenuma Bleeder {2}{B}
raw
choose_action(choice=p14)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 390,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo casts Takenuma Bleeder from hand
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 395,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}gameQwCdr Philo puts Takenuma Bleeder from stack onto the Battlefield
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 398,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Select attackers"
}QwCdr Philollm
pass_priority(until=begin_combat, board_cursor=55)
{
"combat_phase": "attackers",
"game_seq": 400,
"action_type": "GAME_SELECT",
"context": "T9 Combat/Declare Attackers (QwCdr Philo)",
"stop_reason": "combat",
"response_type": "select",
"respond_with": "attackers=p1,p2,... or choice=yes (confirm) or choice=no (skip)",
"message": "Select attackers",
"board_cursor": 56,
"choices": [
{
"name": "Ferocious Pup",
"index": 0,
"choice_type": "attacker",
"id": "p11",
"power": "0",
"toughness": "1"
},
{
"name": "Wolf Token",
"index": 1,
"choice_type": "attacker",
"id": "p51",
"power": "2",
"toughness": "2"
},
{
"name": "Spectral Hunt-Caller",
"index": 2,
"choice_type": "attacker",
"id": "p28",
"power": "4",
"toughness": "4"
},
{
"name": "All attack",
"index": 3,
"choice_type": "special",
"id": "all"
}
],
"board": [
{
"hand_size": 2,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Disciple of Perdition",
"rules": [
"When {this} dies, choose one. If you have exactly 13 life, you may choose both instead.: &bull You draw a card and you lose 1 life.: &bull Exile target opponent's graveyard. That player loses 1 life.: "
],
"id": "p56",
"power": "1",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": false,
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"id": "p11",
"power": "0",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p53"
},
{
"tapped": false,
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"id": "p28",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p47"
},
{
"tapped": false,
"name": "Takenuma Bleeder",
"rules": [
"Whenever {this} attacks or blocks, you lose 1 life if you don't control a Demon."
],
"id": "p14",
"power": "3",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": true,
"name": "Thriving Moor",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 25,
"life": 20,
"hand": [
{
"mana_cost": "{4}{B}{B}",
"name": "Kothophed, Soul Hoarder",
"rules": [
"Flying",
"Whenever a permanent owned by another player is put into a graveyard from the battlefield, you draw a card and you lose 1 life."
],
"power": "6",
"id": "p41",
"toughness": "6"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Wolf's Quarry",
"rules": [
"Create three 1/1 green Boar creature tokens with \"When this creature dies, create a Food token.\""
],
"id": "p16"
}
]
},
{
"hand_size": 4,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38"
},
{
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p55"
},
{
"tapped": true,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": true,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p52"
},
{
"tapped": true,
"name": "Thriving Bluff",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 25,
"life": 12
}
],
"action_pending": true
}— Declare Attackers —
QwCdr PhilomcpAttack with Wolf Token 2/2, Spectral Hunt-Caller 4/4, Ferocious Pup 0/1
raw
choose_action(attackers=p51,p28,p11)
{
"declared": [
"p51",
"p28",
"p11"
],
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 400,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "batch_attack",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo attacks MiniMx Stats with 3 creatures
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 406,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}— Declare Blockers —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 412,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}gameMiniMx Stats loses 2 life at combat from Wolf Token
gameMiniMx Stats loses 4 life at combat from Spectral Hunt-Caller
— Combat Damage —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 417,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}QwCdr Philollm
pass_priority(until=postcombat_main, board_cursor=58)
{
"land_drops_used": 0,
"game_seq": 419,
"action_type": "GAME_SELECT",
"board_unchanged": true,
"context": "T9 Postcombat Main/Postcombat Main (QwCdr Philo) YOUR_MAIN",
"stop_reason": "reached_step",
"response_type": "boolean",
"respond_with": "choice=yes (confirm) or choice=no (pass)",
"message": "Play spells and abilities",
"board_cursor": 58,
"action_pending": true,
"current_step": "Postcombat Main"
}— Postcombat Main —
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"game_seq": 419,
"success": true,
"action_taken": "passed_priority"
}— MiniMx Stats's Turn 9 —
MiniMx Statsllm
pass_priority(board_cursor=28)
{
"game_seq": 421,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 4,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"context": "T9 Precombat Main/Precombat Main (MiniMx Stats) YOUR_MAIN",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 29,
"choices": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"index": 0,
"action": "cast",
"id": "p3",
"power": "3",
"toughness": "1"
},
{
"name": "Forest",
"index": 1,
"action": "land",
"id": "p60"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"index": 2,
"action": "cast",
"id": "p7",
"power": "4",
"toughness": "1"
}
],
"board": [
{
"hand_size": 5,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38"
},
{
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p55"
},
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p52"
},
{
"tapped": false,
"name": "Thriving Bluff",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 24,
"life": 6,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1",
"playable": true
},
{
"name": "Forest",
"is_land": true,
"rules": [
"{T}: Add {G}."
],
"id": "p60",
"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": "p29"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1",
"playable": true
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4"
}
]
},
{
"hand_size": 2,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Disciple of Perdition",
"rules": [
"When {this} dies, choose one. If you have exactly 13 life, you may choose both instead.: &bull You draw a card and you lose 1 life.: &bull Exile target opponent's graveyard. That player loses 1 life.: "
],
"id": "p56",
"power": "1",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": true,
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"id": "p11",
"power": "0",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p53"
},
{
"tapped": true,
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"id": "p28",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p47"
},
{
"tapped": false,
"name": "Takenuma Bleeder",
"rules": [
"Whenever {this} attacks or blocks, you lose 1 life if you don't control a Demon."
],
"id": "p14",
"power": "3",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": true,
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 25,
"life": 20
}
]
}MiniMx Statsllm
get_game_log(max_chars=3000)
{
"cursor": 18938,
"log": "stalker and a 4/4 Hunt-Caller waiting. I've got some finishers in hand though!\nMiniMx Stats puts Forest from hand onto the Battlefield\nMiniMx Stats plays Forest\nMiniMx Stats skip attack\nMiniMx Stats turn 8 (20 - 12)\nQwCdr Philo draws a card\n[Chat] QwCdr Philo: That's a lot of damage... I hope you have some removal for my big guys!\nQwCdr Philo casts Disciple of Perdition from hand\nMiniMx Stats casts Homing Lightning targeting Fierce Witchstalker from hand\nHoming Lightning deals 4 damage to Fierce Witchstalker\nMiniMx Stats puts Homing Lightning from stack into their graveyard\nFierce Witchstalker died\nQwCdr Philo puts Disciple of Perdition from stack onto the Battlefield\nQwCdr Philo casts Takenuma Bleeder from hand\nQwCdr Philo puts Takenuma Bleeder from stack onto the Battlefield\nQwCdr Philo attacks MiniMx Stats with 3 creatures\nAttacker: Wolf Token (2/2) unblocked\nAttacker: Spectral Hunt-Caller (4/4) unblocked\nAttacker: Ferocious Pup (0/1) unblocked\nMiniMx Stats loses 2 life at combat from Wolf Token\nMiniMx Stats loses 4 life at combat from Spectral Hunt-Caller\nQwCdr Philo turn 9 (20 - 6)\nMiniMx Stats draws a card",
"truncated": true,
"total_length": 18938
}MiniMx StatsmcpPlay Forest
raw
choose_action(choice=p60)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 421,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_1",
"next_action_message": "Play spells and abilities"
}MiniMx Statsllm
pass_priority(board_cursor=29)
{
"game_seq": 431,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 5,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 1,
"has_playable_cards": true,
"context": "T9 Postcombat Main/Postcombat Main (MiniMx Stats) YOUR_MAIN",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 30,
"choices": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"index": 0,
"action": "cast",
"id": "p3",
"power": "3",
"toughness": "1"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"index": 1,
"action": "cast",
"id": "p7",
"power": "4",
"toughness": "1"
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"index": 2,
"action": "cast",
"id": "p9",
"power": "4",
"toughness": "4"
}
],
"board": [
{
"hand_size": 4,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38"
},
{
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p55"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p60"
},
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p52"
},
{
"tapped": false,
"name": "Thriving Bluff",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 24,
"life": 6,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1",
"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": "p29"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1",
"playable": true
},
{
"mana_cost": "{2}{G}{G}",
"name": "Rumbling Baloth",
"power": "4",
"id": "p9",
"toughness": "4",
"playable": true
}
]
},
{
"hand_size": 2,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Disciple of Perdition",
"rules": [
"When {this} dies, choose one. If you have exactly 13 life, you may choose both instead.: &bull You draw a card and you lose 1 life.: &bull Exile target opponent's graveyard. That player loses 1 life.: "
],
"id": "p56",
"power": "1",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": true,
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"id": "p11",
"power": "0",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p53"
},
{
"tapped": true,
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"id": "p28",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p47"
},
{
"tapped": false,
"name": "Takenuma Bleeder",
"rules": [
"Whenever {this} attacks or blocks, you lose 1 life if you don't control a Demon."
],
"id": "p14",
"power": "3",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": true,
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 25,
"life": 20
}
]
}gameMiniMx Stats puts Forest from hand onto the Battlefield
— Declare Attackers —
— Postcombat Main —
MiniMx StatsmcpCast Rumbling Baloth {2}{G}{G}
raw
choose_action(choice=p9)
{
"next_action_pending": true,
"next_action_type": "GAME_CHOOSE_ABILITY",
"game_seq": 431,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_2",
"next_action_message": "Choose spell or ability to play: Thriving Bluff"
}MiniMx Statsllm
pass_priority(board_cursor=30)
{
"stack": [
{
"name": "Rumbling Baloth"
}
],
"game_seq": 434,
"action_type": "GAME_CHOOSE_ABILITY",
"stop_reason": "non_priority_action",
"response_type": "index",
"untapped_lands": 4,
"message": "Choose spell or ability to play: Thriving Bluff",
"action_pending": true,
"land_drops_used": 1,
"context": "T9 Postcombat Main/Postcombat Main (MiniMx Stats) YOUR_MAIN",
"respond_with": "choice=N",
"board_cursor": 31,
"choices": [
{
"index": 0,
"description": "1. {T}: Add {R}."
},
{
"index": 1,
"description": "2. {T}: Add one mana of the chosen color."
}
],
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38"
},
{
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p55"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p60"
},
{
"tapped": true,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": false,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p52"
},
{
"tapped": false,
"name": "Thriving Bluff",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 24,
"life": 6,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"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": "p29"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
}
]
},
{
"hand_size": 2,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": false,
"name": "Disciple of Perdition",
"rules": [
"When {this} dies, choose one. If you have exactly 13 life, you may choose both instead.: &bull You draw a card and you lose 1 life.: &bull Exile target opponent's graveyard. That player loses 1 life.: "
],
"id": "p56",
"power": "1",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": true,
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"id": "p11",
"power": "0",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p53"
},
{
"tapped": true,
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"id": "p28",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p47"
},
{
"tapped": false,
"name": "Takenuma Bleeder",
"rules": [
"Whenever {this} attacks or blocks, you lose 1 life if you don't control a Demon."
],
"id": "p14",
"power": "3",
"toughness": "3",
"summoning_sick": true
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": true,
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 25,
"life": 20
}
]
}MiniMx Statsmcp1. {T}: Add {R}.
raw
choose_action(choice=0)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 434,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_ability_0",
"next_action_message": "Play instants and activated abilities"
}gameMiniMx Stats casts Rumbling Baloth from hand
gameMiniMx Stats puts Rumbling Baloth from stack onto the Battlefield
— QwCdr Philo's Turn 10 —
QwCdr Philollm
pass_priority(board_cursor=58)
{
"game_seq": 445,
"action_type": "GAME_SELECT",
"stop_reason": "playable_cards",
"response_type": "select",
"untapped_lands": 5,
"message": "Play spells and abilities",
"action_pending": true,
"land_drops_used": 0,
"has_playable_cards": true,
"context": "T10 Precombat Main/Precombat Main (QwCdr Philo) YOUR_MAIN",
"respond_with": "choice=pN to play, or choice=no to pass",
"board_cursor": 59,
"choices": [
{
"mana_cost": "{4}{G}{G}",
"name": "Arlinn, Voice of the Pack",
"index": 0,
"action": "cast",
"id": "p62"
},
{
"mana_cost": "{4}{B}{B}",
"name": "Kothophed, Soul Hoarder",
"index": 1,
"action": "cast",
"id": "p41",
"power": "6",
"toughness": "6"
},
{
"name": "Spectral Hunt-Caller",
"index": 2,
"action": "activate",
"playable_abilities": [
"{5}{G}: Creatures you control get +1/+1 and gain ..."
],
"id": "p28"
},
{
"mana_cost": "{4}{G}{G}",
"name": "Wolf's Quarry",
"index": 3,
"action": "cast",
"id": "p16"
},
{
"name": "Wolfwillow Haven",
"index": 4,
"action": "activate",
"playable_abilities": [
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf..."
],
"id": "p30"
}
],
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": true,
"is_you": true,
"battlefield": [
{
"tapped": false,
"name": "Disciple of Perdition",
"rules": [
"When {this} dies, choose one. If you have exactly 13 life, you may choose both instead.: &bull You draw a card and you lose 1 life.: &bull Exile target opponent's graveyard. That player loses 1 life.: "
],
"id": "p56",
"power": "1",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"id": "p11",
"power": "0",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": false,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p53"
},
{
"tapped": false,
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"id": "p28",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": false,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": false,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p47"
},
{
"tapped": false,
"name": "Takenuma Bleeder",
"rules": [
"Whenever {this} attacks or blocks, you lose 1 life if you don't control a Demon."
],
"id": "p14",
"power": "3",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": false,
"name": "Thriving Moor",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": false,
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 24,
"life": 20,
"hand": [
{
"mana_cost": "{4}{G}{G}",
"name": "Arlinn, Voice of the Pack",
"rules": [
"Each creature you control that's a Wolf or a Werewolf enters the battlefield with an additional +1/+1 counter on it.",
"-2: Create a 2/2 green Wolf creature token."
],
"id": "p62",
"playable": true
},
{
"mana_cost": "{4}{B}{B}",
"name": "Kothophed, Soul Hoarder",
"rules": [
"Flying",
"Whenever a permanent owned by another player is put into a graveyard from the battlefield, you draw a card and you lose 1 life."
],
"power": "6",
"id": "p41",
"toughness": "6",
"playable": true
},
{
"mana_cost": "{4}{G}{G}",
"name": "Wolf's Quarry",
"rules": [
"Create three 1/1 green Boar creature tokens with \"When this creature dies, create a Food token.\""
],
"id": "p16",
"playable": true
}
]
},
{
"hand_size": 3,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38"
},
{
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": false,
"is_you": false,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p55"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p60"
},
{
"tapped": true,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": true,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p52"
},
{
"tapped": false,
"name": "Rumbling Baloth",
"id": "p9",
"power": "4",
"toughness": "4",
"summoning_sick": true
},
{
"tapped": true,
"name": "Thriving Bluff",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 24,
"life": 6
}
]
}QwCdr PhilomcpCast Arlinn, Voice of the Pack {4}{G}{G}
raw
choose_action(choice=p62)
{
"next_action_pending": true,
"next_action_type": "GAME_CHOOSE_ABILITY",
"game_seq": 445,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Choose spell or ability to play: Thriving Moor"
}QwCdr Philomcp2. {T}: Add one mana of the chosen color.
raw
choose_action(choice=1)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 448,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_ability_1",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo casts Arlinn, Voice of the Pack from hand
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 455,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}gameQwCdr Philo puts Arlinn, Voice of the Pack from stack onto the Battlefield
QwCdr PhilomcpActivate Arlinn, Voice of the Pack
raw
choose_action(choice=p62)
{
"next_action_pending": true,
"next_action_type": "GAME_CHOOSE_ABILITY",
"game_seq": 458,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_0",
"next_action_message": "Choose spell or ability to play: Arlinn, Voice of the Pack"
}QwCdr Philomcp1. -2: Create a 2/2 green Wolf creature token.
raw
choose_action(choice=1)
{
"retryable": true,
"game_seq": 459,
"success": false,
"error_code": "index_out_of_range",
"error": "Index 1 is out of range (valid: 0-0). Call get_action_choices to see current options.",
"choices": [
{
"index": 0,
"description": "1. -2: Create a 2/2 green Wolf creature token."
}
]
}QwCdr Philomcp1. -2: Create a 2/2 green Wolf creature token.
raw
choose_action(choice=0)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 459,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "selected_ability_0",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo activates: create a 2/2 green Wolf creature token. from Arlinn, Voice of the Pack
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 461,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play spells and abilities"
}gameQwCdr Philo creates a Wolf Token token
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 464,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Select attackers"
}QwCdr Philollm
pass_priority(until=begin_combat, board_cursor=64)
{
"combat_phase": "attackers",
"game_seq": 466,
"action_type": "GAME_SELECT",
"board_unchanged": true,
"context": "T10 Combat/Declare Attackers (QwCdr Philo)",
"stop_reason": "combat",
"response_type": "select",
"respond_with": "attackers=p1,p2,... or choice=yes (confirm) or choice=no (skip)",
"message": "Select attackers",
"board_cursor": 64,
"choices": [
{
"name": "Ferocious Pup",
"index": 0,
"choice_type": "attacker",
"id": "p11",
"power": "0",
"toughness": "1"
},
{
"name": "Wolf Token",
"index": 1,
"choice_type": "attacker",
"id": "p51",
"power": "2",
"toughness": "2"
},
{
"name": "Spectral Hunt-Caller",
"index": 2,
"choice_type": "attacker",
"id": "p28",
"power": "4",
"toughness": "4"
},
{
"name": "Disciple of Perdition",
"index": 3,
"choice_type": "attacker",
"id": "p56",
"power": "1",
"toughness": "3"
},
{
"name": "Takenuma Bleeder",
"index": 4,
"choice_type": "attacker",
"id": "p14",
"power": "3",
"toughness": "3"
},
{
"name": "All attack",
"index": 5,
"choice_type": "special",
"id": "all"
}
],
"action_pending": true
}— Declare Attackers —
QwCdr PhilomcpAttack with all (Ferocious Pup 0/1, Wolf Token 2/2, Spectral Hunt-Caller 4/4, Disciple of Perdition 1/3, Takenuma Bleeder 3/3)
raw
choose_action(attackers=all)
{
"declared": [
"all"
],
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 466,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "batch_attack",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo attacks MiniMx Stats with 5 creatures
gameQwCdr Philo - Ability triggers: Takenuma Bleeder - Whenever Takenuma Bleeder attacks or blocks, you lose 1 life if you don't control a Demon.
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 471,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "passed_priority",
"next_action_message": "Play instants and activated abilities"
}gameQwCdr Philo loses 1 life from Takenuma Bleeder
QwCdr PhilomcpPass
raw
choose_action(choice=no)
{
"game_seq": 474,
"success": true,
"action_taken": "passed_priority"
}— Declare Blockers —
chatMiniMx Stats: Nice Arlinn! That's a powerful planeswalker. I've got a 4/4 Baloth now though, let's see how this combat goes.
MiniMx Statsllm
pass_priority(board_cursor=31)
{
"combat_phase": "blockers",
"game_seq": 476,
"action_type": "GAME_SELECT",
"stop_reason": "combat",
"response_type": "select",
"combat": [
{
"blocked": false,
"defending": "MiniMx Stats",
"attackers": [
{
"name": "Ferocious Pup",
"id": "p11",
"power": "0",
"toughness": "1"
}
]
},
{
"blocked": false,
"defending": "MiniMx Stats",
"attackers": [
{
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2"
}
]
},
{
"blocked": false,
"defending": "MiniMx Stats",
"attackers": [
{
"name": "Spectral Hunt-Caller",
"id": "p28",
"power": "4",
"toughness": "4"
}
]
},
{
"blocked": false,
"defending": "MiniMx Stats",
"attackers": [
{
"name": "Disciple of Perdition",
"id": "p56",
"power": "1",
"toughness": "3"
}
]
},
{
"blocked": false,
"defending": "MiniMx Stats",
"attackers": [
{
"name": "Takenuma Bleeder",
"id": "p14",
"power": "3",
"toughness": "3"
}
]
}
],
"message": "Select blockers",
"action_pending": true,
"context": "T10 Combat/Declare Blockers (QwCdr Philo)",
"respond_with": "blockers=p5:p1,p6:p2 (blocker:attacker) or choice=yes (confirm) or choice=no (skip)",
"board_cursor": 32,
"choices": [
{
"name": "Rumbling Baloth",
"index": 0,
"choice_type": "blocker",
"id": "p9",
"power": "4",
"toughness": "4"
}
],
"board": [
{
"hand_size": 3,
"graveyard": [
{
"name": "Drowsing Tyrannodon",
"rules": [
"Defender",
"As long as you control a creature with power 4 or greater, {this} can attack as though it didn't have defender."
],
"id": "p4"
},
{
"name": "Homing Lightning",
"rules": [
"{this} deals 4 damage to target creature and each other creature with the same name as that creature."
],
"id": "p5"
},
{
"name": "Lightning Axe",
"rules": [
"As an additional cost to cast this spell, discard a card or pay {5}.: ",
"{this} deals 5 damage to target creature."
],
"id": "p23"
},
{
"name": "Lightning Bolt",
"rules": [
"{this} deals 3 damage to any target."
],
"id": "p6"
},
{
"name": "Lightning Visionary",
"rules": [
"Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)"
],
"id": "p38"
},
{
"name": "Lightning-Core Excavator",
"rules": [
"{5}, {T}, Sacrifice {this}: It deals 3 damage to any target."
],
"id": "p45"
},
{
"name": "Orazca Frillback",
"id": "p27"
}
],
"is_active": false,
"is_you": true,
"battlefield": [
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p55"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p60"
},
{
"tapped": true,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p8"
},
{
"tapped": true,
"name": "Mountain",
"rules": [
"{T}: Add {R}."
],
"id": "p52"
},
{
"tapped": false,
"name": "Rumbling Baloth",
"id": "p9",
"power": "4",
"toughness": "4",
"summoning_sick": true
},
{
"tapped": true,
"name": "Thriving Bluff",
"modified": true,
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than red.",
"{T}: Add {R}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: White"
],
"id": "p33"
}
],
"name": "MiniMx Stats",
"library_size": 24,
"life": 6,
"hand": [
{
"mana_cost": "{1}{G}",
"name": "Brushstrider",
"rules": [
"Vigilance"
],
"power": "3",
"id": "p3",
"toughness": "1"
},
{
"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": "p29"
},
{
"mana_cost": "{3}{R}",
"name": "Lightning Elemental",
"rules": [
"Haste"
],
"power": "4",
"id": "p7",
"toughness": "1"
}
]
},
{
"hand_size": 2,
"graveyard": [
{
"name": "Demon's Disciple",
"rules": [
"When {this} enters, each player sacrifices a creature or planeswalker of their choice."
],
"id": "p10"
},
{
"name": "Fierce Witchstalker",
"rules": [
"Trample",
"When {this} enters, create a Food token."
],
"id": "p12"
},
{
"name": "Mild-Mannered Librarian",
"rules": [
"{3}{G}: {this} becomes a Werewolf. Put two +1/+1 counters on it and you draw a card. Activate only once."
],
"id": "p13"
}
],
"is_active": true,
"is_you": false,
"battlefield": [
{
"tapped": false,
"counters": {
"loyalty": 5
},
"loyalty": "5",
"name": "Arlinn, Voice of the Pack",
"rules": [
"Each creature you control that's a Wolf or a Werewolf enters the battlefield with an additional +1/+1 counter on it.",
"-2: Create a 2/2 green Wolf creature token."
],
"id": "p62"
},
{
"tapped": true,
"name": "Disciple of Perdition",
"rules": [
"When {this} dies, choose one. If you have exactly 13 life, you may choose both instead.: &bull You draw a card and you lose 1 life.: &bull Exile target opponent's graveyard. That player loses 1 life.: "
],
"id": "p56",
"power": "1",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": true,
"name": "Ferocious Pup",
"rules": [
"When {this} enters, create a 2/2 green Wolf creature token."
],
"id": "p11",
"power": "0",
"toughness": "1",
"summoning_sick": false
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p24"
},
{
"tapped": true,
"name": "Forest",
"rules": [
"{T}: Add {G}."
],
"id": "p53"
},
{
"tapped": true,
"name": "Spectral Hunt-Caller",
"rules": [
"{5}{G}: Creatures you control get +1/+1 and gain trample until end of turn."
],
"id": "p28",
"power": "4",
"toughness": "4",
"summoning_sick": false
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p35"
},
{
"tapped": true,
"name": "Swamp",
"rules": [
"{T}: Add {B}."
],
"id": "p47"
},
{
"tapped": true,
"name": "Takenuma Bleeder",
"rules": [
"Whenever {this} attacks or blocks, you lose 1 life if you don't control a Demon."
],
"id": "p14",
"power": "3",
"toughness": "3",
"summoning_sick": false
},
{
"tapped": true,
"name": "Thriving Moor",
"rules": [
"{this} enters tapped.",
"As {this} enters, choose a color other than black.",
"{T}: Add {B}.",
"{T}: Add one mana of the chosen color.",
"Chosen color: Green"
],
"id": "p15"
},
{
"tapped": true,
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2",
"summoning_sick": false,
"token": true
},
{
"tapped": false,
"counters": {
"+1/+1": 1
},
"name": "Wolf Token",
"id": "p66",
"power": "3",
"toughness": "3",
"summoning_sick": true,
"token": true
},
{
"tapped": false,
"name": "Wolfwillow Haven",
"rules": [
"Enchant land",
"Whenever enchanted land is tapped for mana, its controller adds an additional {G}.",
"{4}{G}, Sacrifice {this}: Create a 2/2 green Wolf creature token. Activate only during your turn."
],
"id": "p30"
}
],
"name": "QwCdr Philo",
"library_size": 24,
"life": 19
}
],
"incoming_attackers": [
{
"name": "Ferocious Pup",
"id": "p11",
"power": "0",
"toughness": "1"
},
{
"name": "Wolf Token",
"id": "p51",
"power": "2",
"toughness": "2"
},
{
"name": "Spectral Hunt-Caller",
"id": "p28",
"power": "4",
"toughness": "4"
},
{
"name": "Disciple of Perdition",
"id": "p56",
"power": "1",
"toughness": "3"
},
{
"name": "Takenuma Bleeder",
"id": "p14",
"power": "3",
"toughness": "3"
}
]
}MiniMx Statsmcpsend_chat_message
raw
send_chat_message(message=Nice Arlinn! That's a powerful planeswal...)
{
"success": true
}MiniMx StatsmcpRumbling Baloth blocks p6
raw
choose_action(blockers=p9:p6)
{
"declared": [],
"next_action_pending": true,
"next_action_type": "GAME_SELECT",
"game_seq": 476,
"next_action_hint": "Call get_action_choices or choose_action to see details, or pass_priority to continue.",
"success": true,
"action_taken": "batch_block",
"failed": [
{
"id": "p9",
"reason": "attacker p6 is not a valid block target"
}
],
"next_action_message": "Play instants and activated abilities"
}MiniMx Statsllm
choose_action(blockers=p9:p1)
{
"retryable": true,
"game_seq": 486,
"success": false,
"warning": "Ignored blockers parameter (not in declare_blockers phase)",
"error_code": "missing_param",
"error": "GAME_SELECT requires choice=pN to play a card, or choice=\"no\" to pass priority. Call get_action_choices first to see available cards."
}MiniMx Statsllm
pass_priority(board_cursor=32)
{
"game_seq": 491,
"stop_reason": "game_over",
"action_pending": false,
"player_dead": true
}gameMiniMx Stats loses 2 life at combat from Wolf Token
gameMiniMx Stats loses 4 life at combat from Spectral Hunt-Caller
gameMiniMx Stats loses 1 life at combat from Disciple of Perdition
gameMiniMx Stats loses 3 life at combat from Takenuma Bleeder
gameMiniMx Stats has lost the game.
— Combat Damage —
QwCdr Philollm
pass_priority(board_cursor=66)
{
"game_seq": 494,
"stop_reason": "game_over",
"game_over": true,
"recent_chat": [
"MiniMx Stats: Nice Arlinn! That's a powerful planeswalker. I've got a 4/4 Baloth now though, let's see how this combat goes."
],
"action_pending": false
}QwCdr Philo wins the game!