-
Notifications
You must be signed in to change notification settings - Fork 0
/
out.txt
224 lines (224 loc) · 5.81 KB
/
out.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
[ {
"command" : "getCardsInHand",
"playerIdx" : 1,
"output" : [ {
"mana" : 2,
"description" : "Standard card: The dragon was unleashed, run for your lives.",
"colors" : [ "Blue", "Green", "White" ],
"name" : "Firestorm"
}, {
"mana" : 4,
"attackDamage" : 5,
"health" : 4,
"description" : "Standard card: When he is near, close your eyes. They betray your mind.",
"colors" : [ "Yellow", "Orange", "Red" ],
"name" : "Miraj"
} ]
}, {
"command" : "getPlayerMana",
"playerIdx" : 1,
"output" : 4
}, {
"command" : "getPlayerTurn",
"output" : 1
}, {
"command" : "getCardAtPosition",
"x" : 3,
"y" : 0,
"output" : {
"mana" : 2,
"attackDamage" : 0,
"health" : 3,
"description" : "Premium card: Nobody suspects an outcast, not even the Gods.",
"colors" : [ "Black", "White", "Red" ],
"name" : "The Cursed One"
}
}, {
"command" : "getCardsInHand",
"playerIdx" : 1,
"output" : [ {
"mana" : 2,
"description" : "Standard card: The dragon was unleashed, run for your lives.",
"colors" : [ "Blue", "Green", "White" ],
"name" : "Firestorm"
}, {
"mana" : 3,
"attackDamage" : 5,
"health" : 4,
"description" : "Premium card: Ravished by the winds of hell, no soul is to be forgiven.",
"colors" : [ "Black", "Yellow" ],
"name" : "The Ripper"
} ]
}, {
"command" : "getPlayerMana",
"playerIdx" : 1,
"output" : 4
}, {
"command" : "getPlayerTurn",
"output" : 1
}, {
"command" : "getCardAtPosition",
"x" : 3,
"y" : 0,
"output" : {
"mana" : 2,
"attackDamage" : 0,
"health" : 3,
"description" : "Premium card: Nobody suspects an outcast, not even the Gods.",
"colors" : [ "Black", "White", "Red" ],
"name" : "The Cursed One"
}
}, {
"command" : "cardUsesAbility",
"cardAttacker" : {
"x" : 2,
"y" : 2
},
"cardAttacked" : {
"x" : 1,
"y" : 1
},
"error" : "Attacked card is not of type 'Tank'."
}, {
"command" : "cardUsesAbility",
"cardAttacker" : {
"x" : 2,
"y" : 0
},
"cardAttacked" : {
"x" : 1,
"y" : 1
},
"error" : "Attacked card is not of type 'Tank'."
}, {
"command" : "cardUsesAbility",
"cardAttacker" : {
"x" : 2,
"y" : 1
},
"cardAttacked" : {
"x" : 1,
"y" : 1
},
"error" : "Attacked card is not of type 'Tank'."
}, {
"command" : "getPlayerMana",
"playerIdx" : 2,
"output" : 11
}, {
"command" : "getPlayerMana",
"playerIdx" : 1,
"output" : 7
}, {
"command" : "getPlayerTurn",
"output" : 2
}, {
"command" : "getCardsOnTable",
"output" : [ [ {
"mana" : 2,
"attackDamage" : 2,
"health" : 3,
"description" : "Standard card: Trained by the best, nothing will catch him off-guard.",
"colors" : [ "Black", "White" ],
"name" : "Sentinel"
} ], [ {
"mana" : 3,
"attackDamage" : 2,
"health" : 7,
"description" : "Premium card: No matter how many, his body will fight. Save your breath for the Mountain is strong.",
"colors" : [ "Brown", "Black", "Grey" ],
"name" : "Goliath"
}, {
"mana" : 3,
"attackDamage" : 5,
"health" : 4,
"description" : "Standard card: Death incarnate. No better time to die than now.",
"colors" : [ "Black", "Yellow" ],
"name" : "The Ripper"
}, {
"mana" : 2,
"attackDamage" : 3,
"health" : 6,
"description" : "Standard card: He has seen everything, his mind has never been asleep since the making of the realm.",
"colors" : [ "Black", "White", "Green" ],
"name" : "Warden"
} ], [ {
"mana" : 4,
"attackDamage" : 5,
"health" : 4,
"description" : "Standard card: When he is near, close your eyes. They betray your mind.",
"colors" : [ "Yellow", "Orange", "Red" ],
"name" : "Miraj"
}, {
"mana" : 3,
"attackDamage" : 5,
"health" : 4,
"description" : "Premium card: Ravished by the winds of hell, no soul is to be forgiven.",
"colors" : [ "Black", "Yellow" ],
"name" : "The Ripper"
}, {
"mana" : 5,
"attackDamage" : 5,
"health" : 4,
"description" : "Standard card: When he is near, close your eyes. They betray your mind.",
"colors" : [ "Yellow", "Orange", "Red" ],
"name" : "Miraj"
} ], [ {
"mana" : 2,
"attackDamage" : 0,
"health" : 3,
"description" : "Premium card: Nobody suspects an outcast, not even the Gods.",
"colors" : [ "Black", "White", "Red" ],
"name" : "The Cursed One"
} ] ]
}, {
"command" : "getCardsInHand",
"playerIdx" : 2,
"output" : [ {
"mana" : 1,
"description" : "Standard card: The days are cold and so are we. We hope we can close our eyes again.",
"colors" : [ "White", "Blue" ],
"name" : "Winterfell"
}, {
"mana" : 3,
"attackDamage" : 5,
"health" : 3,
"description" : "Standard card: Death incarnate. No better time to die than now.",
"colors" : [ "Orange", "Red", "Black" ],
"name" : "The Ripper"
} ]
}, {
"command" : "getCardsInHand",
"playerIdx" : 1,
"output" : [ {
"mana" : 2,
"description" : "Standard card: The dragon was unleashed, run for your lives.",
"colors" : [ "Blue", "Green", "White" ],
"name" : "Firestorm"
}, {
"mana" : 1,
"description" : "Standard card: Corruption is easy, you always wanted it, now I help you embrace it.",
"colors" : [ "Green", "Black" ],
"name" : "Heart Hound"
} ]
}, {
"command" : "getPlayerDeck",
"playerIdx" : 2,
"output" : [ {
"mana" : 1,
"description" : "Standard card: The dragon was unleashed, run for your lives.",
"colors" : [ "Blue", "Green", "White" ],
"name" : "Firestorm"
} ]
}, {
"command" : "getPlayerDeck",
"playerIdx" : 1,
"output" : [ {
"mana" : 2,
"attackDamage" : 3,
"health" : 1,
"description" : "Standard card: A drink can always be served, with the blood of his enemies.",
"colors" : [ "Red", "Blue", "Pink" ],
"name" : "Berserker"
} ]
} ]