@kar-mi/spirit-vale-tools-items 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +28 -0
- package/dist/catalog.d.ts +59 -0
- package/dist/catalog.d.ts.map +1 -0
- package/dist/definitions/artifacts.d.ts +2236 -0
- package/dist/definitions/artifacts.d.ts.map +1 -0
- package/dist/definitions/cards.d.ts +3241 -0
- package/dist/definitions/cards.d.ts.map +1 -0
- package/dist/definitions/consumables.d.ts +129 -0
- package/dist/definitions/consumables.d.ts.map +1 -0
- package/dist/definitions/cosmetics.d.ts +4721 -0
- package/dist/definitions/cosmetics.d.ts.map +1 -0
- package/dist/definitions/equipment.d.ts +17157 -0
- package/dist/definitions/equipment.d.ts.map +1 -0
- package/dist/definitions/gems.d.ts +1557 -0
- package/dist/definitions/gems.d.ts.map +1 -0
- package/dist/definitions/index.d.ts +30147 -0
- package/dist/definitions/index.d.ts.map +1 -0
- package/dist/definitions/junks.d.ts +1133 -0
- package/dist/definitions/junks.d.ts.map +1 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +39165 -0
- package/dist/substat-caps.d.ts +17 -0
- package/dist/substat-caps.d.ts.map +1 -0
- package/package.json +28 -0
|
@@ -0,0 +1,3241 @@
|
|
|
1
|
+
export declare class CardItemDefinitions {
|
|
2
|
+
private constructor();
|
|
3
|
+
static readonly values: readonly [{
|
|
4
|
+
readonly itemType: 4;
|
|
5
|
+
readonly id: "Abomination";
|
|
6
|
+
readonly displayName: "Abomination Card";
|
|
7
|
+
readonly effects: readonly [{
|
|
8
|
+
readonly type: 9;
|
|
9
|
+
readonly value: 1;
|
|
10
|
+
}, {
|
|
11
|
+
readonly type: 73;
|
|
12
|
+
readonly value: -1;
|
|
13
|
+
}];
|
|
14
|
+
}, {
|
|
15
|
+
readonly itemType: 4;
|
|
16
|
+
readonly id: "Alien Big Blink";
|
|
17
|
+
readonly displayName: "Cosmic Entity Card";
|
|
18
|
+
readonly effects: readonly [{
|
|
19
|
+
readonly type: 70;
|
|
20
|
+
readonly value: 10;
|
|
21
|
+
}, {
|
|
22
|
+
readonly type: 69;
|
|
23
|
+
readonly value: 10;
|
|
24
|
+
}, {
|
|
25
|
+
readonly type: 71;
|
|
26
|
+
readonly value: -25;
|
|
27
|
+
}, {
|
|
28
|
+
readonly type: 72;
|
|
29
|
+
readonly value: -25;
|
|
30
|
+
}];
|
|
31
|
+
}, {
|
|
32
|
+
readonly itemType: 4;
|
|
33
|
+
readonly id: "Alien Biteroot";
|
|
34
|
+
readonly displayName: "Chomproot Card";
|
|
35
|
+
readonly effects: readonly [{
|
|
36
|
+
readonly type: 26;
|
|
37
|
+
readonly value: 50;
|
|
38
|
+
readonly target: {
|
|
39
|
+
readonly kind: "status";
|
|
40
|
+
readonly id: "Bleeding";
|
|
41
|
+
};
|
|
42
|
+
}];
|
|
43
|
+
}, {
|
|
44
|
+
readonly itemType: 4;
|
|
45
|
+
readonly id: "Alien Cyclops";
|
|
46
|
+
readonly displayName: "Voidspawn Card";
|
|
47
|
+
readonly effects: readonly [{
|
|
48
|
+
readonly type: 42;
|
|
49
|
+
readonly value: 1;
|
|
50
|
+
readonly target: {
|
|
51
|
+
readonly kind: "skill";
|
|
52
|
+
readonly id: "TrueSight";
|
|
53
|
+
};
|
|
54
|
+
}];
|
|
55
|
+
}, {
|
|
56
|
+
readonly itemType: 4;
|
|
57
|
+
readonly id: "Alien Galaxia";
|
|
58
|
+
readonly displayName: "Galaxian Brute Card";
|
|
59
|
+
}, {
|
|
60
|
+
readonly itemType: 4;
|
|
61
|
+
readonly id: "Alien One Eye";
|
|
62
|
+
readonly displayName: "Voidgazer Card";
|
|
63
|
+
readonly effects: readonly [{
|
|
64
|
+
readonly type: 34;
|
|
65
|
+
readonly value: 1;
|
|
66
|
+
}];
|
|
67
|
+
}, {
|
|
68
|
+
readonly itemType: 4;
|
|
69
|
+
readonly id: "Alien Pew Pew";
|
|
70
|
+
readonly displayName: "Galaxian Blaster Card";
|
|
71
|
+
}, {
|
|
72
|
+
readonly itemType: 4;
|
|
73
|
+
readonly id: "Alien Plant";
|
|
74
|
+
readonly displayName: "Chompbloom Card";
|
|
75
|
+
readonly effects: readonly [{
|
|
76
|
+
readonly type: 26;
|
|
77
|
+
readonly value: 50;
|
|
78
|
+
readonly target: {
|
|
79
|
+
readonly kind: "status";
|
|
80
|
+
readonly id: "Slow";
|
|
81
|
+
};
|
|
82
|
+
}, {
|
|
83
|
+
readonly type: 26;
|
|
84
|
+
readonly value: 50;
|
|
85
|
+
readonly target: {
|
|
86
|
+
readonly kind: "status";
|
|
87
|
+
readonly id: "Bleeding";
|
|
88
|
+
};
|
|
89
|
+
}];
|
|
90
|
+
}, {
|
|
91
|
+
readonly itemType: 4;
|
|
92
|
+
readonly id: "Alien Skye";
|
|
93
|
+
readonly displayName: "Galaxian Skimmer Card";
|
|
94
|
+
}, {
|
|
95
|
+
readonly itemType: 4;
|
|
96
|
+
readonly id: "Alien Spike";
|
|
97
|
+
readonly displayName: "Cinderspike Card";
|
|
98
|
+
readonly effects: readonly [{
|
|
99
|
+
readonly type: 86;
|
|
100
|
+
readonly value: 5;
|
|
101
|
+
}];
|
|
102
|
+
}, {
|
|
103
|
+
readonly itemType: 4;
|
|
104
|
+
readonly id: "Alien Sporella";
|
|
105
|
+
readonly displayName: "Chompcap Card";
|
|
106
|
+
}, {
|
|
107
|
+
readonly itemType: 4;
|
|
108
|
+
readonly id: "Alien Star";
|
|
109
|
+
readonly displayName: "Little Star Card";
|
|
110
|
+
readonly effects: readonly [{
|
|
111
|
+
readonly type: 46;
|
|
112
|
+
readonly value: 6;
|
|
113
|
+
readonly target: {
|
|
114
|
+
readonly kind: "element";
|
|
115
|
+
readonly id: "Holy";
|
|
116
|
+
};
|
|
117
|
+
}];
|
|
118
|
+
}, {
|
|
119
|
+
readonly itemType: 4;
|
|
120
|
+
readonly id: "Alien Starry";
|
|
121
|
+
readonly displayName: "Starry Card";
|
|
122
|
+
}, {
|
|
123
|
+
readonly itemType: 4;
|
|
124
|
+
readonly id: "Alien Twinkle";
|
|
125
|
+
readonly displayName: "Twinkle Card";
|
|
126
|
+
readonly effects: readonly [{
|
|
127
|
+
readonly type: 67;
|
|
128
|
+
readonly value: 10;
|
|
129
|
+
}];
|
|
130
|
+
}, {
|
|
131
|
+
readonly itemType: 4;
|
|
132
|
+
readonly id: "Alien Wheel";
|
|
133
|
+
readonly displayName: "Cinderwheel Card";
|
|
134
|
+
readonly effects: readonly [{
|
|
135
|
+
readonly type: 26;
|
|
136
|
+
readonly value: 50;
|
|
137
|
+
readonly target: {
|
|
138
|
+
readonly kind: "status";
|
|
139
|
+
readonly id: "Stun";
|
|
140
|
+
};
|
|
141
|
+
}, {
|
|
142
|
+
readonly type: 72;
|
|
143
|
+
readonly value: -25;
|
|
144
|
+
}];
|
|
145
|
+
}, {
|
|
146
|
+
readonly itemType: 4;
|
|
147
|
+
readonly id: "Alien Wreck";
|
|
148
|
+
readonly displayName: "Cindermaw Card";
|
|
149
|
+
readonly effects: readonly [{
|
|
150
|
+
readonly type: 32;
|
|
151
|
+
readonly value: 1;
|
|
152
|
+
}];
|
|
153
|
+
}, {
|
|
154
|
+
readonly itemType: 4;
|
|
155
|
+
readonly id: "Angel";
|
|
156
|
+
readonly displayName: "Angel Card";
|
|
157
|
+
readonly effects: readonly [{
|
|
158
|
+
readonly type: 46;
|
|
159
|
+
readonly value: 6;
|
|
160
|
+
readonly target: {
|
|
161
|
+
readonly kind: "element";
|
|
162
|
+
readonly id: "Holy";
|
|
163
|
+
};
|
|
164
|
+
}];
|
|
165
|
+
}, {
|
|
166
|
+
readonly itemType: 4;
|
|
167
|
+
readonly id: "Angel Mage";
|
|
168
|
+
readonly displayName: "Seraphim Arbiter Card";
|
|
169
|
+
readonly effects: readonly [{
|
|
170
|
+
readonly type: 19;
|
|
171
|
+
readonly value: 3;
|
|
172
|
+
}];
|
|
173
|
+
}, {
|
|
174
|
+
readonly itemType: 4;
|
|
175
|
+
readonly id: "Archangel";
|
|
176
|
+
readonly displayName: "Archangel Card";
|
|
177
|
+
readonly effects: readonly [{
|
|
178
|
+
readonly type: 53;
|
|
179
|
+
readonly value: 25;
|
|
180
|
+
readonly target: {
|
|
181
|
+
readonly kind: "element";
|
|
182
|
+
readonly id: "Holy";
|
|
183
|
+
};
|
|
184
|
+
}];
|
|
185
|
+
}, {
|
|
186
|
+
readonly itemType: 4;
|
|
187
|
+
readonly id: "Ball Robot Blue";
|
|
188
|
+
readonly displayName: "Ward Robot Card";
|
|
189
|
+
}, {
|
|
190
|
+
readonly itemType: 4;
|
|
191
|
+
readonly id: "Ball Robot Red";
|
|
192
|
+
readonly displayName: "Strike Robot Card";
|
|
193
|
+
}, {
|
|
194
|
+
readonly itemType: 4;
|
|
195
|
+
readonly id: "Bat";
|
|
196
|
+
readonly displayName: "Bat Card";
|
|
197
|
+
readonly effects: readonly [{
|
|
198
|
+
readonly type: 23;
|
|
199
|
+
readonly value: 10;
|
|
200
|
+
}];
|
|
201
|
+
}, {
|
|
202
|
+
readonly itemType: 4;
|
|
203
|
+
readonly id: "Bat Lord";
|
|
204
|
+
readonly displayName: "Night Baron Card";
|
|
205
|
+
readonly effects: readonly [{
|
|
206
|
+
readonly type: 177;
|
|
207
|
+
readonly value: 3;
|
|
208
|
+
}];
|
|
209
|
+
}, {
|
|
210
|
+
readonly itemType: 4;
|
|
211
|
+
readonly id: "Bee";
|
|
212
|
+
readonly displayName: "Bee Card";
|
|
213
|
+
readonly effects: readonly [{
|
|
214
|
+
readonly type: 76;
|
|
215
|
+
readonly value: 25;
|
|
216
|
+
}];
|
|
217
|
+
}, {
|
|
218
|
+
readonly itemType: 4;
|
|
219
|
+
readonly id: "Bird";
|
|
220
|
+
readonly displayName: "Rooster Card";
|
|
221
|
+
readonly effects: readonly [{
|
|
222
|
+
readonly type: 78;
|
|
223
|
+
readonly value: 10;
|
|
224
|
+
}];
|
|
225
|
+
}, {
|
|
226
|
+
readonly itemType: 4;
|
|
227
|
+
readonly id: "Blast Robot Blue";
|
|
228
|
+
readonly displayName: "Guard Robot Card";
|
|
229
|
+
}, {
|
|
230
|
+
readonly itemType: 4;
|
|
231
|
+
readonly id: "Blast Robot Red";
|
|
232
|
+
readonly displayName: "Blast Robot Card";
|
|
233
|
+
}, {
|
|
234
|
+
readonly itemType: 4;
|
|
235
|
+
readonly id: "Blind";
|
|
236
|
+
readonly displayName: "Nightshade Card";
|
|
237
|
+
}, {
|
|
238
|
+
readonly itemType: 4;
|
|
239
|
+
readonly id: "Bloom";
|
|
240
|
+
readonly displayName: "Nightbloom Card";
|
|
241
|
+
readonly effects: readonly [{
|
|
242
|
+
readonly type: 142;
|
|
243
|
+
readonly value: 5;
|
|
244
|
+
}];
|
|
245
|
+
}, {
|
|
246
|
+
readonly itemType: 4;
|
|
247
|
+
readonly id: "Blossom";
|
|
248
|
+
readonly displayName: "Deathblossom Card";
|
|
249
|
+
readonly effects: readonly [{
|
|
250
|
+
readonly type: 142;
|
|
251
|
+
readonly value: 5;
|
|
252
|
+
}];
|
|
253
|
+
}, {
|
|
254
|
+
readonly itemType: 4;
|
|
255
|
+
readonly id: "Bomb";
|
|
256
|
+
readonly displayName: "Bomb Card";
|
|
257
|
+
readonly effects: readonly [{
|
|
258
|
+
readonly type: 63;
|
|
259
|
+
readonly value: 25;
|
|
260
|
+
}, {
|
|
261
|
+
readonly type: 30;
|
|
262
|
+
readonly value: 1;
|
|
263
|
+
}];
|
|
264
|
+
}, {
|
|
265
|
+
readonly itemType: 4;
|
|
266
|
+
readonly id: "Bot Robot";
|
|
267
|
+
readonly displayName: "Repair Robot Card";
|
|
268
|
+
}, {
|
|
269
|
+
readonly itemType: 4;
|
|
270
|
+
readonly id: "Boxy Robot";
|
|
271
|
+
readonly displayName: "Boxy Robot Card";
|
|
272
|
+
readonly effects: readonly [{
|
|
273
|
+
readonly type: 53;
|
|
274
|
+
readonly value: 20;
|
|
275
|
+
readonly target: {
|
|
276
|
+
readonly kind: "element";
|
|
277
|
+
readonly id: "Neutral";
|
|
278
|
+
};
|
|
279
|
+
}];
|
|
280
|
+
}, {
|
|
281
|
+
readonly itemType: 4;
|
|
282
|
+
readonly id: "Bud";
|
|
283
|
+
readonly displayName: "Venom Bud Card";
|
|
284
|
+
readonly effects: readonly [{
|
|
285
|
+
readonly type: 65;
|
|
286
|
+
readonly value: 10;
|
|
287
|
+
}, {
|
|
288
|
+
readonly type: 71;
|
|
289
|
+
readonly value: -5;
|
|
290
|
+
}, {
|
|
291
|
+
readonly type: 72;
|
|
292
|
+
readonly value: -5;
|
|
293
|
+
}];
|
|
294
|
+
}, {
|
|
295
|
+
readonly itemType: 4;
|
|
296
|
+
readonly id: "Bumble";
|
|
297
|
+
readonly displayName: "Bumblebee Card";
|
|
298
|
+
readonly effects: readonly [{
|
|
299
|
+
readonly type: 76;
|
|
300
|
+
readonly value: 25;
|
|
301
|
+
}];
|
|
302
|
+
}, {
|
|
303
|
+
readonly itemType: 4;
|
|
304
|
+
readonly id: "Bunny";
|
|
305
|
+
readonly displayName: "Bunny Card";
|
|
306
|
+
readonly effects: readonly [{
|
|
307
|
+
readonly type: 46;
|
|
308
|
+
readonly value: 6;
|
|
309
|
+
readonly target: {
|
|
310
|
+
readonly kind: "element";
|
|
311
|
+
readonly id: "Neutral";
|
|
312
|
+
};
|
|
313
|
+
}];
|
|
314
|
+
}, {
|
|
315
|
+
readonly itemType: 4;
|
|
316
|
+
readonly id: "Burrow";
|
|
317
|
+
readonly displayName: "Digger Card";
|
|
318
|
+
readonly effects: readonly [{
|
|
319
|
+
readonly type: 42;
|
|
320
|
+
readonly value: 1;
|
|
321
|
+
readonly target: {
|
|
322
|
+
readonly kind: "skill";
|
|
323
|
+
readonly id: "Stomp";
|
|
324
|
+
};
|
|
325
|
+
}];
|
|
326
|
+
}, {
|
|
327
|
+
readonly itemType: 4;
|
|
328
|
+
readonly id: "Butterfly Fairy";
|
|
329
|
+
readonly displayName: "Fairy Card";
|
|
330
|
+
readonly effects: readonly [{
|
|
331
|
+
readonly type: 34;
|
|
332
|
+
readonly value: 1;
|
|
333
|
+
}, {
|
|
334
|
+
readonly type: 72;
|
|
335
|
+
readonly value: -10;
|
|
336
|
+
}];
|
|
337
|
+
}, {
|
|
338
|
+
readonly itemType: 4;
|
|
339
|
+
readonly id: "Butterfly Hue";
|
|
340
|
+
readonly displayName: "Sprite Card";
|
|
341
|
+
readonly effects: readonly [{
|
|
342
|
+
readonly type: 67;
|
|
343
|
+
readonly value: 10;
|
|
344
|
+
}];
|
|
345
|
+
}, {
|
|
346
|
+
readonly itemType: 4;
|
|
347
|
+
readonly id: "Butterfly Pixie";
|
|
348
|
+
readonly displayName: "Pixie Card";
|
|
349
|
+
readonly effects: readonly [{
|
|
350
|
+
readonly type: 44;
|
|
351
|
+
readonly value: 10;
|
|
352
|
+
readonly target: {
|
|
353
|
+
readonly kind: "element";
|
|
354
|
+
readonly id: "Holy";
|
|
355
|
+
};
|
|
356
|
+
}];
|
|
357
|
+
}, {
|
|
358
|
+
readonly itemType: 4;
|
|
359
|
+
readonly id: "Cacti";
|
|
360
|
+
readonly displayName: "Cacti Card";
|
|
361
|
+
readonly effects: readonly [{
|
|
362
|
+
readonly type: 86;
|
|
363
|
+
readonly value: 2;
|
|
364
|
+
}];
|
|
365
|
+
}, {
|
|
366
|
+
readonly itemType: 4;
|
|
367
|
+
readonly id: "Cactus";
|
|
368
|
+
readonly displayName: "Cactus Card";
|
|
369
|
+
readonly effects: readonly [{
|
|
370
|
+
readonly type: 86;
|
|
371
|
+
readonly value: 10;
|
|
372
|
+
}];
|
|
373
|
+
}, {
|
|
374
|
+
readonly itemType: 4;
|
|
375
|
+
readonly id: "Cactus Boss";
|
|
376
|
+
readonly displayName: "Cactus King Card";
|
|
377
|
+
readonly effects: readonly [{
|
|
378
|
+
readonly type: 42;
|
|
379
|
+
readonly value: 5;
|
|
380
|
+
readonly target: {
|
|
381
|
+
readonly kind: "skill";
|
|
382
|
+
readonly id: "Endure";
|
|
383
|
+
};
|
|
384
|
+
}, {
|
|
385
|
+
readonly type: 71;
|
|
386
|
+
readonly value: 10;
|
|
387
|
+
}];
|
|
388
|
+
}, {
|
|
389
|
+
readonly itemType: 4;
|
|
390
|
+
readonly id: "Cat Bolt";
|
|
391
|
+
readonly displayName: "Raiju Card";
|
|
392
|
+
readonly effects: readonly [{
|
|
393
|
+
readonly type: 19;
|
|
394
|
+
readonly value: 6;
|
|
395
|
+
}];
|
|
396
|
+
}, {
|
|
397
|
+
readonly itemType: 4;
|
|
398
|
+
readonly id: "Cat Lightning";
|
|
399
|
+
readonly displayName: "Voltpaw Card";
|
|
400
|
+
readonly effects: readonly [{
|
|
401
|
+
readonly type: 53;
|
|
402
|
+
readonly value: 25;
|
|
403
|
+
readonly target: {
|
|
404
|
+
readonly kind: "element";
|
|
405
|
+
readonly id: "Wind";
|
|
406
|
+
};
|
|
407
|
+
}];
|
|
408
|
+
}, {
|
|
409
|
+
readonly itemType: 4;
|
|
410
|
+
readonly id: "Cat Meow";
|
|
411
|
+
readonly displayName: "Sparkit Card";
|
|
412
|
+
readonly effects: readonly [{
|
|
413
|
+
readonly type: 42;
|
|
414
|
+
readonly value: 3;
|
|
415
|
+
readonly target: {
|
|
416
|
+
readonly kind: "skill";
|
|
417
|
+
readonly id: "Thunderbolt";
|
|
418
|
+
};
|
|
419
|
+
}];
|
|
420
|
+
}, {
|
|
421
|
+
readonly itemType: 4;
|
|
422
|
+
readonly id: "Chick";
|
|
423
|
+
readonly displayName: "Chick Card";
|
|
424
|
+
readonly effects: readonly [{
|
|
425
|
+
readonly type: 9;
|
|
426
|
+
readonly value: 5;
|
|
427
|
+
}];
|
|
428
|
+
}, {
|
|
429
|
+
readonly itemType: 4;
|
|
430
|
+
readonly id: "Cobra Venom";
|
|
431
|
+
readonly displayName: "Cobra Card";
|
|
432
|
+
}, {
|
|
433
|
+
readonly itemType: 4;
|
|
434
|
+
readonly id: "Creeper";
|
|
435
|
+
readonly displayName: "Crawler Card";
|
|
436
|
+
readonly effects: readonly [{
|
|
437
|
+
readonly type: 52;
|
|
438
|
+
readonly value: 10;
|
|
439
|
+
}];
|
|
440
|
+
}, {
|
|
441
|
+
readonly itemType: 4;
|
|
442
|
+
readonly id: "Crystal Guardian Amethyst";
|
|
443
|
+
readonly displayName: "Amethyst Guardian Card";
|
|
444
|
+
}, {
|
|
445
|
+
readonly itemType: 4;
|
|
446
|
+
readonly id: "Crystal Guardian Aqua";
|
|
447
|
+
readonly displayName: "Aquamarine Guardian Card";
|
|
448
|
+
}, {
|
|
449
|
+
readonly itemType: 4;
|
|
450
|
+
readonly id: "Crystal Guardian Emerald";
|
|
451
|
+
readonly displayName: "Emerald Guardian Card";
|
|
452
|
+
}, {
|
|
453
|
+
readonly itemType: 4;
|
|
454
|
+
readonly id: "Cyclops";
|
|
455
|
+
readonly displayName: "Cyclops Card";
|
|
456
|
+
readonly effects: readonly [{
|
|
457
|
+
readonly type: 74;
|
|
458
|
+
readonly value: 10;
|
|
459
|
+
}];
|
|
460
|
+
}, {
|
|
461
|
+
readonly itemType: 4;
|
|
462
|
+
readonly id: "Cyclops Bat";
|
|
463
|
+
readonly displayName: "Eyeclops Bat Card";
|
|
464
|
+
readonly effects: readonly [{
|
|
465
|
+
readonly type: 48;
|
|
466
|
+
readonly value: 5;
|
|
467
|
+
}];
|
|
468
|
+
}, {
|
|
469
|
+
readonly itemType: 4;
|
|
470
|
+
readonly id: "Cyclops Bat Mage";
|
|
471
|
+
readonly displayName: "Eyeclops Mage Card";
|
|
472
|
+
readonly effects: readonly [{
|
|
473
|
+
readonly type: 48;
|
|
474
|
+
readonly value: 5;
|
|
475
|
+
}];
|
|
476
|
+
}, {
|
|
477
|
+
readonly itemType: 4;
|
|
478
|
+
readonly id: "Cyclops Bat Wizard";
|
|
479
|
+
readonly displayName: "Eyeclops Arcanist Card";
|
|
480
|
+
readonly effects: readonly [{
|
|
481
|
+
readonly type: 64;
|
|
482
|
+
readonly value: 15;
|
|
483
|
+
}];
|
|
484
|
+
}, {
|
|
485
|
+
readonly itemType: 4;
|
|
486
|
+
readonly id: "Cyclops Giant";
|
|
487
|
+
readonly displayName: "Cyclops Titan Card";
|
|
488
|
+
readonly effects: readonly [{
|
|
489
|
+
readonly type: 74;
|
|
490
|
+
readonly value: 3;
|
|
491
|
+
}];
|
|
492
|
+
}, {
|
|
493
|
+
readonly itemType: 4;
|
|
494
|
+
readonly id: "Cyclops Minion";
|
|
495
|
+
readonly displayName: "Cyclopling Card";
|
|
496
|
+
readonly effects: readonly [{
|
|
497
|
+
readonly type: 74;
|
|
498
|
+
readonly value: 15;
|
|
499
|
+
}];
|
|
500
|
+
}, {
|
|
501
|
+
readonly itemType: 4;
|
|
502
|
+
readonly id: "Dark Wizard Black";
|
|
503
|
+
readonly displayName: "Onyx Warlock Card";
|
|
504
|
+
}, {
|
|
505
|
+
readonly itemType: 4;
|
|
506
|
+
readonly id: "Dark Wizard Purple";
|
|
507
|
+
readonly displayName: "Violet Warlock Card";
|
|
508
|
+
}, {
|
|
509
|
+
readonly itemType: 4;
|
|
510
|
+
readonly id: "Dark Wizard Red";
|
|
511
|
+
readonly displayName: "Scarlet Warlock Card";
|
|
512
|
+
}, {
|
|
513
|
+
readonly itemType: 4;
|
|
514
|
+
readonly id: "Death";
|
|
515
|
+
readonly displayName: "Wight Card";
|
|
516
|
+
readonly effects: readonly [{
|
|
517
|
+
readonly type: 53;
|
|
518
|
+
readonly value: 15;
|
|
519
|
+
readonly target: {
|
|
520
|
+
readonly kind: "element";
|
|
521
|
+
readonly id: "Ghost";
|
|
522
|
+
};
|
|
523
|
+
}];
|
|
524
|
+
}, {
|
|
525
|
+
readonly itemType: 4;
|
|
526
|
+
readonly id: "Death Mage";
|
|
527
|
+
readonly displayName: "Abyss Archon Card";
|
|
528
|
+
readonly effects: readonly [{
|
|
529
|
+
readonly type: 42;
|
|
530
|
+
readonly value: 1;
|
|
531
|
+
readonly target: {
|
|
532
|
+
readonly kind: "skill";
|
|
533
|
+
readonly id: "Cloaking";
|
|
534
|
+
};
|
|
535
|
+
}];
|
|
536
|
+
}, {
|
|
537
|
+
readonly itemType: 4;
|
|
538
|
+
readonly id: "Delivery Robot";
|
|
539
|
+
readonly displayName: "Delivery Robot Card";
|
|
540
|
+
readonly refineEffects: readonly [{
|
|
541
|
+
readonly type: 101;
|
|
542
|
+
readonly value: 100;
|
|
543
|
+
}];
|
|
544
|
+
}, {
|
|
545
|
+
readonly itemType: 4;
|
|
546
|
+
readonly id: "Devil Bat";
|
|
547
|
+
readonly displayName: "Fire Bat Card";
|
|
548
|
+
}, {
|
|
549
|
+
readonly itemType: 4;
|
|
550
|
+
readonly id: "Devil Hades";
|
|
551
|
+
readonly displayName: "Inferno Bat Card";
|
|
552
|
+
}, {
|
|
553
|
+
readonly itemType: 4;
|
|
554
|
+
readonly id: "Devil Hell";
|
|
555
|
+
readonly displayName: "Hell Bat Card";
|
|
556
|
+
}, {
|
|
557
|
+
readonly itemType: 4;
|
|
558
|
+
readonly id: "Direwolf";
|
|
559
|
+
readonly displayName: "Direwolf Card";
|
|
560
|
+
readonly effects: readonly [{
|
|
561
|
+
readonly type: 79;
|
|
562
|
+
readonly value: 15;
|
|
563
|
+
}];
|
|
564
|
+
}, {
|
|
565
|
+
readonly itemType: 4;
|
|
566
|
+
readonly id: "Dog Bark";
|
|
567
|
+
readonly displayName: "Hound Card";
|
|
568
|
+
readonly effects: readonly [{
|
|
569
|
+
readonly type: 42;
|
|
570
|
+
readonly value: 1;
|
|
571
|
+
readonly target: {
|
|
572
|
+
readonly kind: "skill";
|
|
573
|
+
readonly id: "Fireball";
|
|
574
|
+
};
|
|
575
|
+
}];
|
|
576
|
+
}, {
|
|
577
|
+
readonly itemType: 4;
|
|
578
|
+
readonly id: "Dog Bowwow";
|
|
579
|
+
readonly displayName: "Hellhound Card";
|
|
580
|
+
readonly effects: readonly [{
|
|
581
|
+
readonly type: 109;
|
|
582
|
+
readonly value: 1;
|
|
583
|
+
readonly target: {
|
|
584
|
+
readonly kind: "skill";
|
|
585
|
+
readonly id: "Fireball";
|
|
586
|
+
};
|
|
587
|
+
}, {
|
|
588
|
+
readonly type: 109;
|
|
589
|
+
readonly value: 1;
|
|
590
|
+
readonly target: {
|
|
591
|
+
readonly kind: "skill";
|
|
592
|
+
readonly id: "Firewall";
|
|
593
|
+
};
|
|
594
|
+
}];
|
|
595
|
+
}, {
|
|
596
|
+
readonly itemType: 4;
|
|
597
|
+
readonly id: "Dog Pup";
|
|
598
|
+
readonly displayName: "Pup Card";
|
|
599
|
+
readonly effects: readonly [{
|
|
600
|
+
readonly type: 42;
|
|
601
|
+
readonly value: 3;
|
|
602
|
+
readonly target: {
|
|
603
|
+
readonly kind: "skill";
|
|
604
|
+
readonly id: "Firebolt";
|
|
605
|
+
};
|
|
606
|
+
}];
|
|
607
|
+
}, {
|
|
608
|
+
readonly itemType: 4;
|
|
609
|
+
readonly id: "Dragon Blizzard";
|
|
610
|
+
readonly displayName: "Frost Wyvern Card";
|
|
611
|
+
readonly effects: readonly [{
|
|
612
|
+
readonly type: 26;
|
|
613
|
+
readonly value: 50;
|
|
614
|
+
readonly target: {
|
|
615
|
+
readonly kind: "status";
|
|
616
|
+
readonly id: "Frozen";
|
|
617
|
+
};
|
|
618
|
+
}];
|
|
619
|
+
}, {
|
|
620
|
+
readonly itemType: 4;
|
|
621
|
+
readonly id: "Dragon Bot";
|
|
622
|
+
readonly displayName: "Dragon Bot Card";
|
|
623
|
+
}, {
|
|
624
|
+
readonly itemType: 4;
|
|
625
|
+
readonly id: "Dragon Darkness";
|
|
626
|
+
readonly displayName: "Shadow Wyvern Card";
|
|
627
|
+
readonly effects: readonly [{
|
|
628
|
+
readonly type: 69;
|
|
629
|
+
readonly value: 1;
|
|
630
|
+
}, {
|
|
631
|
+
readonly type: 70;
|
|
632
|
+
readonly value: 1;
|
|
633
|
+
}, {
|
|
634
|
+
readonly type: 71;
|
|
635
|
+
readonly value: -50;
|
|
636
|
+
}];
|
|
637
|
+
}, {
|
|
638
|
+
readonly itemType: 4;
|
|
639
|
+
readonly id: "Dragon Dusk";
|
|
640
|
+
readonly displayName: "Dusk Drake Card";
|
|
641
|
+
readonly effects: readonly [{
|
|
642
|
+
readonly type: 26;
|
|
643
|
+
readonly value: 50;
|
|
644
|
+
readonly target: {
|
|
645
|
+
readonly kind: "status";
|
|
646
|
+
readonly id: "Curse";
|
|
647
|
+
};
|
|
648
|
+
}];
|
|
649
|
+
}, {
|
|
650
|
+
readonly itemType: 4;
|
|
651
|
+
readonly id: "Dragon Fire";
|
|
652
|
+
readonly displayName: "Flame Drake Card";
|
|
653
|
+
readonly effects: readonly [{
|
|
654
|
+
readonly type: 53;
|
|
655
|
+
readonly value: 15;
|
|
656
|
+
readonly target: {
|
|
657
|
+
readonly kind: "element";
|
|
658
|
+
readonly id: "Fire";
|
|
659
|
+
};
|
|
660
|
+
}];
|
|
661
|
+
}, {
|
|
662
|
+
readonly itemType: 4;
|
|
663
|
+
readonly id: "Dragon Ice";
|
|
664
|
+
readonly displayName: "Rime Drake Card";
|
|
665
|
+
readonly effects: readonly [{
|
|
666
|
+
readonly type: 123;
|
|
667
|
+
readonly value: 1;
|
|
668
|
+
readonly target: {
|
|
669
|
+
readonly kind: "skill";
|
|
670
|
+
readonly id: "IceShard";
|
|
671
|
+
};
|
|
672
|
+
}];
|
|
673
|
+
}, {
|
|
674
|
+
readonly itemType: 4;
|
|
675
|
+
readonly id: "Dragon Inferno";
|
|
676
|
+
readonly displayName: "Inferno Wyvern Card";
|
|
677
|
+
readonly effects: readonly [{
|
|
678
|
+
readonly type: 69;
|
|
679
|
+
readonly value: 4;
|
|
680
|
+
}];
|
|
681
|
+
}, {
|
|
682
|
+
readonly itemType: 4;
|
|
683
|
+
readonly id: "Dragon King Blue";
|
|
684
|
+
readonly displayName: "Frost Wyrm Card";
|
|
685
|
+
}, {
|
|
686
|
+
readonly itemType: 4;
|
|
687
|
+
readonly id: "Dragon King Green";
|
|
688
|
+
readonly displayName: "Fire Wyrm Card";
|
|
689
|
+
}, {
|
|
690
|
+
readonly itemType: 4;
|
|
691
|
+
readonly id: "Dragon King Orange";
|
|
692
|
+
readonly displayName: "Earth Wyrm Card";
|
|
693
|
+
}, {
|
|
694
|
+
readonly itemType: 4;
|
|
695
|
+
readonly id: "Dragon King Purple";
|
|
696
|
+
readonly displayName: "Lightning Wyrm Card";
|
|
697
|
+
}, {
|
|
698
|
+
readonly itemType: 4;
|
|
699
|
+
readonly id: "Dragon Nightfall";
|
|
700
|
+
readonly displayName: "Night Drake Card";
|
|
701
|
+
readonly effects: readonly [{
|
|
702
|
+
readonly type: 52;
|
|
703
|
+
readonly value: 10;
|
|
704
|
+
}];
|
|
705
|
+
}, {
|
|
706
|
+
readonly itemType: 4;
|
|
707
|
+
readonly id: "Dragon Predator Robot";
|
|
708
|
+
readonly displayName: "Robot Dragon Card";
|
|
709
|
+
}, {
|
|
710
|
+
readonly itemType: 4;
|
|
711
|
+
readonly id: "Dragon Robot";
|
|
712
|
+
readonly displayName: "Dragon Robot Card";
|
|
713
|
+
}, {
|
|
714
|
+
readonly itemType: 4;
|
|
715
|
+
readonly id: "Dragon Spark";
|
|
716
|
+
readonly displayName: "Spark Drake Card";
|
|
717
|
+
readonly effects: readonly [{
|
|
718
|
+
readonly type: 69;
|
|
719
|
+
readonly value: 4;
|
|
720
|
+
}];
|
|
721
|
+
}, {
|
|
722
|
+
readonly itemType: 4;
|
|
723
|
+
readonly id: "Dragon Water";
|
|
724
|
+
readonly displayName: "Aqua Drake Card";
|
|
725
|
+
readonly effects: readonly [{
|
|
726
|
+
readonly type: 53;
|
|
727
|
+
readonly value: 15;
|
|
728
|
+
readonly target: {
|
|
729
|
+
readonly kind: "element";
|
|
730
|
+
readonly id: "Water";
|
|
731
|
+
};
|
|
732
|
+
}];
|
|
733
|
+
}, {
|
|
734
|
+
readonly itemType: 4;
|
|
735
|
+
readonly id: "Dragonfly Arrow";
|
|
736
|
+
readonly displayName: "Darter Card";
|
|
737
|
+
readonly effects: readonly [{
|
|
738
|
+
readonly type: 14;
|
|
739
|
+
readonly value: 10;
|
|
740
|
+
}, {
|
|
741
|
+
readonly type: 2;
|
|
742
|
+
readonly value: 1;
|
|
743
|
+
}];
|
|
744
|
+
}, {
|
|
745
|
+
readonly itemType: 4;
|
|
746
|
+
readonly id: "Dragonfly Darner";
|
|
747
|
+
readonly displayName: "Skimmer Card";
|
|
748
|
+
readonly effects: readonly [{
|
|
749
|
+
readonly type: 14;
|
|
750
|
+
readonly value: 20;
|
|
751
|
+
}];
|
|
752
|
+
}, {
|
|
753
|
+
readonly itemType: 4;
|
|
754
|
+
readonly id: "Dragonfly Swift";
|
|
755
|
+
readonly displayName: "Hawker Card";
|
|
756
|
+
readonly effects: readonly [{
|
|
757
|
+
readonly type: 14;
|
|
758
|
+
readonly value: 25;
|
|
759
|
+
}];
|
|
760
|
+
}, {
|
|
761
|
+
readonly itemType: 4;
|
|
762
|
+
readonly id: "Earthworm";
|
|
763
|
+
readonly displayName: "Grave Worm Card";
|
|
764
|
+
}, {
|
|
765
|
+
readonly itemType: 4;
|
|
766
|
+
readonly id: "Egg";
|
|
767
|
+
readonly displayName: "Egg Card";
|
|
768
|
+
readonly effects: readonly [{
|
|
769
|
+
readonly type: 7;
|
|
770
|
+
readonly value: 100;
|
|
771
|
+
}];
|
|
772
|
+
}, {
|
|
773
|
+
readonly itemType: 4;
|
|
774
|
+
readonly id: "Egglet";
|
|
775
|
+
readonly displayName: "Egglet Card";
|
|
776
|
+
readonly effects: readonly [{
|
|
777
|
+
readonly type: 63;
|
|
778
|
+
readonly value: 10;
|
|
779
|
+
}, {
|
|
780
|
+
readonly type: 2;
|
|
781
|
+
readonly value: 1;
|
|
782
|
+
}];
|
|
783
|
+
}, {
|
|
784
|
+
readonly itemType: 4;
|
|
785
|
+
readonly id: "Elder Wisp Blue";
|
|
786
|
+
readonly displayName: "Elder Frost Card";
|
|
787
|
+
readonly effects: readonly [{
|
|
788
|
+
readonly type: 46;
|
|
789
|
+
readonly value: 6;
|
|
790
|
+
readonly target: {
|
|
791
|
+
readonly kind: "element";
|
|
792
|
+
readonly id: "Water";
|
|
793
|
+
};
|
|
794
|
+
}];
|
|
795
|
+
}, {
|
|
796
|
+
readonly itemType: 4;
|
|
797
|
+
readonly id: "Elder Wisp Purple";
|
|
798
|
+
readonly displayName: "Elder Lightning Card";
|
|
799
|
+
readonly effects: readonly [{
|
|
800
|
+
readonly type: 46;
|
|
801
|
+
readonly value: 6;
|
|
802
|
+
readonly target: {
|
|
803
|
+
readonly kind: "element";
|
|
804
|
+
readonly id: "Wind";
|
|
805
|
+
};
|
|
806
|
+
}];
|
|
807
|
+
}, {
|
|
808
|
+
readonly itemType: 4;
|
|
809
|
+
readonly id: "Elder Wisp Yellow";
|
|
810
|
+
readonly displayName: "Elder Fire Card";
|
|
811
|
+
readonly effects: readonly [{
|
|
812
|
+
readonly type: 46;
|
|
813
|
+
readonly value: 6;
|
|
814
|
+
readonly target: {
|
|
815
|
+
readonly kind: "element";
|
|
816
|
+
readonly id: "Fire";
|
|
817
|
+
};
|
|
818
|
+
}];
|
|
819
|
+
}, {
|
|
820
|
+
readonly itemType: 4;
|
|
821
|
+
readonly id: "Eyeball Bat Blue";
|
|
822
|
+
readonly displayName: "Azure Gazer Card";
|
|
823
|
+
readonly effects: readonly [{
|
|
824
|
+
readonly type: 109;
|
|
825
|
+
readonly value: 1;
|
|
826
|
+
readonly target: {
|
|
827
|
+
readonly kind: "skill";
|
|
828
|
+
readonly id: "HolyLight";
|
|
829
|
+
};
|
|
830
|
+
}];
|
|
831
|
+
}, {
|
|
832
|
+
readonly itemType: 4;
|
|
833
|
+
readonly id: "Eyeball Bat Green";
|
|
834
|
+
readonly displayName: "Jade Gazer Card";
|
|
835
|
+
readonly effects: readonly [{
|
|
836
|
+
readonly type: 53;
|
|
837
|
+
readonly value: 25;
|
|
838
|
+
readonly target: {
|
|
839
|
+
readonly kind: "element";
|
|
840
|
+
readonly id: "Undead";
|
|
841
|
+
};
|
|
842
|
+
}];
|
|
843
|
+
}, {
|
|
844
|
+
readonly itemType: 4;
|
|
845
|
+
readonly id: "Eyeball Bat Red";
|
|
846
|
+
readonly displayName: "Ruby Gazer Card";
|
|
847
|
+
readonly effects: readonly [{
|
|
848
|
+
readonly type: 39;
|
|
849
|
+
readonly value: 1;
|
|
850
|
+
readonly target: {
|
|
851
|
+
readonly kind: "skill";
|
|
852
|
+
readonly id: "LifeDrainEnemy";
|
|
853
|
+
};
|
|
854
|
+
}];
|
|
855
|
+
}, {
|
|
856
|
+
readonly itemType: 4;
|
|
857
|
+
readonly id: "Eyeball Creep Blue";
|
|
858
|
+
readonly displayName: "Azure Eyestalk Card";
|
|
859
|
+
readonly effects: readonly [{
|
|
860
|
+
readonly type: 72;
|
|
861
|
+
readonly value: 10;
|
|
862
|
+
}];
|
|
863
|
+
}, {
|
|
864
|
+
readonly itemType: 4;
|
|
865
|
+
readonly id: "Eyeball Creep Green";
|
|
866
|
+
readonly displayName: "Jade Eyestalk Card";
|
|
867
|
+
readonly effects: readonly [{
|
|
868
|
+
readonly type: 72;
|
|
869
|
+
readonly value: 10;
|
|
870
|
+
}];
|
|
871
|
+
}, {
|
|
872
|
+
readonly itemType: 4;
|
|
873
|
+
readonly id: "Eyeball Creep Red";
|
|
874
|
+
readonly displayName: "Ruby Eyestalk Card";
|
|
875
|
+
readonly effects: readonly [{
|
|
876
|
+
readonly type: 72;
|
|
877
|
+
readonly value: 10;
|
|
878
|
+
}];
|
|
879
|
+
}, {
|
|
880
|
+
readonly itemType: 4;
|
|
881
|
+
readonly id: "Eyeball Mage";
|
|
882
|
+
readonly displayName: "Beholder Card";
|
|
883
|
+
}, {
|
|
884
|
+
readonly itemType: 4;
|
|
885
|
+
readonly id: "Eyeball Mage Blue";
|
|
886
|
+
readonly displayName: "Azure Beholder Card";
|
|
887
|
+
readonly effects: readonly [{
|
|
888
|
+
readonly type: 10;
|
|
889
|
+
readonly value: 1;
|
|
890
|
+
}, {
|
|
891
|
+
readonly type: 74;
|
|
892
|
+
readonly value: -1;
|
|
893
|
+
}];
|
|
894
|
+
}, {
|
|
895
|
+
readonly itemType: 4;
|
|
896
|
+
readonly id: "Eyeball Mage Green";
|
|
897
|
+
readonly displayName: "Jade Beholder Card";
|
|
898
|
+
readonly effects: readonly [{
|
|
899
|
+
readonly type: 46;
|
|
900
|
+
readonly value: 6;
|
|
901
|
+
readonly target: {
|
|
902
|
+
readonly kind: "element";
|
|
903
|
+
readonly id: "Undead";
|
|
904
|
+
};
|
|
905
|
+
}];
|
|
906
|
+
}, {
|
|
907
|
+
readonly itemType: 4;
|
|
908
|
+
readonly id: "Eyeball Mage Red";
|
|
909
|
+
readonly displayName: "Ruby Beholder Card";
|
|
910
|
+
readonly effects: readonly [{
|
|
911
|
+
readonly type: 98;
|
|
912
|
+
readonly value: 5;
|
|
913
|
+
}];
|
|
914
|
+
}, {
|
|
915
|
+
readonly itemType: 4;
|
|
916
|
+
readonly id: "Eyeball Monster";
|
|
917
|
+
readonly displayName: "Kraken Card";
|
|
918
|
+
readonly effects: readonly [{
|
|
919
|
+
readonly type: 200;
|
|
920
|
+
readonly value: 3;
|
|
921
|
+
readonly target: {
|
|
922
|
+
readonly kind: "skill";
|
|
923
|
+
readonly id: "IceShard";
|
|
924
|
+
};
|
|
925
|
+
}, {
|
|
926
|
+
readonly type: 42;
|
|
927
|
+
readonly value: 1;
|
|
928
|
+
readonly target: {
|
|
929
|
+
readonly kind: "skill";
|
|
930
|
+
readonly id: "FreezingField";
|
|
931
|
+
};
|
|
932
|
+
}];
|
|
933
|
+
}, {
|
|
934
|
+
readonly itemType: 4;
|
|
935
|
+
readonly id: "Fire";
|
|
936
|
+
readonly displayName: "Ember Card";
|
|
937
|
+
readonly effects: readonly [{
|
|
938
|
+
readonly type: 75;
|
|
939
|
+
readonly value: 25;
|
|
940
|
+
}, {
|
|
941
|
+
readonly type: 76;
|
|
942
|
+
readonly value: 25;
|
|
943
|
+
}];
|
|
944
|
+
}, {
|
|
945
|
+
readonly itemType: 4;
|
|
946
|
+
readonly id: "Fire Mage";
|
|
947
|
+
readonly displayName: "Fire Mage Card";
|
|
948
|
+
readonly effects: readonly [{
|
|
949
|
+
readonly type: 70;
|
|
950
|
+
readonly value: 4;
|
|
951
|
+
}];
|
|
952
|
+
}, {
|
|
953
|
+
readonly itemType: 4;
|
|
954
|
+
readonly id: "FIsh Blue";
|
|
955
|
+
readonly displayName: "Bluefin Card";
|
|
956
|
+
readonly effects: readonly [{
|
|
957
|
+
readonly type: 192;
|
|
958
|
+
readonly value: -25;
|
|
959
|
+
}];
|
|
960
|
+
}, {
|
|
961
|
+
readonly itemType: 4;
|
|
962
|
+
readonly id: "Fish Man Blue";
|
|
963
|
+
readonly displayName: "Aqua Merling Card";
|
|
964
|
+
readonly effects: readonly [{
|
|
965
|
+
readonly type: 10;
|
|
966
|
+
readonly value: 10;
|
|
967
|
+
}];
|
|
968
|
+
}, {
|
|
969
|
+
readonly itemType: 4;
|
|
970
|
+
readonly id: "Fish Man Pink";
|
|
971
|
+
readonly displayName: "Roseate Merling Card";
|
|
972
|
+
readonly effects: readonly [{
|
|
973
|
+
readonly type: 9;
|
|
974
|
+
readonly value: 10;
|
|
975
|
+
}];
|
|
976
|
+
}, {
|
|
977
|
+
readonly itemType: 4;
|
|
978
|
+
readonly id: "Fish Man Yellow";
|
|
979
|
+
readonly displayName: "Canary Merling Card";
|
|
980
|
+
readonly effects: readonly [{
|
|
981
|
+
readonly type: 15;
|
|
982
|
+
readonly value: 5;
|
|
983
|
+
}, {
|
|
984
|
+
readonly type: 52;
|
|
985
|
+
readonly value: 5;
|
|
986
|
+
}];
|
|
987
|
+
}, {
|
|
988
|
+
readonly itemType: 4;
|
|
989
|
+
readonly id: "Fish Merman Blue";
|
|
990
|
+
readonly displayName: "Sapphire Merman Card";
|
|
991
|
+
readonly effects: readonly [{
|
|
992
|
+
readonly type: 124;
|
|
993
|
+
readonly value: 2;
|
|
994
|
+
readonly target: {
|
|
995
|
+
readonly kind: "skill";
|
|
996
|
+
readonly id: "ShieldThrow";
|
|
997
|
+
};
|
|
998
|
+
}];
|
|
999
|
+
}, {
|
|
1000
|
+
readonly itemType: 4;
|
|
1001
|
+
readonly id: "Fish Merman Pink";
|
|
1002
|
+
readonly displayName: "Coral Merman Card";
|
|
1003
|
+
readonly effects: readonly [{
|
|
1004
|
+
readonly type: 52;
|
|
1005
|
+
readonly value: 10;
|
|
1006
|
+
}];
|
|
1007
|
+
}, {
|
|
1008
|
+
readonly itemType: 4;
|
|
1009
|
+
readonly id: "Fish Merman Yellow";
|
|
1010
|
+
readonly displayName: "Topaz Merman Card";
|
|
1011
|
+
}, {
|
|
1012
|
+
readonly itemType: 4;
|
|
1013
|
+
readonly id: "Fish Pink";
|
|
1014
|
+
readonly displayName: "Rosetail Card";
|
|
1015
|
+
readonly effects: readonly [{
|
|
1016
|
+
readonly type: 9;
|
|
1017
|
+
readonly value: 5;
|
|
1018
|
+
}, {
|
|
1019
|
+
readonly type: 10;
|
|
1020
|
+
readonly value: 5;
|
|
1021
|
+
}];
|
|
1022
|
+
}, {
|
|
1023
|
+
readonly itemType: 4;
|
|
1024
|
+
readonly id: "Fish Yellow";
|
|
1025
|
+
readonly displayName: "Goldtail Card";
|
|
1026
|
+
readonly effects: readonly [{
|
|
1027
|
+
readonly type: 121;
|
|
1028
|
+
readonly value: 5;
|
|
1029
|
+
}];
|
|
1030
|
+
}, {
|
|
1031
|
+
readonly itemType: 4;
|
|
1032
|
+
readonly id: "Flame";
|
|
1033
|
+
readonly displayName: "Blaze Card";
|
|
1034
|
+
readonly effects: readonly [{
|
|
1035
|
+
readonly type: 211;
|
|
1036
|
+
readonly value: 15;
|
|
1037
|
+
readonly target: {
|
|
1038
|
+
readonly kind: "status";
|
|
1039
|
+
readonly id: "Burning";
|
|
1040
|
+
};
|
|
1041
|
+
}];
|
|
1042
|
+
}, {
|
|
1043
|
+
readonly itemType: 4;
|
|
1044
|
+
readonly id: "Fledgling";
|
|
1045
|
+
readonly displayName: "Fledgling Card";
|
|
1046
|
+
readonly effects: readonly [{
|
|
1047
|
+
readonly type: 13;
|
|
1048
|
+
readonly value: 25;
|
|
1049
|
+
}];
|
|
1050
|
+
}, {
|
|
1051
|
+
readonly itemType: 4;
|
|
1052
|
+
readonly id: "Flora";
|
|
1053
|
+
readonly displayName: "Flora Card";
|
|
1054
|
+
readonly effects: readonly [{
|
|
1055
|
+
readonly type: 42;
|
|
1056
|
+
readonly value: 1;
|
|
1057
|
+
readonly target: {
|
|
1058
|
+
readonly kind: "skill";
|
|
1059
|
+
readonly id: "IceShard";
|
|
1060
|
+
};
|
|
1061
|
+
}];
|
|
1062
|
+
}, {
|
|
1063
|
+
readonly itemType: 4;
|
|
1064
|
+
readonly id: "Flower Pot Monster";
|
|
1065
|
+
readonly displayName: "Mandrake Card";
|
|
1066
|
+
readonly effects: readonly [{
|
|
1067
|
+
readonly type: 42;
|
|
1068
|
+
readonly value: 1;
|
|
1069
|
+
readonly target: {
|
|
1070
|
+
readonly kind: "skill";
|
|
1071
|
+
readonly id: "EarthSpikes";
|
|
1072
|
+
};
|
|
1073
|
+
}];
|
|
1074
|
+
}, {
|
|
1075
|
+
readonly itemType: 4;
|
|
1076
|
+
readonly id: "Fungi";
|
|
1077
|
+
readonly displayName: "Fungi Card";
|
|
1078
|
+
readonly effects: readonly [{
|
|
1079
|
+
readonly type: 42;
|
|
1080
|
+
readonly value: 5;
|
|
1081
|
+
readonly target: {
|
|
1082
|
+
readonly kind: "skill";
|
|
1083
|
+
readonly id: "Heal";
|
|
1084
|
+
};
|
|
1085
|
+
}];
|
|
1086
|
+
}, {
|
|
1087
|
+
readonly itemType: 4;
|
|
1088
|
+
readonly id: "Galaxy Robot";
|
|
1089
|
+
readonly displayName: "Galaxy Robot Card";
|
|
1090
|
+
}, {
|
|
1091
|
+
readonly itemType: 4;
|
|
1092
|
+
readonly id: "Ghost";
|
|
1093
|
+
readonly displayName: "Ghost Card";
|
|
1094
|
+
readonly effects: readonly [{
|
|
1095
|
+
readonly type: 122;
|
|
1096
|
+
readonly value: 1;
|
|
1097
|
+
}];
|
|
1098
|
+
}, {
|
|
1099
|
+
readonly itemType: 4;
|
|
1100
|
+
readonly id: "Gloom";
|
|
1101
|
+
readonly displayName: "Spectre Card";
|
|
1102
|
+
readonly effects: readonly [{
|
|
1103
|
+
readonly type: 6;
|
|
1104
|
+
readonly value: 1;
|
|
1105
|
+
}, {
|
|
1106
|
+
readonly type: 71;
|
|
1107
|
+
readonly value: 5;
|
|
1108
|
+
}, {
|
|
1109
|
+
readonly type: 72;
|
|
1110
|
+
readonly value: 5;
|
|
1111
|
+
}];
|
|
1112
|
+
}, {
|
|
1113
|
+
readonly itemType: 4;
|
|
1114
|
+
readonly id: "Glow Wisp Blue";
|
|
1115
|
+
readonly displayName: "Frost Glimmer Card";
|
|
1116
|
+
readonly effects: readonly [{
|
|
1117
|
+
readonly type: 46;
|
|
1118
|
+
readonly value: 1;
|
|
1119
|
+
readonly target: {
|
|
1120
|
+
readonly kind: "element";
|
|
1121
|
+
readonly id: "Water";
|
|
1122
|
+
};
|
|
1123
|
+
}, {
|
|
1124
|
+
readonly type: 70;
|
|
1125
|
+
readonly value: 1;
|
|
1126
|
+
}];
|
|
1127
|
+
}, {
|
|
1128
|
+
readonly itemType: 4;
|
|
1129
|
+
readonly id: "Glow Wisp Purple";
|
|
1130
|
+
readonly displayName: "Lightning Glimmer Card";
|
|
1131
|
+
readonly effects: readonly [{
|
|
1132
|
+
readonly type: 46;
|
|
1133
|
+
readonly value: 1;
|
|
1134
|
+
readonly target: {
|
|
1135
|
+
readonly kind: "element";
|
|
1136
|
+
readonly id: "Wind";
|
|
1137
|
+
};
|
|
1138
|
+
}, {
|
|
1139
|
+
readonly type: 70;
|
|
1140
|
+
readonly value: 1;
|
|
1141
|
+
}];
|
|
1142
|
+
}, {
|
|
1143
|
+
readonly itemType: 4;
|
|
1144
|
+
readonly id: "Glow Wisp Yellow";
|
|
1145
|
+
readonly displayName: "Fire Glimmer Card";
|
|
1146
|
+
readonly effects: readonly [{
|
|
1147
|
+
readonly type: 46;
|
|
1148
|
+
readonly value: 1;
|
|
1149
|
+
readonly target: {
|
|
1150
|
+
readonly kind: "element";
|
|
1151
|
+
readonly id: "Fire";
|
|
1152
|
+
};
|
|
1153
|
+
}, {
|
|
1154
|
+
readonly type: 70;
|
|
1155
|
+
readonly value: 1;
|
|
1156
|
+
}];
|
|
1157
|
+
}, {
|
|
1158
|
+
readonly itemType: 4;
|
|
1159
|
+
readonly id: "Goblin Giant";
|
|
1160
|
+
readonly displayName: "Orc Card";
|
|
1161
|
+
readonly effects: readonly [{
|
|
1162
|
+
readonly type: 71;
|
|
1163
|
+
readonly value: 10;
|
|
1164
|
+
}];
|
|
1165
|
+
}, {
|
|
1166
|
+
readonly itemType: 4;
|
|
1167
|
+
readonly id: "Goblin Giant Devil";
|
|
1168
|
+
readonly displayName: "Orc Soldier Card";
|
|
1169
|
+
readonly effects: readonly [{
|
|
1170
|
+
readonly type: 44;
|
|
1171
|
+
readonly value: 10;
|
|
1172
|
+
readonly target: {
|
|
1173
|
+
readonly kind: "element";
|
|
1174
|
+
readonly id: "Earth";
|
|
1175
|
+
};
|
|
1176
|
+
}];
|
|
1177
|
+
}, {
|
|
1178
|
+
readonly itemType: 4;
|
|
1179
|
+
readonly id: "Goblin Giant Gold";
|
|
1180
|
+
readonly displayName: "Orc King Card";
|
|
1181
|
+
readonly effects: readonly [{
|
|
1182
|
+
readonly type: 19;
|
|
1183
|
+
readonly value: 7;
|
|
1184
|
+
}];
|
|
1185
|
+
}, {
|
|
1186
|
+
readonly itemType: 4;
|
|
1187
|
+
readonly id: "Goblin Giant Mage";
|
|
1188
|
+
readonly displayName: "Orc Mage Card";
|
|
1189
|
+
readonly effects: readonly [{
|
|
1190
|
+
readonly type: 46;
|
|
1191
|
+
readonly value: 1;
|
|
1192
|
+
readonly target: {
|
|
1193
|
+
readonly kind: "element";
|
|
1194
|
+
readonly id: "Earth";
|
|
1195
|
+
};
|
|
1196
|
+
}, {
|
|
1197
|
+
readonly type: 70;
|
|
1198
|
+
readonly value: 1;
|
|
1199
|
+
}];
|
|
1200
|
+
}, {
|
|
1201
|
+
readonly itemType: 4;
|
|
1202
|
+
readonly id: "Goblin Minion";
|
|
1203
|
+
readonly displayName: "Goblin Card";
|
|
1204
|
+
readonly effects: readonly [{
|
|
1205
|
+
readonly type: 106;
|
|
1206
|
+
readonly value: 3;
|
|
1207
|
+
readonly target: {
|
|
1208
|
+
readonly kind: "skill";
|
|
1209
|
+
readonly id: "Bash";
|
|
1210
|
+
};
|
|
1211
|
+
}];
|
|
1212
|
+
}, {
|
|
1213
|
+
readonly itemType: 4;
|
|
1214
|
+
readonly id: "Goblin Trooper";
|
|
1215
|
+
readonly displayName: "Goblin Grunt Card";
|
|
1216
|
+
readonly effects: readonly [{
|
|
1217
|
+
readonly type: 53;
|
|
1218
|
+
readonly value: 15;
|
|
1219
|
+
readonly target: {
|
|
1220
|
+
readonly kind: "element";
|
|
1221
|
+
readonly id: "Earth";
|
|
1222
|
+
};
|
|
1223
|
+
}];
|
|
1224
|
+
}, {
|
|
1225
|
+
readonly itemType: 4;
|
|
1226
|
+
readonly id: "Goblin Trooper Assassin";
|
|
1227
|
+
readonly displayName: "Goblin Assassin Card";
|
|
1228
|
+
readonly effects: readonly [{
|
|
1229
|
+
readonly type: 42;
|
|
1230
|
+
readonly value: 1;
|
|
1231
|
+
readonly target: {
|
|
1232
|
+
readonly kind: "skill";
|
|
1233
|
+
readonly id: "ShadowStep";
|
|
1234
|
+
};
|
|
1235
|
+
}];
|
|
1236
|
+
}, {
|
|
1237
|
+
readonly itemType: 4;
|
|
1238
|
+
readonly id: "Goblin Trooper Mage";
|
|
1239
|
+
readonly displayName: "Goblin Mage Card";
|
|
1240
|
+
readonly effects: readonly [{
|
|
1241
|
+
readonly type: 42;
|
|
1242
|
+
readonly value: 3;
|
|
1243
|
+
readonly target: {
|
|
1244
|
+
readonly kind: "skill";
|
|
1245
|
+
readonly id: "FreeCast";
|
|
1246
|
+
};
|
|
1247
|
+
}];
|
|
1248
|
+
}, {
|
|
1249
|
+
readonly itemType: 4;
|
|
1250
|
+
readonly id: "Goblin Trooper Soldier";
|
|
1251
|
+
readonly displayName: "Goblin Soldier Card";
|
|
1252
|
+
readonly effects: readonly [{
|
|
1253
|
+
readonly type: 7;
|
|
1254
|
+
readonly value: 50;
|
|
1255
|
+
}];
|
|
1256
|
+
}, {
|
|
1257
|
+
readonly itemType: 4;
|
|
1258
|
+
readonly id: "Goblin Warblade";
|
|
1259
|
+
readonly displayName: "Orc Reaver Card";
|
|
1260
|
+
readonly effects: readonly [{
|
|
1261
|
+
readonly type: 86;
|
|
1262
|
+
readonly value: 30;
|
|
1263
|
+
}];
|
|
1264
|
+
}, {
|
|
1265
|
+
readonly itemType: 4;
|
|
1266
|
+
readonly id: "Goblin Warchief";
|
|
1267
|
+
readonly displayName: "Orc Warchief Card";
|
|
1268
|
+
readonly effects: readonly [{
|
|
1269
|
+
readonly type: 46;
|
|
1270
|
+
readonly value: 6;
|
|
1271
|
+
readonly target: {
|
|
1272
|
+
readonly kind: "element";
|
|
1273
|
+
readonly id: "Fire";
|
|
1274
|
+
};
|
|
1275
|
+
}, {
|
|
1276
|
+
readonly type: 46;
|
|
1277
|
+
readonly value: 6;
|
|
1278
|
+
readonly target: {
|
|
1279
|
+
readonly kind: "element";
|
|
1280
|
+
readonly id: "Water";
|
|
1281
|
+
};
|
|
1282
|
+
}, {
|
|
1283
|
+
readonly type: 46;
|
|
1284
|
+
readonly value: 6;
|
|
1285
|
+
readonly target: {
|
|
1286
|
+
readonly kind: "element";
|
|
1287
|
+
readonly id: "Wind";
|
|
1288
|
+
};
|
|
1289
|
+
}, {
|
|
1290
|
+
readonly type: 46;
|
|
1291
|
+
readonly value: 6;
|
|
1292
|
+
readonly target: {
|
|
1293
|
+
readonly kind: "element";
|
|
1294
|
+
readonly id: "Earth";
|
|
1295
|
+
};
|
|
1296
|
+
}];
|
|
1297
|
+
}, {
|
|
1298
|
+
readonly itemType: 4;
|
|
1299
|
+
readonly id: "Goblin Warcrusher";
|
|
1300
|
+
readonly displayName: "Orc Crusher Card";
|
|
1301
|
+
readonly effects: readonly [{
|
|
1302
|
+
readonly type: 46;
|
|
1303
|
+
readonly value: 6;
|
|
1304
|
+
readonly target: {
|
|
1305
|
+
readonly kind: "element";
|
|
1306
|
+
readonly id: "Earth";
|
|
1307
|
+
};
|
|
1308
|
+
}];
|
|
1309
|
+
}, {
|
|
1310
|
+
readonly itemType: 4;
|
|
1311
|
+
readonly id: "Goblin Warlock";
|
|
1312
|
+
readonly displayName: "Orc Warlock Card";
|
|
1313
|
+
readonly effects: readonly [{
|
|
1314
|
+
readonly type: 70;
|
|
1315
|
+
readonly value: 4;
|
|
1316
|
+
}];
|
|
1317
|
+
}, {
|
|
1318
|
+
readonly itemType: 4;
|
|
1319
|
+
readonly id: "Golem Earth";
|
|
1320
|
+
readonly displayName: "Stone Golem Card";
|
|
1321
|
+
readonly effects: readonly [{
|
|
1322
|
+
readonly type: 73;
|
|
1323
|
+
readonly value: 15;
|
|
1324
|
+
}];
|
|
1325
|
+
}, {
|
|
1326
|
+
readonly itemType: 4;
|
|
1327
|
+
readonly id: "Golem Fire";
|
|
1328
|
+
readonly displayName: "Magma Golem Card";
|
|
1329
|
+
readonly effects: readonly [{
|
|
1330
|
+
readonly type: 73;
|
|
1331
|
+
readonly value: 10;
|
|
1332
|
+
}];
|
|
1333
|
+
}, {
|
|
1334
|
+
readonly itemType: 4;
|
|
1335
|
+
readonly id: "Golem Ice";
|
|
1336
|
+
readonly displayName: "Rime Golem Card";
|
|
1337
|
+
readonly effects: readonly [{
|
|
1338
|
+
readonly type: 73;
|
|
1339
|
+
readonly value: 3;
|
|
1340
|
+
}];
|
|
1341
|
+
}, {
|
|
1342
|
+
readonly itemType: 4;
|
|
1343
|
+
readonly id: "Grid Robot";
|
|
1344
|
+
readonly displayName: "Grid Robot Card";
|
|
1345
|
+
}, {
|
|
1346
|
+
readonly itemType: 4;
|
|
1347
|
+
readonly id: "Grim Reaper";
|
|
1348
|
+
readonly displayName: "Reaper Card";
|
|
1349
|
+
readonly effects: readonly [{
|
|
1350
|
+
readonly type: 47;
|
|
1351
|
+
readonly value: 5;
|
|
1352
|
+
}];
|
|
1353
|
+
}, {
|
|
1354
|
+
readonly itemType: 4;
|
|
1355
|
+
readonly id: "Gripper Robot";
|
|
1356
|
+
readonly displayName: "Gripper Robot Card";
|
|
1357
|
+
readonly effects: readonly [{
|
|
1358
|
+
readonly type: 53;
|
|
1359
|
+
readonly value: 10;
|
|
1360
|
+
readonly target: {
|
|
1361
|
+
readonly kind: "element";
|
|
1362
|
+
readonly id: "Neutral";
|
|
1363
|
+
};
|
|
1364
|
+
}, {
|
|
1365
|
+
readonly type: 71;
|
|
1366
|
+
readonly value: 10;
|
|
1367
|
+
}];
|
|
1368
|
+
}, {
|
|
1369
|
+
readonly itemType: 4;
|
|
1370
|
+
readonly id: "Hare";
|
|
1371
|
+
readonly displayName: "Vorpal Hare Card";
|
|
1372
|
+
readonly effects: readonly [{
|
|
1373
|
+
readonly type: 65;
|
|
1374
|
+
readonly value: 20;
|
|
1375
|
+
}];
|
|
1376
|
+
}, {
|
|
1377
|
+
readonly itemType: 4;
|
|
1378
|
+
readonly id: "Haunt";
|
|
1379
|
+
readonly displayName: "Banshee Card";
|
|
1380
|
+
readonly effects: readonly [{
|
|
1381
|
+
readonly type: 122;
|
|
1382
|
+
readonly value: 1;
|
|
1383
|
+
}];
|
|
1384
|
+
}, {
|
|
1385
|
+
readonly itemType: 4;
|
|
1386
|
+
readonly id: "Hermit King";
|
|
1387
|
+
readonly displayName: "Hermit King Card";
|
|
1388
|
+
readonly effects: readonly [{
|
|
1389
|
+
readonly type: 42;
|
|
1390
|
+
readonly value: 1;
|
|
1391
|
+
readonly target: {
|
|
1392
|
+
readonly kind: "skill";
|
|
1393
|
+
readonly id: "HydroVortex";
|
|
1394
|
+
};
|
|
1395
|
+
}];
|
|
1396
|
+
}, {
|
|
1397
|
+
readonly itemType: 4;
|
|
1398
|
+
readonly id: "Hermit Robot Blue";
|
|
1399
|
+
readonly displayName: "Scout Robot Card";
|
|
1400
|
+
}, {
|
|
1401
|
+
readonly itemType: 4;
|
|
1402
|
+
readonly id: "Hermit Robot Red";
|
|
1403
|
+
readonly displayName: "Sentry Robot Card";
|
|
1404
|
+
}, {
|
|
1405
|
+
readonly itemType: 4;
|
|
1406
|
+
readonly id: "Horror";
|
|
1407
|
+
readonly displayName: "Horror Card";
|
|
1408
|
+
readonly effects: readonly [{
|
|
1409
|
+
readonly type: 44;
|
|
1410
|
+
readonly value: 10;
|
|
1411
|
+
readonly target: {
|
|
1412
|
+
readonly kind: "element";
|
|
1413
|
+
readonly id: "Shadow";
|
|
1414
|
+
};
|
|
1415
|
+
}];
|
|
1416
|
+
}, {
|
|
1417
|
+
readonly itemType: 4;
|
|
1418
|
+
readonly id: "Housefly Icky";
|
|
1419
|
+
readonly displayName: "Gadfly Card";
|
|
1420
|
+
readonly effects: readonly [{
|
|
1421
|
+
readonly type: 15;
|
|
1422
|
+
readonly value: 5;
|
|
1423
|
+
}];
|
|
1424
|
+
}, {
|
|
1425
|
+
readonly itemType: 4;
|
|
1426
|
+
readonly id: "Housefly Junk";
|
|
1427
|
+
readonly displayName: "Bluebottle Card";
|
|
1428
|
+
readonly effects: readonly [{
|
|
1429
|
+
readonly type: 63;
|
|
1430
|
+
readonly value: 5;
|
|
1431
|
+
}];
|
|
1432
|
+
}, {
|
|
1433
|
+
readonly itemType: 4;
|
|
1434
|
+
readonly id: "Housefly Nom";
|
|
1435
|
+
readonly displayName: "Blowfly Card";
|
|
1436
|
+
readonly effects: readonly [{
|
|
1437
|
+
readonly type: 15;
|
|
1438
|
+
readonly value: 10;
|
|
1439
|
+
}];
|
|
1440
|
+
}, {
|
|
1441
|
+
readonly itemType: 4;
|
|
1442
|
+
readonly id: "Ice";
|
|
1443
|
+
readonly displayName: "Ice Card";
|
|
1444
|
+
readonly effects: readonly [{
|
|
1445
|
+
readonly type: 36;
|
|
1446
|
+
readonly value: 1;
|
|
1447
|
+
}];
|
|
1448
|
+
}, {
|
|
1449
|
+
readonly itemType: 4;
|
|
1450
|
+
readonly id: "Ice Bear A";
|
|
1451
|
+
readonly displayName: "Ice Bear Card";
|
|
1452
|
+
readonly effects: readonly [{
|
|
1453
|
+
readonly type: 7;
|
|
1454
|
+
readonly value: 800;
|
|
1455
|
+
}, {
|
|
1456
|
+
readonly type: 72;
|
|
1457
|
+
readonly value: -15;
|
|
1458
|
+
}];
|
|
1459
|
+
}, {
|
|
1460
|
+
readonly itemType: 4;
|
|
1461
|
+
readonly id: "Ice Bear B";
|
|
1462
|
+
readonly displayName: "Festive Bear Card";
|
|
1463
|
+
readonly effects: readonly [{
|
|
1464
|
+
readonly type: 73;
|
|
1465
|
+
readonly value: 5;
|
|
1466
|
+
}, {
|
|
1467
|
+
readonly type: 74;
|
|
1468
|
+
readonly value: 5;
|
|
1469
|
+
}];
|
|
1470
|
+
}, {
|
|
1471
|
+
readonly itemType: 4;
|
|
1472
|
+
readonly id: "Ice Cube A";
|
|
1473
|
+
readonly displayName: "Ice Golem Card";
|
|
1474
|
+
}, {
|
|
1475
|
+
readonly itemType: 4;
|
|
1476
|
+
readonly id: "Ice Cube B";
|
|
1477
|
+
readonly displayName: "Shadow Golem Card";
|
|
1478
|
+
}, {
|
|
1479
|
+
readonly itemType: 4;
|
|
1480
|
+
readonly id: "Ice Mage";
|
|
1481
|
+
readonly displayName: "Ice Mage Card";
|
|
1482
|
+
readonly effects: readonly [{
|
|
1483
|
+
readonly type: 19;
|
|
1484
|
+
readonly value: 5;
|
|
1485
|
+
}, {
|
|
1486
|
+
readonly type: 26;
|
|
1487
|
+
readonly value: 50;
|
|
1488
|
+
readonly target: {
|
|
1489
|
+
readonly kind: "status";
|
|
1490
|
+
readonly id: "Frozen";
|
|
1491
|
+
};
|
|
1492
|
+
}];
|
|
1493
|
+
}, {
|
|
1494
|
+
readonly itemType: 4;
|
|
1495
|
+
readonly id: "Ice Starflake A";
|
|
1496
|
+
readonly displayName: "Starflake Card";
|
|
1497
|
+
readonly effects: readonly [{
|
|
1498
|
+
readonly type: 90;
|
|
1499
|
+
readonly value: -15;
|
|
1500
|
+
}];
|
|
1501
|
+
}, {
|
|
1502
|
+
readonly itemType: 4;
|
|
1503
|
+
readonly id: "Ice Starflake B";
|
|
1504
|
+
readonly displayName: "Vanilla Ice Card";
|
|
1505
|
+
readonly effects: readonly [{
|
|
1506
|
+
readonly type: 76;
|
|
1507
|
+
readonly value: 25;
|
|
1508
|
+
}, {
|
|
1509
|
+
readonly type: 90;
|
|
1510
|
+
readonly value: -10;
|
|
1511
|
+
}];
|
|
1512
|
+
}, {
|
|
1513
|
+
readonly itemType: 4;
|
|
1514
|
+
readonly id: "Ice Starflake C";
|
|
1515
|
+
readonly displayName: "Shadow Ice Card";
|
|
1516
|
+
readonly effects: readonly [{
|
|
1517
|
+
readonly type: 46;
|
|
1518
|
+
readonly value: 6;
|
|
1519
|
+
readonly target: {
|
|
1520
|
+
readonly kind: "element";
|
|
1521
|
+
readonly id: "Shadow";
|
|
1522
|
+
};
|
|
1523
|
+
}];
|
|
1524
|
+
}, {
|
|
1525
|
+
readonly itemType: 4;
|
|
1526
|
+
readonly id: "Icicle";
|
|
1527
|
+
readonly displayName: "Icicle Card";
|
|
1528
|
+
readonly effects: readonly [{
|
|
1529
|
+
readonly type: 26;
|
|
1530
|
+
readonly value: 50;
|
|
1531
|
+
readonly target: {
|
|
1532
|
+
readonly kind: "status";
|
|
1533
|
+
readonly id: "Slow";
|
|
1534
|
+
};
|
|
1535
|
+
}];
|
|
1536
|
+
}, {
|
|
1537
|
+
readonly itemType: 4;
|
|
1538
|
+
readonly id: "Imp Demon";
|
|
1539
|
+
readonly displayName: "Imp Card";
|
|
1540
|
+
readonly effects: readonly [{
|
|
1541
|
+
readonly type: 65;
|
|
1542
|
+
readonly value: 10;
|
|
1543
|
+
}];
|
|
1544
|
+
}, {
|
|
1545
|
+
readonly itemType: 4;
|
|
1546
|
+
readonly id: "Imp Devil";
|
|
1547
|
+
readonly displayName: "Demon Lord Card";
|
|
1548
|
+
readonly effects: readonly [{
|
|
1549
|
+
readonly type: 42;
|
|
1550
|
+
readonly value: 5;
|
|
1551
|
+
readonly target: {
|
|
1552
|
+
readonly kind: "skill";
|
|
1553
|
+
readonly id: "Meteor";
|
|
1554
|
+
};
|
|
1555
|
+
}];
|
|
1556
|
+
}, {
|
|
1557
|
+
readonly itemType: 4;
|
|
1558
|
+
readonly id: "Imp Mischief";
|
|
1559
|
+
readonly displayName: "Gremlin Card";
|
|
1560
|
+
readonly effects: readonly [{
|
|
1561
|
+
readonly type: 94;
|
|
1562
|
+
readonly value: 2;
|
|
1563
|
+
}];
|
|
1564
|
+
}, {
|
|
1565
|
+
readonly itemType: 4;
|
|
1566
|
+
readonly id: "Jellyfish Robot";
|
|
1567
|
+
readonly displayName: "Stormjelly Card";
|
|
1568
|
+
readonly effects: readonly [{
|
|
1569
|
+
readonly type: 76;
|
|
1570
|
+
readonly value: 50;
|
|
1571
|
+
}, {
|
|
1572
|
+
readonly type: 75;
|
|
1573
|
+
readonly value: -50;
|
|
1574
|
+
}];
|
|
1575
|
+
}, {
|
|
1576
|
+
readonly itemType: 4;
|
|
1577
|
+
readonly id: "Love Heart";
|
|
1578
|
+
readonly displayName: "Cupid Card";
|
|
1579
|
+
}, {
|
|
1580
|
+
readonly itemType: 4;
|
|
1581
|
+
readonly id: "Lurker";
|
|
1582
|
+
readonly displayName: "Lurker Card";
|
|
1583
|
+
readonly effects: readonly [{
|
|
1584
|
+
readonly type: 52;
|
|
1585
|
+
readonly value: 10;
|
|
1586
|
+
}];
|
|
1587
|
+
}, {
|
|
1588
|
+
readonly itemType: 4;
|
|
1589
|
+
readonly id: "Mega Ice Golem";
|
|
1590
|
+
readonly displayName: "Ice Titan Card";
|
|
1591
|
+
readonly effects: readonly [{
|
|
1592
|
+
readonly type: 39;
|
|
1593
|
+
readonly value: 1;
|
|
1594
|
+
readonly target: {
|
|
1595
|
+
readonly kind: "skill";
|
|
1596
|
+
readonly id: "IceShard";
|
|
1597
|
+
};
|
|
1598
|
+
}, {
|
|
1599
|
+
readonly type: 42;
|
|
1600
|
+
readonly value: 1;
|
|
1601
|
+
readonly target: {
|
|
1602
|
+
readonly kind: "skill";
|
|
1603
|
+
readonly id: "FreezingEdge";
|
|
1604
|
+
};
|
|
1605
|
+
}];
|
|
1606
|
+
}, {
|
|
1607
|
+
readonly itemType: 4;
|
|
1608
|
+
readonly id: "Metal Robot";
|
|
1609
|
+
readonly displayName: "Metal Robot Card";
|
|
1610
|
+
}, {
|
|
1611
|
+
readonly itemType: 4;
|
|
1612
|
+
readonly id: "Mimic Barrel";
|
|
1613
|
+
readonly displayName: "Barrel Mimic Card";
|
|
1614
|
+
readonly effects: readonly [{
|
|
1615
|
+
readonly type: 1;
|
|
1616
|
+
readonly value: 3;
|
|
1617
|
+
}];
|
|
1618
|
+
}, {
|
|
1619
|
+
readonly itemType: 4;
|
|
1620
|
+
readonly id: "Mimic Book";
|
|
1621
|
+
readonly displayName: "Book Mimic Card";
|
|
1622
|
+
readonly effects: readonly [{
|
|
1623
|
+
readonly type: 4;
|
|
1624
|
+
readonly value: 3;
|
|
1625
|
+
}];
|
|
1626
|
+
}, {
|
|
1627
|
+
readonly itemType: 4;
|
|
1628
|
+
readonly id: "Mimic Candle";
|
|
1629
|
+
readonly displayName: "Candle Mimic Card";
|
|
1630
|
+
readonly effects: readonly [{
|
|
1631
|
+
readonly type: 3;
|
|
1632
|
+
readonly value: 3;
|
|
1633
|
+
}];
|
|
1634
|
+
}, {
|
|
1635
|
+
readonly itemType: 4;
|
|
1636
|
+
readonly id: "Mimic Living Trap";
|
|
1637
|
+
readonly displayName: "Trap Mimic Card";
|
|
1638
|
+
readonly effects: readonly [{
|
|
1639
|
+
readonly type: 2;
|
|
1640
|
+
readonly value: 3;
|
|
1641
|
+
}];
|
|
1642
|
+
}, {
|
|
1643
|
+
readonly itemType: 4;
|
|
1644
|
+
readonly id: "Mimic Sword";
|
|
1645
|
+
readonly displayName: "Sword Mimic Card";
|
|
1646
|
+
readonly effects: readonly [{
|
|
1647
|
+
readonly type: 0;
|
|
1648
|
+
readonly value: 3;
|
|
1649
|
+
}];
|
|
1650
|
+
}, {
|
|
1651
|
+
readonly itemType: 4;
|
|
1652
|
+
readonly id: "Mimic Treasure Chest";
|
|
1653
|
+
readonly displayName: "Chest Mimic Card";
|
|
1654
|
+
readonly effects: readonly [{
|
|
1655
|
+
readonly type: 5;
|
|
1656
|
+
readonly value: 3;
|
|
1657
|
+
}];
|
|
1658
|
+
}, {
|
|
1659
|
+
readonly itemType: 4;
|
|
1660
|
+
readonly id: "Mini Ice Bear A";
|
|
1661
|
+
readonly displayName: "Ice Baby Card";
|
|
1662
|
+
readonly effects: readonly [{
|
|
1663
|
+
readonly type: 26;
|
|
1664
|
+
readonly value: 50;
|
|
1665
|
+
readonly target: {
|
|
1666
|
+
readonly kind: "status";
|
|
1667
|
+
readonly id: "Frozen";
|
|
1668
|
+
};
|
|
1669
|
+
}];
|
|
1670
|
+
}, {
|
|
1671
|
+
readonly itemType: 4;
|
|
1672
|
+
readonly id: "Mini Ice Bear B";
|
|
1673
|
+
readonly displayName: "Festive Baby Card";
|
|
1674
|
+
readonly effects: readonly [{
|
|
1675
|
+
readonly type: 53;
|
|
1676
|
+
readonly value: 15;
|
|
1677
|
+
readonly target: {
|
|
1678
|
+
readonly kind: "element";
|
|
1679
|
+
readonly id: "Holy";
|
|
1680
|
+
};
|
|
1681
|
+
}];
|
|
1682
|
+
}, {
|
|
1683
|
+
readonly itemType: 4;
|
|
1684
|
+
readonly id: "Mini Ice Cube A";
|
|
1685
|
+
readonly displayName: "Ice Cube Card";
|
|
1686
|
+
}, {
|
|
1687
|
+
readonly itemType: 4;
|
|
1688
|
+
readonly id: "Mini Ice Cube B";
|
|
1689
|
+
readonly displayName: "Shadow Cube Card";
|
|
1690
|
+
}, {
|
|
1691
|
+
readonly itemType: 4;
|
|
1692
|
+
readonly id: "Mole Rat";
|
|
1693
|
+
readonly displayName: "Mole Card";
|
|
1694
|
+
readonly effects: readonly [{
|
|
1695
|
+
readonly type: 71;
|
|
1696
|
+
readonly value: 10;
|
|
1697
|
+
}];
|
|
1698
|
+
}, {
|
|
1699
|
+
readonly itemType: 4;
|
|
1700
|
+
readonly id: "Mole Rat King";
|
|
1701
|
+
readonly displayName: "Dire Mole Card";
|
|
1702
|
+
readonly effects: readonly [{
|
|
1703
|
+
readonly type: 53;
|
|
1704
|
+
readonly value: 25;
|
|
1705
|
+
readonly target: {
|
|
1706
|
+
readonly kind: "element";
|
|
1707
|
+
readonly id: "Earth";
|
|
1708
|
+
};
|
|
1709
|
+
}];
|
|
1710
|
+
}, {
|
|
1711
|
+
readonly itemType: 4;
|
|
1712
|
+
readonly id: "Monster Bat";
|
|
1713
|
+
readonly displayName: "Nightwing Card";
|
|
1714
|
+
readonly effects: readonly [{
|
|
1715
|
+
readonly type: 72;
|
|
1716
|
+
readonly value: 10;
|
|
1717
|
+
}];
|
|
1718
|
+
}, {
|
|
1719
|
+
readonly itemType: 4;
|
|
1720
|
+
readonly id: "Monster Bat King";
|
|
1721
|
+
readonly displayName: "Nightlord Card";
|
|
1722
|
+
readonly effects: readonly [{
|
|
1723
|
+
readonly type: 177;
|
|
1724
|
+
readonly value: 3;
|
|
1725
|
+
}, {
|
|
1726
|
+
readonly type: 72;
|
|
1727
|
+
readonly value: -50;
|
|
1728
|
+
}];
|
|
1729
|
+
}, {
|
|
1730
|
+
readonly itemType: 4;
|
|
1731
|
+
readonly id: "Mosquito Bug";
|
|
1732
|
+
readonly displayName: "Gnat Card";
|
|
1733
|
+
readonly effects: readonly [{
|
|
1734
|
+
readonly type: 98;
|
|
1735
|
+
readonly value: 5;
|
|
1736
|
+
}];
|
|
1737
|
+
}, {
|
|
1738
|
+
readonly itemType: 4;
|
|
1739
|
+
readonly id: "Mosquito Pester";
|
|
1740
|
+
readonly displayName: "Mosquito Card";
|
|
1741
|
+
readonly effects: readonly [{
|
|
1742
|
+
readonly type: 53;
|
|
1743
|
+
readonly value: 15;
|
|
1744
|
+
readonly target: {
|
|
1745
|
+
readonly kind: "element";
|
|
1746
|
+
readonly id: "Wind";
|
|
1747
|
+
};
|
|
1748
|
+
}];
|
|
1749
|
+
}, {
|
|
1750
|
+
readonly itemType: 4;
|
|
1751
|
+
readonly id: "Mosquito Stinger";
|
|
1752
|
+
readonly displayName: "Bloodsucker Card";
|
|
1753
|
+
readonly effects: readonly [{
|
|
1754
|
+
readonly type: 42;
|
|
1755
|
+
readonly value: 5;
|
|
1756
|
+
readonly target: {
|
|
1757
|
+
readonly kind: "skill";
|
|
1758
|
+
readonly id: "Haste";
|
|
1759
|
+
};
|
|
1760
|
+
}];
|
|
1761
|
+
}, {
|
|
1762
|
+
readonly itemType: 4;
|
|
1763
|
+
readonly id: "Moth Celestial";
|
|
1764
|
+
readonly displayName: "Celestial Moth Card";
|
|
1765
|
+
readonly effects: readonly [{
|
|
1766
|
+
readonly type: 64;
|
|
1767
|
+
readonly value: 15;
|
|
1768
|
+
}];
|
|
1769
|
+
}, {
|
|
1770
|
+
readonly itemType: 4;
|
|
1771
|
+
readonly id: "Moth Luna";
|
|
1772
|
+
readonly displayName: "Luna Moth Card";
|
|
1773
|
+
readonly effects: readonly [{
|
|
1774
|
+
readonly type: 64;
|
|
1775
|
+
readonly value: 10;
|
|
1776
|
+
}];
|
|
1777
|
+
}, {
|
|
1778
|
+
readonly itemType: 4;
|
|
1779
|
+
readonly id: "Moth Moon";
|
|
1780
|
+
readonly displayName: "Moon Moth Card";
|
|
1781
|
+
readonly effects: readonly [{
|
|
1782
|
+
readonly type: 122;
|
|
1783
|
+
readonly value: 1;
|
|
1784
|
+
}];
|
|
1785
|
+
}, {
|
|
1786
|
+
readonly itemType: 4;
|
|
1787
|
+
readonly id: "Mushroom";
|
|
1788
|
+
readonly displayName: "Shroom Card";
|
|
1789
|
+
readonly effects: readonly [{
|
|
1790
|
+
readonly type: 10;
|
|
1791
|
+
readonly value: 5;
|
|
1792
|
+
}];
|
|
1793
|
+
}, {
|
|
1794
|
+
readonly itemType: 4;
|
|
1795
|
+
readonly id: "Nexus Robot";
|
|
1796
|
+
readonly displayName: "Nexus Robot Card";
|
|
1797
|
+
}, {
|
|
1798
|
+
readonly itemType: 4;
|
|
1799
|
+
readonly id: "Nightmare";
|
|
1800
|
+
readonly displayName: "Apparition Card";
|
|
1801
|
+
readonly effects: readonly [{
|
|
1802
|
+
readonly type: 46;
|
|
1803
|
+
readonly value: 6;
|
|
1804
|
+
readonly target: {
|
|
1805
|
+
readonly kind: "element";
|
|
1806
|
+
readonly id: "Ghost";
|
|
1807
|
+
};
|
|
1808
|
+
}];
|
|
1809
|
+
}, {
|
|
1810
|
+
readonly itemType: 4;
|
|
1811
|
+
readonly id: "NightmareAcolyte";
|
|
1812
|
+
readonly displayName: "Echo Acolyte Card";
|
|
1813
|
+
readonly effects: readonly [{
|
|
1814
|
+
readonly type: 67;
|
|
1815
|
+
readonly value: 5;
|
|
1816
|
+
}, {
|
|
1817
|
+
readonly type: 119;
|
|
1818
|
+
readonly value: 5;
|
|
1819
|
+
}];
|
|
1820
|
+
}, {
|
|
1821
|
+
readonly itemType: 4;
|
|
1822
|
+
readonly id: "NightmareBerserker";
|
|
1823
|
+
readonly displayName: "Echo Berserker Card";
|
|
1824
|
+
readonly effects: readonly [{
|
|
1825
|
+
readonly type: 98;
|
|
1826
|
+
readonly value: 5;
|
|
1827
|
+
}, {
|
|
1828
|
+
readonly type: 42;
|
|
1829
|
+
readonly value: 1;
|
|
1830
|
+
readonly target: {
|
|
1831
|
+
readonly kind: "skill";
|
|
1832
|
+
readonly id: "IronWill";
|
|
1833
|
+
};
|
|
1834
|
+
}];
|
|
1835
|
+
}, {
|
|
1836
|
+
readonly itemType: 4;
|
|
1837
|
+
readonly id: "NightmareBerserkerBoss";
|
|
1838
|
+
readonly displayName: "Echo Berserker Master Card";
|
|
1839
|
+
readonly effects: readonly [{
|
|
1840
|
+
readonly type: 193;
|
|
1841
|
+
readonly value: 2;
|
|
1842
|
+
}];
|
|
1843
|
+
}, {
|
|
1844
|
+
readonly itemType: 4;
|
|
1845
|
+
readonly id: "NightmareGunslinger";
|
|
1846
|
+
readonly displayName: "Echo Gunslinger Card";
|
|
1847
|
+
readonly effects: readonly [{
|
|
1848
|
+
readonly type: 9;
|
|
1849
|
+
readonly value: 1;
|
|
1850
|
+
}, {
|
|
1851
|
+
readonly type: 9;
|
|
1852
|
+
readonly value: 1;
|
|
1853
|
+
}];
|
|
1854
|
+
}, {
|
|
1855
|
+
readonly itemType: 4;
|
|
1856
|
+
readonly id: "NightmareGunslingerBoss";
|
|
1857
|
+
readonly displayName: "Echo Gunslinger Master Card";
|
|
1858
|
+
readonly effects: readonly [{
|
|
1859
|
+
readonly type: 195;
|
|
1860
|
+
readonly value: 3;
|
|
1861
|
+
}, {
|
|
1862
|
+
readonly type: 102;
|
|
1863
|
+
readonly value: 1;
|
|
1864
|
+
}, {
|
|
1865
|
+
readonly type: 25;
|
|
1866
|
+
readonly value: 1;
|
|
1867
|
+
}];
|
|
1868
|
+
}, {
|
|
1869
|
+
readonly itemType: 4;
|
|
1870
|
+
readonly id: "NightmareKnight";
|
|
1871
|
+
readonly displayName: "Echo Knight Card";
|
|
1872
|
+
readonly effects: readonly [{
|
|
1873
|
+
readonly type: 192;
|
|
1874
|
+
readonly value: 10;
|
|
1875
|
+
}];
|
|
1876
|
+
}, {
|
|
1877
|
+
readonly itemType: 4;
|
|
1878
|
+
readonly id: "NightmareMage";
|
|
1879
|
+
readonly displayName: "Echo Mage Card";
|
|
1880
|
+
readonly effects: readonly [{
|
|
1881
|
+
readonly type: 10;
|
|
1882
|
+
readonly value: 5;
|
|
1883
|
+
}, {
|
|
1884
|
+
readonly type: 194;
|
|
1885
|
+
readonly value: 5;
|
|
1886
|
+
}];
|
|
1887
|
+
}, {
|
|
1888
|
+
readonly itemType: 4;
|
|
1889
|
+
readonly id: "NightmareNecromancer";
|
|
1890
|
+
readonly displayName: "Echo Necromancer Card";
|
|
1891
|
+
readonly effects: readonly [{
|
|
1892
|
+
readonly type: 135;
|
|
1893
|
+
readonly value: 5;
|
|
1894
|
+
}, {
|
|
1895
|
+
readonly type: 231;
|
|
1896
|
+
readonly value: 1;
|
|
1897
|
+
}];
|
|
1898
|
+
}, {
|
|
1899
|
+
readonly itemType: 4;
|
|
1900
|
+
readonly id: "NightmareNecromancerBoss";
|
|
1901
|
+
readonly displayName: "Echo Necromancer Master Card";
|
|
1902
|
+
readonly effects: readonly [{
|
|
1903
|
+
readonly type: 194;
|
|
1904
|
+
readonly value: 2;
|
|
1905
|
+
}];
|
|
1906
|
+
}, {
|
|
1907
|
+
readonly itemType: 4;
|
|
1908
|
+
readonly id: "NightmarePaladin";
|
|
1909
|
+
readonly displayName: "Echo Paladin Card";
|
|
1910
|
+
readonly effects: readonly [{
|
|
1911
|
+
readonly type: 53;
|
|
1912
|
+
readonly value: 10;
|
|
1913
|
+
readonly target: {
|
|
1914
|
+
readonly kind: "element";
|
|
1915
|
+
readonly id: "Neutral";
|
|
1916
|
+
};
|
|
1917
|
+
}, {
|
|
1918
|
+
readonly type: 60;
|
|
1919
|
+
readonly value: 1;
|
|
1920
|
+
}, {
|
|
1921
|
+
readonly type: 141;
|
|
1922
|
+
readonly value: 10;
|
|
1923
|
+
}];
|
|
1924
|
+
}, {
|
|
1925
|
+
readonly itemType: 4;
|
|
1926
|
+
readonly id: "NightmarePaladinBoss";
|
|
1927
|
+
readonly displayName: "Echo Paladin Master Card";
|
|
1928
|
+
readonly effects: readonly [{
|
|
1929
|
+
readonly type: 139;
|
|
1930
|
+
readonly value: 1;
|
|
1931
|
+
}, {
|
|
1932
|
+
readonly type: 72;
|
|
1933
|
+
readonly value: -2;
|
|
1934
|
+
}];
|
|
1935
|
+
}, {
|
|
1936
|
+
readonly itemType: 4;
|
|
1937
|
+
readonly id: "NightmarePriest";
|
|
1938
|
+
readonly displayName: "Echo Priest Card";
|
|
1939
|
+
readonly effects: readonly [{
|
|
1940
|
+
readonly type: 10;
|
|
1941
|
+
readonly value: 1;
|
|
1942
|
+
}, {
|
|
1943
|
+
readonly type: 148;
|
|
1944
|
+
readonly value: 1;
|
|
1945
|
+
}];
|
|
1946
|
+
}, {
|
|
1947
|
+
readonly itemType: 4;
|
|
1948
|
+
readonly id: "NightmarePriestBoss";
|
|
1949
|
+
readonly displayName: "Echo Priest Master Card";
|
|
1950
|
+
readonly effects: readonly [{
|
|
1951
|
+
readonly type: 67;
|
|
1952
|
+
readonly value: 2;
|
|
1953
|
+
}, {
|
|
1954
|
+
readonly type: 90;
|
|
1955
|
+
readonly value: -2;
|
|
1956
|
+
}];
|
|
1957
|
+
}, {
|
|
1958
|
+
readonly itemType: 4;
|
|
1959
|
+
readonly id: "NightmareRogue";
|
|
1960
|
+
readonly displayName: "Echo Rogue Card";
|
|
1961
|
+
readonly effects: readonly [{
|
|
1962
|
+
readonly type: 63;
|
|
1963
|
+
readonly value: 5;
|
|
1964
|
+
}, {
|
|
1965
|
+
readonly type: 77;
|
|
1966
|
+
readonly value: 5;
|
|
1967
|
+
}];
|
|
1968
|
+
}, {
|
|
1969
|
+
readonly itemType: 4;
|
|
1970
|
+
readonly id: "NightmareScout";
|
|
1971
|
+
readonly displayName: "Echo Scout Card";
|
|
1972
|
+
readonly effects: readonly [{
|
|
1973
|
+
readonly type: 9;
|
|
1974
|
+
readonly value: 5;
|
|
1975
|
+
}, {
|
|
1976
|
+
readonly type: 78;
|
|
1977
|
+
readonly value: 5;
|
|
1978
|
+
}];
|
|
1979
|
+
}, {
|
|
1980
|
+
readonly itemType: 4;
|
|
1981
|
+
readonly id: "NightmareShadow";
|
|
1982
|
+
readonly displayName: "Curse Manifestation Card";
|
|
1983
|
+
readonly effects: readonly [{
|
|
1984
|
+
readonly type: 44;
|
|
1985
|
+
readonly value: 10;
|
|
1986
|
+
readonly target: {
|
|
1987
|
+
readonly kind: "element";
|
|
1988
|
+
readonly id: "Ghost";
|
|
1989
|
+
};
|
|
1990
|
+
}];
|
|
1991
|
+
}, {
|
|
1992
|
+
readonly itemType: 4;
|
|
1993
|
+
readonly id: "NightmareShinobi";
|
|
1994
|
+
readonly displayName: "Echo Shinobi Card";
|
|
1995
|
+
readonly effects: readonly [{
|
|
1996
|
+
readonly type: 63;
|
|
1997
|
+
readonly value: 5;
|
|
1998
|
+
}, {
|
|
1999
|
+
readonly type: 64;
|
|
2000
|
+
readonly value: 5;
|
|
2001
|
+
}, {
|
|
2002
|
+
readonly type: 65;
|
|
2003
|
+
readonly value: 5;
|
|
2004
|
+
}, {
|
|
2005
|
+
readonly type: 121;
|
|
2006
|
+
readonly value: 5;
|
|
2007
|
+
}];
|
|
2008
|
+
}, {
|
|
2009
|
+
readonly itemType: 4;
|
|
2010
|
+
readonly id: "NightmareShinobiBoss";
|
|
2011
|
+
readonly displayName: "Echo Shinobi Master Card";
|
|
2012
|
+
readonly effects: readonly [{
|
|
2013
|
+
readonly type: 182;
|
|
2014
|
+
readonly value: 1;
|
|
2015
|
+
}, {
|
|
2016
|
+
readonly type: 90;
|
|
2017
|
+
readonly value: 2;
|
|
2018
|
+
}];
|
|
2019
|
+
}, {
|
|
2020
|
+
readonly itemType: 4;
|
|
2021
|
+
readonly id: "NightmareSummoner";
|
|
2022
|
+
readonly displayName: "Echo Summoner Card";
|
|
2023
|
+
readonly effects: readonly [{
|
|
2024
|
+
readonly type: 135;
|
|
2025
|
+
readonly value: 5;
|
|
2026
|
+
}];
|
|
2027
|
+
}, {
|
|
2028
|
+
readonly itemType: 4;
|
|
2029
|
+
readonly id: "NightmareWarrior";
|
|
2030
|
+
readonly displayName: "Echo Warrior Card";
|
|
2031
|
+
readonly effects: readonly [{
|
|
2032
|
+
readonly type: 52;
|
|
2033
|
+
readonly value: 5;
|
|
2034
|
+
}, {
|
|
2035
|
+
readonly type: 193;
|
|
2036
|
+
readonly value: 5;
|
|
2037
|
+
}];
|
|
2038
|
+
}, {
|
|
2039
|
+
readonly itemType: 4;
|
|
2040
|
+
readonly id: "NightmareWeaver";
|
|
2041
|
+
readonly displayName: "Echo Weaver Card";
|
|
2042
|
+
readonly effects: readonly [{
|
|
2043
|
+
readonly type: 6;
|
|
2044
|
+
readonly value: 1;
|
|
2045
|
+
}, {
|
|
2046
|
+
readonly type: 69;
|
|
2047
|
+
readonly value: 3;
|
|
2048
|
+
}, {
|
|
2049
|
+
readonly type: 70;
|
|
2050
|
+
readonly value: 3;
|
|
2051
|
+
}];
|
|
2052
|
+
}, {
|
|
2053
|
+
readonly itemType: 4;
|
|
2054
|
+
readonly id: "NightmareWeaverBoss";
|
|
2055
|
+
readonly displayName: "Echo Weaver Master Card";
|
|
2056
|
+
readonly effects: readonly [{
|
|
2057
|
+
readonly type: 130;
|
|
2058
|
+
readonly value: 1;
|
|
2059
|
+
}, {
|
|
2060
|
+
readonly type: 185;
|
|
2061
|
+
readonly value: 1;
|
|
2062
|
+
}, {
|
|
2063
|
+
readonly type: 32;
|
|
2064
|
+
readonly value: 1;
|
|
2065
|
+
}, {
|
|
2066
|
+
readonly type: 90;
|
|
2067
|
+
readonly value: -10;
|
|
2068
|
+
}, {
|
|
2069
|
+
readonly type: 34;
|
|
2070
|
+
readonly value: 1;
|
|
2071
|
+
}, {
|
|
2072
|
+
readonly type: 26;
|
|
2073
|
+
readonly value: 50;
|
|
2074
|
+
readonly target: {
|
|
2075
|
+
readonly kind: "status";
|
|
2076
|
+
readonly id: "Stun";
|
|
2077
|
+
};
|
|
2078
|
+
}];
|
|
2079
|
+
}, {
|
|
2080
|
+
readonly itemType: 4;
|
|
2081
|
+
readonly id: "NightmareWizard";
|
|
2082
|
+
readonly displayName: "Echo Wizard Card";
|
|
2083
|
+
readonly effects: readonly [{
|
|
2084
|
+
readonly type: 218;
|
|
2085
|
+
readonly value: 5;
|
|
2086
|
+
readonly target: {
|
|
2087
|
+
readonly kind: "status";
|
|
2088
|
+
readonly id: "Slow";
|
|
2089
|
+
};
|
|
2090
|
+
}, {
|
|
2091
|
+
readonly type: 218;
|
|
2092
|
+
readonly value: 5;
|
|
2093
|
+
readonly target: {
|
|
2094
|
+
readonly kind: "status";
|
|
2095
|
+
readonly id: "Frozen";
|
|
2096
|
+
};
|
|
2097
|
+
}, {
|
|
2098
|
+
readonly type: 218;
|
|
2099
|
+
readonly value: 5;
|
|
2100
|
+
readonly target: {
|
|
2101
|
+
readonly kind: "status";
|
|
2102
|
+
readonly id: "Stun";
|
|
2103
|
+
};
|
|
2104
|
+
}, {
|
|
2105
|
+
readonly type: 211;
|
|
2106
|
+
readonly value: 10;
|
|
2107
|
+
readonly target: {
|
|
2108
|
+
readonly kind: "status";
|
|
2109
|
+
readonly id: "Slow";
|
|
2110
|
+
};
|
|
2111
|
+
}, {
|
|
2112
|
+
readonly type: 211;
|
|
2113
|
+
readonly value: 10;
|
|
2114
|
+
readonly target: {
|
|
2115
|
+
readonly kind: "status";
|
|
2116
|
+
readonly id: "Frozen";
|
|
2117
|
+
};
|
|
2118
|
+
}, {
|
|
2119
|
+
readonly type: 211;
|
|
2120
|
+
readonly value: 10;
|
|
2121
|
+
readonly target: {
|
|
2122
|
+
readonly kind: "status";
|
|
2123
|
+
readonly id: "Stun";
|
|
2124
|
+
};
|
|
2125
|
+
}];
|
|
2126
|
+
}, {
|
|
2127
|
+
readonly itemType: 4;
|
|
2128
|
+
readonly id: "NightmareWizardBoss";
|
|
2129
|
+
readonly displayName: "Echo Wizard Master Card";
|
|
2130
|
+
readonly effects: readonly [{
|
|
2131
|
+
readonly type: 48;
|
|
2132
|
+
readonly value: 1;
|
|
2133
|
+
}, {
|
|
2134
|
+
readonly type: 189;
|
|
2135
|
+
readonly value: 2;
|
|
2136
|
+
}];
|
|
2137
|
+
}, {
|
|
2138
|
+
readonly itemType: 4;
|
|
2139
|
+
readonly id: "Nose Robot";
|
|
2140
|
+
readonly displayName: "Nose Robot Card";
|
|
2141
|
+
readonly effects: readonly [{
|
|
2142
|
+
readonly type: 39;
|
|
2143
|
+
readonly value: 1;
|
|
2144
|
+
readonly target: {
|
|
2145
|
+
readonly kind: "skill";
|
|
2146
|
+
readonly id: "FirePillar";
|
|
2147
|
+
};
|
|
2148
|
+
}];
|
|
2149
|
+
}, {
|
|
2150
|
+
readonly itemType: 4;
|
|
2151
|
+
readonly id: "Nozzle Robot";
|
|
2152
|
+
readonly displayName: "Nozzle Robot Card";
|
|
2153
|
+
readonly effects: readonly [{
|
|
2154
|
+
readonly type: 101;
|
|
2155
|
+
readonly value: 100;
|
|
2156
|
+
}];
|
|
2157
|
+
}, {
|
|
2158
|
+
readonly itemType: 4;
|
|
2159
|
+
readonly id: "Octopus Baby Blue";
|
|
2160
|
+
readonly displayName: "Azure Squid Card";
|
|
2161
|
+
readonly effects: readonly [{
|
|
2162
|
+
readonly type: 77;
|
|
2163
|
+
readonly value: 5;
|
|
2164
|
+
}];
|
|
2165
|
+
}, {
|
|
2166
|
+
readonly itemType: 4;
|
|
2167
|
+
readonly id: "Octopus Baby Orange";
|
|
2168
|
+
readonly displayName: "Amber Squid Card";
|
|
2169
|
+
readonly effects: readonly [{
|
|
2170
|
+
readonly type: 77;
|
|
2171
|
+
readonly value: 5;
|
|
2172
|
+
}];
|
|
2173
|
+
}, {
|
|
2174
|
+
readonly itemType: 4;
|
|
2175
|
+
readonly id: "Octopus Baby Purple";
|
|
2176
|
+
readonly displayName: "Plum Squid Card";
|
|
2177
|
+
readonly effects: readonly [{
|
|
2178
|
+
readonly type: 77;
|
|
2179
|
+
readonly value: 5;
|
|
2180
|
+
}];
|
|
2181
|
+
}, {
|
|
2182
|
+
readonly itemType: 4;
|
|
2183
|
+
readonly id: "Octopus King Blue";
|
|
2184
|
+
readonly displayName: "Azure Octopus Card";
|
|
2185
|
+
readonly effects: readonly [{
|
|
2186
|
+
readonly type: 102;
|
|
2187
|
+
readonly value: 5;
|
|
2188
|
+
}];
|
|
2189
|
+
}, {
|
|
2190
|
+
readonly itemType: 4;
|
|
2191
|
+
readonly id: "Octopus King Orange";
|
|
2192
|
+
readonly displayName: "Amber Octopus Card";
|
|
2193
|
+
readonly effects: readonly [{
|
|
2194
|
+
readonly type: 25;
|
|
2195
|
+
readonly value: 1;
|
|
2196
|
+
}, {
|
|
2197
|
+
readonly type: 63;
|
|
2198
|
+
readonly value: -20;
|
|
2199
|
+
}];
|
|
2200
|
+
}, {
|
|
2201
|
+
readonly itemType: 4;
|
|
2202
|
+
readonly id: "Octopus King Purple";
|
|
2203
|
+
readonly displayName: "Violet Octopus Card";
|
|
2204
|
+
readonly effects: readonly [{
|
|
2205
|
+
readonly type: 102;
|
|
2206
|
+
readonly value: 5;
|
|
2207
|
+
}];
|
|
2208
|
+
}, {
|
|
2209
|
+
readonly itemType: 4;
|
|
2210
|
+
readonly id: "Octopus Orange";
|
|
2211
|
+
readonly displayName: "Amber Cuttlefish Card";
|
|
2212
|
+
}, {
|
|
2213
|
+
readonly itemType: 4;
|
|
2214
|
+
readonly id: "Octopus Purple";
|
|
2215
|
+
readonly displayName: "Violet Cuttlefish Card";
|
|
2216
|
+
}, {
|
|
2217
|
+
readonly itemType: 4;
|
|
2218
|
+
readonly id: "Octopus White";
|
|
2219
|
+
readonly displayName: "Pearl Cuttlefish Card";
|
|
2220
|
+
}, {
|
|
2221
|
+
readonly itemType: 4;
|
|
2222
|
+
readonly id: "Petal";
|
|
2223
|
+
readonly displayName: "Nautilus Card";
|
|
2224
|
+
readonly effects: readonly [{
|
|
2225
|
+
readonly type: 44;
|
|
2226
|
+
readonly value: 10;
|
|
2227
|
+
readonly target: {
|
|
2228
|
+
readonly kind: "element";
|
|
2229
|
+
readonly id: "Water";
|
|
2230
|
+
};
|
|
2231
|
+
}];
|
|
2232
|
+
}, {
|
|
2233
|
+
readonly itemType: 4;
|
|
2234
|
+
readonly id: "Phantom";
|
|
2235
|
+
readonly displayName: "Phantom Card";
|
|
2236
|
+
readonly effects: readonly [{
|
|
2237
|
+
readonly type: 53;
|
|
2238
|
+
readonly value: 25;
|
|
2239
|
+
readonly target: {
|
|
2240
|
+
readonly kind: "element";
|
|
2241
|
+
readonly id: "Ghost";
|
|
2242
|
+
};
|
|
2243
|
+
}];
|
|
2244
|
+
}, {
|
|
2245
|
+
readonly itemType: 4;
|
|
2246
|
+
readonly id: "Plant Chewer";
|
|
2247
|
+
readonly displayName: "Man-Eater Card";
|
|
2248
|
+
readonly effects: readonly [{
|
|
2249
|
+
readonly type: 44;
|
|
2250
|
+
readonly value: 10;
|
|
2251
|
+
readonly target: {
|
|
2252
|
+
readonly kind: "element";
|
|
2253
|
+
readonly id: "Neutral";
|
|
2254
|
+
};
|
|
2255
|
+
}];
|
|
2256
|
+
}, {
|
|
2257
|
+
readonly itemType: 4;
|
|
2258
|
+
readonly id: "Plant Monster";
|
|
2259
|
+
readonly displayName: "Snapvine Card";
|
|
2260
|
+
readonly effects: readonly [{
|
|
2261
|
+
readonly type: 142;
|
|
2262
|
+
readonly value: 5;
|
|
2263
|
+
}];
|
|
2264
|
+
}, {
|
|
2265
|
+
readonly itemType: 4;
|
|
2266
|
+
readonly id: "Plant Shooter";
|
|
2267
|
+
readonly displayName: "Spitter Card";
|
|
2268
|
+
readonly effects: readonly [{
|
|
2269
|
+
readonly type: 46;
|
|
2270
|
+
readonly value: 6;
|
|
2271
|
+
readonly target: {
|
|
2272
|
+
readonly kind: "element";
|
|
2273
|
+
readonly id: "Poison";
|
|
2274
|
+
};
|
|
2275
|
+
}];
|
|
2276
|
+
}, {
|
|
2277
|
+
readonly itemType: 4;
|
|
2278
|
+
readonly id: "Plant Worm";
|
|
2279
|
+
readonly displayName: "Vinecrawler Card";
|
|
2280
|
+
readonly effects: readonly [{
|
|
2281
|
+
readonly type: 142;
|
|
2282
|
+
readonly value: 5;
|
|
2283
|
+
}];
|
|
2284
|
+
}, {
|
|
2285
|
+
readonly itemType: 4;
|
|
2286
|
+
readonly id: "Poison Bomb";
|
|
2287
|
+
readonly displayName: "Miasma Card";
|
|
2288
|
+
readonly effects: readonly [{
|
|
2289
|
+
readonly type: 211;
|
|
2290
|
+
readonly value: 15;
|
|
2291
|
+
readonly target: {
|
|
2292
|
+
readonly kind: "status";
|
|
2293
|
+
readonly id: "Poison";
|
|
2294
|
+
};
|
|
2295
|
+
}];
|
|
2296
|
+
}, {
|
|
2297
|
+
readonly itemType: 4;
|
|
2298
|
+
readonly id: "Pollen";
|
|
2299
|
+
readonly displayName: "Pollen Card";
|
|
2300
|
+
readonly effects: readonly [{
|
|
2301
|
+
readonly type: 14;
|
|
2302
|
+
readonly value: 15;
|
|
2303
|
+
}];
|
|
2304
|
+
}, {
|
|
2305
|
+
readonly itemType: 4;
|
|
2306
|
+
readonly id: "Posy";
|
|
2307
|
+
readonly displayName: "Sea Blossom Card";
|
|
2308
|
+
readonly effects: readonly [{
|
|
2309
|
+
readonly type: 42;
|
|
2310
|
+
readonly value: 3;
|
|
2311
|
+
readonly target: {
|
|
2312
|
+
readonly kind: "skill";
|
|
2313
|
+
readonly id: "Icebolt";
|
|
2314
|
+
};
|
|
2315
|
+
}];
|
|
2316
|
+
}, {
|
|
2317
|
+
readonly itemType: 4;
|
|
2318
|
+
readonly id: "Queen Worm";
|
|
2319
|
+
readonly displayName: "Broodmother Card";
|
|
2320
|
+
readonly effects: readonly [{
|
|
2321
|
+
readonly type: 42;
|
|
2322
|
+
readonly value: 1;
|
|
2323
|
+
readonly target: {
|
|
2324
|
+
readonly kind: "skill";
|
|
2325
|
+
readonly id: "VenomCoating";
|
|
2326
|
+
};
|
|
2327
|
+
}, {
|
|
2328
|
+
readonly type: 40;
|
|
2329
|
+
readonly value: 1;
|
|
2330
|
+
readonly target: {
|
|
2331
|
+
readonly kind: "skill";
|
|
2332
|
+
readonly id: "VenomStrike";
|
|
2333
|
+
};
|
|
2334
|
+
}];
|
|
2335
|
+
}, {
|
|
2336
|
+
readonly itemType: 4;
|
|
2337
|
+
readonly id: "Rabbit";
|
|
2338
|
+
readonly displayName: "Rabbit Card";
|
|
2339
|
+
readonly effects: readonly [{
|
|
2340
|
+
readonly type: 65;
|
|
2341
|
+
readonly value: 10;
|
|
2342
|
+
}];
|
|
2343
|
+
}, {
|
|
2344
|
+
readonly itemType: 4;
|
|
2345
|
+
readonly id: "Rat Dark";
|
|
2346
|
+
readonly displayName: "Sewer Rat Card";
|
|
2347
|
+
readonly effects: readonly [{
|
|
2348
|
+
readonly type: 14;
|
|
2349
|
+
readonly value: 10;
|
|
2350
|
+
}, {
|
|
2351
|
+
readonly type: 2;
|
|
2352
|
+
readonly value: 1;
|
|
2353
|
+
}];
|
|
2354
|
+
}, {
|
|
2355
|
+
readonly itemType: 4;
|
|
2356
|
+
readonly id: "Rat Grey";
|
|
2357
|
+
readonly displayName: "Plague Rat Card";
|
|
2358
|
+
readonly effects: readonly [{
|
|
2359
|
+
readonly type: 26;
|
|
2360
|
+
readonly value: 50;
|
|
2361
|
+
readonly target: {
|
|
2362
|
+
readonly kind: "status";
|
|
2363
|
+
readonly id: "Poison";
|
|
2364
|
+
};
|
|
2365
|
+
}, {
|
|
2366
|
+
readonly type: 1;
|
|
2367
|
+
readonly value: 1;
|
|
2368
|
+
}];
|
|
2369
|
+
}, {
|
|
2370
|
+
readonly itemType: 4;
|
|
2371
|
+
readonly id: "Rat White";
|
|
2372
|
+
readonly displayName: "Albino Rat Card";
|
|
2373
|
+
readonly effects: readonly [{
|
|
2374
|
+
readonly type: 13;
|
|
2375
|
+
readonly value: 10;
|
|
2376
|
+
}, {
|
|
2377
|
+
readonly type: 3;
|
|
2378
|
+
readonly value: 1;
|
|
2379
|
+
}];
|
|
2380
|
+
}, {
|
|
2381
|
+
readonly itemType: 4;
|
|
2382
|
+
readonly id: "Razor Robot";
|
|
2383
|
+
readonly displayName: "Razor Robot Card";
|
|
2384
|
+
readonly effects: readonly [{
|
|
2385
|
+
readonly type: 63;
|
|
2386
|
+
readonly value: 5;
|
|
2387
|
+
}, {
|
|
2388
|
+
readonly type: 65;
|
|
2389
|
+
readonly value: 5;
|
|
2390
|
+
}];
|
|
2391
|
+
}, {
|
|
2392
|
+
readonly itemType: 4;
|
|
2393
|
+
readonly id: "Scorpion";
|
|
2394
|
+
readonly displayName: "Scorpion Card";
|
|
2395
|
+
readonly effects: readonly [{
|
|
2396
|
+
readonly type: 53;
|
|
2397
|
+
readonly value: 25;
|
|
2398
|
+
readonly target: {
|
|
2399
|
+
readonly kind: "element";
|
|
2400
|
+
readonly id: "Fire";
|
|
2401
|
+
};
|
|
2402
|
+
}];
|
|
2403
|
+
}, {
|
|
2404
|
+
readonly itemType: 4;
|
|
2405
|
+
readonly id: "Scorpion King";
|
|
2406
|
+
readonly displayName: "Scorpion King Card";
|
|
2407
|
+
readonly effects: readonly [{
|
|
2408
|
+
readonly type: 19;
|
|
2409
|
+
readonly value: 4;
|
|
2410
|
+
}];
|
|
2411
|
+
}, {
|
|
2412
|
+
readonly itemType: 4;
|
|
2413
|
+
readonly id: "Scorpling";
|
|
2414
|
+
readonly displayName: "Scorpling Card";
|
|
2415
|
+
readonly effects: readonly [{
|
|
2416
|
+
readonly type: 44;
|
|
2417
|
+
readonly value: 10;
|
|
2418
|
+
readonly target: {
|
|
2419
|
+
readonly kind: "element";
|
|
2420
|
+
readonly id: "Fire";
|
|
2421
|
+
};
|
|
2422
|
+
}];
|
|
2423
|
+
}, {
|
|
2424
|
+
readonly itemType: 4;
|
|
2425
|
+
readonly id: "Seed";
|
|
2426
|
+
readonly displayName: "Seedling Card";
|
|
2427
|
+
readonly effects: readonly [{
|
|
2428
|
+
readonly type: 7;
|
|
2429
|
+
readonly value: 100;
|
|
2430
|
+
}, {
|
|
2431
|
+
readonly type: 1;
|
|
2432
|
+
readonly value: 1;
|
|
2433
|
+
}];
|
|
2434
|
+
}, {
|
|
2435
|
+
readonly itemType: 4;
|
|
2436
|
+
readonly id: "Shade";
|
|
2437
|
+
readonly displayName: "Shade Card";
|
|
2438
|
+
readonly effects: readonly [{
|
|
2439
|
+
readonly type: 6;
|
|
2440
|
+
readonly value: 1;
|
|
2441
|
+
}, {
|
|
2442
|
+
readonly type: 71;
|
|
2443
|
+
readonly value: 5;
|
|
2444
|
+
}, {
|
|
2445
|
+
readonly type: 72;
|
|
2446
|
+
readonly value: 5;
|
|
2447
|
+
}];
|
|
2448
|
+
}, {
|
|
2449
|
+
readonly itemType: 4;
|
|
2450
|
+
readonly id: "Shadow";
|
|
2451
|
+
readonly displayName: "Nightfiend Card";
|
|
2452
|
+
readonly effects: readonly [{
|
|
2453
|
+
readonly type: 6;
|
|
2454
|
+
readonly value: 1;
|
|
2455
|
+
}, {
|
|
2456
|
+
readonly type: 71;
|
|
2457
|
+
readonly value: 5;
|
|
2458
|
+
}, {
|
|
2459
|
+
readonly type: 72;
|
|
2460
|
+
readonly value: 5;
|
|
2461
|
+
}];
|
|
2462
|
+
}, {
|
|
2463
|
+
readonly itemType: 4;
|
|
2464
|
+
readonly id: "Shark";
|
|
2465
|
+
readonly displayName: "Bull Shark Card";
|
|
2466
|
+
readonly effects: readonly [{
|
|
2467
|
+
readonly type: 192;
|
|
2468
|
+
readonly value: 10;
|
|
2469
|
+
}];
|
|
2470
|
+
}, {
|
|
2471
|
+
readonly itemType: 4;
|
|
2472
|
+
readonly id: "Shark Baby";
|
|
2473
|
+
readonly displayName: "Sharkling Card";
|
|
2474
|
+
readonly effects: readonly [{
|
|
2475
|
+
readonly type: 192;
|
|
2476
|
+
readonly value: 10;
|
|
2477
|
+
}];
|
|
2478
|
+
}, {
|
|
2479
|
+
readonly itemType: 4;
|
|
2480
|
+
readonly id: "Shark Humanoid";
|
|
2481
|
+
readonly displayName: "Shark Buccaneer Card";
|
|
2482
|
+
readonly effects: readonly [{
|
|
2483
|
+
readonly type: 192;
|
|
2484
|
+
readonly value: 10;
|
|
2485
|
+
}];
|
|
2486
|
+
}, {
|
|
2487
|
+
readonly itemType: 4;
|
|
2488
|
+
readonly id: "Shell";
|
|
2489
|
+
readonly displayName: "Conch Card";
|
|
2490
|
+
readonly effects: readonly [{
|
|
2491
|
+
readonly type: 53;
|
|
2492
|
+
readonly value: 10;
|
|
2493
|
+
readonly target: {
|
|
2494
|
+
readonly kind: "element";
|
|
2495
|
+
readonly id: "Neutral";
|
|
2496
|
+
};
|
|
2497
|
+
}];
|
|
2498
|
+
}, {
|
|
2499
|
+
readonly itemType: 4;
|
|
2500
|
+
readonly id: "Shell Robot";
|
|
2501
|
+
readonly displayName: "Shell Robot Card";
|
|
2502
|
+
readonly effects: readonly [{
|
|
2503
|
+
readonly type: 63;
|
|
2504
|
+
readonly value: 10;
|
|
2505
|
+
}];
|
|
2506
|
+
}, {
|
|
2507
|
+
readonly itemType: 4;
|
|
2508
|
+
readonly id: "Skeleton";
|
|
2509
|
+
readonly displayName: "Skeleton Card";
|
|
2510
|
+
readonly effects: readonly [{
|
|
2511
|
+
readonly type: 46;
|
|
2512
|
+
readonly value: 6;
|
|
2513
|
+
readonly target: {
|
|
2514
|
+
readonly kind: "element";
|
|
2515
|
+
readonly id: "Undead";
|
|
2516
|
+
};
|
|
2517
|
+
}];
|
|
2518
|
+
}, {
|
|
2519
|
+
readonly itemType: 4;
|
|
2520
|
+
readonly id: "Skeleton Giant";
|
|
2521
|
+
readonly displayName: "Skeleton Giant Card";
|
|
2522
|
+
readonly effects: readonly [{
|
|
2523
|
+
readonly type: 47;
|
|
2524
|
+
readonly value: 5;
|
|
2525
|
+
}];
|
|
2526
|
+
}, {
|
|
2527
|
+
readonly itemType: 4;
|
|
2528
|
+
readonly id: "Skeleton Mage";
|
|
2529
|
+
readonly displayName: "Skeleton Mage Card";
|
|
2530
|
+
readonly effects: readonly [{
|
|
2531
|
+
readonly type: 70;
|
|
2532
|
+
readonly value: 4;
|
|
2533
|
+
}];
|
|
2534
|
+
}, {
|
|
2535
|
+
readonly itemType: 4;
|
|
2536
|
+
readonly id: "Slime";
|
|
2537
|
+
readonly displayName: "Slime Card";
|
|
2538
|
+
readonly effects: readonly [{
|
|
2539
|
+
readonly type: 53;
|
|
2540
|
+
readonly value: 25;
|
|
2541
|
+
readonly target: {
|
|
2542
|
+
readonly kind: "element";
|
|
2543
|
+
readonly id: "Poison";
|
|
2544
|
+
};
|
|
2545
|
+
}];
|
|
2546
|
+
}, {
|
|
2547
|
+
readonly itemType: 4;
|
|
2548
|
+
readonly id: "Slime Jelly";
|
|
2549
|
+
readonly displayName: "Jellooze Card";
|
|
2550
|
+
readonly effects: readonly [{
|
|
2551
|
+
readonly type: 46;
|
|
2552
|
+
readonly value: 6;
|
|
2553
|
+
readonly target: {
|
|
2554
|
+
readonly kind: "element";
|
|
2555
|
+
readonly id: "Poison";
|
|
2556
|
+
};
|
|
2557
|
+
}];
|
|
2558
|
+
}, {
|
|
2559
|
+
readonly itemType: 4;
|
|
2560
|
+
readonly id: "Slime Monster";
|
|
2561
|
+
readonly displayName: "Oozelord Card";
|
|
2562
|
+
readonly effects: readonly [{
|
|
2563
|
+
readonly type: 26;
|
|
2564
|
+
readonly value: 50;
|
|
2565
|
+
readonly target: {
|
|
2566
|
+
readonly kind: "status";
|
|
2567
|
+
readonly id: "Poison";
|
|
2568
|
+
};
|
|
2569
|
+
}];
|
|
2570
|
+
}, {
|
|
2571
|
+
readonly itemType: 4;
|
|
2572
|
+
readonly id: "Snake";
|
|
2573
|
+
readonly displayName: "Viper Card";
|
|
2574
|
+
readonly effects: readonly [{
|
|
2575
|
+
readonly type: 42;
|
|
2576
|
+
readonly value: 3;
|
|
2577
|
+
readonly target: {
|
|
2578
|
+
readonly kind: "skill";
|
|
2579
|
+
readonly id: "VenomStrike";
|
|
2580
|
+
};
|
|
2581
|
+
}];
|
|
2582
|
+
}, {
|
|
2583
|
+
readonly itemType: 4;
|
|
2584
|
+
readonly id: "Snake Naga";
|
|
2585
|
+
readonly displayName: "Naga Card";
|
|
2586
|
+
readonly effects: readonly [{
|
|
2587
|
+
readonly type: 80;
|
|
2588
|
+
readonly value: 30;
|
|
2589
|
+
}];
|
|
2590
|
+
}, {
|
|
2591
|
+
readonly itemType: 4;
|
|
2592
|
+
readonly id: "Snakelet";
|
|
2593
|
+
readonly displayName: "Adder Card";
|
|
2594
|
+
readonly effects: readonly [{
|
|
2595
|
+
readonly type: 80;
|
|
2596
|
+
readonly value: 20;
|
|
2597
|
+
}];
|
|
2598
|
+
}, {
|
|
2599
|
+
readonly itemType: 4;
|
|
2600
|
+
readonly id: "Snout Robot";
|
|
2601
|
+
readonly displayName: "Snout Robot Card";
|
|
2602
|
+
readonly effects: readonly [{
|
|
2603
|
+
readonly type: 212;
|
|
2604
|
+
readonly value: 1;
|
|
2605
|
+
readonly target: {
|
|
2606
|
+
readonly kind: "skill";
|
|
2607
|
+
readonly id: "FirePillar";
|
|
2608
|
+
};
|
|
2609
|
+
}];
|
|
2610
|
+
}, {
|
|
2611
|
+
readonly itemType: 4;
|
|
2612
|
+
readonly id: "Snow Bomb";
|
|
2613
|
+
readonly displayName: "Snowball Card";
|
|
2614
|
+
readonly effects: readonly [{
|
|
2615
|
+
readonly type: 211;
|
|
2616
|
+
readonly value: 15;
|
|
2617
|
+
readonly target: {
|
|
2618
|
+
readonly kind: "status";
|
|
2619
|
+
readonly id: "Frozen";
|
|
2620
|
+
};
|
|
2621
|
+
}];
|
|
2622
|
+
}, {
|
|
2623
|
+
readonly itemType: 4;
|
|
2624
|
+
readonly id: "Soldier Robot";
|
|
2625
|
+
readonly displayName: "Soldier Robot Card";
|
|
2626
|
+
}, {
|
|
2627
|
+
readonly itemType: 4;
|
|
2628
|
+
readonly id: "Soul";
|
|
2629
|
+
readonly displayName: "Soul Card";
|
|
2630
|
+
readonly effects: readonly [{
|
|
2631
|
+
readonly type: 46;
|
|
2632
|
+
readonly value: 6;
|
|
2633
|
+
readonly target: {
|
|
2634
|
+
readonly kind: "element";
|
|
2635
|
+
readonly id: "Ghost";
|
|
2636
|
+
};
|
|
2637
|
+
}];
|
|
2638
|
+
}, {
|
|
2639
|
+
readonly itemType: 4;
|
|
2640
|
+
readonly id: "Soul Mage";
|
|
2641
|
+
readonly displayName: "Soul Mage Card";
|
|
2642
|
+
readonly effects: readonly [{
|
|
2643
|
+
readonly type: 64;
|
|
2644
|
+
readonly value: 10;
|
|
2645
|
+
}];
|
|
2646
|
+
}, {
|
|
2647
|
+
readonly itemType: 4;
|
|
2648
|
+
readonly id: "Spider";
|
|
2649
|
+
readonly displayName: "Spider Card";
|
|
2650
|
+
readonly effects: readonly [{
|
|
2651
|
+
readonly type: 199;
|
|
2652
|
+
readonly value: 3;
|
|
2653
|
+
readonly target: {
|
|
2654
|
+
readonly kind: "skill";
|
|
2655
|
+
readonly id: "ShadowStep";
|
|
2656
|
+
};
|
|
2657
|
+
}];
|
|
2658
|
+
}, {
|
|
2659
|
+
readonly itemType: 4;
|
|
2660
|
+
readonly id: "Spider King";
|
|
2661
|
+
readonly displayName: "Arachne Card";
|
|
2662
|
+
readonly effects: readonly [{
|
|
2663
|
+
readonly type: 9;
|
|
2664
|
+
readonly value: 5;
|
|
2665
|
+
}];
|
|
2666
|
+
}, {
|
|
2667
|
+
readonly itemType: 4;
|
|
2668
|
+
readonly id: "Spider Queen Robot";
|
|
2669
|
+
readonly displayName: "Suphara Card";
|
|
2670
|
+
readonly effects: readonly [{
|
|
2671
|
+
readonly type: 46;
|
|
2672
|
+
readonly value: 6;
|
|
2673
|
+
readonly target: {
|
|
2674
|
+
readonly kind: "element";
|
|
2675
|
+
readonly id: "Holy";
|
|
2676
|
+
};
|
|
2677
|
+
}, {
|
|
2678
|
+
readonly type: 46;
|
|
2679
|
+
readonly value: 6;
|
|
2680
|
+
readonly target: {
|
|
2681
|
+
readonly kind: "element";
|
|
2682
|
+
readonly id: "Shadow";
|
|
2683
|
+
};
|
|
2684
|
+
}, {
|
|
2685
|
+
readonly type: 46;
|
|
2686
|
+
readonly value: 6;
|
|
2687
|
+
readonly target: {
|
|
2688
|
+
readonly kind: "element";
|
|
2689
|
+
readonly id: "Poison";
|
|
2690
|
+
};
|
|
2691
|
+
}, {
|
|
2692
|
+
readonly type: 46;
|
|
2693
|
+
readonly value: 6;
|
|
2694
|
+
readonly target: {
|
|
2695
|
+
readonly kind: "element";
|
|
2696
|
+
readonly id: "Undead";
|
|
2697
|
+
};
|
|
2698
|
+
}];
|
|
2699
|
+
}, {
|
|
2700
|
+
readonly itemType: 4;
|
|
2701
|
+
readonly id: "Spider Robot";
|
|
2702
|
+
readonly displayName: "Spider Robot Card";
|
|
2703
|
+
readonly effects: readonly [{
|
|
2704
|
+
readonly type: 109;
|
|
2705
|
+
readonly value: 1;
|
|
2706
|
+
readonly target: {
|
|
2707
|
+
readonly kind: "skill";
|
|
2708
|
+
readonly id: "JumpShot";
|
|
2709
|
+
};
|
|
2710
|
+
}, {
|
|
2711
|
+
readonly type: 109;
|
|
2712
|
+
readonly value: 1;
|
|
2713
|
+
readonly target: {
|
|
2714
|
+
readonly kind: "skill";
|
|
2715
|
+
readonly id: "ShrapnelShot";
|
|
2716
|
+
};
|
|
2717
|
+
}];
|
|
2718
|
+
}, {
|
|
2719
|
+
readonly itemType: 4;
|
|
2720
|
+
readonly id: "Spider Toxin";
|
|
2721
|
+
readonly displayName: "Widow Card";
|
|
2722
|
+
readonly effects: readonly [{
|
|
2723
|
+
readonly type: 44;
|
|
2724
|
+
readonly value: 10;
|
|
2725
|
+
readonly target: {
|
|
2726
|
+
readonly kind: "element";
|
|
2727
|
+
readonly id: "Poison";
|
|
2728
|
+
};
|
|
2729
|
+
}];
|
|
2730
|
+
}, {
|
|
2731
|
+
readonly itemType: 4;
|
|
2732
|
+
readonly id: "Spiderling Robot";
|
|
2733
|
+
readonly displayName: "Spiderling Robot Card";
|
|
2734
|
+
readonly effects: readonly [{
|
|
2735
|
+
readonly type: 53;
|
|
2736
|
+
readonly value: 15;
|
|
2737
|
+
readonly target: {
|
|
2738
|
+
readonly kind: "element";
|
|
2739
|
+
readonly id: "Shadow";
|
|
2740
|
+
};
|
|
2741
|
+
}];
|
|
2742
|
+
}, {
|
|
2743
|
+
readonly itemType: 4;
|
|
2744
|
+
readonly id: "Spike";
|
|
2745
|
+
readonly displayName: "Hermit Card";
|
|
2746
|
+
readonly effects: readonly [{
|
|
2747
|
+
readonly type: 72;
|
|
2748
|
+
readonly value: 10;
|
|
2749
|
+
}];
|
|
2750
|
+
}, {
|
|
2751
|
+
readonly itemType: 4;
|
|
2752
|
+
readonly id: "Spike Robot";
|
|
2753
|
+
readonly displayName: "Spike Robot Card";
|
|
2754
|
+
readonly effects: readonly [{
|
|
2755
|
+
readonly type: 63;
|
|
2756
|
+
readonly value: 10;
|
|
2757
|
+
}];
|
|
2758
|
+
}, {
|
|
2759
|
+
readonly itemType: 4;
|
|
2760
|
+
readonly id: "Spook";
|
|
2761
|
+
readonly displayName: "Spook Card";
|
|
2762
|
+
readonly effects: readonly [{
|
|
2763
|
+
readonly type: 34;
|
|
2764
|
+
readonly value: 1;
|
|
2765
|
+
}];
|
|
2766
|
+
}, {
|
|
2767
|
+
readonly itemType: 4;
|
|
2768
|
+
readonly id: "Spore";
|
|
2769
|
+
readonly displayName: "Spore Card";
|
|
2770
|
+
readonly effects: readonly [{
|
|
2771
|
+
readonly type: 71;
|
|
2772
|
+
readonly value: 1;
|
|
2773
|
+
}, {
|
|
2774
|
+
readonly type: 1;
|
|
2775
|
+
readonly value: 1;
|
|
2776
|
+
}];
|
|
2777
|
+
}, {
|
|
2778
|
+
readonly itemType: 4;
|
|
2779
|
+
readonly id: "Sprout";
|
|
2780
|
+
readonly displayName: "Sprout Card";
|
|
2781
|
+
readonly effects: readonly [{
|
|
2782
|
+
readonly type: 42;
|
|
2783
|
+
readonly value: 3;
|
|
2784
|
+
readonly target: {
|
|
2785
|
+
readonly kind: "skill";
|
|
2786
|
+
readonly id: "Earthbolt";
|
|
2787
|
+
};
|
|
2788
|
+
}];
|
|
2789
|
+
}, {
|
|
2790
|
+
readonly itemType: 4;
|
|
2791
|
+
readonly id: "Squid Baby";
|
|
2792
|
+
readonly displayName: "Squidling Card";
|
|
2793
|
+
readonly effects: readonly [{
|
|
2794
|
+
readonly type: 8;
|
|
2795
|
+
readonly value: 10;
|
|
2796
|
+
}, {
|
|
2797
|
+
readonly type: 72;
|
|
2798
|
+
readonly value: 1;
|
|
2799
|
+
}];
|
|
2800
|
+
}, {
|
|
2801
|
+
readonly itemType: 4;
|
|
2802
|
+
readonly id: "Sting";
|
|
2803
|
+
readonly displayName: "Vespa Card";
|
|
2804
|
+
readonly effects: readonly [{
|
|
2805
|
+
readonly type: 185;
|
|
2806
|
+
readonly value: 1;
|
|
2807
|
+
}];
|
|
2808
|
+
}, {
|
|
2809
|
+
readonly itemType: 4;
|
|
2810
|
+
readonly id: "Stinger Robot";
|
|
2811
|
+
readonly displayName: "Stormstinger Card";
|
|
2812
|
+
readonly effects: readonly [{
|
|
2813
|
+
readonly type: 76;
|
|
2814
|
+
readonly value: 100;
|
|
2815
|
+
}, {
|
|
2816
|
+
readonly type: 72;
|
|
2817
|
+
readonly value: -50;
|
|
2818
|
+
}];
|
|
2819
|
+
}, {
|
|
2820
|
+
readonly itemType: 4;
|
|
2821
|
+
readonly id: "Sun Blossom";
|
|
2822
|
+
readonly displayName: "Nymph Card";
|
|
2823
|
+
readonly effects: readonly [{
|
|
2824
|
+
readonly type: 67;
|
|
2825
|
+
readonly value: 15;
|
|
2826
|
+
}];
|
|
2827
|
+
}, {
|
|
2828
|
+
readonly itemType: 4;
|
|
2829
|
+
readonly id: "Sunflora Pixie";
|
|
2830
|
+
readonly displayName: "Lady Fey Card";
|
|
2831
|
+
readonly effects: readonly [{
|
|
2832
|
+
readonly type: 26;
|
|
2833
|
+
readonly value: 50;
|
|
2834
|
+
readonly target: {
|
|
2835
|
+
readonly kind: "status";
|
|
2836
|
+
readonly id: "Silence";
|
|
2837
|
+
};
|
|
2838
|
+
}];
|
|
2839
|
+
}, {
|
|
2840
|
+
readonly itemType: 4;
|
|
2841
|
+
readonly id: "Sunflower Fairy";
|
|
2842
|
+
readonly displayName: "Sylvie Card";
|
|
2843
|
+
readonly effects: readonly [{
|
|
2844
|
+
readonly type: 67;
|
|
2845
|
+
readonly value: 15;
|
|
2846
|
+
}];
|
|
2847
|
+
}, {
|
|
2848
|
+
readonly itemType: 4;
|
|
2849
|
+
readonly id: "Tanker Robot";
|
|
2850
|
+
readonly displayName: "Tanker Robot Card";
|
|
2851
|
+
}, {
|
|
2852
|
+
readonly itemType: 4;
|
|
2853
|
+
readonly id: "Tech Robot";
|
|
2854
|
+
readonly displayName: "Tech Robot Card";
|
|
2855
|
+
}, {
|
|
2856
|
+
readonly itemType: 4;
|
|
2857
|
+
readonly id: "Tentacles Robot";
|
|
2858
|
+
readonly displayName: "Stormcoil Card";
|
|
2859
|
+
readonly effects: readonly [{
|
|
2860
|
+
readonly type: 65;
|
|
2861
|
+
readonly value: 20;
|
|
2862
|
+
}, {
|
|
2863
|
+
readonly type: 72;
|
|
2864
|
+
readonly value: -20;
|
|
2865
|
+
}];
|
|
2866
|
+
}, {
|
|
2867
|
+
readonly itemType: 4;
|
|
2868
|
+
readonly id: "Titan Turtle Sci Blue";
|
|
2869
|
+
readonly displayName: "Hydro Turtle Card";
|
|
2870
|
+
readonly effects: readonly [{
|
|
2871
|
+
readonly type: 109;
|
|
2872
|
+
readonly value: 1;
|
|
2873
|
+
readonly target: {
|
|
2874
|
+
readonly kind: "skill";
|
|
2875
|
+
readonly id: "FreezingField";
|
|
2876
|
+
};
|
|
2877
|
+
}];
|
|
2878
|
+
}, {
|
|
2879
|
+
readonly itemType: 4;
|
|
2880
|
+
readonly id: "Titan Turtle Sci Green";
|
|
2881
|
+
readonly displayName: "Solar Turtle Card";
|
|
2882
|
+
readonly effects: readonly [{
|
|
2883
|
+
readonly type: 69;
|
|
2884
|
+
readonly value: 4;
|
|
2885
|
+
}];
|
|
2886
|
+
}, {
|
|
2887
|
+
readonly itemType: 4;
|
|
2888
|
+
readonly id: "Titan Turtle Sci Pink";
|
|
2889
|
+
readonly displayName: "Storm Turtle Card";
|
|
2890
|
+
readonly effects: readonly [{
|
|
2891
|
+
readonly type: 124;
|
|
2892
|
+
readonly value: 2;
|
|
2893
|
+
readonly target: {
|
|
2894
|
+
readonly kind: "skill";
|
|
2895
|
+
readonly id: "ChainLightning";
|
|
2896
|
+
};
|
|
2897
|
+
}];
|
|
2898
|
+
}, {
|
|
2899
|
+
readonly itemType: 4;
|
|
2900
|
+
readonly id: "Toadstool";
|
|
2901
|
+
readonly displayName: "Toadstool Card";
|
|
2902
|
+
readonly effects: readonly [{
|
|
2903
|
+
readonly type: 53;
|
|
2904
|
+
readonly value: 25;
|
|
2905
|
+
readonly target: {
|
|
2906
|
+
readonly kind: "element";
|
|
2907
|
+
readonly id: "Water";
|
|
2908
|
+
};
|
|
2909
|
+
}];
|
|
2910
|
+
}, {
|
|
2911
|
+
readonly itemType: 4;
|
|
2912
|
+
readonly id: "Treant Forest Autumn";
|
|
2913
|
+
readonly displayName: "Maple Ancient Card";
|
|
2914
|
+
readonly effects: readonly [{
|
|
2915
|
+
readonly type: 62;
|
|
2916
|
+
readonly value: 1;
|
|
2917
|
+
}];
|
|
2918
|
+
}, {
|
|
2919
|
+
readonly itemType: 4;
|
|
2920
|
+
readonly id: "Treant Forest Evergreen";
|
|
2921
|
+
readonly displayName: "Pine Ancient Card";
|
|
2922
|
+
readonly effects: readonly [{
|
|
2923
|
+
readonly type: 75;
|
|
2924
|
+
readonly value: 10;
|
|
2925
|
+
}];
|
|
2926
|
+
}, {
|
|
2927
|
+
readonly itemType: 4;
|
|
2928
|
+
readonly id: "Treant Minion Autumn";
|
|
2929
|
+
readonly displayName: "Maple Sapling Card";
|
|
2930
|
+
readonly effects: readonly [{
|
|
2931
|
+
readonly type: 8;
|
|
2932
|
+
readonly value: 20;
|
|
2933
|
+
}, {
|
|
2934
|
+
readonly type: 76;
|
|
2935
|
+
readonly value: 25;
|
|
2936
|
+
}];
|
|
2937
|
+
}, {
|
|
2938
|
+
readonly itemType: 4;
|
|
2939
|
+
readonly id: "Treant Minion Evergreen";
|
|
2940
|
+
readonly displayName: "Pine Sapling Card";
|
|
2941
|
+
readonly effects: readonly [{
|
|
2942
|
+
readonly type: 7;
|
|
2943
|
+
readonly value: 100;
|
|
2944
|
+
}, {
|
|
2945
|
+
readonly type: 75;
|
|
2946
|
+
readonly value: 25;
|
|
2947
|
+
}];
|
|
2948
|
+
}, {
|
|
2949
|
+
readonly itemType: 4;
|
|
2950
|
+
readonly id: "Treant Tree Autumn";
|
|
2951
|
+
readonly displayName: "Maple Treant Card";
|
|
2952
|
+
readonly effects: readonly [{
|
|
2953
|
+
readonly type: 72;
|
|
2954
|
+
readonly value: 20;
|
|
2955
|
+
}];
|
|
2956
|
+
}, {
|
|
2957
|
+
readonly itemType: 4;
|
|
2958
|
+
readonly id: "Treant Tree Evergreen";
|
|
2959
|
+
readonly displayName: "Pine Treant Card";
|
|
2960
|
+
readonly effects: readonly [{
|
|
2961
|
+
readonly type: 71;
|
|
2962
|
+
readonly value: 20;
|
|
2963
|
+
}];
|
|
2964
|
+
}, {
|
|
2965
|
+
readonly itemType: 4;
|
|
2966
|
+
readonly id: "Trooper Robot";
|
|
2967
|
+
readonly displayName: "Trooper Robot Card";
|
|
2968
|
+
}, {
|
|
2969
|
+
readonly itemType: 4;
|
|
2970
|
+
readonly id: "Turtle";
|
|
2971
|
+
readonly displayName: "Turtle Baby Card";
|
|
2972
|
+
readonly effects: readonly [{
|
|
2973
|
+
readonly type: 26;
|
|
2974
|
+
readonly value: 50;
|
|
2975
|
+
readonly target: {
|
|
2976
|
+
readonly kind: "status";
|
|
2977
|
+
readonly id: "Stun";
|
|
2978
|
+
};
|
|
2979
|
+
}];
|
|
2980
|
+
}, {
|
|
2981
|
+
readonly itemType: 4;
|
|
2982
|
+
readonly id: "Turtle King";
|
|
2983
|
+
readonly displayName: "Turtle Champion Card";
|
|
2984
|
+
readonly effects: readonly [{
|
|
2985
|
+
readonly type: 49;
|
|
2986
|
+
readonly value: 15;
|
|
2987
|
+
readonly target: {
|
|
2988
|
+
readonly kind: "skill";
|
|
2989
|
+
readonly id: "TetraVortex";
|
|
2990
|
+
};
|
|
2991
|
+
}, {
|
|
2992
|
+
readonly type: 108;
|
|
2993
|
+
readonly value: 100;
|
|
2994
|
+
readonly target: {
|
|
2995
|
+
readonly kind: "skill";
|
|
2996
|
+
readonly id: "TetraVortex";
|
|
2997
|
+
};
|
|
2998
|
+
}];
|
|
2999
|
+
}, {
|
|
3000
|
+
readonly itemType: 4;
|
|
3001
|
+
readonly id: "Turtle Monster Blue";
|
|
3002
|
+
readonly displayName: "Azure Terrapin Card";
|
|
3003
|
+
readonly effects: readonly [{
|
|
3004
|
+
readonly type: 26;
|
|
3005
|
+
readonly value: 50;
|
|
3006
|
+
readonly target: {
|
|
3007
|
+
readonly kind: "status";
|
|
3008
|
+
readonly id: "Blind";
|
|
3009
|
+
};
|
|
3010
|
+
}];
|
|
3011
|
+
}, {
|
|
3012
|
+
readonly itemType: 4;
|
|
3013
|
+
readonly id: "Turtle Monster Green";
|
|
3014
|
+
readonly displayName: "Verdant Terrapin Card";
|
|
3015
|
+
readonly effects: readonly [{
|
|
3016
|
+
readonly type: 26;
|
|
3017
|
+
readonly value: 50;
|
|
3018
|
+
readonly target: {
|
|
3019
|
+
readonly kind: "status";
|
|
3020
|
+
readonly id: "Decay";
|
|
3021
|
+
};
|
|
3022
|
+
}];
|
|
3023
|
+
}, {
|
|
3024
|
+
readonly itemType: 4;
|
|
3025
|
+
readonly id: "Turtle Monster Red";
|
|
3026
|
+
readonly displayName: "Crimson Terrapin Card";
|
|
3027
|
+
readonly effects: readonly [{
|
|
3028
|
+
readonly type: 26;
|
|
3029
|
+
readonly value: 50;
|
|
3030
|
+
readonly target: {
|
|
3031
|
+
readonly kind: "status";
|
|
3032
|
+
readonly id: "Burning";
|
|
3033
|
+
};
|
|
3034
|
+
}];
|
|
3035
|
+
}, {
|
|
3036
|
+
readonly itemType: 4;
|
|
3037
|
+
readonly id: "Vampire Bat";
|
|
3038
|
+
readonly displayName: "Nosferatu Card";
|
|
3039
|
+
readonly effects: readonly [{
|
|
3040
|
+
readonly type: 176;
|
|
3041
|
+
readonly value: 10;
|
|
3042
|
+
}];
|
|
3043
|
+
}, {
|
|
3044
|
+
readonly itemType: 4;
|
|
3045
|
+
readonly id: "Werewolf";
|
|
3046
|
+
readonly displayName: "Lycanthrope Card";
|
|
3047
|
+
readonly effects: readonly [{
|
|
3048
|
+
readonly type: 19;
|
|
3049
|
+
readonly value: 2;
|
|
3050
|
+
}];
|
|
3051
|
+
}, {
|
|
3052
|
+
readonly itemType: 4;
|
|
3053
|
+
readonly id: "Whirlwind";
|
|
3054
|
+
readonly displayName: "Breeze Card";
|
|
3055
|
+
readonly effects: readonly [{
|
|
3056
|
+
readonly type: 44;
|
|
3057
|
+
readonly value: 10;
|
|
3058
|
+
readonly target: {
|
|
3059
|
+
readonly kind: "element";
|
|
3060
|
+
readonly id: "Wind";
|
|
3061
|
+
};
|
|
3062
|
+
}];
|
|
3063
|
+
}, {
|
|
3064
|
+
readonly itemType: 4;
|
|
3065
|
+
readonly id: "Wind";
|
|
3066
|
+
readonly displayName: "Gale Card";
|
|
3067
|
+
readonly effects: readonly [{
|
|
3068
|
+
readonly type: 8;
|
|
3069
|
+
readonly value: 10;
|
|
3070
|
+
}, {
|
|
3071
|
+
readonly type: 72;
|
|
3072
|
+
readonly value: 1;
|
|
3073
|
+
}];
|
|
3074
|
+
}, {
|
|
3075
|
+
readonly itemType: 4;
|
|
3076
|
+
readonly id: "Wind Mage";
|
|
3077
|
+
readonly displayName: "Wind Mage Card";
|
|
3078
|
+
}, {
|
|
3079
|
+
readonly itemType: 4;
|
|
3080
|
+
readonly id: "Wisp Blue";
|
|
3081
|
+
readonly displayName: "Frost Wisp Card";
|
|
3082
|
+
readonly effects: readonly [{
|
|
3083
|
+
readonly type: 46;
|
|
3084
|
+
readonly value: 6;
|
|
3085
|
+
readonly target: {
|
|
3086
|
+
readonly kind: "element";
|
|
3087
|
+
readonly id: "Water";
|
|
3088
|
+
};
|
|
3089
|
+
}];
|
|
3090
|
+
}, {
|
|
3091
|
+
readonly itemType: 4;
|
|
3092
|
+
readonly id: "Wisp Purple";
|
|
3093
|
+
readonly displayName: "Lightning Wisp Card";
|
|
3094
|
+
readonly effects: readonly [{
|
|
3095
|
+
readonly type: 46;
|
|
3096
|
+
readonly value: 6;
|
|
3097
|
+
readonly target: {
|
|
3098
|
+
readonly kind: "element";
|
|
3099
|
+
readonly id: "Wind";
|
|
3100
|
+
};
|
|
3101
|
+
}];
|
|
3102
|
+
}, {
|
|
3103
|
+
readonly itemType: 4;
|
|
3104
|
+
readonly id: "Wisp Red";
|
|
3105
|
+
readonly displayName: "Fire Wisp Card";
|
|
3106
|
+
readonly effects: readonly [{
|
|
3107
|
+
readonly type: 46;
|
|
3108
|
+
readonly value: 6;
|
|
3109
|
+
readonly target: {
|
|
3110
|
+
readonly kind: "element";
|
|
3111
|
+
readonly id: "Fire";
|
|
3112
|
+
};
|
|
3113
|
+
}];
|
|
3114
|
+
}, {
|
|
3115
|
+
readonly itemType: 4;
|
|
3116
|
+
readonly id: "Wisp Yellow";
|
|
3117
|
+
readonly displayName: "Earth Wisp Card";
|
|
3118
|
+
readonly effects: readonly [{
|
|
3119
|
+
readonly type: 46;
|
|
3120
|
+
readonly value: 6;
|
|
3121
|
+
readonly target: {
|
|
3122
|
+
readonly kind: "element";
|
|
3123
|
+
readonly id: "Earth";
|
|
3124
|
+
};
|
|
3125
|
+
}];
|
|
3126
|
+
}, {
|
|
3127
|
+
readonly itemType: 4;
|
|
3128
|
+
readonly id: "Wolf";
|
|
3129
|
+
readonly displayName: "Wolf Card";
|
|
3130
|
+
readonly effects: readonly [{
|
|
3131
|
+
readonly type: 53;
|
|
3132
|
+
readonly value: 25;
|
|
3133
|
+
readonly target: {
|
|
3134
|
+
readonly kind: "element";
|
|
3135
|
+
readonly id: "Shadow";
|
|
3136
|
+
};
|
|
3137
|
+
}];
|
|
3138
|
+
}, {
|
|
3139
|
+
readonly itemType: 4;
|
|
3140
|
+
readonly id: "Wolf Pup";
|
|
3141
|
+
readonly displayName: "Wolf Cub Card";
|
|
3142
|
+
readonly effects: readonly [{
|
|
3143
|
+
readonly type: 46;
|
|
3144
|
+
readonly value: 6;
|
|
3145
|
+
readonly target: {
|
|
3146
|
+
readonly kind: "element";
|
|
3147
|
+
readonly id: "Shadow";
|
|
3148
|
+
};
|
|
3149
|
+
}];
|
|
3150
|
+
}, {
|
|
3151
|
+
readonly itemType: 4;
|
|
3152
|
+
readonly id: "Worm";
|
|
3153
|
+
readonly displayName: "Worm Card";
|
|
3154
|
+
readonly effects: readonly [{
|
|
3155
|
+
readonly type: 53;
|
|
3156
|
+
readonly value: 15;
|
|
3157
|
+
readonly target: {
|
|
3158
|
+
readonly kind: "element";
|
|
3159
|
+
readonly id: "Undead";
|
|
3160
|
+
};
|
|
3161
|
+
}];
|
|
3162
|
+
}, {
|
|
3163
|
+
readonly itemType: 4;
|
|
3164
|
+
readonly id: "Worm Creep";
|
|
3165
|
+
readonly displayName: "Devourer Card";
|
|
3166
|
+
readonly effects: readonly [{
|
|
3167
|
+
readonly type: 19;
|
|
3168
|
+
readonly value: 1;
|
|
3169
|
+
}];
|
|
3170
|
+
}, {
|
|
3171
|
+
readonly itemType: 4;
|
|
3172
|
+
readonly id: "Worm Rot";
|
|
3173
|
+
readonly displayName: "Maggot Card";
|
|
3174
|
+
readonly effects: readonly [{
|
|
3175
|
+
readonly type: 53;
|
|
3176
|
+
readonly value: 15;
|
|
3177
|
+
readonly target: {
|
|
3178
|
+
readonly kind: "element";
|
|
3179
|
+
readonly id: "Poison";
|
|
3180
|
+
};
|
|
3181
|
+
}];
|
|
3182
|
+
}, {
|
|
3183
|
+
readonly itemType: 4;
|
|
3184
|
+
readonly id: "Worm Stink";
|
|
3185
|
+
readonly displayName: "Grub Card";
|
|
3186
|
+
}, {
|
|
3187
|
+
readonly itemType: 4;
|
|
3188
|
+
readonly id: "Wraith";
|
|
3189
|
+
readonly displayName: "Wraith King Card";
|
|
3190
|
+
readonly effects: readonly [{
|
|
3191
|
+
readonly type: 185;
|
|
3192
|
+
readonly value: 2;
|
|
3193
|
+
}, {
|
|
3194
|
+
readonly type: 71;
|
|
3195
|
+
readonly value: -25;
|
|
3196
|
+
}, {
|
|
3197
|
+
readonly type: 72;
|
|
3198
|
+
readonly value: -25;
|
|
3199
|
+
}];
|
|
3200
|
+
}, {
|
|
3201
|
+
readonly itemType: 4;
|
|
3202
|
+
readonly id: "Zombie Goblin Giant";
|
|
3203
|
+
readonly displayName: "Zombie Orc Card";
|
|
3204
|
+
readonly effects: readonly [{
|
|
3205
|
+
readonly type: 10;
|
|
3206
|
+
readonly value: 5;
|
|
3207
|
+
}];
|
|
3208
|
+
}, {
|
|
3209
|
+
readonly itemType: 4;
|
|
3210
|
+
readonly id: "Zombie Goblin King";
|
|
3211
|
+
readonly displayName: "Zombie Orc Lord Card";
|
|
3212
|
+
readonly effects: readonly [{
|
|
3213
|
+
readonly type: 19;
|
|
3214
|
+
readonly value: 8;
|
|
3215
|
+
}];
|
|
3216
|
+
}, {
|
|
3217
|
+
readonly itemType: 4;
|
|
3218
|
+
readonly id: "Zombie Goblin Minion";
|
|
3219
|
+
readonly displayName: "Zombie Goblin Card";
|
|
3220
|
+
readonly effects: readonly [{
|
|
3221
|
+
readonly type: 44;
|
|
3222
|
+
readonly value: 10;
|
|
3223
|
+
readonly target: {
|
|
3224
|
+
readonly kind: "element";
|
|
3225
|
+
readonly id: "Undead";
|
|
3226
|
+
};
|
|
3227
|
+
}];
|
|
3228
|
+
}, {
|
|
3229
|
+
readonly itemType: 4;
|
|
3230
|
+
readonly id: "Zombie Goblin Soldier";
|
|
3231
|
+
readonly displayName: "Zombie Grunt Card";
|
|
3232
|
+
readonly effects: readonly [{
|
|
3233
|
+
readonly type: 71;
|
|
3234
|
+
readonly value: 25;
|
|
3235
|
+
}, {
|
|
3236
|
+
readonly type: 68;
|
|
3237
|
+
readonly value: -50;
|
|
3238
|
+
}];
|
|
3239
|
+
}];
|
|
3240
|
+
}
|
|
3241
|
+
//# sourceMappingURL=cards.d.ts.map
|