mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
30 lines
655 B
Text
30 lines
655 B
Text
# Test playing Earthquake that kills opponent but not AI
|
|
|
|
### ComputerA ###
|
|
# Battlefield
|
|
battlefield:ComputerA:Island:2
|
|
battlefield:ComputerA:Mountain:3
|
|
battlefield:ComputerA:Dragonskull Summit:1
|
|
battlefield:ComputerA:Lavaclaw Reaches:0
|
|
# Hand
|
|
hand:ComputerA:Mountain:0
|
|
hand:ComputerA:Earthquake:1
|
|
# Library
|
|
# from down to top
|
|
library:ComputerA:clear:0
|
|
library:ComputerA:Mountain:15
|
|
# Life
|
|
player:ComputerA:life:5
|
|
|
|
### ComputerB ###
|
|
# Battlefield
|
|
battlefield:ComputerB:Plains:1
|
|
# Hand
|
|
hand:ComputerB:Plains:2
|
|
# Library
|
|
# from down to top
|
|
library:ComputerB:clear:0
|
|
library:ComputerB:Plains:10
|
|
# Life
|
|
player:ComputerB:life:4
|
|
|