-
Notifications
You must be signed in to change notification settings - Fork 3
/
2015.4 Duel Terminal.lflist.conf
6723 lines (6723 loc) · 205 KB
/
2015.4 Duel Terminal.lflist.conf
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
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#[2015.4 Duel Terminal]
!2015.4 Duel Terminal
--StartDate 1970-01-01
--EndDate 2015-07-15
$whitelist
#forbidden
53804307 0 --Blaster, Dragon Ruler of Infernos
50321796 0 --Brionac, Dragon of the Ice Barrier
82301904 0 --Chaos Emperor Dragon - Envoy of the End
34124316 0 --Cyber Jar
69015963 0 --Cyber-Stein
40737112 0 --Dark Magician of Chaos
56570271 0 --Destiny HERO - Disk Commander
40044918 0 --Elemental HERO Stratos
78706415 0 --Fiber Jar
93369354 0 --Fishborg Blaster
34206604 0 --Magical Scientist
21593977 0 --Makyura the Destructor
96782886 0 --Mind Master
33508719 0 --Morphing Jar
79106360 0 --Morphing Jar #2
54719828 0 --Number 16: Shock Master
90411554 0 --Redox, Dragon Ruler of Boulders
14878871 0 --Rescue Cat
26202165 0 --Sangan
20663556 0 --Substitoad
89399912 0 --Tempest, Dragon Ruler of Storms
63519819 0 --Thousand-Eyes Restrict
26400609 0 --Tidal, Dragon Ruler of Waterfalls
33184167 0 --Tribe-Infecting Virus
52687916 0 --Trishula, Dragon of the Ice Barrier
44910027 0 --Victory Dragon
81122844 0 --Wind-Up Carrier Zenmaity
78010363 0 --Witch of the Black Forest
3078576 0 --Yata-Garasu
87910978 0 --Brain Control
69243953 0 --Butterfly Dagger - Elma
72892473 0 --Card Destruction
57953380 0 --Card of Safe Return
4031928 0 --Change of Heart
60682203 0 --Cold Wave
17375316 0 --Confiscation
44763025 0 --Delinquent Duo
23557835 0 --Dimension Fusion
77565204 0 --Future Fusion
27970830 0 --Gateway of the Six
42703248 0 --Giant Trunade
79571449 0 --Graceful Charity
18144506 0 --Harpie's Feather Duster
19613556 0 --Heavy Storm
85602018 0 --Last Will
34906152 0 --Mass Driver
46411259 0 --Metamorphosis
41482598 0 --Mirage of Nightmare
83764718 0 --Monster Reborn
74191942 0 --Painful Choice
67169062 0 --Pot of Avarice
55144522 0 --Pot of Greed
70828912 0 --Premature Burial
45986603 0 --Snatch Steal
46448938 0 --Spellbook of Judgment
48130397 0 --Super Polymerization
27770341 0 --Super Rejuvenation
42829885 0 --The Forceful Sentry
61740673 0 --Imperial Order
28566710 0 --Last Turn
27174286 0 --Return from the Different Dimension
93016201 0 --Royal Oppression
57585212 0 --Self-Destruct Button
3280747 0 --Sixth Sense
41420027 0 --Solemn Judgment
35316708 0 --Time Seal
64697231 0 --Trap Dustshoot
80604091 0 --Ultimate Offering
#limited
85103922 1 --Artifact Moralltach
74311226 1 --Atlantean Dragoons
72989439 1 --Black Luster Soldier - Envoy of the Beginning
15341821 1 --Dandylion
65192027 1 --Dark Armed Dragon
32646477 1 --Dark Strike Fighter
14943837 1 --Debris Dragon
78868119 1 --Deep Sea Diva
70583986 1 --Dewloren, Tiger King of the Ice Barrier
45222299 1 --Evigishki Gustkraken
11877465 1 --Evigishki Mind Augus
33396948 1 --Exodia the Forbidden One
64034255 1 --Genex Ally Birdman
67441435 1 --Glow-Up Bulb
99177923 1 --Infernity Archfiend
68184115 1 --Inzektor Dragonfly
69207766 1 --Inzektor Hornet
7902349 1 --Left Arm of the Forbidden One
44519536 1 --Left Leg of the Forbidden One
80344569 1 --Neo-Spacian Grand Mole
16226786 1 --Night Assailant
88264978 1 --Red-Eyes Darkness Metal Dragon
85138716 1 --Rescue Rabbit
70903634 1 --Right Arm of the Forbidden One
8124921 1 --Right Leg of the Forbidden One
8131171 1 --Sinister Serpent
90953320 1 --T.G. Hyper Librarian
71564252 1 --Thunder King Rai-Oh
10802915 1 --Tour Guide From the Underworld
59297550 1 --Wind-Up Magician
1475311 1 --Allure of Darkness
14087893 1 --Book of Moon
48976825 1 --Burial from a Different Dimension
81674782 1 --Dimensional Fissure
15854426 1 --Divine Wind of Mist Valley
62265044 1 --Dragon Ravine
95308449 1 --Final Countdown
81439173 1 --Foolish Burial
75500286 1 --Gold Sarcophagus
66957584 1 --Infernity Launcher
23171610 1 --Limiter Removal
37520316 1 --Mind Control
43040603 1 --Monster Gate
33782437 1 --One Day of Peace
2295440 1 --One for One
96729612 1 --Preparation of Rites
12580477 1 --Raigeki
74845897 1 --Rekindling
72405967 1 --Royal Tribute
17639150 1 --Saqlifice
54447022 1 --Soul Charge
97997309 1 --Spellbook of Fate
45305419 1 --Symbol of Heritage
29762407 1 --Temple of the Kings
29401950 1 --Bottomless Trap Hole
94192409 1 --Compulsory Evacuation Device
57728570 1 --Crush Card Virus
54974237 1 --Eradicator Epidemic Virus
17484499 1 --Exchange of the Spirit
6148016 1 --Geargiagear
9059700 1 --Infernity Barrier
30241314 1 --Macro Cosmos
32723153 1 --Magical Explosion
83555666 1 --Ring of Destruction
82732705 1 --Skill Drain
84749824 1 --Solemn Warning
73599290 1 --Soul Drain
53582587 1 --Torrential Tribute
5851097 1 --Vanity's Emptiness
17078030 1 --Wall of Revealing Light
#semi-limited
85087012 2 --Card Trooper
9596126 2 --Chaos Sorcerer
37742478 2 --Honest
29981921 2 --Legendary Six Samurai - Shi En
28297833 2 --Necroface
26674724 2 --Nekroz of Brionac
65518099 2 --Qliphort Scout
423585 2 --Summoner Monk
98777036 2 --Tragoedia
46052429 2 --Advanced Ritual Art
91623717 2 --Chain Strike
94886282 2 --Charge of the Light Brigade
53129443 2 --Dark Hole
45725480 2 --Sacred Sword of Seven Stars
36468556 2 --Ceasefire
29843091 2 --Ojama Trio
#whitelist
27551 3 --Limit Reverse
32864 3 --The 13th Grave
41777 3 --Gem-Enhancement
50755 3 --Magician's Circle
62121 3 --Castle of Dark Illusions
102380 3 --Lava Golem
114932 3 --Seismic Crasher
123709 3 --Laval Lancelord
126218 3 --Skull Dice
128454 3 --Performapal Springoose
131182 3 --Miracle Flipper
135598 3 --Key Mouse
164710 3 --Mischief of the Gnomes
168917 3 --Vylon Hept
176392 3 --Koa'ki Meiru Prototype
191749 3 --Hero Flash!!
213326 3 --E - Emergency Call
218704 3 --Fenrir
242146 3 --Ballista of Rampart Smashing
255998 3 --Rapid Warrior
259314 3 --Inzektor Gauntlet
269012 3 --Mound of the Bound Creator
282886 3 --Mermail Abyssnose
293542 3 --T.G. Warwolf
295517 3 --A Legendary Ocean
296499 3 --The Regulation of Tribe
303660 3 --Amplifier
313513 3 --Spell Gear
336369 3 --Gusto Squirro
340002 3 --Performapal Elephammer
359563 3 --Evilswarm Nightmare
387282 3 --Gagaga Sister
402568 3 --Wattgiraffe
403847 3 --The A. Forces
423705 3 --Gearfried the Iron Knight
425934 3 --Goblin of Greed
440556 3 --Bahamut Shark
464362 3 --Frightfur Tiger
473469 3 --Driving Snow
487395 3 --Water Spirit
494922 3 --Superheavy Samurai Warlord Susanowo
525110 3 --Cherry Inmato
549481 3 --Prevent Rat
564541 3 --Totem Dragon
581014 3 --Daigusto Emeral
596051 3 --Snake Fang
598988 3 --Malefic Rainbow Dragon
601193 3 --Virgil, Rock Star of the Burning Abyss
612115 3 --Gladiator Beast Retiari
652362 3 --Alien Ammonite
674561 3 --Dark Eruption
691925 3 --Solar Recharge
698785 3 --Thunder End Dragon
706925 3 --Atlantean Marksman
712559 3 --Amazoness Village
732302 3 --Temple of Skulls
734741 3 --Rubic, Malebranche of the Burning Abyss
759393 3 --Hiita the Fire Charmer
770365 3 --Empress of Prophecy
847915 3 --Number Wall
876330 3 --Dragunity Arma Mystletainn
900787 3 --Dragunity Knight - Gae Bulg
904185 3 --Vertical Landing
911883 3 --Unexpected Dai
917796 3 --Gagagatag
923596 3 --Geargiarmor
967928 3 --Penalty Game!
980973 3 --Armed Dragon LV3
981540 3 --Half Unbreak
983995 3 --Rebound
984114 3 --Expressroid
1003028 3 --Doggy Diver
1005587 3 --Void Trap Hole
1036974 3 --Misfortune
1045143 3 --Geargiano Mk-II
1050186 3 --Satellarknight Unukalhai
1050684 3 --Scrapyard
1073952 3 --Magic Planter
1082946 3 --Pyro Clock of Destiny
1102515 3 --Dark Mimic LV3
1127737 3 --Sargasso the D.D. Battlefield
1149109 3 --Deck Lockdown
1184620 3 --Kojikocy
1200843 3 --Mirror of Yata
1224927 3 --Malevolent Catastrophe
1248895 3 --Chain Destruction
1249315 3 --Herald of Pure Light
1264319 3 --Gem-Knight Fusion
1281505 3 --Vylon Tetra
1287123 3 --Prime Material Falcon
1315120 3 --T.G. Striker
1347977 3 --Mysterious Guard
1353770 3 --Valhalla, Hall of the Fallen
1357146 3 --Ronintoadin
1362589 3 --Photon Crusher
1371589 3 --Vampiric Koala
1372887 3 --Shared Ride
1409474 3 --Hazy Flame Sphynx
1412158 3 --Super Roboyarou
1426714 3 --Number 48: Shadow Lich
1434352 3 --Chaos Necromancer
1435851 3 --Dragon Treasure
1474910 3 --Bee List Soldier
1498130 3 --Kagemusha of the Six Samurai
1516510 3 --Rune-Eyes Pendulum Dragon
1525329 3 --The Hunter with 7 Weapons
1533292 3 --R-Genex Magma
1539051 3 --Space Gift
1546123 3 --Cyber End Dragon
1557341 3 --Rose, Warrior of Revenge
1557499 3 --Silver Bow and Arrow
1571945 3 --White Ninja
1586457 3 --Deep-Space Cruiser IX
1596508 3 --Dimension Fortress Weapon
1639384 3 --Divine Dragon Knight Felgrand
1641882 3 --Fusionist
1644289 3 --Vylon Segment
1662004 3 --Brotherhood of the Fire Fist - Spirit
1669772 3 --Spell Purification
1686814 3 --Ultimaya Tzolkin
1689516 3 --The Big March of Animals
1710476 3 --Malefic Cyber End Dragon
1761063 3 --Nekogal #1
1764972 3 --Doomkaiser Dragon/Assault Mode
1781310 3 --Fuh-Rin-Ka-Zan
1784619 3 --Uraby
1784686 3 --The Eye of Timaeus
1801154 3 --Centrifugal Field
1802450 3 --Sealing Ceremony of Mokuton
1804528 3 --Dark Coffin
1826676 3 --Toy Knight
1828513 3 --Shadow of the Six Samurai - Shien
1833916 3 --Heroic Challenger - Thousand Blades
1834107 3 --Wattcine
1834753 3 --Overdrive Teleporter
1845204 3 --Instant Fusion
1855932 3 --Bujintei Kagutsuchi
1896112 3 --Dimension Explosion
1918087 3 --Minor Goblin Official
1929294 3 --Key Mace
1945387 3 --Elemental HERO Nova Master
1953925 3 --Ancient Gear Engineer
1965724 3 --Mokey Mokey Smackdown
1969506 3 --Puppet Ritual
1992816 3 --Number 9: Dyson Sphere
1995985 3 --Silent Swordsman LV3
2009101 3 --Blackwing - Gale the Whirlwind
2047519 3 --Hidden Soldiers
2055403 3 --Time-Space Trap Hole
2061963 3 --Number 104: Masquerade
2067935 3 --Gladiator Beast Lanista
2084239 3 --Wetlands
2088870 3 --Worm Victory
2091298 3 --Constellar Praesepe
2095764 3 --Bixi, Water of the Yang Zing
2111707 3 --XY-Dragon Cannon
2118022 3 --Hyosube
2122975 3 --Trap Reclamation
2130625 3 --Numinous Healer
2134346 3 --Asura Priest
2137678 3 --Meklord Army of Granel
2148918 3 --Armor Ninjitsu Art of Rust Mist
2158562 3 --Cyber Prima
2191144 3 --Night Papilloperative
2196767 3 --Gambler of Legend
2203790 3 --XX-Saber Hyunlei
2204140 3 --Book of Life
2250266 3 --Morphtronic Staplen
2273734 3 --Satellarknight Altair
2311603 3 --Overdrive
2314238 3 --Dark Magic Attack
2316186 3 --Princess Curran
2322421 3 --Road Warrior
2326738 3 --Des Lacooda
2333365 3 --Tyr of the Nordic Champions
2356994 3 --Great Long Nose
2362787 3 --Light of Redemption
2370081 3 --Steel Shell
2371506 3 --Xyz Reflect
2377034 3 --Neo Flamvell Hedgehog
2403771 3 --Power Tool Dragon
2407147 3 --Laval Volcano Handmaiden
2407234 3 --Number 69: Heraldry Crest
2420921 3 --Shire, Lightsworn Spirit
2460565 3 --Marauding Captain
2461031 3 --Inzektor Ladybug
2468169 3 --Sealmaster Meisei
2483611 3 --Water Omotics
2504891 3 --Skull Knight
2511717 3 --Legendary Six Samurai - Kageki
2521011 3 --Brotherhood of the Fire Fist - Swallow
2525268 3 --Defender, the Magical Knight
2561846 3 --Corruption Cell "A"
2584136 3 --Shocktopus
2618045 3 --Photon Chargeman
2619149 3 --Gladiator Beast Samnite
2648201 3 --ZW - Sleipnir Mail
2671330 3 --Hyper Hammerhead
2694423 3 --Medusa Worm
2729285 3 --Fluffal Cat
2732323 3 --Decoy Dragon
2766877 3 --Daigusto Phoenix
2772236 3 --Wattchimera
2779999 3 --Wall of Thorns
2792265 3 --Servant of Catabolism
2830619 3 --Flame Viper
2830693 3 --Rainbow Kuriboh
2833249 3 --D. Tribe
2843014 3 --Nimble Sunfish
2851070 3 --Reflect Bounder
2863439 3 --Fiend Reflection #2
2903036 3 --Tribute Doll
2924048 3 --Karakuri Cash Shed
2926176 3 --Curse of Royal
2948263 3 --Gogogo Golem - Golden Form
2956282 3 --Naturia Barkion
2964201 3 --Ryu-Ran
2978414 3 --Number 46: Dragluon
2980764 3 --Consecrated Light
2986553 3 --Twilight Rose Knight
3019642 3 --Cyberdark Keel
3027001 3 --Fake Trap
3030892 3 --Test Ape
3055837 3 --Trap of Board Eraser
3056267 3 --Invader of the Throne
3064425 3 --Superheavy Samurai Soulbang Cannon
3070049 3 --Snow Dragon
3072077 3 --Return Zombie
3072808 3 --Blackwing - Hillen the Tengu-wind
3113836 3 --Gem-Knight Seraphinite
3117804 3 --Superheavy Samurai Big Benkei
3129635 3 --Tiki Curse
3134241 3 --Flying Kamakiri #2
3136426 3 --Level Limit - Area B
3146695 3 --Psychic Reactor
3149764 3 --Tutan Mask
3160805 3 --Exchange of Night and Day
3167573 3 --Puppet King
3170832 3 --Takuhee
3171055 3 --Chain Dispel
3204467 3 --Worm Solid
3244563 3 --Shield Spear
3283679 3 --Evoltile Lagosucho
3300267 3 --Hieratic Dragon of Su
3366982 3 --Alligator's Sword Dragon
3370104 3 --Cyber Phoenix
3381441 3 --Gravekeeper's Priestess
3395226 3 --Mozarta the Melodious Maestra
3429238 3 --Drill Warrior
3431737 3 --Assault Beast
3492538 3 --Insect Armor with Laser Cannon
3493058 3 --Dicephoon
3493978 3 --Don Turtle
3510565 3 --Stealth Bird
3534077 3 --Coach Soldier Wolfbark
3536537 3 --Evilswarm Zahak
3549275 3 --Dice Jar
3557275 3 --White Duston
3573512 3 --Swordsman of Landstar
3580032 3 --Merlin
3603242 3 --Shreddder
3606728 3 --Gagaga Girl
3627449 3 --Skull Guardian
3642509 3 --Elemental HERO Great Tornado
3643300 3 --The Legendary Fisherman
3648368 3 --Ally of Justice Searcher
3657444 3 --Cyber Valley
3659803 3 --Overload Fusion
3682106 3 --Double Snare
3701074 3 --Dark Cure
3717252 3 --Shaddoll Beast
3734202 3 --Naturia Sacred Tree
3773196 3 --D.D. Scout Plane
3784434 3 --Rampaging Rhynos
3790062 3 --Number 65: Djinn Buster
3797883 3 --Slot Machine
3810071 3 --Monk Fighter
3814632 3 --Skypalace Gangaridai
3819470 3 --Seven Tools of the Bandit
3825890 3 --Gravekeeper's Visionary
3841833 3 --Fluffal Bear
3846170 3 --Karakuri Soldier mdl 236 "Nisamu"
3868277 3 --TGX3-DX2
3891471 3 --Psychic Tuning
3897065 3 --Super Vehicroid - Stealth Union
3900605 3 --Absorbing Jar
3918345 3 --Magical Reflect Slime
3954901 3 --Felgrand Dragon
3972721 3 --Greed Grado
3989465 3 --Lavalval Ignis
4022819 3 --Hieratic Dragon of Eset
4035199 3 --Shapesnatch
4041838 3 --Ninja Grandmaster Sasuke
4042268 3 --Island Turtle
4058065 3 --Evilswarm Salamandra
4064256 3 --Zombie World
4068622 3 --Blackwing - Aurora the Northern Lights
4081094 3 --The Second Sarcophagus
4081825 3 --Chaos Infinity
4130270 3 --G.B. Hunter
4141820 3 --Djinn Prognosticator of Rituals
4149689 3 --Goblin Fan
4162088 3 --Cyber Laser Dragon
4168871 3 --Cards for Black Feathers
4178474 3 --Raigeki Break
4179255 3 --Ancient Pixie Dragon
4179849 3 --Queen of Autumn Leaves
4192696 3 --Eco, Mystical Spirit of the Forest
4206964 3 --Trap Hole
4215636 3 --Shrine of Mist Valley
4230620 3 --Psi-Station
4239451 3 --Performapal Turn Toad
4252828 3 --Mermaid Archer
4253484 3 --Gladiator Beast Hoplomus
4259068 3 --Spell Economics
4266839 3 --Kiseitai
4290468 3 --Splendid Rose
4334811 3 --Scrap Recycler
4335427 3 --Sophia, Goddess of Rebirth
4335645 3 --Newdoria
4357063 3 --Chronomaly City Babylon
4376658 3 --Familiar-Possessed - Hiita
4404099 3 --The Dragon Dwelling in the Deep
4417407 3 --Mecha Phantom Beast Blackfalcon
4423206 3 --M-X-Saber Invoker
4440873 3 --Drastic Drop Off
4446672 3 --Ancient Gear Explosive
4450854 3 --Qlimate Change
4466015 3 --Venom Burn
4483989 3 --Prepare to Strike Back
4542651 3 --Yellow Luster Shield
4545683 3 --Meklord Emperor Granel
4545854 3 --Xyz Territory
4549095 3 --Battlin' Boxer Counterpunch
4587638 3 --Roaring Earth
4611269 3 --Lion Alligator
4614116 3 --Dark Energy
4638410 3 --Tyrant's Temper
4694209 3 --Card Guard
4722253 3 --Lightray Gearfried
4732017 3 --Molten Zombie
4756629 3 --Evilswarm Kerykeion
4779091 3 --Yubel - Terror Incarnate
4779823 3 --Michael, the Arch-Lightsworn
4786063 3 --Superheavy Samurai Soulfire Suit
4796100 3 --Chimera the Flying Mythical Beast
4849037 3 --Performance of Sword
4857085 3 --Omega Goggles
4861205 3 --Call of the Mummy
4869446 3 --Judgment of the Desert
4896788 3 --Spirit of the Pot of Greed
4904633 3 --Shaddoll Core
4904812 3 --Genex Undine
4906301 3 --Necro Gardna
4920010 3 --Souls of the Forgotten
4923662 3 --Chaos Burst
4929256 3 --Mobius the Frost Monarch
4939890 3 --Shaddoll Hedgehog
4941482 3 --Informer Spider
5014629 3 --Submersible Carrier Aero Shark
5026221 3 --Stellarnova Wave
5037726 3 --Spiritual Light Art - Hijiri
5052212 3 --Battle Tuned
5053103 3 --Battle Ox
5126490 3 --Neos Wiseman
5128859 3 --Elemental HERO Marine Neos
5133471 3 --Galaxy Cyclone
5183693 3 --Amulet of Ambition
5186893 3 --Red-Eyes Zombie Dragon
5220687 3 --Super-Nimble Mega Hamster
5237827 3 --Vylon Ohm
5244497 3 --Cameraclops
5255013 3 --Zefra Path
5257687 3 --Jowls of Dark Demise
5265750 3 --Skull Mariner
5284653 3 --Evilswarm Obliviwisp
5285665 3 --Elemental HERO Neo Bubbleman
5288597 3 --Transmodify
5291803 3 --Chronomaly Tula Guardian
5309481 3 --Revived King Ha Des
5318639 3 --Mystical Space Typhoon
5325424 3 --Dragoncarnation
5338223 3 --Evo-Force
5361647 3 --Battlin' Boxer Glassjaw
5368615 3 --Steam Gyroid
5371656 3 --Sword of the Soul-Eater
5373478 3 --Cyber Dragon Zwei
5388481 3 --Darkfire Soldier #1
5405694 3 --Black Luster Soldier
5434080 3 --Headless Knight
5438492 3 --Warrior Lady of the Wasteland
5464695 3 --Blazing Inpachi
5479217 3 --Jurrac Impact
5494820 3 --Cyclon Laser
5498296 3 --Scarr, Scout of Dark World
5519829 3 --Counselor Lily
5554990 3 --Wattberyx
5556499 3 --Machina Fortress
5556668 3 --Exchange
5562461 3 --Dark Illusion
5577649 3 --Scrap Crash
5592689 3 --Samsara Lotus
5600127 3 --Humanoid Worm Drake
5606466 3 --D.D. Trap Hole
5609226 3 --Tuner's Barrier
5616412 3 --Destruction Punch
5628232 3 --Flying Penguin
5640330 3 --Hannibal Necromancer
5645210 3 --Splendid Venus
5672432 3 --Performapal Revival
5703682 3 --Thousand Energy
5728014 3 --A Rival Appears!
5758500 3 --Soul Release
5763020 3 --Weeping Idol
5780210 3 --Creation Resonator
5795980 3 --Strike of the Monarchs
5817857 3 --Koa'ki Meiru Ghoulungulate
5818294 3 --Bujingi Turtle
5818798 3 --Gazelle the King of Mythical Beasts
5861892 3 --Arcana Force EX - The Light Ruler
5901497 3 --Queen's Double
5908650 3 --Shopina the Melodious Maestra
5914184 3 --Double Payback
5915629 3 --The Gift of Greed
5972394 3 --Mimiclay
5973663 3 --The World Tree
5975022 3 --Gladiator Beast Murmillo
5990062 3 --Reversal Quiz
5998840 3 --XX-Saber Boggart Knight
6007213 3 --Uria, Lord of Searing Flames
6021033 3 --Doomkaiser Dragon
6061630 3 --Magical Exemplar
6077601 3 --Frightfur Fusion
6103294 3 --Emissary of the Oasis
6104968 3 --Bubonic Vermin
6112401 3 --At One With the Sword
6133894 3 --Mazera DeVille
6137095 3 --Malfunction
6142213 3 --Turbo Rocket
6150044 3 --Arcana Knight Joker
6165656 3 --Number C88: Gimmick Puppet Disaster Leo
6178850 3 --Fighting Spirit
6214884 3 --Brron, Mad King of Dark World
6256844 3 --R-Genex Turbo
6260554 3 --Do a Barrel Roll
6276588 3 --Karakuri Ninja mdl 919 "Kuick"
6285791 3 --The Wicked Worm Beast
6297941 3 --Burglar
6320631 3 --Koa'ki Meiru Boulder
6330307 3 --DZW - Chimera Clad
6337436 3 --Rapid-Fire Magician
6343408 3 --Miracle Dig
6351548 3 --Dawn Knight
6353603 3 --Brotherhood of the Fire Fist - Bear
6368038 3 --Gaia The Fierce Knight
6387204 3 --Number C6: Chronomaly Chaos Atlandis
6390406 3 --Emblem of Dragon Destroyer
6417578 3 --El Shaddoll Fusion
6430659 3 --Infected Mail
6459419 3 --Amazoness Shamanism
6480253 3 --Wroughtweiler
6483224 3 --Radius, the Half-Moon Dragon
6540606 3 --Spiritual Water Art - Aoi
6544078 3 --Izanagi
6588580 3 --Thermal Genex
6595475 3 --Onomatopaira
6602300 3 --Blaze Fenix, the Burning Bombardment Bird
6614221 3 --Fog King
6625096 3 --Beautunaful Princess
6631034 3 --Frostosaurus
6691855 3 --Spikeshield with Chain
6713443 3 --Ultimate Fire Formation - Seito
6733059 3 --Skull Lair
6740720 3 --Seiyaryu
6795211 3 --Teleport
6799227 3 --Half Counter
6836211 3 --The Great Emperor Penguin
6840573 3 --Barox
6849042 3 --Super-Ancient Dinobeast
6850209 3 --A Deal with Dark Ruler
6859683 3 --Success Probability 0%
6901008 3 --Phantom King Hydride
6903857 3 --Power Breaker
6924874 3 --Harpie's Pet Baby Dragon
6930746 3 --Schwarzschild Limit Dragon
6967870 3 --Dark Scorpion - Cliff the Trap Remover
6979239 3 --Woodland Sprite
7019529 3 --Insect Soldiers of the Sky
7025445 3 --Power Giant
7030340 3 --Factory of 100 Machines
7076131 3 --Next to be Lost
7080743 3 --Express Train Trolley Olley
7089711 3 --Hane-Hane
7092142 3 --Torrential Reborn
7093411 3 --Crystal Beast Sapphire Pegasus
7152333 3 --Umbral Horror Ghoul
7153114 3 --Field Barrier
7165085 3 --Bait Doll
7180418 3 --Armor Exe
7183277 3 --Aurkus, Lightsworn Druid
7194917 3 --Number 52: Diamond Crab King
7200041 3 --Metal Shooter
7243511 3 --Koalo-Koala
7264861 3 --Infernity Beast
7304544 3 --Naturia Pineapple
7359741 3 --Mechanicalchaser
7369217 3 --Metallizing Parasite - Lunatite
7391448 3 --Goyo Guardian
7392745 3 --Chewbone
7405310 3 --Extra Gate
7409792 3 --Dynatherium
7452945 3 --Noble Arms of Destiny
7459013 3 --Zure, Knight of Dark World
7478431 3 --Naturia Sunflower
7489323 3 --Milus Radiant
7500772 3 --Eagle Shark
7512044 3 --Gather Your Mind
7541475 3 --Kabuki Dragon
7562372 3 --Megasonic Eye
7565547 3 --Collected Power
7572887 3 --D.D. Warrior Lady
7573135 3 --Gladiator Beast Augustus
7576264 3 --Phantom Beast Wild-Horn
7582066 3 --Psychic Nightmare
7602840 3 --UFOroid
7617062 3 --Ghostrick Museum
7617253 3 --Rainbow Path
7623640 3 --Ceruli, Guru of Dark World
7625614 3 --Raregold Armor
7634581 3 --Orichalcos Shunoros
7653207 3 --Aqua Jet
7672244 3 --Shien's Spy
7700132 3 --Worm Noble
7736719 3 --Vortex Trooper
7802006 3 --Magical Plant Mandragola
7805359 3 --Niwatori
7811875 3 --Gravity Collapse
7817703 3 --Morphtronic Engine
7841112 3 --Majestic Star Dragon
7845138 3 --Endless Decay
7852878 3 --Three Thousand Needles
7892180 3 --Psychic Kappa
7914843 3 --Electromagnetic Bagworm
7935043 3 --Aegis of the Ocean Dragon Lord
7953868 3 --Blue-Blooded Oni
8034697 3 --Magical Marionette
8038143 3 --Tachyon Transmigration
8041569 3 --Laval Lakeside Lady
8057630 3 --Core Reinforcement
8062132 3 --Vennominaga the Deity of Poisonous Snakes
8078366 3 --Atlantean Attack Squad
8091563 3 --Super Defense Robot Lio
8102334 3 --Gate Blocker
8175346 3 --Poki Draco
8198620 3 --Dragonecro Nethersoul Dragon
8198712 3 --End of the World
8201910 3 --Star Boy
8226374 3 --Gimmick Puppet Humpty Dumpty
8233522 3 --Ally of Justice Cycle Reader
8251996 3 --Ojama Delta Hurricane!!
8275702 3 --Crystal Promise
8279188 3 --Depth Amulet
8310162 3 --Malefic Paradox Dragon
8316565 3 --Jolt Counter
8316661 3 --Fabled Miztoji
8323633 3 --Cloak and Dagger
8339504 3 --Xyz Shift
8396952 3 --Arcana Force I - The Magician
8400623 3 --Evil Dragon Ananta
8414337 3 --Dust Storm of Gusto
8437145 3 --Void Seer
8471389 3 --Giga-Tech Wolf
8483333 3 --Mosaic Manticore
8487449 3 --Jester Confit
8508055 3 --Chu-Ske the Mouse Fighter
8522996 3 --The First Monarch
8559793 3 --Raidraptor - Nest
8561192 3 --Leo, the Keeper of the Sacred Tree
8581705 3 --Infernalqueen Archfiend
8594079 3 --Jurrac Brachis
8611007 3 --Lavalval Dragun
8628798 3 --D.D. Dynamite
8632967 3 --Evo-Karma
8634636 3 --Dark Cat with White Tail
8649148 3 --Deep Sweeper
8687195 3 --Dreamsprite
8692301 3 --Gem-Knight Zirconia
8696773 3 --Hazy Flame Hydra
8698851 3 --D - Counter
8715625 3 --Bokoichi the Freightening Car
8719957 3 --Abyss-scale of the Kraken
8730435 3 --Gladiator Beast's Battle Archfiend Shield
8794435 3 --Maju Garzett
8806072 3 --Combo Fighter
8814959 3 --Evilswarm Mandragora
8822710 3 --Ally of Justice Cosmic Gateway
8842266 3 --Poison of the Old Man
8873112 3 --Artifact Chakram
8875971 3 --Star Seraph Scout
8903700 3 --Djinn Releaser of Rituals
8949584 3 --A Hero Lives
8951260 3 --Respect Play
8964854 3 --Combination Attack
8967776 3 --Sephylon, the Ultimate Timelord
9012916 3 --Black-Winged Dragon
9024367 3 --Galaxy Dragon
9047460 3 --Blackwing - Steam the Cloak
9053187 3 --Gagagigo the Risen
9056100 3 --General Grunard of the Ice Barrier
9074847 3 --Major Riot
9076207 3 --Armed Ninja
9109991 3 --Blackwing - Fane the Steel Chain
9126351 3 --Swap Frog
9145181 3 --Ritual Sealing
9156135 3 --Apprentice Magician
9159938 3 --Dark Gray
9161357 3 --Number 6: Chronomaly Atlandis
9201964 3 --D - Fortune
9236985 3 --Gishki Photomirror
9260791 3 --Galaxy-Eyes Cloudragon
9264485 3 --Horus' Servant
9267769 3 --Flashbang
9272381 3 --Stellarknight Constellar Diamond
9284723 3 --Venom Boa
9293977 3 --Metal Dragon
9298235 3 --Fluffal Crane
9327502 3 --Elemental HERO Voltic
9342162 3 --Cagna, Malebranche of the Burning Abyss
9348522 3 --Cloudcastle
9354555 3 --Photon Veil
9365703 3 --Speed Warrior
9373534 3 --Fuhma Shuriken
9391354 3 --Gravi-Crush Dragon
9402966 3 --Superheavy Samurai Battleball
9411399 3 --Destiny HERO - Malicious
9418365 3 --Bujin Hirume
9418534 3 --Jinzo - Returner
9433350 3 --Malefic Blue-Eyes White Dragon
9485511 3 --U.A. Goalkeeper
9560338 3 --Reaper of Prophecy
9576193 3 --Monster Slots
9583383 3 --Gagaga Caesar
9603356 3 --Shadowknight Archfiend
9622164 3 --D.D.R. - Different Dimension Reincarnation
9628664 3 --Iris, the Earth Mother
9633505 3 --Guardian Kay'est
9637706 3 --Des Wombat
9653271 3 --Kaminari Attack
9666558 3 --Golem Dragon
9718968 3 --Photon Slasher
9720537 3 --Owner's Seal
9744376 3 --Good Goblin Housekeeping
9748752 3 --Caius the Shadow Monarch
9780364 3 --Gladiator Taming
9786492 3 --White Dragon Ritual
9791914 3 --Silver Sentinel
9817927 3 --Gyaku-Gire Panda
9831539 3 --Tannhauser Gate
9837195 3 --Musto, Oracle of Gusto
9845733 3 --Emblem of the Awakening
9848939 3 --Woodland Archer
9861795 3 --Mogmole
9888196 3 --Ally of Justice Decisive Armor
9897998 3 --Gusto Codor
9910360 3 --D.3.S. Frog
9925982 3 --Black Wing Revenge
9952083 3 --Chain Summoning
9995766 3 --Imperial Custom
9999961 3 --Beast Rage
10000000 3 --Obelisk the Tormentor
10000010 3 --The Winged Dragon of Ra
10000020 3 --Slifer the Sky Dragon
10000080 3 --The Winged Dragon of Ra - Sphere Mode
10002346 3 --Gachi Gachi Gantetsu
10004783 3 --Crystal Release
10012614 3 --Banner of Courage
10026986 3 --Worm King
10028593 3 --Reborn Tengu
10032958 3 --Divine Dragon - Excelion
10035717 3 --Weapon Change
10060427 3 --Koa'ki Meiru Rooklord
10069180 3 --Spell-Stopping Statute
10071456 3 --Protector of the Throne
10080320 3 --Jurassic World
10097168 3 --Tiger Dragon
10110717 3 --Mecha Bunny
10118318 3 --Reinforce Truth
10132124 3 --Wingtortoise
10178757 3 --R-Genex Oracle
10189126 3 --Masked Sorcerer
10202894 3 --Skull Red Bird
10209545 3 --Decayed Commander
10236520 3 --Goe Goe the Gallant Ninja
10248192 3 --Hieroglyph Lithograph
10248389 3 --Cyber Blader
10262698 3 --The Statue of Easter Island
10275411 3 --Xyz Revenge
10282757 3 --Planckton
10321588 3 --Sunlight Unicorn
10352095 3 --Scroll of Bewitchment
10365322 3 --Ignition Beast Volcannon
10375182 3 --Command Knight
10383554 3 --Frightfur Leo
10389142 3 --Number 42: Galaxy Tomahawk
10389794 3 --Doom Donuts
10406322 3 --Alsei, the Sylvan High Protector
10456559 3 --T.A.D.P.O.L.E.
10485110 3 --Ocean Dragon Lord - Neo-Daedalus
10489311 3 --Hero Medal
10509340 3 --Ancient Gear Beast
10526791 3 --Elemental HERO Wildedge
10530913 3 --Sylvan Sagequoia
10532969 3 --Hyper-Ancient Shark Megalodon
10537981 3 --Return Soul
10538007 3 --Leogun
10560119 3 --Fishborg Doctor
10591919 3 --Morphtronic Scopen
10613952 3 --Sacred Noble Knight of King Artorigus
10651797 3 --Swallow Flip
10667321 3 --Ancient Rules
10691144 3 --Mirror of the Ice Barrier
10712320 3 --Vylon Stigma
10719350 3 --Fire Formation - Tensu
10736540 3 --Lady of the Lake
10753491 3 --Sylvan Cherubsprout
10755153 3 --Guardian Ceal
10755984 3 --Daigusto Eguls
10759529 3 --Kid Guard
10789972 3 --Cú Chulainn the Awakened
10809984 3 --Great Phantom Thief
10817524 3 --First of the Dragons
10860121 3 --Bujingi Pavo
10875327 3 --Earthbound Immortal Aslla piscu
10920352 3 --Masked HERO Vapor
10925955 3 --Contact with the Aquamirror
10963799 3 --Barrier Statue of the Torrent
10979723 3 --Amazoness Tiger
10992251 3 --Gradius
11012887 3 --Jurrac Guaiba
11021521 3 --Neko Mane King
11039171 3 --Frightfur Wolf
11047543 3 --Psychic Feel Zone
11052544 3 --Saber Slash
11066358 3 --Galaxy Serpent
11091375 3 --Luster Dragon
11102908 3 --Shien's Castle of Mist
11109820 3 --Xyz Universe
11125718 3 --Lancer Dragonute
11136371 3 --Counter Gem
11159464 3 --Worm Hope
11221418 3 --Bujincident
11224103 3 --Horus the Black Flame Dragon LV6
11224934 3 --Reinforced Space
11228035 3 --Xyz Soul
11232355 3 --Destructotron
11260714 3 --Darklord Superbia
11264180 3 --TGX1-HL
11287364 3 --Quick-Span Knight
11321183 3 --Dark Blade
11324436 3 --Electric Snake
11366199 3 --Dark Simorgh
11373345 3 --Proof of Powerlessness
11384280 3 --Cannon Soldier
11390349 3 --Naturia Fruitfly
11398059 3 --King of the Feral Imps
11411223 3 --Number 10: Illumiknight
11448373 3 --Grave Protector
11458071 3 --Sky Scourge Enrise
11460577 3 --Etoile Cyber
11471117 3 --Light Laser
11475049 3 --Artifact Achilleshield
11501629 3 --Kickfire
11502550 3 --Elemental HERO Air Neos
11508758 3 --Mutant Mindmaster
11522979 3 --Number C69: Heraldry Crest of Horror
11548522 3 --Outstanding Dog Marron
11549357 3 --Gamma The Magnet Warrior
11556339 3 --Ritual Beast Steeds
11593137 3 --Chaos Trap Hole
11596936 3 --Reckoned Power
11613567 3 --Blackwing - Elphin the Raven
11662742 3 --Gellenduo
11678191 3 --Protective Soul Ailin
11682713 3 --Sylvan Bladefender
11685347 3 --Blast Asmodian
11705261 3 --Xyz Change Tactics
11722335 3 --Worm Xex
11741041 3 --Raigeki Bottle
11743119 3 --Union Rider
11747708 3 --Spore
11760174 3 --Sasuke Samurai #2
11761845 3 --Beast of Talwar
11813722 3 --Barkion's Bark
11813953 3 --Great Angus
11819616 3 --Tytannial, Princess of Camellias
11830996 3 --Ancient Leaf
11834972 3 --Laval Blaster
11868731 3 --Madolche Magileine
11868825 3 --Goblin's Secret Remedy
11901678 3 --Black Skull Dragon
11913700 3 --Instant Neo Space
11925569 3 --Hunting Instinct
11954712 3 --Flyfang
11958188 3 --Bujingi Raven
11961740 3 --Different Dimension Capsule
11975962 3 --Hieratic Seal of Banishment
11987744 3 --Nin-Ken Dog
12014404 3 --Gagaga Cowboy
12057781 3 --Goblin Calligrapher
12071500 3 --Dark Calling
12076263 3 --Wind-Up Dog
12079734 3 --Delta Tri
12117532 3 --Shattered Axe
12143771 3 --People Running About
12152769 3 --Scrounging Goblin
12160911 3 --Elephant Statue of Disaster
12171659 3 --Zeradias, Herald of Heaven
12174035 3 --Hydro Pressure Cannon
12181376 3 --Triangle Ecstasy Spark
12183332 3 --Card Shuffle
12197543 3 --Commander of Swords
12206212 3 --Harpie Lady Sisters
12216615 3 --Koa'ki Meiru Shield
12235475 3 --Fabled Ashenveil
12247206 3 --Inferno Reckless Summon
12253117 3 --World Suppression
12275533 3 --Trifortressops
12296376 3 --Wattwoodpecker
12298909 3 --Prime Material Dragon
12299841 3 --Wind-Up Soldier
12324546 3 --Legendary Ebon Steed
12338068 3 --Legendary Maju Garzett
12398280 3 --Freya, Spirit of Victory
12423762 3 --Gagaga Gardna
12435193 3 --Koa'ki Meiru Drago
12444060 3 --Artifact Sanctum
12451640 3 --Frontline Observer