forked from Fluorohydride/ygopro-pre-script
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrings.conf
775 lines (775 loc) · 21 KB
/
strings.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
#The first line is used for comment
#line doesn't start with '!' is also neglected
#called by DataManager::GetSysString(), DataManager::GetDesc()
#system
!system 1 Normal Summon
!system 2 Special Summon
!system 3 Flip Summon
!system 4 Normal Summoned
!system 5 Special Summoned
!system 6 Flip Summoned
!system 7 Activate
!system 10 Remove the Counter(s)
!system 11 Pay LP
!system 12 Remove the Material(s)
!system 20 Draw Phase
!system 21 Standby Phase
!system 22 Main Phase
!system 23 End of Main Phase
!system 24 Battle Phase
!system 25 End of Battle Phase
!system 26 End Phase
!system 27 Before the Draw
!system 28 Start Step of Battle Phase
!system 29 End of Battle Step
!system 30 Replay, do you want to continue the Battle?
!system 31 Do you want to Attack Directly?
!system 40 Damage Step
!system 41 Before Damage Calculation
!system 42 During Damage Calculation
!system 43 After Damage Calculation
!system 44 At the end of Damage Step
!system 60 Heads
!system 61 Tails
!system 62 Heads effect
!system 63 Tails effect
!system 64 Gemini
!system 65 Use effect
!system 70 Monster Cards
!system 71 Spell Cards
!system 72 Trap Cards
!system 80 Entering the Battle Phase
!system 81 Entering the End Phase
!system 90 Normal Summon without tribute(s)?
!system 91 Use your additional Normal Summon?
!system 92 Use Opponent Monster
!system 93 Choose material?
!system 94 Do you want to activate this card's effect now?
!system 100 First to go
!system 101 Second to go
!system 200 Do you wish to use from [%ls] [%ls]'s effect?
!system 201 No effect can activated at this moment
!system 202 Do you want to check the field?
!system 203 Chain another card or effect?
!system 204 Remove %d [%ls]
!system 205 Please select a sort order
!system 206 Please select the chain sequence
!system 207 Revealing %d card(s):
!system 208 Confirm %d card(s):
!system 209 The card has met the requisites
!system 210 Select if you want continue:
!system 211 Round count:
!system 212 Declared card:
!system 213 Declared type:
!system 214 Declared attribute:
!system 215 Declared number:
!system 500 Select a monster to tribute
!system 501 Select a card to discard
!system 502 Select a card to destroy
!system 503 Select a card to banish
!system 504 Select a card to send to Graveyard
!system 505 Select a card to return to hand
!system 506 Select the card to add to your hand
!system 507 Select the card(s) to return to Deck
!system 508 Select the card to Summon
!system 509 Select a Monster to Special Summon
!system 510 Select a card to flip-up
!system 511 Select materials for Fusion Summon
!system 512 Select materials for Synchro Summon
!system 513 Select materials for Xyz Summon
!system 514 Select a face-up card on the field
!system 515 Select a face-down card on the field
!system 516 Select a monster in attack position
!system 517 Select a monster in defense position
!system 518 Select a card to equip
!system 519 Select the Xyz material to detach
!system 520 Select the monster to change control
!system 521 Select the card to replace
!system 522 Select the monsters in attack
!system 523 Select the monsters in defense
!system 524 Select attack monster
!system 525 Select defense monster
!system 526 Reveal a card
!system 527 Select the card to place on the field
!system 528 Select a monster to change
!system 529 Select your card
!system 530 Select opponent card
!system 531 Select the highest level monsters for tribute:
!system 532 Select monster to remove Xyz material
!system 550 Select the effect that activates
!system 551 Select the target of the effect
!system 552 Select head or tails
!system 553 Select dice results
!system 554 Select a category
!system 555 Select an option
!system 560 Select
!system 561 Select the battle position
!system 562 Select Attribute
!system 563 Declare a type
!system 564 Declare a card name
!system 565 Select a number
!system 566 Select the effect to activate
!system 567 Select a Level/Rank
!system 1000 Deck
!system 1001 Hand
!system 1002 Monster Zone
!system 1003 Spell&Trap Zone
!system 1004 Graveyard
!system 1005 Banished Zone
!system 1006 Extra Deck
!system 1007 Xyz Material
!system 1008 Field Zone
!system 1009 Pendulum Zone
!system 1010 Earth
!system 1011 Water
!system 1012 Fire
!system 1013 Wind
!system 1014 Light
!system 1015 Dark
!system 1016 Divine
!system 1020 Warrior
!system 1021 Spellcaster
!system 1022 Fairy
!system 1023 Fiend
!system 1024 Zombie
!system 1025 Machine
!system 1026 Aqua
!system 1027 Pyro
!system 1028 Rock
!system 1029 Winged Beast
!system 1030 Plant
!system 1031 Insect
!system 1032 Thunder
!system 1033 Dragon
!system 1034 Beast
!system 1035 Beast-Warrior
!system 1036 Dinosaur
!system 1037 Fish
!system 1038 Sea Serpent
!system 1039 Reptile
!system 1040 Psychic
!system 1041 Divine-Beast
!system 1042 Creator God
!system 1043 Wyrm
!system 1050 Monster
!system 1051 Spell
!system 1052 Trap
!system 1053 ???
!system 1054 Normal
!system 1055 Effect
!system 1056 Fusion
!system 1057 Ritual
!system 1058 Trap Monsters
!system 1059 Spirit
!system 1060 Union
!system 1061 Gemini
!system 1062 Tuner
!system 1063 Synchro
!system 1064 Token
!system 1065 ???
!system 1066 Quick-Play
!system 1067 Continuous
!system 1068 Equip
!system 1069 Field
!system 1070 Counter
!system 1071 Flip
!system 1072 Toon
!system 1073 Xyz
!system 1074 Pendulum
!system 1080 (N/A)
#GUI
!system 1100 S/T Destroy
!system 1101 Destroy Monster
!system 1102 Banish
!system 1103 Graveyard
!system 1104 Back to Hand
!system 1105 Back to Deck
!system 1106 Destroy Hand
!system 1107 Destroy Deck
!system 1108 Draw
!system 1109 Search
!system 1110 Recovery
!system 1111 Position
!system 1112 Control
!system 1113 Change ATK/DEF
!system 1114 Piercing
!system 1115 Repeat Attack
!system 1116 Limit Attack
!system 1117 Direct Attack
!system 1118 Special Summon
!system 1119 Token
!system 1120 Type-Related
!system 1121 Property-Related
!system 1122 Damage LP
!system 1123 Recover LP
!system 1124 Destroy
!system 1125 Select
!system 1126 Counter
!system 1127 Gamble
!system 1128 Fusion-Related
!system 1129 Tuner-Related
!system 1130 Xyz-Related
!system 1131 Negate Effect
#actions
!system 1150 Activate
!system 1151 Normal Summon
!system 1152 Special Summon
!system 1153 Set
!system 1154 Flip Summon
!system 1155 To Defense
!system 1156 To Attack
!system 1157 Attack
!system 1158 View
!system 1159 S/T Set
!system 1160 Activate in Pendulum Zone
#menu
!system 1200 LAN Mode
!system 1201 Puzzle Mode
!system 1202 Watch Replay
!system 1203 N/A
!system 1204 Deck Edit
!system 1210 Exit
!system 1211 OK
!system 1212 Cancel
!system 1213 Yes
!system 1214 No
!system 1215 Start
!system 1216 Message
!system 1217 Refresh
!system 1220 Nickname:
!system 1221 HostIP:
!system 1222 Password:
!system 1223 Join
!system 1224 Host
!system 1225 Allowed Cards:
!system 1226 Forbidden List:
!system 1227 Duel Mode:
!system 1228 Additional Options
!system 1229 Don't check deck
!system 1230 Do not shuffle deck
!system 1231 Starting LP:
!system 1232 Starting Hand:
!system 1233 Cards per Draw:
!system 1234 Host Name:
!system 1235 Password:
!system 1236 Obsolete Rulings
!system 1237 Time limit:
!system 1240 OCG
!system 1241 TCG
!system 1242 OCG&TCG
!system 1243 Unspecified
!system 1244 Single Duel
!system 1245 Match
!system 1246 Tag
!system 1250 Host
!system 1251 →Duel
!system 1252 →Spectate
!system 1253 Current Spectators:
!system 1254 Select Deck
!system 1255 Ready!
!system 1270 Card info
!system 1271 Log
!system 1272 Clear Log
!system 1273 Settings
!system 1274 Auto card placing
!system 1275 ↑Random card placing
!system 1276 Auto Chain order
!system 1277 No delay for Chain
!system 1280 Standard duel
!system 1281 Custom
!system 1290 Mute opponent
!system 1291 Mute spectators
!system 1300 Ban List:
!system 1301 Deck:
!system 1302 Save
!system 1303 Save as
!system 1304 Clear
!system 1305 Sort
!system 1306 Exit
!system 1307 Shuffle
!system 1310 (All)
!system 1311 Category:
!system 1312 Monster
!system 1313 Spell
!system 1314 Trap
!system 1315 Limit:
!system 1316 Banned
!system 1317 Limited
!system 1318 Semi-limited
!system 1319 Attribute:
!system 1321 Type:
!system 1322 ATK:
!system 1323 DEF:
!system 1324 Lv/Rank:
!system 1325 Search:
!system 1326 Effect
!system 1327 Full search
!system 1328 Filter results
!system 1329 Category:
!system 1330 Deck:
!system 1331 Extra:
!system 1332 Side:
!system 1333 Results:
!system 1334 Side decking completed
!system 1335 Saved successfully
!system 1340 Save Replay:
!system 1341 Save
!system 1342 Replays:
!system 1343 Play
!system 1344 Pause
!system 1345 Step
!system 1346 Swap
!system 1347 Exit
!system 1348 Load Replay
!system 1349 Play Replay:
!system 1350 Leave
!system 1351 Surrender
!system 1352 Main message:
!system 1353 Start at turn:
!system 1354 Hide Category
!system 1390 Waiting...
!system 1391 Waiting....
!system 1392 Waiting.....
!system 1400 Unable to connect to the host.
!system 1401 Connection has been lost.
!system 1402 An error occurred during the transmission.
!system 1403 Can't join host
!system 1404 Password is incorrect.
!system 1405 The host refused the connection.
!system 1406 Invalid Deck
!system 1407 [%ls] not allowed. Check the TCG/OCG card list and check the banlist
!system 1408 Side decking failed
!system 1409 Waiting for side...
!system 1410 Side decking error
!system 1411 Version mismatch(%X.0%X.%X)。
!system 1500 The duel ended.
!system 1501 Replay ended.
!system 1502 Connection has been lost.
!system 1510 Your choice:[%ls]
!system 1511 Opponent declared:[%ls]
!system 1512 Choice of opponent:[%d]
!system 1600 Card position changed
!system 1601 Set a card
!system 1602 Card control changed
!system 1603 [%ls]Normal Summon...
!system 1604 Normal Summon success
!system 1605 [%ls]Special Summon...
!system 1606 Special Summon success
!system 1607 [%ls]Flip Summon...
!system 1608 Flip Summon success
!system 1609 [%ls]is activated
!system 1610 [%ls](%ls,%d)targeted
!system 1611 You draw %d card(s)
!system 1612 Opponent draws %d card(s)
!system 1613 Received %d damage
!system 1614 Opponent received %d damage
!system 1615 Increase %d LP
!system 1616 Opponent increases %d LP
!system 1617 [%ls] has placed %d [%ls]
!system 1618 [%ls] been removed %d [%ls]
!system 1619 [%ls] Attack [%ls]
!system 1620 [%ls] Direct Attack
!system 1621 Attack Negated
!system 1622 [%ls]You lose points
!system 1623 Coin landed on:
!system 1624 Die landed on:
#mod strings
!system 2016 Help
!system 2017 Main
!system 2018 1vs2
!system 2019 Turbo duel
!system 2020 Anime
!system 2021 Filter:
!system 2022 AI mode (beta)
!system 2023 About
!system 2024 Notes:
!system 2025 Are you sure you want to permanently delete this deck?
!system 2026 Deleted successfully
!system 2027 Delete
!system 2028 Volume
!system 2029 Room:
!system 2030 Players:
!system 2031 Server busy. Please try again later or use another server.
!system 2032 No rooms
!system 2033 There are no rooms currently open on the server. Click on 'Host' to create a new room or try another server.
!system 2034 New YGOPro version
!system 2035 There is a new version %s available! Do you want to go to the download page?
!system 2036 Connection Failed or Syntax error
!system 2037 Failed to open url
!system 2038 Failed to parse server data
!system 2039 The %s server requires an account to make a room.
!system 2040 Do you want to open the registration page at http://%s ?
!system 2041 Server:
!system 2042 Room password:
!system 2043 Room name:
!system 2044 Online
!system 2045 Multiplayer
!system 2046 Enable sound effects
!system 2047 Enable music
#victory reason
!victory 0x0 Surrendered
!victory 0x1 LP reached 0
!victory 0x2 Cards can't be drawn
!victory 0x3 Time limit up
!victory 0x4 Lost connection
!victory 0x10 Victory by the effect of Exodia
!victory 0x11 Victory by the effect of Final Countdown
!victory 0x12 Victory by the effect of Vennominaga
!victory 0x13 Victory by the effect of Horakhty
!victory 0x14 Victory by the effect of Exodius
!victory 0x15 Victory by the effect of Destiny Board
!victory 0x16 Victory by the effect of Last Turn
!victory 0x17 Victory by the effect of Number 88: Gimmick Puppet of Leo
!victory 0x18 Victory by the effect of Number C88: Gimmick Puppet Disaster Leo
!victory 0x19 Victory by the effect of Jackpot 7
!victory 0x1a Victory by the effect of Relay Soul
!victory 0x1b Victory by the effect of Ghostrick Angel of Mischief
!victory 0x20 Match Victory by the effect of 「%ls」
#counters
!counter 0x3001 Spell Counter
!counter 0x2 Wedge Counter
!counter 0x3003 Bushido Counter
!counter 0x3004 Psychic Counter
!counter 0x5 Shine Counter
!counter 0x6 Gem Counter
!counter 0x7 Counter(Colosseum Cage of the Gladiator Beasts)
!counter 0x8 Morph Counter
!counter 0x9 Poison Counter
!counter 0xa Genex Counter
!counter 0x300b Counter(Ancient City)
!counter 0xc Thunder Counter
!counter 0xd Greed Counter
!counter 0xe A-Counter
!counter 0xf Worm Counter
!counter 0x3010 Black Feather Counter
!counter 0x11 Hyper Venom Counter
!counter 0x12 Karakuri Counter
!counter 0x13 Chaos Counter
!counter 0x14 Counter(Miracle Jurassic Egg)
!counter 0x15 Ice Counter
!counter 0x16 Spellstone Counter
!counter 0x17 Nut Counter
!counter 0x18 Flower Counter
!counter 0x19 Fog Counter
!counter 0x1a Double Counter
!counter 0x1b Clock Counter
!counter 0x1c D Counter
!counter 0x1d Junk Counter
!counter 0x1e Gate Counter
!counter 0x1f Counter(B.E.S.)
!counter 0x20 Plant Counter
!counter 0x21 Guard Counter
!counter 0x22 Dragonic Counter
!counter 0x23 Ocean Counter
!counter 0x24 String Counter
!counter 0x25 Chronicle Counter
!counter 0x26 Counter(Metal Shooter)
!counter 0x27 Counter(Des Mosquito)
!counter 0x3028 Counter Dark Catapulter
!counter 0x29 Counter(Balloon Lizard)
!counter 0x2a Counter(Magic Reflector)
!counter 0x302b Destiny Counter
!counter 0x2c You Got It Boss! Counter
!counter 0x2d Counter(Kickfire)
!counter 0x2e Shark Counter
!counter 0x2f Pumpkin Counter
!counter 0x30 Hi-Five the Sky Counter
!counter 0x31 Rising Sun Counter
!counter 0x32 Balloon Counter
!counter 0x33 Yosen Counter
!counter 0x34 Counter(BOXer)
!counter 0x35 Symphonic Counter
!counter 0x3036 Performage Counter
!counter 0x37 Kaiju Counter
!counter 0x90 Maiden Counter
!counter 0x91 Speed Counter
!counter 0x92 Plasma Counter
!counter 0x93 Sacred Beast Counter
!counter 0x94 Pumpkin Counter
!counter 0x95 Rising Sun Counter
#setcodes
!setcode 0x1 Ally of Justice
!setcode 0x2 Genex
!setcode 0x1002 R-Genex
!setcode 0x2002 Genex Ally
!setcode 0x4 Amazoness
!setcode 0x5 Arcana Force
!setcode 0x6 Dark World
!setcode 0x7 Ancient Gear
!setcode 0x8 HERO
!setcode 0x3008 Elemental HERO
!setcode 0x6008 Evil HERO
!setcode 0xc008 Destiny HERO
!setcode 0x5008 Vision HERO
!setcode 0xa008 Masked HERO
!setcode 0x9 Neos
!setcode 0xa Lswarm
!setcode 0x100a Steelswarm
!setcode 0xb Infernity
!setcode 0xc Alien
!setcode 0xd Saber
!setcode 0x100d X-Saber
!setcode 0x300d XX-Saber
!setcode 0xe Watt
!setcode 0xf Ojama
!setcode 0x10 Gusto
!setcode 0x11 Karakuri
!setcode 0x12 Frog
!setcode 0x13 Meklord
!setcode 0x3013 Meklord Emperor
!setcode 0x6013 Meklord Army
!setcode 0x15 B.E.S.
!setcode 0x16 Roid
!setcode 0x1016 Vehicroid
!setcode 0x2016 Speedroid
!setcode 0x17 Synchron
!setcode 0x18 Cloudian
!setcode 0x19 Gladiator Beast
!setcode 0x1a Dark Scorpion
!setcode 0x1b Phantom Beast
!setcode 0x1d Koa'ki Meiru
!setcode 0x1e Chrysalis
!setcode 0x1f Neo-Spacian
!setcode 0x20 Shien
!setcode 0x21 Earthbound Immortal
!setcode 0x22 Jurrac
!setcode 0x23 Malefic
!setcode 0x24 Scrap
!setcode 0x25 Iron Chain
!setcode 0x26 Morphtronic
!setcode 0x27 T.G.
!setcode 0x28 Batteryman
!setcode 0x29 Dragunity
!setcode 0x2a Naturia
!setcode 0x2b Ninja
!setcode 0x102b Armor Ninja
!setcode 0x2c Flamvell
!setcode 0x2e Gravekeeper
!setcode 0x2f Ice Barrier
!setcode 0x30 Vylon
!setcode 0x31 Fortune Lady
!setcode 0x32 Volcanic
!setcode 0x33 Blackwing
!setcode 0x1033 Assault Blackwing
!setcode 0x34 Crystal
!setcode 0x1034 Crystal Beast
!setcode 0x2034 Rainbow
!setcode 0x93 Cyber
!setcode 0x94 Cybernetic
!setcode 0x1093 Cyber Dragon
!setcode 0x103 Cyber Dragon Related
!setcode 0x35 Fabled
!setcode 0x1035 The Fabled
!setcode 0x36 Machina
!setcode 0x37 Mist Valley
!setcode 0x38 Lightsworn
!setcode 0x39 Laval
!setcode 0x3a Gishki
!setcode 0x3b Red-Eyes
!setcode 0x104 Red-Eyes Fusions
!setcode 0x3c Reptilianne
!setcode 0x3d Six Samurai
!setcode 0x3e Worm
!setcode 0x3f Majestic
!setcode 0x40 Forbidden One
!setcode 0x41 LV
!setcode 0x42 Nordic
!setcode 0x3042 Nordic Ascendant
!setcode 0x6042 Nordic Beast
!setcode 0xa042 Nordic Alfar
!setcode 0x5042 Nordic Relic
!setcode 0x43 Junk
!setcode 0x44 The Agent
!setcode 0x45 Archfiend
!setcode 0x1045 Red Dragon Archfiend
!setcode 0x46 Polymerization/Fusion
!setcode 0x47 Gem-
!setcode 0x1047 Gem-Knight
!setcode 0x48 Number
!setcode 0x49 Skyblaster
!setcode 0x4a Timelord
!setcode 0x4b Aesir
!setcode 0x4c Trap Hole
!setcode 0x4e Evol
!setcode 0x304e Evoltile
!setcode 0x504e Evolzar
!setcode 0x604e Evolsaur
!setcode 0x4f Buster
!setcode 0x104f /Assault Mode
!setcode 0x50 Venom
!setcode 0x51 Gadget
!setcode 0x52 Guardian
!setcode 0x53 Constellar
!setcode 0x54 Gagaga
!setcode 0x55 Photon
!setcode 0x56 Inzektor
!setcode 0x57 Resonator
!setcode 0x58 Wind-Up
!setcode 0x59 Gogogo
!setcode 0x5a Penguin
!setcode 0x5b Inmato
!setcode 0x5c Sphinx
!setcode 0x60 Bamboo Sword
!setcode 0x61 Ninjitsu Art
!setcode 0x62 Toon
!setcode 0x63 Reactor
!setcode 0x64 Harpie
!setcode 0x65 Infestation
!setcode 0x66 Warrior
!setcode 0x1066 Symphonic Warrior
!setcode 0x67 Iron
!setcode 0x68 Tin
!setcode 0x69 Hieratic
!setcode 0x6a Butterspy
!setcode 0x6b Bounzer
!setcode 0x6c Lightray
!setcode 0x6d Djinn
!setcode 0x306d Divine Dragon
!setcode 0x606d Djinn of Rituals
!setcode 0x6e Prophecy
!setcode 0x106e Spellbook
!setcode 0x6f Heroic
!setcode 0x106f Heroic Challenger
!setcode 0x70 Chronomaly
!setcode 0x71 Madolche
!setcode 0x72 Geargia
!setcode 0x1072 Geargiano
!setcode 0x73 Xyz
!setcode 0x74 Mermail
!setcode 0x75 Abyss-
!setcode 0x76 Heraldic Beast
!setcode 0x77 Atlantean
!setcode 0x78 Nimble
!setcode 0x79 Fire Fist
!setcode 0x7a Ignoble Knight
!setcode 0x107a Noble Knight
!setcode 0x207a Noble Arms
!setcode 0x7b Galaxy
!setcode 0x107b Galaxy-Eyes
!setcode 0x307b Galaxy-Eyes Tachyon
!setcode 0x7c Fire Formation
!setcode 0x7d Hazy
!setcode 0x107d Hazy Flame
!setcode 0x7e ZW
!setcode 0x7f Utopi
!setcode 0x107f Utopia
!setcode 0x80 Duston
!setcode 0x81 Fire King
!setcode 0x1081 Fire King Avatar
!setcode 0x82 Dododo
!setcode 0x100 Synchron Synchos
!setcode 0x101 Syncro Fusions
!setcode 0x102 Evil Hero Fusions
!setcode 0x83 Gimmick Puppet
!setcode 0x101b Mecha Phantom Beast
!setcode 0x84 Battlin' Boxer
!setcode 0x1073 Chaos Xyz
!setcode 0x1048 Number C
!setcode 0x85 Super-Defense
!setcode 0x86 Star Seraph
!setcode 0x87 Umbrals
!setcode 0x88 Bujin
!setcode 0x8a Fascinating
!setcode 0x108a Traptrix
!setcode 0x89 Hole
!setcode 0x8b Malicvorous
!setcode 0x8d Ghostrick
!setcode 0x8e Vampire
!setcode 0x8f Zubaba
!setcode 0x90 Sylvan
!setcode 0x91 Necrovally
!setcode 0x92 Heraldry
!setcode 0x95 Rank-Up Magic
!setcode 0x96 Fishborg
!setcode 0x97 Artifact
!setcode 0x98 Magician Pendulum Monster
!setcode 0x99 Odd-Eyes
!setcode 0x9a Superheavy Samurai
!setcode 0x9b Melodious
!setcode 0x109b Melodious Maestra
!setcode 0x9c tellarknight
!setcode 0x109c Stellarknight
!setcode 0x9d Shaddoll
!setcode 0x109d El Shaddoll
!setcode 0x9e Yang Zing
!setcode 0x9f Performapal
!setcode 0xa0 Legendary Knight
!setcode 0xa1 Legendary Dragon
!setcode 0xa2 Magician
!setcode 0x10a2 Dark Magician
!setcode 0x20a2 Magician Girl
!setcode 0x30a2 Dark Magician Girl
!setcode 0xa3 Stardust
!setcode 0xa4 Winged Kuriboh
!setcode 0xa5 Change
!setcode 0xa6 Sprout
!setcode 0xa7 Artorigus
!setcode 0xa8 Laundsallyn
!setcode 0xa9 Fluffal
!setcode 0xaa Qli
!setcode 0xab Deskbot
!setcode 0xac Goblin
!setcode 0xad Frightfur
!setcode 0xae Dark Contract
!setcode 0xaf D/D
!setcode 0x10af D/D/D
!setcode 0xb0 Gottoms
!setcode 0xb1 Burning Abyss
!setcode 0xb2 U.A.
!setcode 0xb3 Yosenju
!setcode 0xb4 Nekroz
!setcode 0xb5 Ritual Beast
!setcode 0x10b5 Ritual Beast Tamer
!setcode 0x20b5 Spiritual Beast
!setcode 0x40b5 Ritual Beast Ulti-
!setcode 0xb6 Outer Entity
!setcode 0xb7 Elder Entity
!setcode 0xb8 Old Entity
!setcode 0xb9 Blaze Accelerator
!setcode 0xba Raidraptor
!setcode 0xbb Infernoid
!setcode 0xbc Jinzo
!setcode 0xbd Gaia The Fierce Knight
!setcode 0xbe Monarch
!setcode 0xbf Charmer
!setcode 0xc0 Familiar-Possessed
!setcode 0xc1 PSY-Frame
!setcode 0xc2 Power Tool
!setcode 0xc3 Edge Imp
!setcode 0xc4 Zefra
!setcode 0xc5 Void
!setcode 0xc6 Performage
!setcode 0xc7 Dracoslayer
!setcode 0xc8 Igknight
!setcode 0xc9 Aromage
!setcode 0xca Empowered Warrior
!setcode 0xcb Aether
!setcode 0xcc Prediction Princess
!setcode 0xcd Aquaactress
!setcode 0xce Aquarium
!setcode 0xcf Black Luster Soldier
!setcode 0xd0 Majespecter
!setcode 0xd1 Graydle
!setcode 0xd2 Kozmo
!setcode 0xd3 Kaiju
!setcode 0xd4 Burgesstoma
!setcode 0xd5 Dante
!setcode 0xd6 Destruction Swordmaster
!setcode 0xd7 Buster Blader
!setcode 0xd8 Dinomist
!setcode 0xd9 Shiranui
!setcode 0xda Dracoverlord
!setcode 0xdb Phantom-
!setcode 0x10db The Phantom Knights
!setcode 0xdc Super Quantum
!setcode 0x10dc Super Quantum Mecha Pilot
!setcode 0x20dc Super Quantum Mecha Beast
!setcode 0xdd Blue-Eyes
!setcode 0xde Exodia
!setcode 0xdf Lunalight
!setcode 0xe0 Amorphage
!setcode 0xe1 Metalphosis
!setcode 0xe2 Tramid
!setcode 0xe3 Houkai
!setcode 0x1e4 Celtic Guard
!setcode 0x1e5 Cardian