-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtokens.json
889 lines (889 loc) · 49 KB
/
tokens.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
{
"godsire": ["8_8redgreenwhitebeastcreaturetoken"],
"hazezon tamar": ["1_1redgreenwhitesandwarriorcreaturetoken"],
"wurmcoil engine": ["wurmcoilenginea", "wurmcoilengineb"],
"abhorrent overlord": ["1_1blackharpycreaturetoken"],
"abstruse interference": ["1_1colorlesseldraziscioncreaturetoken"],
"abzan ascendancy": ["1_1whitespiritcreaturetoken"],
"accomplished automaton": ["1_1colorlessservoartifactcreaturetoken"],
"acorn catapult": ["1_1greensquirrelcreaturetoken"],
"acorn harvest": ["1_1greensquirrelcreaturetoken"],
"advent of the wurm": ["5_5greenwurmcreaturetoken"],
"adverse conditions": ["1_1colorlesseldraziscioncreaturetoken"],
"aerie worshippers": ["2_2bluebirdenchantmentcreaturetoken"],
"æther mutation": ["1_1greensaprolingcreaturetoken"],
"afterlife": ["1_1whitespiritcreaturetoken"],
"ajani goldmane": ["whiteavatarcreaturetoken"],
"ajani steadfast": ["ajani_steadfast_emblem"],
"ajani, caller of the pride": ["2_2whitecatcreaturetoken"],
"ajani's chosen": ["2_2whitecatcreaturetoken"],
"akoum stonewaker": ["3_1redelementalcreaturetoken"],
"akroan crusader": ["1_1redsoldiercreaturetoken"],
"akroan horse": ["1_1whitesoldiercreaturetoken"],
"alive // well (alive)": ["3_3greencentaurcreaturetoken"],
"alliance of arms": ["1_1whitesoldiercreaturetoken"],
"allied reinforcements": ["2_2whiteknightallycreaturetoken"],
"ambassador oak": ["1_1greenelfwarriorcreaturetoken"],
"ambitious aetherborn": ["1_1colorlessservoartifactcreaturetoken"],
"angel of invention": ["1_1colorlessservoartifactcreaturetoken"],
"angelic accord": ["4_4whiteangelcreaturetoken"],
"angelic favor": ["4_4whiteangelcreaturetoken"],
"animation module": ["1_1colorlessservoartifactcreaturetoken"],
"ant queen": ["1_1greeninsectcreaturetoken"],
"arachnogenesis": ["1_2greenspidercreaturetoken"],
"archdemon of unx": ["2_2blackzombiecreaturetoken"],
"architect of the untamed": ["6_6colorlessbeastartifactcreaturetoken"],
"arlinn kord": ["2_2greenwolfcreaturetoken"],
"arlinn, embraced by the moon": ["arlinn_embraced_by_the_moon_emblem"],
"armada wurm": ["5_5greenwurmcreaturetoken"],
"army of the damned": ["2_2blackzombiecreaturetoken"],
"artifact mutation": ["1_1greensaprolingcreaturetoken"],
"aspiring aeronaut": ["1_1colorlessthopterartifactcreaturetoken"],
"assemble the legion": ["1_1redandwhitesoldiercreaturetoken"],
"attended knight": ["1_1whitesoldiercreaturetoken"],
"aura mutation": ["1_1greensaprolingcreaturetoken"],
"avacyn's collar": ["1_1whitespiritcreaturetoken"],
"avenger of zendikar": ["0_1greenplantcreaturetoken"],
"awaken the sky tyrant": ["5_5reddragoncreaturetoken"],
"awakening zone": ["0_1colorlesseldrazispawncreaturetoken"],
"baku altar": ["1_1colorlessspiritcreaturetoken"],
"balduvian dead": ["3_1blackandredgraveborncreaturetoken"],
"baloth cage trap": ["4_4greenbeastcreaturetoken"],
"bant sojourners": ["1_1whitesoldiercreaturetoken"],
"baru, fist of krosa": ["greenwurmcreaturetoken"],
"basalt golem": ["0_2colorlesswallartifactcreaturetoken"],
"batterskull": ["0_0blackgermcreaturetoken"],
"assault // battery (battery)": ["3_3greenelephantcreaturetoken"],
"battle screech": ["1_1whitebirdcreaturetoken"],
"beacon of creation": ["1_1greeninsectcreaturetoken"],
"bearer of overwhelming truths": ["colorlessclueartifacttoken"],
"bear's companion": ["4_4greenbearcreaturetoken"],
"bearscape": ["2_2greenbearcreaturetoken"],
"beast attack": ["4_4greenbeastcreaturetoken"],
"beast within": ["3_3greenbeastcreaturetoken"],
"beckon apparition": ["1_1whiteandblackspiritcreaturetoken"],
"beetleback chief": ["1_1redgoblincreaturetoken"],
"belfry spirit": ["1_1blackbatcreaturetoken"],
"benalish commander": ["1_1whitesoldiercreaturetoken"],
"benevolent offering": ["1_1whitespiritcreaturetoken"],
"benthicore": ["1_1bluemerfolkwizardcreaturetoken"],
"bestial menace": ["1_1greensnakecreaturetoken", "2_2greenwolfcreaturetoken", "3_3greenelephantcreaturetoken"],
"birthing hulk": ["1_1colorlesseldraziscioncreaturetoken"],
"bitterblossom": ["1_1blackfaerieroguecreaturetoken"],
"blade splicer": ["3_3colorlessgolemartifactcreaturetoken"],
"blast from the past": ["1_1redgoblincreaturetoken"],
"blaze commando": ["1_1redandwhitesoldiercreaturetoken"],
"blight herder": ["1_1colorlesseldraziscioncreaturetoken"],
"blisterpod": ["1_1colorlesseldraziscioncreaturetoken"],
"bloodline keeper": ["2_2blackvampirecreaturetoken"],
"boggart mob": ["1_1blackgoblinroguecreaturetoken"],
"bonehoard": ["0_0blackgermcreaturetoken"],
"boris devilboon": ["minor"],
"bottle of suleiman": ["5_5colorlessdjinnartifactcreaturetoken"],
"bramble elemental": ["1_1greensaprolingcreaturetoken"],
"breeding pit": ["0_1blackthrullcreaturetoken"],
"briarbridge patrol": ["colorlessclueartifacttoken"],
"bridge from below": ["2_2blackzombiecreaturetoken"],
"brimaz, king of oreskos": ["1_1whitecatsoldiercreaturetoken", "1_1whitecatsoldiercreaturetoken"],
"brindle shoat": ["3_3greenboarcreaturetoken"],
"bringer of the green dawn": ["3_3greenbeastcreaturetoken"],
"westvale abbey": ["1_1whiteandblackhumanclericcreaturetoken"],
"westvale cult leader": ["1_1whiteandblackhumanclericcreaturetoken"],
"wharf infiltrator": ["3_2colorlesseldrazihorrorcreaturetoken"],
"whirler rogue": ["1_1colorlessthopterartifactcreaturetoken"],
"whirler virtuoso": ["1_1colorlessthopterartifactcreaturetoken"],
"whirlermaker": ["1_1colorlessthopterartifactcreaturetoken"],
"white sun's zenith": ["2_2whitecatcreaturetoken"],
"wing splicer": ["3_3colorlessgolemartifactcreaturetoken"],
"wingmate roc": ["3_4whitebirdcreaturetoken"],
"wirefly hive": ["2_2colorlessinsectartifactcreaturetoken"],
"wirewood hivemaster": ["1_1greeninsectcreaturetoken"],
"wolfbriar elemental": ["2_2greenwolfcreaturetoken"],
"wolfcaller's howl": ["2_2greenwolfcreaturetoken"],
"wolfkin bond": ["2_2greenwolfcreaturetoken"],
"wolf-skull shaman": ["2_2greenwolfcreaturetoken"],
"words of wilding": ["2_2greenbearcreaturetoken"],
"worldspine wurm": ["5_5greenwurmcreaturetoken"],
"worm harvest": ["1_1blackandgreenwormcreaturetoken"],
"wort, the raidmother": ["1_1redandgreengoblinwarriorcreaturetoken"],
"wren's run packmaster": ["2_2greenwolfcreaturetoken"],
"wurmcalling": ["greenwurmcreaturetoken"],
"wurmweaver coil": ["6_6greenwurmcreaturetoken"],
"xathrid necromancer": ["2_2blackzombiecreaturetoken"],
"xenagos, the reveler": ["2_2redandgreensatyrcreaturetoken"],
"young pyromancer": ["1_1redelementalcreaturetoken"],
"zektar shrine expedition": ["7_1redelementalcreaturetoken"],
"zendikar's roil": ["2_2greenelementalcreaturetoken"],
"zombie infestation": ["2_2blackzombiecreaturetoken"],
"terastodon": ["3_3greenelephantcreaturetoken"],
"tetravus": ["1_1colorlesstetraviteartifactcreaturetoken"],
"teysa, envoy of ghosts": ["1_1whiteandblackspiritcreaturetoken"],
"teysa, orzhov scion": ["1_1whitespiritcreaturetoken"],
"thallid": ["1_1greensaprolingcreaturetoken"],
"thallid devourer": ["1_1greensaprolingcreaturetoken"],
"thallid germinator": ["1_1greensaprolingcreaturetoken"],
"thallid shell-dweller": ["1_1greensaprolingcreaturetoken"],
"thatcher revolt": ["1_1redhumancreaturetoken"],
"the hive": ["1_1colorlessinsectartifactcreaturetoken"],
"thelonite hermit": ["1_1greensaprolingcreaturetoken"],
"thopter assembly": ["1_1colorlessthopterartifactcreaturetoken"],
"thopter engineer": ["1_1colorlessthopterartifactcreaturetoken"],
"thopter foundry": ["1_1bluethopterartifactcreaturetoken"],
"thopter spy network": ["1_1colorlessthopterartifactcreaturetoken"],
"thopter squadron": ["1_1colorlessthopterartifactcreaturetoken"],
"thraben doomsayer": ["1_1whitehumancreaturetoken"],
"thraben inspector": ["colorlessclueartifacttoken"],
"thraben standard bearer": ["1_1whitehumansoldiercreaturetoken"],
"thragtusk": ["3_3greenbeastcreaturetoken"],
"throne of empires": ["1_1whitesoldiercreaturetoken"],
"thunderheads": ["3_3blueweirdcreaturetoken"],
"tidal wave": ["5_5bluewallcreaturetoken"],
"timely reinforcements": ["1_1whitesoldiercreaturetoken"],
"tireless tracker": ["colorlessclueartifacttoken"],
"titan forge": ["9_9colorlessgolemartifactcreaturetoken"],
"titania, protector of argoth": ["5_3greenelementalcreaturetoken"],
"tolsimir wolfblood": ["voja"],
"tomb of urami": ["5_5blackdemonspiritcreaturetoken"],
"tombstone stairwell": ["2_2blackzombiecreaturetoken"],
"tooth and claw": ["carnivore"],
"trading post": ["0_1whitegoatcreaturetoken"],
"trail of evidence": ["colorlessclueartifacttoken"],
"transluminant": ["1_1whitespiritcreaturetoken"],
"trigon of infestation": ["1_1greeninsectcreaturetoken"],
"triplicate spirits": ["1_1whitespiritcreaturetoken"],
"triskelavus": ["1_1colorlesstriskelaviteartifactcreaturetoken"],
"trostani's summoner": ["2_2whiteknightcreaturetoken", "3_3greencentaurcreaturetoken", "4_4greenrhinocreaturetoken"],
"tukatongue thallid": ["1_1greensaprolingcreaturetoken"],
"tuktuk the explorer": ["tuktuk"],
"turntimber ranger": ["2_2greenwolfcreaturetoken"],
"twilight drover": ["1_1whitespiritcreaturetoken"],
"uktabi kong": ["1_1greenapecreaturetoken"],
"ulasht, the hate seed": ["1_1greensaprolingcreaturetoken"],
"ulvenwald mysteries": ["colorlessclueartifacttoken", "1_1whitehumansoldiercreaturetoken"],
"undead alchemist": ["2_2blackzombiecreaturetoken"],
"undead servant": ["2_2blackzombiecreaturetoken"],
"unified front": ["1_1whitekorallycreaturetoken"],
"unscythe, killer of kings": ["2_2blackzombiecreaturetoken"],
"urbis protector": ["4_4whiteangelcreaturetoken"],
"urza's factory": ["2_2colorlessassemblyworkerartifactcreaturetoken"],
"utopia mycon": ["1_1greensaprolingcreaturetoken"],
"utvara hellkite": ["6_6reddragoncreaturetoken"],
"vanguard of brimaz": ["1_1whitecatsoldiercreaturetoken"],
"varchild's war-riders": ["1_1redsurvivorcreaturetoken"],
"venser, the sojourner": ["venser_the_sojourner_emblem"],
"verdant embrace": ["1_1greensaprolingcreaturetoken"],
"verdant force": ["1_1greensaprolingcreaturetoken"],
"verdeloth the ancient": ["1_1greensaprolingcreaturetoken"],
"vessel of ephemera": ["1_1whitespiritcreaturetoken"],
"vile rebirth": ["2_2blackzombiecreaturetoken"],
"vile redeemer": ["1_1colorlesseldraziscioncreaturetoken"],
"violet pall": ["1_1blackfaerieroguecreaturetoken"],
"visionary augmenter": ["1_1colorlessservoartifactcreaturetoken"],
"vital splicer": ["3_3colorlessgolemartifactcreaturetoken"],
"vitality charm": ["1_1greeninsectcreaturetoken"],
"vitaspore thallid": ["1_1greensaprolingcreaturetoken"],
"vitu-ghazi guildmage": ["3_3greencentaurcreaturetoken"],
"vitu-ghazi, the city-tree": ["1_1greensaprolingcreaturetoken"],
"voice of resurgence": ["greenandwhiteelementalcreaturetoken"],
"voice of the provinces": ["1_1whitehumancreaturetoken"],
"voice of the woods": ["7_7greenelementalcreaturetoken"],
"void attendant": ["1_1colorlesseldraziscioncreaturetoken"],
"vraska the unseen": ["1_1blackassassincreaturetoken"],
"waiting in the weeds": ["1_1greencatcreaturetoken"],
"wakedancer": ["2_2blackzombiecreaturetoken"],
"walker of the grove": ["4_4greenelementalcreaturetoken"],
"wall of kelp": ["0_1blueplantwallcreaturetoken"],
"wand of the elements": ["2_2blueelementalcreaturetoken", "3_3redelementalcreaturetoken"],
"warbreak trumpeter": ["1_1redgoblincreaturetoken"],
"warping wail": ["1_1colorlesseldraziscioncreaturetoken"],
"warren weirding": ["1_1blackgoblinroguecreaturetoken"],
"waste not": ["2_2blackzombiecreaturetoken"],
"waylay": ["2_2whiteknightcreaturetoken"],
"weaponcraft enthusiast": ["1_1colorlessservoartifactcreaturetoken"],
"weirding shaman": ["1_1blackgoblinroguecreaturetoken"],
"weirding wood": ["colorlessclueartifacttoken"],
"skeletonize": ["1_1blackskeletoncreaturetoken"],
"skinwing": ["0_0blackgermcreaturetoken"],
"skirk ridge exhumer": ["festering"],
"skirsdag high priest": ["5_5blackdemoncreaturetoken"],
"skittering invasion": ["0_1colorlesseldrazispawncreaturetoken"],
"skyline despot": ["5_5reddragoncreaturetoken"],
"skywise teachings": ["2_2bluedjinnmonkcreaturetoken"],
"slayer's plate": ["1_1whitespiritcreaturetoken"],
"slime molding": ["greenoozecreaturetoken"],
"sliver hive": ["1_1colorlessslivercreaturetoken"],
"sliver queen": ["1_1colorlessslivercreaturetoken"],
"sliversmith": ["metallic"],
"snake basket": ["1_1greensnakecreaturetoken"],
"snake pit": ["1_1greensnakecreaturetoken"],
"sorin, grim nemesis": ["1_1blackvampireknightcreaturetoken"],
"sorin, lord of innistrad": ["sorin_lord_of_innistrad_emblem", "1_1blackvampirecreaturetoken"],
"sorin, solemn visitor": ["sorin_solemn_visitor_emblem", "2_2blackvampirecreaturetoken"],
"sosuke's summons": ["1_1greensnakecreaturetoken"],
"soul of zendikar": ["3_3greenbeastcreaturetoken", "3_3greenbeastcreaturetoken"],
"soul separator": ["blackzombiecreaturetoken"],
"sound the call": ["1_1greenwolfcreaturetoken"],
"sparkspitter": ["spark"],
"spawning bed": ["1_1colorlesseldraziscioncreaturetoken"],
"spawning breath": ["0_1colorlesseldrazispawncreaturetoken"],
"spawning grounds": ["5_5greenbeastcreaturetoken"],
"spawning pit": ["2_2colorlessspawnartifactcreaturetoken"],
"spawnsire of ulamog": ["0_1colorlesseldrazispawncreaturetoken"],
"spectral procession": ["1_1whitespiritcreaturetoken"],
"spectral reserves": ["1_1whitespiritcreaturetoken"],
"spider spawning": ["1_2greenspidercreaturetoken"],
"spike breeder": ["1_1greenspikecreaturetoken"],
"spiny starfish": ["0_1bluestarfishcreaturetoken"],
"spirit bonds": ["1_1whitespiritcreaturetoken"],
"spirit cairn": ["1_1whitespiritcreaturetoken"],
"spirit mirror": ["2_2whitereflectioncreaturetoken"],
"spiritual visit": ["1_1colorlessspiritcreaturetoken"],
"splintering wind": ["1_1greensplintercreaturetoken"],
"spoils of blood": ["blackhorrorcreaturetoken"],
"spontaneous generation": ["1_1greensaprolingcreaturetoken"],
"spore burst": ["1_1greensaprolingcreaturetoken"],
"sporemound": ["1_1greensaprolingcreaturetoken"],
"sporesower thallid": ["1_1greensaprolingcreaturetoken"],
"sporogenesis": ["1_1greensaprolingcreaturetoken"],
"sporoloth ancient": ["1_1greensaprolingcreaturetoken"],
"springjack pasture": ["0_1whitegoatcreaturetoken"],
"springjack shepherd": ["0_1whitegoatcreaturetoken"],
"sprout": ["1_1greensaprolingcreaturetoken"],
"sprout swarm": ["1_1greensaprolingcreaturetoken"],
"sprouting thrinax": ["1_1greensaprolingcreaturetoken"],
"squirrel nest": ["1_1greensquirrelcreaturetoken"],
"squirrel wrangler": ["1_1greensquirrelcreaturetoken"],
"stangg": ["stangg"],
"stitcher geralf": ["bluezombiecreaturetoken"],
"stitcher's apprentice": ["2_2bluehomunculuscreaturetoken"],
"stone idol trap": ["6_12colorlessconstructartifactcreaturetoken"],
"stonybrook schoolmaster": ["1_1bluemerfolkwizardcreaturetoken"],
"storm herd": ["1_1whitepegasuscreaturetoken"],
"stormfront riders": ["1_1whitesoldiercreaturetoken"],
"strandwalker": ["0_0blackgermcreaturetoken"],
"strength of arms": ["1_1whitehumansoldiercreaturetoken"],
"subterranean tremors": ["8_8redlizardcreaturetoken"],
"summon the school": ["1_1bluemerfolkwizardcreaturetoken"],
"summoner's bane": ["2_2blueillusioncreaturetoken"],
"summoning station": ["2_2colorlesspinchercreaturetoken"],
"sunhome guildmage": ["1_1redandwhitesoldiercreaturetoken"],
"sunspire gatekeepers": ["2_2whiteknightcreaturetoken"],
"supply // demand (supply)": ["1_1greensaprolingcreaturetoken"],
"survey the wreckage": ["1_1redgoblincreaturetoken"],
"survive the night": ["colorlessclueartifacttoken"],
"swan song": ["2_2bluebirdcreaturetoken"],
"sword of body and mind": ["2_2greenwolfcreaturetoken"],
"sylvan offering": ["greentreefolkcreaturetoken", "1_1greenelfwarriorcreaturetoken"],
"symbiotic beast": ["1_1greeninsectcreaturetoken"],
"symbiotic elf": ["1_1greeninsectcreaturetoken"],
"symbiotic wurm": ["1_1greeninsectcreaturetoken"],
"symbol status": ["1_1colorlessexpansionsymbolcreaturetoken"],
"syphon flesh": ["2_2blackzombiecreaturetoken"],
"take up arms": ["1_1whitewarriorcreaturetoken"],
"talrand, sky summoner": ["2_2bluedrakecreaturetoken"],
"talrand's invocation": ["2_2bluedrakecreaturetoken"],
"tamiyo, field researcher": ["tamiyo_field_researcher_emblem"],
"tamiyo, the moon sage": ["tamiyo_the_moon_sage_emblem"],
"tamiyo's journal": ["colorlessclueartifacttoken"],
"tatsumasa, the dragon's fang": ["5_5bluedragonspiritcreaturetoken"],
"teferi, temporal archmage": ["teferi_temporal_archmage_emblem"],
"tempt with vengeance": ["1_1redelementalcreaturetoken", "1_1redelementalcreaturetoken", "1_1redelementalcreaturetoken"],
"rakdos guildmage": ["2_1redgoblincreaturetoken"],
"rakka mar": ["3_1redelementalcreaturetoken"],
"rakshasa gravecaller": ["2_2blackzombiecreaturetoken"],
"rally the horde": ["1_1redwarriorcreaturetoken"],
"rampaging baloths": ["4_4greenbeastcreaturetoken"],
"rapacious one": ["0_1colorlesseldrazispawncreaturetoken"],
"rapid hybridization": ["3_3greenfroglizardcreaturetoken"],
"reach of branches": ["2_5greentreefolkshamancreaturetoken"],
"reap the seagraf": ["2_2blackzombiecreaturetoken"],
"rebellion of the flamekin": ["3_1redelementalshamancreaturetoken"],
"reef worm": ["3_3bluefishcreaturetoken", "6_6bluewhalecreaturetoken", "9_9bluekrakencreaturetoken"],
"reign of the pit": ["blackdemoncreaturetoken"],
"renowned weaver": ["1_3greenspiderenchantmentcreaturetoken"],
"repel intruders": ["1_1whitekithkinsoldiercreaturetoken"],
"requiem angel": ["1_1whitespiritcreaturetoken"],
"retreat to emeria": ["1_1whitekorallycreaturetoken"],
"revel of the fallen god": ["2_2redandgreensatyrcreaturetoken"],
"rhys the redeemed": ["1_1greenandwhiteelfwarriorcreaturetoken"],
"riftmarked knight": ["2_2blackknightcreaturetoken"],
"righteous confluence": ["2_2whiteknightcreaturetoken"],
"rise from the tides": ["2_2blackzombiecreaturetoken"],
"rise of eagles": ["2_2bluebirdenchantmentcreaturetoken"],
"rise of the hobgoblins": ["1_1redandwhitegoblinsoldiercreaturetoken"],
"rite of the raging storm": ["lightning"],
"rite of the serpent": ["1_1greensnakecreaturetoken"],
"rith, the awakener": ["1_1greensaprolingcreaturetoken"],
"rith's charm": ["1_1greensaprolingcreaturetoken"],
"ritual of the returned": ["blackzombiecreaturetoken"],
"roar of the wurm": ["6_6greenwurmcreaturetoken"],
"roc egg": ["3_3whitebirdcreaturetoken"],
"root out": ["colorlessclueartifacttoken"],
"rotlung reanimator": ["2_2blackzombiecreaturetoken"],
"rousing of souls": ["1_1whitespiritcreaturetoken"],
"rukh egg": ["4_4redbirdcreaturetoken"],
"saber ants": ["1_1greeninsectcreaturetoken"],
"sacred mesa": ["1_1whitepegasuscreaturetoken"],
"sanctifier of souls": ["1_1whitespiritcreaturetoken"],
"sandsteppe outcast": ["1_1whitespiritcreaturetoken"],
"saproling burst": ["greensaprolingcreaturetoken"],
"saproling cluster": ["1_1greensaprolingcreaturetoken"],
"saproling infestation": ["1_1greensaprolingcreaturetoken"],
"saproling symbiosis": ["1_1greensaprolingcreaturetoken"],
"sarcomancy": ["2_2blackzombiecreaturetoken"],
"sarkhan the mad": ["5_5reddragoncreaturetoken"],
"sarkhan unbroken": ["4_4reddragoncreaturetoken"],
"sarkhan vol": ["4_4reddragoncreaturetoken"],
"sarkhan, the dragonspeaker": ["sarkhan_the_dragonspeaker_emblem"],
"satyr nyx-smith": ["3_1redelementalenchantmentcreaturetoken"],
"savage conception": ["3_3greenbeastcreaturetoken"],
"savage thallid": ["1_1greensaprolingcreaturetoken"],
"scatter the seeds": ["1_1greensaprolingcreaturetoken"],
"scion of vitu-ghazi": ["1_1whitebirdcreaturetoken"],
"scion summoner": ["1_1colorlesseldraziscioncreaturetoken"],
"scytheclaw": ["0_0blackgermcreaturetoken"],
"secure the wastes": ["1_1whitewarriorcreaturetoken"],
"security blockade": ["2_2whiteknightcreaturetoken"],
"security detail": ["1_1whitesoldiercreaturetoken"],
"seed guardian": ["greenelementalcreaturetoken"],
"seed spark": ["1_1greensaprolingcreaturetoken"],
"seed the land": ["1_1greensnakecreaturetoken"],
"seize the soul": ["1_1whitespiritcreaturetoken", "1_1whitespiritcreaturetoken"],
"sekki, seasons' guide": ["1_1colorlessspiritcreaturetoken"],
"sek'kuar, deathkeeper": ["3_1blackandredgraveborncreaturetoken"],
"selesnya charm": ["2_2whiteknightcreaturetoken"],
"selesnya evangel": ["1_1greensaprolingcreaturetoken"],
"selesnya guildmage": ["1_1greensaprolingcreaturetoken"],
"seller of songbirds": ["1_1whitebirdcreaturetoken"],
"selvala's charge": ["3_3greenelephantcreaturetoken"],
"sengir autocrat": ["0_1blackserfcreaturetoken"],
"sengir nosferatu": ["1_2blackbatcreaturetoken"],
"sensor splicer": ["3_3colorlessgolemartifactcreaturetoken"],
"serpent generator": ["1_1colorlesssnakeartifactcreaturetoken"],
"servo exhibition": ["1_1colorlessservoartifactcreaturetoken"],
"shamble back": ["2_2blackzombiecreaturetoken"],
"sharding sphinx": ["1_1bluethopterartifactcreaturetoken"],
"shrine of loyal legions": ["1_1colorlessmyrartifactcreaturetoken"],
"sickleslicer": ["0_0blackgermcreaturetoken"],
"side to side": ["3_3greenapecreaturetoken"],
"sidisi, brood tyrant": ["2_2blackzombiecreaturetoken"],
"siege-gang commander": ["1_1redgoblincreaturetoken"],
"sifter of skulls": ["1_1colorlesseldraziscioncreaturetoken"],
"sigarda, heron's grace": ["1_1whitehumansoldiercreaturetoken"],
"sigil of the empty throne": ["4_4whiteangelcreaturetoken"],
"silverfur partisan": ["2_2greenwolfcreaturetoken"],
"skeletal vampire": ["1_1blackbatcreaturetoken", "1_1blackbatcreaturetoken"],
"nest invader": ["0_1colorlesseldrazispawncreaturetoken"],
"nested ghoul": ["2_2blackzombiecreaturetoken"],
"night soil": ["1_1greensaprolingcreaturetoken"],
"nissa, sage animist": ["ashaya"],
"nissa, vital force": ["nissa_vital_force_emblem"],
"nissa, voice of zendikar": ["0_1greenplantcreaturetoken"],
"nomads' assembly": ["1_1whitekorsoldiercreaturetoken"],
"noosegraf mob": ["2_2blackzombiecreaturetoken"],
"not forgotten": ["1_1whitespiritcreaturetoken"],
"notorious throng": ["1_1blackfaerieroguecreaturetoken"],
"nuisance engine": ["0_1colorlesspestartifactcreaturetoken"],
"null caller": ["2_2blackzombiecreaturetoken"],
"nut collector": ["1_1greensquirrelcreaturetoken"],
"oath of gideon": ["1_1whitekorallycreaturetoken"],
"oath of liliana": ["2_2blackzombiecreaturetoken"],
"ob nixilis of the black oath": ["ob_nixilis_of_the_black_oath_emblem", "5_5blackdemoncreaturetoken"],
"ob nixilis reignited": ["ob_nixilis_reignited_emblem"],
"ogre slumlord": ["1_1blackratcreaturetoken"],
"ojutai's summons": ["2_2bluedjinnmonkcreaturetoken"],
"omnath, locus of rage": ["5_5redandgreenelementalcreaturetoken"],
"one dozen eyes": ["5_5greenbeastcreaturetoken", "1_1greeninsectcreaturetoken"],
"ongoing investigation": ["colorlessclueartifacttoken"],
"oona, queen of the fae": ["1_1blueandblackfaerieroguecreaturetoken"],
"ooze flux": ["greenoozecreaturetoken"],
"ooze garden": ["greenoozecreaturetoken"],
"ophiomancer": ["1_1blacksnakecreaturetoken"],
"ordered migration": ["1_1bluebirdcreaturetoken"],
"origin spellbomb": ["1_1colorlessmyrartifactcreaturetoken"],
"ornitharch": ["1_1whitebirdcreaturetoken"],
"orochi eggwatcher": ["1_1greensnakecreaturetoken"],
"orochi hatchery": ["1_1greensnakecreaturetoken"],
"otherworldly outburst": ["3_2colorlesseldrazihorrorcreaturetoken"],
"overseer of the damned": ["2_2blackzombiecreaturetoken"],
"ovinomancer": ["0_1greensheepcreaturetoken"],
"oviya pashiri, sage lifecrafter": ["1_1colorlessservoartifactcreaturetoken", "colorlessconstructartifactcreaturetoken"],
"oyobi, who split the heavens": ["3_3whitespiritcreaturetoken"],
"pack guardian": ["2_2greenwolfcreaturetoken"],
"pact of the titan": ["4_4redgiantcreaturetoken"],
"pallid mycoderm": ["1_1greensaprolingcreaturetoken"],
"parasitic implant": ["1_1colorlessmyrartifactcreaturetoken"],
"patagia viper": ["1_1greenandbluesnakecreaturetoken"],
"patrol signaler": ["1_1whitekithkinsoldiercreaturetoken"],
"pawn of ulamog": ["0_1colorlesseldrazispawncreaturetoken"],
"peema outrider": ["1_1colorlessservoartifactcreaturetoken"],
"pegasus refuge": ["1_1whitepegasuscreaturetoken"],
"pegasus stampede": ["1_1whitepegasuscreaturetoken"],
"pentavus": ["1_1colorlesspentaviteartifactcreaturetoken"],
"penumbra bobcat": ["2_1blackcatcreaturetoken"],
"penumbra kavu": ["3_3blackkavucreaturetoken"],
"penumbra spider": ["2_4blackspidercreaturetoken"],
"penumbra wurm": ["6_6blackwurmcreaturetoken"],
"phantasmal sphere": ["blueorbcreaturetoken"],
"pharika, god of affliction": ["1_1blackandgreensnakeenchantmentcreaturetoken"],
"phelddagrif": ["1_1greenhippocreaturetoken"],
"pheres-band raiders": ["3_3greencentaurenchantmentcreaturetoken"],
"phyrexian processor": ["blackminioncreaturetoken"],
"phyrexian rebirth": ["colorlesshorrorartifactcreaturetoken"],
"phyrexian swarmlord": ["1_1greeninsectcreaturetoken"],
"pia and kiran nalaar": ["1_1colorlessthopterartifactcreaturetoken"],
"pia nalaar": ["1_1colorlessthopterartifactcreaturetoken"],
"plague of vermin": ["1_1blackratcreaturetoken"],
"pollenbright wings": ["1_1greensaprolingcreaturetoken"],
"pongify": ["3_3greenapecreaturetoken"],
"ponyback brigade": ["1_1redgoblincreaturetoken"],
"precinct captain": ["1_1whitesoldiercreaturetoken"],
"precursor golem": ["3_3colorlessgolemartifactcreaturetoken"],
"predator's howl": ["2_2greenwolfcreaturetoken", "2_2greenwolfcreaturetoken"],
"predatory advantage": ["2_2greenlizardcreaturetoken"],
"presence of gond": ["1_1greenelfwarriorcreaturetoken"],
"press for answers": ["colorlessclueartifacttoken"],
"pride of the clouds": ["1_1whiteandbluebirdcreaturetoken"],
"priest of the blood rite": ["5_5blackdemoncreaturetoken"],
"primeval bounty": ["3_3greenbeastcreaturetoken"],
"promise of bunrei": ["1_1colorlessspiritcreaturetoken"],
"promise of power": ["blackdemoncreaturetoken"],
"propeller pioneer": ["1_1colorlessservoartifactcreaturetoken"],
"prossh, skyraider of kher": ["kobolds"],
"prowess of the fair": ["1_1greenelfwarriorcreaturetoken"],
"psychotrope thallid": ["1_1greensaprolingcreaturetoken"],
"pulse of the tangle": ["3_3greenbeastcreaturetoken"],
"puppet conjurer": ["0_1bluehomunculusartifactcreaturetoken"],
"pure reflection": ["whitereflectioncreaturetoken"],
"queen marchesa": ["1_1blackassassincreaturetoken"],
"quest for the gravelord": ["5_5blackzombiegiantcreaturetoken"],
"questing phelddagrif": ["1_1greenhippocreaturetoken"],
"raise the alarm": ["1_1whitesoldiercreaturetoken"],
"raised by wolves": ["2_2greenwolfcreaturetoken"],
"lich lord of unx": ["1_1blueandblackzombiewizardcreaturetoken"],
"liege of the hollows": ["1_1greensquirrelcreaturetoken"],
"lieutenants of the guard": ["1_1whitesoldiercreaturetoken"],
"lightning coils": ["3_1redelementalcreaturetoken"],
"liliana of the dark realms": ["liliana_of_the_dark_realms_emblem"],
"liliana, defiant necromancer": ["liliana_defiant_necromancer_emblem"],
"liliana, heretical healer": ["2_2blackzombiecreaturetoken"],
"liliana, the last hope": ["liliana_the_last_hope_emblem", "2_2blackzombiecreaturetoken"],
"liliana's reaver": ["2_2blackzombiecreaturetoken"],
"lingering souls": ["1_1whitespiritcreaturetoken"],
"linvala, the preserver": ["3_3whiteangelcreaturetoken"],
"living hive": ["1_1greeninsectcreaturetoken"],
"llanowar mentor": ["llanowar"],
"lord of lineage": ["2_2blackvampirecreaturetoken"],
"lullmage mentor": ["1_1bluemerfolkcreaturetoken"],
"luminarch ascension": ["4_4whiteangelcreaturetoken"],
"luminous angel": ["1_1whitespiritcreaturetoken"],
"lys alana huntmaster": ["1_1greenelfwarriorcreaturetoken"],
"maalfeld twins": ["2_2blackzombiecreaturetoken"],
"magnifying glass": ["colorlessclueartifacttoken"],
"make mischief": ["1_1reddevilcreaturetoken"],
"marath, will of the wild": ["greenelementalcreaturetoken"],
"march of souls": ["1_1whitespiritcreaturetoken"],
"mardu ascendancy": ["1_1redgoblincreaturetoken"],
"mardu charm": ["1_1whitewarriorcreaturetoken"],
"mardu hordechief": ["1_1whitewarriorcreaturetoken"],
"mardu strike leader": ["2_1blackwarriorcreaturetoken"],
"marionette master": ["1_1colorlessservoartifactcreaturetoken"],
"marrow-gnawer": ["1_1blackratcreaturetoken"],
"marsh flitter": ["1_1blackgoblinroguecreaturetoken"],
"martial coup": ["1_1whitesoldiercreaturetoken"],
"master of the hunt": ["wolves"],
"master of the wild hunt": ["2_2greenwolfcreaturetoken"],
"master of waves": ["1_0blueelementalcreaturetoken"],
"master splicer": ["3_3colorlessgolemartifactcreaturetoken"],
"master trinketeer": ["1_1colorlessservoartifactcreaturetoken"],
"master's call": ["1_1colorlessmyrartifactcreaturetoken"],
"maul splicer": ["3_3colorlessgolemartifactcreaturetoken"],
"maulfist squad": ["1_1colorlessservoartifactcreaturetoken"],
"mausoleum guard": ["1_1whitespiritcreaturetoken"],
"meloku the clouded mirror": ["1_1blueillusioncreaturetoken"],
"mercy killing": ["1_1greenandwhiteelfwarriorcreaturetoken"],
"metallurgic summonings": ["colorlessconstructartifactcreaturetoken"],
"metrognome": ["1_1colorlessgnomeartifactcreaturetoken", "1_1colorlessgnomeartifactcreaturetoken"],
"midnight haunting": ["1_1whitespiritcreaturetoken"],
"midnight ritual": ["2_2blackzombiecreaturetoken"],
"midsummer revel": ["3_3greenbeastcreaturetoken"],
"militia's pride": ["1_1whitekithkinsoldiercreaturetoken"],
"miming slime": ["greenoozecreaturetoken"],
"mirror-sigil sergeant": ["bluepermanentyoumaycreateatoken"],
"mitotic slime": ["2_2greenoozecreaturetoken", "1_1greenoozecreaturetoken"],
"moan of the unhallowed": ["2_2blackzombiecreaturetoken"],
"mobilization": ["1_1whitesoldiercreaturetoken"],
"mogg alarm": ["1_1redgoblincreaturetoken"],
"mogg infestation": ["1_1redgoblincreaturetoken"],
"mogg war marshal": ["1_1redgoblincreaturetoken"],
"molten birth": ["1_1redelementalcreaturetoken"],
"monastery mentor": ["1_1whitemonkcreaturetoken"],
"mongrel pack": ["1_1greenhoundcreaturetoken"],
"monkey cage": ["2_2greenmonkeycreaturetoken"],
"moonsilver spear": ["4_4whiteangelcreaturetoken"],
"moorland haunt": ["1_1whitespiritcreaturetoken"],
"morbid bloom": ["1_1greensaprolingcreaturetoken"],
"mortarpod": ["0_0blackgermcreaturetoken"],
"murder investigation": ["1_1whitesoldiercreaturetoken"],
"mycologist": ["1_1greensaprolingcreaturetoken"],
"mycoloth": ["1_1greensaprolingcreaturetoken"],
"myr battlesphere": ["1_1colorlessmyrartifactcreaturetoken"],
"myr incubator": ["1_1colorlessmyrartifactcreaturetoken"],
"myr matrix": ["1_1colorlessmyrartifactcreaturetoken"],
"myr sire": ["1_1colorlessmyrartifactcreaturetoken"],
"myr turbine": ["1_1colorlessmyrartifactcreaturetoken"],
"myrsmith": ["1_1colorlessmyrartifactcreaturetoken"],
"mystic genesis": ["greenoozecreaturetoken"],
"nahiri, the lithomancer": ["1_1whitekorsoldiercreaturetoken", "stoneforged"],
"nantuko shrine": ["1_1greensquirrelcreaturetoken"],
"narset transcendent": ["narset_transcendent_emblem"],
"nath of the gilt-leaf": ["1_1greenelfwarriorcreaturetoken"],
"nearheath chaplain": ["1_1whitespiritcreaturetoken"],
"necrogenesis": ["1_1greensaprolingcreaturetoken"],
"necromancer's covenant": ["2_2blackzombiecreaturetoken"],
"necromancer's stockpile": ["2_2blackzombiecreaturetoken"],
"necromaster dragon": ["2_2blackzombiecreaturetoken"],
"necropouncer": ["0_0blackgermcreaturetoken"],
"nemata, grove guardian": ["1_1greensaprolingcreaturetoken"],
"helm of kaldra": ["kaldra"],
"herald of anafenza": ["1_1whitewarriorcreaturetoken"],
"hero of bladehold": ["1_1whitesoldiercreaturetoken"],
"highspire artisan": ["1_1colorlessservoartifactcreaturetoken"],
"hive stirrings": ["1_1colorlessslivercreaturetoken"],
"homarid spawning bed": ["1_1bluecamaridcreaturetoken"],
"honden of life's web": ["1_1colorlessspiritcreaturetoken"],
"hooded hydra": ["1_1greensnakecreaturetoken"],
"hoofprints of the stag": ["4_4whiteelementalcreaturetoken"],
"hordeling outburst": ["1_1redgoblincreaturetoken"],
"horncaller's chant": ["4_4greenrhinocreaturetoken"],
"hornet cannon": ["1_1colorlessinsectartifactcreaturetoken"],
"hornet nest": ["1_1greeninsectcreaturetoken"],
"hornet queen": ["1_1greeninsectcreaturetoken"],
"hostility": ["3_1redelementalshamancreaturetoken"],
"hour of need": ["4_4bluesphinxcreaturetoken"],
"howl of the night pack": ["2_2greenwolfcreaturetoken"],
"howling chorus": ["3_2colorlesseldrazihorrorcreaturetoken"],
"howlpack alpha": ["2_2greenwolfcreaturetoken"],
"humble the brute": ["colorlessclueartifacttoken"],
"hunted dragon": ["2_2whiteknightcreaturetoken"],
"hunted horror": ["3_3greencentaurcreaturetoken"],
"hunted lammasu": ["4_4blackhorrorcreaturetoken"],
"hunted phantasm": ["1_1redgoblincreaturetoken"],
"hunted troll": ["1_1bluefaeriecreaturetoken"],
"hunting pack": ["4_4greenbeastcreaturetoken"],
"hunting triad": ["1_1greenelfwarriorcreaturetoken"],
"huntmaster of the fells": ["2_2greenwolfcreaturetoken"],
"hydra broodmaster": ["greenhydracreaturetoken"],
"ib halfheart, goblin tactician": ["1_1redgoblincreaturetoken"],
"icatian crier": ["1_1whitecitizencreaturetoken"],
"icatian town": ["1_1whitecitizencreaturetoken"],
"imperious perfect": ["1_1greenelfwarriorcreaturetoken"],
"increasing devotion": ["1_1whitehumancreaturetoken"],
"incubator drone": ["1_1colorlesseldraziscioncreaturetoken"],
"inexorable blob": ["3_3greenoozecreaturetoken"],
"infernal genesis": ["1_1blackminioncreaturetoken"],
"infested roothold": ["1_1greeninsectcreaturetoken"],
"invocation of saint traft": ["4_4whiteangelcreaturetoken"],
"iron league steed": ["1_1colorlessservoartifactcreaturetoken"],
"ishkanah, grafwidow": ["1_2greenspidercreaturetoken"],
"it of the horrid swarm": ["1_1greeninsectcreaturetoken"],
"jace, telepath unbound": ["jace_telepath_unbound_emblem"],
"jace, unraveler of secrets": ["jace_unraveler_of_secrets_emblem"],
"jace's scrutiny": ["colorlessclueartifacttoken"],
"jade mage": ["1_1greensaprolingcreaturetoken"],
"jedit ojanen of efrava": ["2_2greencatwarriorcreaturetoken"],
"join the ranks": ["1_1whitesoldierallycreaturetoken"],
"jötun owl keeper": ["1_1whitebirdcreaturetoken"],
"jund battlemage": ["1_1greensaprolingcreaturetoken"],
"jungle patrol": ["0_1greenwallcreaturetoken"],
"kalitas, bloodchief of ghet": ["blackvampirecreaturetoken"],
"kalitas, traitor of ghet": ["2_2blackzombiecreaturetoken"],
"kalonian twingrove": ["greentreefolkwarriorcreaturetoken"],
"kamahl's summons": ["2_2greenbearcreaturetoken"],
"kathari bomber": ["1_1redgoblincreaturetoken"],
"kazandu tuskcaller": ["3_3greenelephantcreaturetoken", "3_3greenelephantcreaturetoken"],
"kazuul, tyrant of the cliffs": ["3_3redogrecreaturetoken"],
"keeper of the beasts": ["2_2greenbeastcreaturetoken"],
"kemba, kha regent": ["2_2whitecatcreaturetoken"],
"kessig cagebreakers": ["2_2greenwolfcreaturetoken"],
"khalni garden": ["0_1greenplantcreaturetoken"],
"kher keep": ["kobolds"],
"king macar, the gold-cursed": ["gold"],
"kinsbaile borderguard": ["1_1whitekithkinsoldiercreaturetoken"],
"kin-tree invocation": ["blackandgreenspiritwarriorcreaturetoken"],
"kiora, master of the depths": ["kiora_master_of_the_depths_emblem", "8_8blueoctopuscreaturetoken"],
"kiora, the crashing wave": ["kiora_the_crashing_wave_emblem", "9_9bluekrakencreaturetoken"],
"kirtar's wrath": ["1_1whitespiritcreaturetoken"],
"kjeldoran home guard": ["0_1whitedesertercreaturetoken"],
"kjeldoran outpost": ["1_1whitesoldiercreaturetoken"],
"knight watch": ["2_2whiteknightcreaturetoken"],
"knight-captain of eos": ["1_1whitesoldiercreaturetoken"],
"knightly valor": ["2_2whiteknightcreaturetoken"],
"korozda guildmage": ["1_1greensaprolingcreaturetoken"],
"koth of the hammer": ["koth_of_the_hammer_emblem"],
"kozilek's predator": ["0_1colorlesseldrazispawncreaturetoken"],
"krenko, mob boss": ["1_1redgoblincreaturetoken"],
"krenko's command": ["1_1redgoblincreaturetoken"],
"kuldotha rebirth": ["1_1redgoblincreaturetoken"],
"lab rats": ["1_1blackratcreaturetoken"],
"lashwrithe": ["0_0blackgermcreaturetoken"],
"last stand": ["1_1greensaprolingcreaturetoken"],
"launch the fleet": ["1_1whitesoldiercreaturetoken"],
"leafdrake roost": ["2_2greenandbluedrakecreaturetoken"],
"flash foliage": ["1_1greensaprolingcreaturetoken"],
"flayer husk": ["0_0blackgermcreaturetoken"],
"fleeting memories": ["colorlessclueartifacttoken"],
"flesh carver": ["blackhorrorcreaturetoken"],
"flourishing defenses": ["1_1greenelfwarriorcreaturetoken"],
"flurry of horns": ["2_3redminotaurcreaturetoken"],
"flurry of wings": ["1_1whitebirdsoldiercreaturetoken"],
"forbidden orchard": ["1_1colorlessspiritcreaturetoken"],
"forlorn pseudamma": ["2_2blackzombieenchantmentcreaturetoken"],
"form of the squirrel": ["1_1greensquirrelcreaturetoken"],
"foul emissary": ["3_2colorlesseldrazihorrorcreaturetoken"],
"foundry of the consuls": ["1_1colorlessthopterartifactcreaturetoken"],
"fresh meat": ["3_3greenbeastcreaturetoken"],
"freyalise, llanowar's fury": ["1_1greenelfdruidcreaturetoken"],
"from beyond": ["1_1colorlesseldraziscioncreaturetoken"],
"from under the floorboards": ["2_2blackzombiecreaturetoken"],
"funeral pyre": ["1_1whitespiritcreaturetoken"],
"fungal sprouting": ["1_1greensaprolingcreaturetoken"],
"gallows at willow hill": ["1_1whitespiritcreaturetoken"],
"gargoyle castle": ["3_4colorlessgargoyleartifactcreaturetoken"],
"garruk relentless": ["2_2greenwolfcreaturetoken"],
"garruk wildspeaker": ["3_3greenbeastcreaturetoken"],
"garruk, apex predator": ["garruk_apex_predator_emblem", "3_3blackbeastcreaturetoken"],
"garruk, caller of beasts": ["garruk_caller_of_beasts_emblem"],
"garruk, primal hunter": ["3_3greenbeastcreaturetoken", "6_6greenwurmcreaturetoken"],
"garruk, the veil-cursed": ["1_1blackwolfcreaturetoken"],
"gather the townsfolk": ["1_1whitehumancreaturetoken"],
"geist of saint traft": ["4_4whiteangelcreaturetoken"],
"geist snatch": ["1_1bluespiritcreaturetoken"],
"geist-honored monk": ["1_1whitespiritcreaturetoken"],
"gelatinous genesis": ["greenoozecreaturetoken"],
"gemini engine": ["twin"],
"genesis chamber": ["1_1colorlessmyrartifactcreaturetoken"],
"ghave, guru of spores": ["1_1greensaprolingcreaturetoken"],
"ghirapur gearcrafter": ["1_1colorlessthopterartifactcreaturetoken"],
"ghoulcaller gisa": ["2_2blackzombiecreaturetoken"],
"ghoulcaller's accomplice": ["2_2blackzombiecreaturetoken"],
"giant caterpillar": ["1_1greeninsectcreaturetoken"],
"giantbaiting": ["4_4redandgreengiantwarriorcreaturetoken"],
"gideon, ally of zendikar": ["gideon_ally_of_zendikar_emblem", "2_2whiteknightallycreaturetoken"],
"gideon's phalanx": ["2_2whiteknightcreaturetoken"],
"gild": ["gold"],
"gilt-leaf ambush": ["1_1greenelfwarriorcreaturetoken"],
"gisa's bidding": ["2_2blackzombiecreaturetoken"],
"glint-sleeve artisan": ["1_1colorlessservoartifactcreaturetoken"],
"gloomwidow's feast": ["1_2greenspidercreaturetoken"],
"goblin assault": ["1_1redgoblincreaturetoken"],
"goblin kaboomist": ["land"],
"goblin marshal": ["1_1redgoblincreaturetoken"],
"goblin offensive": ["1_1redgoblincreaturetoken"],
"goblin rabblemaster": ["1_1redgoblincreaturetoken"],
"goblin rally": ["1_1redgoblincreaturetoken"],
"goblin scouts": ["1_1redgoblinscoutcreaturetoken"],
"goblin trenches": ["1_1redandwhitegoblinsoldiercreaturetoken"],
"goblin warrens": ["1_1redgoblincreaturetoken"],
"goblinslide": ["1_1redgoblincreaturetoken"],
"god-favored general": ["1_1whitesoldierenchantmentcreaturetoken"],
"gods' eye, gate to the reikai": ["1_1colorlessspiritcreaturetoken"],
"goldmeadow lookout": ["goldmeadow"],
"golem foundry": ["3_3colorlessgolemartifactcreaturetoken"],
"golgari germination": ["1_1greensaprolingcreaturetoken"],
"gone missing": ["colorlessclueartifacttoken"],
"graf harvest": ["2_2blackzombiecreaturetoken"],
"grave birthing": ["1_1colorlesseldraziscioncreaturetoken"],
"grave titan": ["2_2blackzombiecreaturetoken"],
"greener pastures": ["1_1greensaprolingcreaturetoken"],
"grenzo's rebuttal": ["4_4redogrecreaturetoken"],
"griffin guide": ["2_2whitegriffincreaturetoken"],
"grixis slavedriver": ["2_2blackzombiecreaturetoken"],
"grizzly fate": ["2_2greenbearcreaturetoken", "2_2greenbearcreaturetoken"],
"grove of the guardian": ["8_8greenandwhiteelementalcreaturetoken"],
"grovetender druids": ["1_1greenplantcreaturetoken"],
"growth spasm": ["0_1colorlesseldrazispawncreaturetoken"],
"guardian of cloverdell": ["1_1whitekithkinsoldiercreaturetoken"],
"gutter grime": ["greenoozecreaturetoken"],
"gwyllion hedge-mage": ["1_1whitekithkinsoldiercreaturetoken"],
"hallowed spiritkeeper": ["1_1whitespiritcreaturetoken"],
"hammer of purphoros": ["3_3colorlessgolemenchantmentartifactcreaturetoken"],
"hangarback walker": ["1_1colorlessthopterartifactcreaturetoken"],
"hanweir garrison": ["1_1redhumancreaturetoken"],
"hanweir, the writhing township": ["3_2colorlesseldrazihorrorcreaturetoken"],
"haunted angel": ["3_3blackangelcreaturetoken"],
"haunted dead": ["1_1whitespiritcreaturetoken"],
"havengul runebinder": ["2_2blackzombiecreaturetoken"],
"hearthcage giant": ["3_1redelementalshamancreaturetoken"],
"heliod, god of the sun": ["2_1whiteclericenchantmentcreaturetoken"],
"hellion crucible": ["4_4redhellioncreaturetoken"],
"hellion eruption": ["4_4redhellioncreaturetoken"],
"descend upon the sinful": ["4_4whiteangelcreaturetoken"],
"descent of the dragons": ["4_4reddragoncreaturetoken"],
"desolation twin": ["10_10colorlesseldrazicreaturetoken"],
"desperate sentry": ["3_2colorlesseldrazihorrorcreaturetoken"],
"devastating summons": ["redelementalcreaturetoken"],
"research // development (development)": ["3_1redelementalcreaturetoken"],
"devils' playground": ["1_1reddevilcreaturetoken"],
"devout invocation": ["4_4whiteangelcreaturetoken"],
"diamond kaleidoscope": ["0_1colorlessprismartifactcreaturetoken"],
"din of the fireherd": ["5_5blackandredelementalcreaturetoken"],
"diregraf colossus": ["2_2blackzombiecreaturetoken"],
"docent of perfection": ["1_1bluehumanwizardcreaturetoken"],
"budoka gardener (dokai, weaver of life)": ["greenelementalcreaturetoken"],
"domri rade": ["domri_rade_emblem"],
"doomed traveler": ["1_1whitespiritcreaturetoken"],
"dovescape": ["1_1whiteandbluebirdcreaturetoken"],
"dovin baan": ["dovin_baan_emblem"],
"dragon broodmother": ["1_1redandgreendragoncreaturetoken"],
"dragon egg": ["2_2reddragoncreaturetoken"],
"dragon fodder": ["1_1redgoblincreaturetoken"],
"dragon roost": ["5_5reddragoncreaturetoken"],
"dragon whisperer": ["4_4reddragoncreaturetoken"],
"dragonlair spider": ["1_1greeninsectcreaturetoken"],
"dragonmaster outcast": ["5_5reddragoncreaturetoken"],
"drana's chosen": ["2_2blackzombiecreaturetoken"],
"dread drone": ["0_1colorlesseldrazispawncreaturetoken"],
"dread summons": ["2_2blackzombiecreaturetoken"],
"dreampod druid": ["1_1greensaprolingcreaturetoken"],
"dripping-tongue zubera": ["1_1colorlessspiritcreaturetoken"],
"drogskol cavalry": ["1_1whitespiritcreaturetoken"],
"drowner of hope": ["1_1colorlesseldraziscioncreaturetoken"],
"drownyard explorers": ["colorlessclueartifacttoken"],
"drudge spell": ["1_1blackskeletoncreaturetoken"],
"druidic satchel": ["1_1greensaprolingcreaturetoken"],
"druid's call": ["1_1greensquirrelcreaturetoken"],
"drunau corpse trawler": ["2_2blackzombiecreaturetoken"],
"dune-brood nephilim": ["1_1colorlesssandcreaturetoken"],
"dwynen's elite": ["1_1greenelfwarriorcreaturetoken"],
"eldrazi skyspawner": ["1_1colorlesseldraziscioncreaturetoken"],
"elegant edgecrafters": ["1_1colorlessservoartifactcreaturetoken"],
"elemental appeal": ["7_1redelementalcreaturetoken"],
"elemental mastery": ["1_1redelementalcreaturetoken"],
"elephant ambush": ["3_3greenelephantcreaturetoken"],
"elephant guide": ["3_3greenelephantcreaturetoken"],
"elephant resurgence": ["greenelephantcreaturetoken"],
"elgaud inquisitor": ["1_1whitespiritcreaturetoken"],
"elspeth tirel": ["1_1whitesoldiercreaturetoken"],
"elspeth, knight-errant": ["elspeth_knight_errant_emblem", "1_1whitesoldiercreaturetoken"],
"elspeth, sun's champion": ["elspeth_sun_s_champion_emblem", "1_1whitesoldiercreaturetoken"],
"elvish farmer": ["1_1greensaprolingcreaturetoken"],
"elvish promenade": ["1_1greenelfwarriorcreaturetoken"],
"emeria angel": ["1_1whitebirdcreaturetoken"],
"emissary of the sleepless": ["1_1whitespiritcreaturetoken"],
"empty the pits": ["2_2blackzombiecreaturetoken"],
"empty the warrens": ["1_1redgoblincreaturetoken"],
"emrakul's evangel": ["3_2colorlesseldrazihorrorcreaturetoken"],
"emrakul's hatcher": ["0_1colorlesseldrazispawncreaturetoken"],
"endless ranks of the dead": ["2_2blackzombiecreaturetoken"],
"endless swarm": ["1_1greensnakecreaturetoken"],
"endrek sahr, master breeder": ["1_1blackthrullcreaturetoken"],
"enlightened maniac": ["3_2colorlesseldrazihorrorcreaturetoken"],
"entreat the angels": ["4_4whiteangelcreaturetoken"],
"errand of duty": ["1_1whiteknightcreaturetoken"],
"essence feed": ["0_1colorlesseldrazispawncreaturetoken"],
"evangel of heliod": ["1_1whitesoldiercreaturetoken"],
"even the odds": ["1_1whitesoldiercreaturetoken"],
"experimental aviator": ["1_1colorlessthopterartifactcreaturetoken"],
"expose evil": ["colorlessclueartifacttoken"],
"extricator of flesh": ["3_2colorlesseldrazihorrorcreaturetoken"],
"extricator of sin": ["3_2colorlesseldrazihorrorcreaturetoken"],
"eyeless watcher": ["1_1colorlesseldraziscioncreaturetoken"],
"eyes in the skies": ["1_1whitebirdcreaturetoken"],
"eyes of the wisent": ["4_4greenelementalcreaturetoken"],
"ezuri's predation": ["4_4greenbeastcreaturetoken"],
"fable of wolf and owl": ["2_2greenwolfcreaturetoken", "1_1bluebirdcreaturetoken"],
"fated intervention": ["3_3greencentaurenchantmentcreaturetoken"],
"feast or famine": ["2_2blackzombiecreaturetoken"],
"feed the pack": ["2_2greenwolfcreaturetoken"],
"feral incarnation": ["3_3greenbeastcreaturetoken"],
"feral lightning": ["3_1redelementalcreaturetoken"],
"fertile imagination": ["1_1greensaprolingcreaturetoken"],
"feudkiller's verdict": ["5_5whitegiantwarriorcreaturetoken"],
"field of souls": ["1_1whitespiritcreaturetoken"],
"final iteration": ["1_1bluehumanwizardcreaturetoken"],
"firecat blitz": ["1_1redelementalcatcreaturetoken"],
"first response": ["1_1whitesoldiercreaturetoken"],
"fists of ironwood": ["1_1greensaprolingcreaturetoken"],
"flamewright": ["1_1colorlessconstructartifactcreaturetoken"],
"broken visage": ["blackspiritcreaturetoken"],
"brood birthing": ["0_1colorlesseldrazispawncreaturetoken"],
"brood butcher": ["1_1colorlesseldraziscioncreaturetoken"],
"brood keeper": ["2_2reddragoncreaturetoken"],
"brood monitor": ["1_1colorlesseldraziscioncreaturetoken"],
"brood sliver": ["1_1colorlessslivercreaturetoken"],
"broodhatch nantuko": ["1_1greeninsectcreaturetoken"],
"broodmate dragon": ["4_4reddragoncreaturetoken"],
"bygone bishop": ["colorlessclueartifacttoken"],
"byway courier": ["colorlessclueartifacttoken"],
"beck // call (call)": ["1_1whitebirdcreaturetoken"],
"call of the conclave": ["3_3greencentaurcreaturetoken"],
"xxcall of the herd (call of the herd)": ["3_3greenelephantcreaturetoken"],
"call of the nightwing": ["1_1blueandblackhorrorcreaturetoken"],
"call the bloodline": ["1_1blackvampireknightcreaturetoken"],
"call the scions": ["1_1colorlesseldraziscioncreaturetoken"],
"call the skybreaker": ["5_5blueandredelementalcreaturetoken"],
"caller of the claw": ["2_2greenbearcreaturetoken"],
"captain of the watch": ["1_1whitesoldiercreaturetoken"],
"captain's call": ["1_1whitesoldiercreaturetoken"],
"captain's claws": ["1_1whitekorallycreaturetoken"],
"caribou range": ["0_1whitecariboucreaturetoken"],
"carrier thrall": ["1_1colorlesseldraziscioncreaturetoken"],
"carrion": ["0_1blackinsectcreaturetoken"],
"carrion call": ["1_1greeninsectcreaturetoken"],
"catacomb sifter": ["1_1colorlesseldraziscioncreaturetoken"],
"cellar door": ["2_2blackzombiecreaturetoken"],
"cemetery reaper": ["2_2blackzombiecreaturetoken"],
"cenn's enlistment": ["1_1whitekithkinsoldiercreaturetoken"],
"centaur glade": ["3_3greencentaurcreaturetoken"],
"centaur's herald": ["3_3greencentaurcreaturetoken"],
"chancellor of the forge": ["1_1redgoblincreaturetoken", "1_1redgoblincreaturetoken"],
"chandra, flamecaller": ["3_1redelementalcreaturetoken"],
"chandra, roaring flame": ["chandra_roaring_flame_emblem"],
"chandra, torch of defiance": ["chandra_torch_of_defiance_emblem"],
"chasm skulker": ["1_1bluesquidcreaturetoken"],
"chatter of the squirrel": ["1_1greensquirrelcreaturetoken"],
"cloudgoat ranger": ["1_1whitekithkinsoldiercreaturetoken"],
"cloudseeder": ["cloud"],
"cobra trap": ["1_1greensnakecreaturetoken"],
"cogworker's puzzleknot": ["1_1colorlessservoartifactcreaturetoken", "1_1colorlessservoartifactcreaturetoken"],
"commander's authority": ["1_1whitehumancreaturetoken"],
"confirm suspicions": ["colorlessclueartifacttoken"],
"confront the unknown": ["colorlessclueartifacttoken"],
"conqueror's pledge": ["1_1whitekorsoldiercreaturetoken"],
"conversion chamber": ["3_3colorlessgolemartifactcreaturetoken"],
"coral barrier": ["1_1bluesquidcreaturetoken"],
"corpsehatch": ["0_1colorlesseldrazispawncreaturetoken"],
"corpseweft": ["blackzombiehorrorcreaturetoken"],
"coursers' accord": ["3_3greencentaurcreaturetoken"],
"crawling sensation": ["1_1greeninsectcreaturetoken"],
"creakwood liege": ["1_1blackandgreenwormcreaturetoken"],
"crib swap": ["1_1colorlessshapeshiftercreaturetoken"],
"crush of tentacles": ["8_8blueoctopuscreaturetoken"],
"crush of wurms": ["6_6greenwurmcreaturetoken"],
"cryptbreaker": ["2_2blackzombiecreaturetoken"],
"cult of the waxing moon": ["2_2greenwolfcreaturetoken"],
"cultivator of blades": ["1_1colorlessservoartifactcreaturetoken"],
"curse of shallow graves": ["2_2blackzombiecreaturetoken"],
"curse of the swine": ["2_2greenboarcreaturetoken"],
"custodi soulbinders": ["1_1whitespiritcreaturetoken"],
"dack fayden": ["dack_fayden_emblem"],
"dance with devils": ["1_1reddevilcreaturetoken"],
"daretti, ingenious iconoclast": ["1_1colorlessconstructartifactcreaturetoken"],
"daretti, scrap savant": ["daretti_scrap_savant_emblem"],
"darien, king of kjeldor": ["1_1whitesoldiercreaturetoken"],
"dark depths": ["20_20blackavatarcreaturetoken"],
"dark salvation": ["2_2blackzombiecreaturetoken"],
"dauntless cathar": ["1_1whitespiritcreaturetoken"],
"daxos the returned": ["whiteandblackspiritenchantmentcreaturetoken"],
"day of the dragons": ["5_5reddragoncreaturetoken"],
"deadly grub": ["6_1greeninsectcreaturetoken"],
"death by dragons": ["5_5reddragoncreaturetoken"],
"death mutation": ["1_1greensaprolingcreaturetoken"],
"deathpact angel": ["1_1whiteandblackclericcreaturetoken"],
"deathspore thallid": ["1_1greensaprolingcreaturetoken"],
"decree of justice": ["4_4whiteangelcreaturetoken", "1_1whitesoldiercreaturetoken"],
"demonic rising": ["5_5blackdemoncreaturetoken"],
"deploy to the front": ["1_1whitesoldiercreaturetoken"],
"deranged hermit": ["1_1greensquirrelcreaturetoken"]
}