6 ‐ How archetypes and their values work - ProjectIgnis/CardScripts GitHub Wiki
Credits: The Q/A content of this page was originally written by senpaizuri3#9082 on Discord.
Frequently Asked Questions about archetypes
Q: How do archetypes work?
A: Archetypes are defined by the setcode data value in the .cdb
file, and they are 4 hexadecimal digits long (0x0001 to 0xFFFF). The first of those 4 digits is what is called a "sub-archetype" (an archetype within an archetype, such as "Cyber Dragon", from "Cyber").
Q: How do I combine archetypes?
A: You simply concatenate (link together) the archetypes in 4-hexadecimal-digit terms. For example, if a card was "Elemental HERO" (0x3008
), "Neos" (0x0009
), and "Alien" (0x000C
), then it could result in 0x30080009000C. (It does not matter the sequence of those archetypes after linking them together, so long as they are all present.)
Q: How do sub-archetypes work?
A: As explained above, the sub-archetype is denoted by the first of 4 hexadecimal digits. For example, the sub-archetype of 0x3184
is 3. If that digit would be a(n omitted) zero, then it does not belong to a sub-archetype.
However, something additional to note is that Card.IsSetCard performs a binary AND operation for the sub-archetype digit, instead of an equal comparison. Therefore, c:IsSetCard(0x3184)
will return true for a 0x7184
card, BUT c:IsSetCard(0x7184)
will return false for a 0x3184
card. (Whether an intentional outcome or not is up to you.) This is done with Saber, X-Saber, and XX-Saber (0xd
, 0x100d
, and 0x300d
, respectively) to give you an official example.
#WIP (maybe remove this part):
If you don't understand what this means and you just want the possible values that don't potentially create false positives, here is a spreadsheet with all of those combinations: https://docs.google.com/spreadsheets/d/1rWQd16QdNQjMZ-aSAfK6d6JiZYVxQo-F_eU9ZptOYmQ/preview?usp=sharing#gid=0
How to create your own archetype:
1- Pick a value that is far enough from the official archetypes (see the list below) so there is no chance we eventually reach your value when we are adding new archetypes.
2- Add that value to your card's database entry. On DataeditorX and Datacorn, they have a specific field for archetypes, but other editors will only have the original name of the field, which will be the setcode field in the datas table.
3- Optional: If you want edopro to display the name of that archetype in the Card Info tab (in the Deck constructor area), you can add the name of your archetype to your strings.conf
file in the format
!setname value_of_the_archetype name_of_the_archetype
check the final lines in the strings.conf
file that can be found in the /edopro/config
directory for references.
List of archetypes in edopro:
This file has the list of all the archetype constants available in edopro.
The table below is a list of archetypes (and their subarchetypes) used by official cards in edopro. Last update: 26-Jan-2025
Name | Hexadecimal value | Decimal | Scope | Sub/super archetype | Note |
---|---|---|---|---|---|
Ally of Justice | 0x1 | 1 | TCG/OCG | ||
Genex | 0x2 | 2 | TCG/OCG | 0x1002 - R-Genex - 4098 0x2002 - Genex Ally - 8194 | |
Horus | 0x3 | 3 | TCG/OCG | 0x1003 - Horus the Black Flame Dragon | |
Amazoness | 0x4 | 4 | TCG/OCG | ||
Arcana Force | 0x5 | 5 | TCG/OCG | ||
Dark World | 0x6 | 6 | TCG/OCG | ||
Ancient Gear | 0x7 | 7 | TCG/OCG | ||
HERO | 0x8 | 8 | TCG/OCG | 0x3008 (1+2) - Elemental HERO - 12296 0x5008 (1+4) - Vision HERO - 20488 0x6008 (2+4) - Evil HERO - 24584 0xa008 (2+8) - Masked HERO - 40968 0xc008 (4+8) - Destiny HERO - 49160 | |
Neos | 0x9 | 9 | TCG/OCG | ||
lswarm | 0xa | 10 | TCG/OCG | 0x100A - Steelswarm - 4106 | |
Infernity | 0xb | 11 | TCG/OCG | ||
Alien | 0xc | 12 | TCG/OCG | ||
Saber | 0xd | 13 | TCG/OCG | 0x100d - X-Saber - 4109 (Subarchetype of "X") 0x300d (1+2) - XX-Saber - 12301 0x400d Elementsaber | |
Watt | 0xe | 14 | TCG/OCG | ||
Ojama | 0xf | 15 | TCG/OCG | ||
Gusto | 0x10 | 16 | TCG/OCG | ||
Karakuri | 0x11 | 17 | TCG/OCG | ||
Frog | 0x12 | 18 | TCG/OCG | ||
Meklord | 0x13 | 19 | TCG/OCG | 0x3013 (1+2) - Meklord Emperor - 12307 0x6013 (2+4) - Meklord Army - 24595 0x9013 Meklord Astro - 36883 | |
Allure Queen | 0x14 | 20 | TCG/OCG | ||
B.E.S. | 0x15 | 21 | TCG/OCG | ||
roid | 0x16 | 22 | TCG/OCG | 0x1016 - Vehicroid - 4118 0x2016 - Speedroid - 8214 | |
Synchro | 0x17 | 23 | TCG/OCG | 0x1017 - Synchron - 4119 0x2017 - Synchro Dragon - 8215 | |
Cloudian | 0x18 | 24 | TCG/OCG | ||
Gladiator | 0x19 | 25 | TCG/OCG | 0x1019 - Gladiator Beast - 4121 | |
Dark Scorpion | 0x1a | 26 | TCG/OCG | ||
Phantom Beast | 0x1b | 27 | TCG/OCG | 0x101b - Mecha Phantom Beast - 4123 | |
Spirit Message | 0x1c | 28 | TCG/OCG | ||
Koa'ki Meiru | 0x1d | 29 | TCG/OCG | ||
Chrysalis | 0x1e | 30 | TCG/OCG | ||
Neo-Spacian | 0x1f | 31 | TCG/OCG | ||
Shien | 0x20 | 32 | TCG/OCG | ||
Earthbound | 0x21 | 33 | TCG/OCG | 0x1021 - Earthbound Immortal - 4129 | |
Jurrac | 0x22 | 34 | TCG/OCG | ||
Malefic | 0x23 | 35 | TCG/OCG | ||
Scrap | 0x24 | 36 | TCG/OCG | ||
Iron Chain | 0x25 | 37 | TCG/OCG | ||
Morphtronic | 0x26 | 38 | TCG/OCG | ||
T.G. | 0x27 | 39 | TCG/OCG | ||
Batteryman | 0x28 | 40 | TCG/OCG | ||
Dragunity | 0x29 | 41 | TCG/OCG | ||
Naturia | 0x2a | 42 | TCG/OCG | ||
Ninja | 0x2b | 43 | TCG/OCG | ||
Flamvell | 0x2c | 44 | TCG/OCG | ||
Nitro | 0x2d | 45 | TCG/OCG | ||
Gravekeeper's | 0x2e | 46 | TCG/OCG | ||
Ice Barrier | 0x2f | 47 | TCG/OCG | ||
Vylon | 0x30 | 48 | TCG/OCG | ||
Fortune Lady | 0x31 | 49 | TCG/OCG | ||
Volcanic | 0x32 | 50 | TCG/OCG | ||
Blackwing | 0x33 | 51 | TCG/OCG | 0x1033 - Assault Blackwing - 4147 0x2033 - Blackwing Tamer - 8243 (A) (Use 420) | |
Crystal | 0x34 | 52 | TCG/OCG | 0x1034 - Crystal Beast - 4148 0x2034 - Ultimate Gem God - 8244 0x5034 (1+4) - Advanced Crystal Beast - 20532 | |
Fabled | 0x35 | 53 | TCG/OCG | ||
Machina | 0x36 | 54 | TCG/OCG | ||
Mist Valley | 0x37 | 55 | TCG/OCG | ||
Lightsworn | 0x38 | 56 | TCG/OCG | ||
Laval | 0x39 | 57 | TCG/OCG | ||
Gishki | 0x3a | 58 | TCG/OCG | ||
Red-Eyes | 0x3b | 59 | TCG/OCG | ||
Reptilianne | 0x3c | 60 | TCG/OCG | ||
Six Samurai | 0x3d | 61 | TCG/OCG | 0x103d - Secret Six Samurai - 4157 | |
Worm | 0x3e | 62 | TCG/OCG | ||
Majestic | 0x3f | 63 | TCG/OCG | ||
Forbidden One | 0x40 | 64 | TCG/OCG | ||
LV | 0x41 | 65 | TCG/OCG | Sub of "V" | |
Nordic | 0x42 | 66 | TCG/OCG | 0x3042 (1+2) - Nordic Ascendant - 12354 (Subarchetype of "Sky") 0x5042 (1+4) - Nordic Relic - 20546 0x6042 (2+4) - Nordic Beast - 24642 0xa042 (2+8) - Nordic Alfar - 41026 | |
Junk | 0x43 | 67 | TCG/OCG | ||
The Agent | 0x44 | 68 | TCG/OCG | ||
Archfiend | 0x45 | 69 | TCG/OCG | 0x1045 - Red Dragon Archfiend 4165 (sub of Archfiend and Red (anime)) | |
Fusion | 0x46 | 70 | TCG/OCG | 0x1046 - Fusion Dragon - 4166 | |
Polymerization | 0x46 | 70 | TCG/OCG | ||
Fusion Dragon | 0x1046 | 4166 | TCG/OCG | ||
Gem- | 0x47 | 71 | TCG/OCG | 0x1047 - Gem-Knight - 4167 (Subarchetype of "Knight") | |
Number | 0x48 | 72 | TCG/OCG | 0x1048 - Number C - 4168 (Subarchetype of "C") 0x2048 - Number S - 8264 (A) (Use 420) 0x5048 - Number C39 - 20552 0xd048 - Number C39:Utopia - 53320 (A) (Use 420) | |
Skyblaster | 0x49 | 73 | TCG/OCG | ||
Timelord | 0x4a | 74 | |||
Aesir | 0x4b | 75 | TCG/OCG | ||
Trap Hole | 0x4c | 76 | TCG/OCG | ||
Beast's Battle | 0x4d | 77 | TCG/OCG | Supported by Gladiator Beast Spartacus | |
Evol | 0x4e | 78 | TCG/OCG | 0x304e - Evoltile 0x604e - Evolsaur 0x504e - Evolzaur | |
Dark Lucius | 0x4f | 79 | TCG/OCG | ||
/Assault Mode | 0x104f | 4175 | TCG/OCG | ||
Venom | 0x50 | 80 | TCG/OCG | 0x1050 - Starving Venom - 4176 | |
Gadget | 0x51 | 81 | TCG/OCG | ||
Guardian | 0x52 | 82 | TCG/OCG | 0x1052 - Gate Guardian 0x2052 - Skull Guardian | |
Constellar | 0x53 | 83 | TCG/OCG | ||
Gagaga | 0x54 | 84 | TCG/OCG | ||
Photon | 0x55 | 85 | TCG/OCG | ||
Inzektor | 0x56 | 86 | TCG/OCG | ||
Resonator | 0x57 | 87 | TCG/OCG | ||
Wind-Up | 0x58 | 88 | TCG/OCG | ||
Gogogo | 0x59 | 89 | TCG/OCG | ||
Penguin | 0x5a | 90 | TCG/OCG | ||
Inmato | 0x5b | 91 | TCG/OCG | ||
Sphinx | 0x5c | 92 | TCG/OCG | ||
Ultimate Insect | 0x5d | 93 | TCG/OCG | ||
Dark Mimic | 0x5e | 94 | TCG/OCG | ||
Mystic Swordsman | 0x5f | 95 | TCG/OCG | ||
Bamboo Sword | 0x60 | 96 | TCG/OCG | ||
Ninjitsu Art | 0x61 | 97 | TCG/OCG | ||
Toon | 0x62 | 98 | TCG/OCG | ||
Reactor | 0x63 | 99 | TCG/OCG | ||
Harpie | 0x64 | 100 | TCG/OCG | ||
Infestation | 0x65 | 101 | TCG/OCG | ||
Warrior | 0x66 | 102 | TCG/OCG | 0x1066 - Symphonic Warrior - 4198 0x2066 - Magnet Warrior - 8294 | |
Koala | 0x67 | 103 | TCG | ||
Kangaroo | 0x68 | 104 | TCG | ||
Hieratic | 0x69 | 105 | TCG/OCG | ||
Butterspy | 0x6a | 106 | TCG/OCG | Sub of "Phantom Butterfly" | |
Bounzer | 0x6b | 107 | TCG/OCG | ||
Helios | 0x6c | 108 | TCG/OCG | ||
Djinn | 0x6d | 109 | TCG/OCG | 0x106d - Djinn of Rituals (UNUSED) | |
Prophecy | 0x6e | 110 | TCG/OCG | 0x106e - Spellbook - 4206 | |
Heroic | 0x6f | 111 | TCG/OCG | 0x106f - Heroic Challenger - 4207 0x206f - Heroic Champion - 8303 | |
Chronomaly | 0x70 | 112 | TCG/OCG | ||
Madolche | 0x71 | 113 | TCG/OCG | ||
Geargia | 0x72 | 114 | TCG/OCG | ||
Xyz | 0x73 | 115 | TCG/OCG | 0x1073 - CXyz - 4211 (Subarchetype of "C" and "X") 0x2073 - Xyz Dragon - 8307 0x4073 - Armored Xyz | |
Mermail | 0x74 | 116 | TCG/OCG | ||
Abyss- | 0x75 | 117 | TCG/OCG | ||
Heraldic Beast | 0x76 | 118 | TCG/OCG | Sub of "Heraldic" | |
Atlantean | 0x77 | 119 | TCG/OCG | ||
Nimble | 0x78 | 120 | TCG/OCG | ||
Fire Fist | 0x79 | 121 | TCG/OCG | ||
Noble | 0x7a | 122 | TCG/OCG | 0x107a - Noble Knight - 4218 0x207a - Noble Arms - 8314 0x507a - Infernoble Knight 0x607a - Infernoble Arms | |
Galaxy | 0x7b | 123 | TCG/OCG | 0x107b - Galaxy-Eyes - 4219 0x307b - Galaxy-Eyes Tachyon Dragon | |
Fire Formation | 0x7c | 124 | TCG/OCG | ||
Hazy | 0x7d | 125 | TCG/OCG | 0x107d - Hazy Flame - 4221 | |
ZW - | 0x7e | 126 | TCG/OCG | Sub of "W" | |
Utopic | 0x7f | 127 | TCG/OCG | 0x107f - Utopia - 4223 0x207f - Utopic Future | |
Duston | 0x80 | 128 | TCG/OCG | ||
Fire King | 0x81 | 129 | TCG/OCG | 0x1081 - Fire King Avatar | Sub of "King" |
Dododo | 0x82 | 130 | TCG/OCG | ||
Puppet | 0x83 | 131 | TCG/OCG | 0x1083 - Gimmick Puppet | |
Battlin' Boxer | 0x84 | 132 | TCG/OCG | ||
Super Defense Robot | 0x85 | 133 | TCG/OCG | ||
Star Seraph | 0x86 | 134 | TCG/OCG | ||
Umbral Horror | 0x87 | 135 | TCG/OCG | ||
Bujin | 0x88 | 136 | TCG/OCG | ||
Hole | 0x89 | 137 | TCG/OCG | ||
Envy | 0x8a | 138 | - | 0x108a - Traptrix | Not used, only the subarchetype |
Malicevorous | 0x8b | 139 | TCG/OCG | ||
Druid | 0x8c | 140 | A | UNUSED archetype, no support, only 4 cards | |
Ghostrick | 0x8d | 141 | TCG/OCG | ||
Vampire | 0x8e | 142 | TCG/OCG | ||
Zubaba | 0x8f | 143 | TCG/OCG | ||
Sylvan | 0x90 | 144 | TCG/OCG | ||
Necrovalley | 0x91 | 145 | TCG/OCG | ||
Heraldry | 0x92 | 146 | TCG/OCG | ||
Cyber | 0x93 | 147 | TCG/OCG | 0x1093 - Cyber Dragon - 4243 0x2093 - Cyber Angel - 8339 0x4093 - Cyberdark - 16531 | |
Cybernetic | 0x94 | 148 | TCG/OCG | ||
Rank-Up-Magic | 0x95 | 149 | TCG/OCG | ||
Fishborg | 0x96 | 150 | TCG/OCG | ||
Artifact | 0x97 | 151 | TCG/OCG | ||
Magician | 0x98 | 152 | TCG/OCG | ||
Odd-Eyes | 0x99 | 153 | TCG/OCG | ||
Superheavy Samurai | 0x9a | 154 | TCG/OCG | 0x109a - Superheavy Samuri Soul | |
Melodious | 0x9b | 155 | TCG/OCG | 0x109b - Melodious Maestra - 4251 0x209b - Melodious Songstress - 8347 (Anime, use c420) | |
tellarknight | 0x9c | 156 | TCG/OCG | 0x109c - Stellarknight - 4252 | Sub of "Knight" |
Shaddoll | 0x9d | 157 | TCG/OCG | ||
Yang Zing | 0x9e | 158 | TCG/OCG | ||
Performapal | 0x9f | 159 | TCG/OCG | ||
Legendary Knight | 0xa0 | 160 | TCG/OCG | ||
Legendary Dragon | 0xa1 | 161 | TCG/OCG | ||
Magician (DM) | 0xa2 | 162 | TCG/OCG | "0x10a2 - Dark Magician - 4258 0x20a2 - Magician Girl - 8354 0x30a2 - Dark Magician Girl" | |
Stardust | 0xa3 | 163 | TCG/OCG | ||
Kuriboh | 0xa4 | 164 | TCG/OCG | 0x10a4 - Winged Kuriboh | |
Change | 0xa5 | 165 | TCG/OCG | ||
sprout | 0xa6 | 166 | TCG/OCG | ||
Artorigus | 0xa7 | 167 | TCG/OCG | ||
Laundsallyn | 0xa8 | 168 | TCG/OCG | ||
Fluffal | 0xa9 | 169 | TCG/OCG | ||
Qli | 0xaa | 170 | TCG/OCG | 0x10aa - Apoqliphort | |
Deskbot | 0xab | 171 | TCG/OCG | ||
Goblin | 0xac | 172 | TCG/OCG | 0x10ac - Goblin Rider | |
Frightfur | 0xad | 173 | TCG/OCG | ||
Dark Contract | 0xae | 174 | TCG/OCG | ||
D/D | 0xaf | 175 | TCG/OCG | 0x10af - D/D/D | |
Gottoms | 0xb0 | 176 | TCG/OCG | ||
Burning Abyss | 0xb1 | 177 | TCG/OCG | ||
U.A. | 0xb2 | 178 | TCG/OCG | ||
Yosenju | 0xb3 | 179 | TCG/OCG | ||
Nekroz | 0xb4 | 180 | TCG/OCG | ||
Ritual Beast | 0xb5 | 181 | TCG/OCG | 0x10b5 - Ritual Beast Tamer 0x20b5 - Spiritual Beast 0x30b5 - Spiritual Beast Tamer 0x40b5 - Ritual Beast Ulti- | |
UNUSED | 0xb6 | 182 | |||
Entity | 0xb7 | 183 | TCG/OCG | Outer Entity - 0x10b7 - 4279 Elder Entity - 0x20b7 - 8375 Old Entity - 0x40b7 - 16567 | NOT USED, subarchetypes used |
UNUSED | 0xb8 | 184 | NOT USED | ||
Blaze Accelerator | 0xb9 | 185 | TCG/OCG | ||
Raidraptor | 0xba | 186 | TCG/OCG | ||
Infernoid | 0xbb | 187 | TCG/OCG | ||
Jinzo | 0xbc | 188 | TCG/OCG | ||
Gaia the Fierce Knight | 0xbd | 189 | TCG/OCG | ||
Monarch | 0xbe | 190 | TCG/OCG | Monarch Spells/Traps only, but includes "Genghis Ghan the Emperor Dragon" | |
Charmer | 0xbf | 191 | TCG/OCG | ||
Possessed | 0xc0 | 192 | TCG/OCG | 0x10c0 - Familiar-Possessed | |
PSY-Frame | 0xc1 | 193 | TCG/OCG | 0x10c1 - PSY-Framegear | Sub of "Y" |
Power Tool | 0xc2 | 194 | TCG/OCG | ||
Edge Imp | 0xc3 | 195 | TCG/OCG | ||
Zefra | 0xc4 | 196 | TCG/OCG | ||
Void | 0xc5 | 197 | TCG/OCG | ||
Performage | 0xc6 | 198 | TCG/OCG | ||
Dracoslayer | 0xc7 | 199 | TCG/OCG | ||
Igknight | 0xc8 | 200 | TCG/OCG | Sub of "Knight" | |
Aroma | 0xc9 | 201 | TCG/OCG | ||
Empowered Warrior | 0xca | 202 | TCG/OCG | ||
Aether | 0xcb | 203 | TCG/OCG | ||
Prediction Princess | 0xcc | 204 | TCG/OCG | ||
Aqua | 0xcd | 205 | - | 0x10cd - Aquaactress - 4301 0x20cd - Aquarium - 8397 | Not used, only subarchetypes |
UNUSED | 0xce | 206 | |||
Chaos | 0xcf | 207 | TCG/OCG | 0x10cf - Black Luster Soldier - 4303 | |
Majespecter | 0xd0 | 208 | TCG/OCG | ||
Graydle | 0xd1 | 209 | TCG/OCG | ||
Kozmo | 0xd2 | 210 | TCG/OCG | ||
Kaiju | 0xd3 | 211 | TCG/OCG | ||
Paleozoic | 0xd4 | 212 | TCG/OCG | ||
Destruction Sword | 0xd6 | 214 | TCG/OCG | ||
Buster Blader | 0xd7 | 215 | TCG/OCG | ||
Dinomist | 0xd8 | 216 | TCG/OCG | ||
Shiranui | 0xd9 | 217 | TCG/OCG | 0x10d9 - Shiranui Spectralsword | |
Dracoverlord | 0xda | 218 | TCG/OCG | Sub of "King" | |
Phantom Knights | 0xdb | 219 | TCG/OCG | 0x10db - The Phantom Knights | |
Super Quant | 0xdc | 220 | TCG/OCG | 0x10dc - Super Quantum 0x20dc - Super Quantal Mech Beast | |
Blue-Eyes | 0xdd | 221 | TCG/OCG | ||
Exodia | 0xde | 222 | TCG/OCG | ||
Lunalight | 0xdf | 223 | TCG/OCG | ||
Amorphage | 0xe0 | 224 | TCG/OCG | ||
Metalfoes | 0xe1 | 225 | TCG/OCG | ||
Triamid | 0xe2 | 226 | TCG/OCG | ||
Cubic | 0xe3 | 227 | TCG/OCG | 0x10e3 - Cubic Seed - 4323 (Anime, requires c420) | |
Celtic Guard | 0xe4 | 228 | TCG/OCG | ||
Cipher | 0xe5 | 229 | TCG/OCG | 0x10e5 - Cipher Dragon | |
Flower Cardian | 0xe6 | 230 | TCG/OCG | ||
Silent Swordsman | 0xe7 | 231 | TCG/OCG | ||
Silent Magician | 0xe8 | 232 | TCG/OCG | ||
Magna Warrior | 0xe9 | 233 | TCG/OCG | ||
Crystron | 0xea | 234 | TCG/OCG | ||
Chemicritter | 0xeb | 235 | TCG/OCG | ||
Abyss | 0xec | 236 | TCG/OCG | 0x10ec - Abyss Actor - 4332 0x20ec - Abyss Script - 8428 0x40ec - Abyss Costume - 16620 (A) | |
Subterror | 0xed | 237 | TCG/OCG | 0x10ed - Subterror Behemoth | |
SPYRAL | 0xee | 238 | TCG/OCG | 0x10ee - SPYRAL Gear 0x20ee - SPYRAL Mission | |
Darklord | 0xef | 239 | TCG/OCG | Sub of "Angel" | |
Windwitch | 0xf0 | 240 | TCG/OCG | Sub of "W" | |
Zoodiac | 0xf1 | 241 | TCG/OCG | ||
Pendulum | 0xf2 | 242 | TCG/OCG | "0x10f2 - Pendulum Dragon - 4338 | |
0x20f2 - Pendulumgraph - 8434" | |||||
Predap | 0xf3 | 243 | TCG/OCG | 0x10f3 - Predaplant - 4339 | |
Invoked | 0xf4 | 244 | TCG/OCG | ||
Gandora | 0xf5 | 245 | TCG/OCG | ||
Skyscraper | 0xf6 | 246 | TCG/OCG | Sub of "Sky" | |
Lyrilusc | 0xf7 | 247 | TCG/OCG | ||
Supreme King | 0xf8 | 248 | TCG/OCG | "0x10f8 - Supreme King Gate - 4344 0x20f8 - Supreme King Dragon - 8440" | Subarchetype of "King" |
True Draco | 0xf9 | 249 | TCG/OCG | In the TCG, True Draco | |
Phantasm Spiral | 0xfa | 250 | TCG/OCG | ||
Trickstar | 0xfb | 251 | TCG/OCG | ||
Gouki | 0xfc | 252 | TCG/OCG | ||
World Chalice | 0xfd | 253 | TCG/OCG | ||
World legacy | 0xfe | 254 | TCG/OCG | ||
Clear Wing | 0xff | 255 | TCG/OCG | ||
Bonding - | 0x100 | 256 | TCG/OCG | ||
Code Talker | 0x101 | 257 | TCG/OCG | ||
Rokket | 0x102 | 258 | TCG/OCG | ||
Altergeist | 0x103 | 259 | TCG/OCG | ||
Krawler | 0x104 | 260 | TCG/OCG | ||
Metaphys | 0x105 | 261 | TCG/OCG | ||
Vendread | 0x106 | 262 | TCG/OCG | ||
F.A. | 0x107 | 263 | TCG/OCG | ||
Magical Musket | 0x108 | 264 | TCG/OCG | ||
The Weather | 0x109 | 265 | TCG/OCG | ||
Parshath | 0x10a | 266 | TCG/OCG | ||
Tindangle | 0x10b | 267 | TCG/OCG | ||
Mekk-Knight | 0x10c | 268 | TCG/OCG | ||
Mythical Beast | 0x10d | 269 | TCG/OCG | ||
Evolution Pill | 0x10e | 270 | TCG/OCG | ||
Borrel | 0x10f | 271 | TCG/OCG | ||
Eyes Restrict | 0x110 | 272 | TCG/OCG | ||
Armed Dragon | 0x111 | 273 | TCG/OCG | 0x1111 - Armed Dragon Thunder | |
Knightmare | 0x112 | 274 | TCG/OCG | ||
Elemental Lord | 0x113 | 275 | TCG/OCG | ||
Fur Hire | 0x114 | 276 | TCG/OCG | ||
Sky Striker | 0x115 | 277 | TCG/OCG | 0x1115 - Sky Striker Ace | |
Sky Striker Ace | 0x1115 | 4373 | TCG/OCG | ||
Crusadia | 0x116 | 278 | TCG/OCG | ||
Impcantation | 0x117 | 279 | TCG/OCG | ||
Cynet | 0x118 | 280 | TCG/OCG | ||
Salamangreat | 0x119 | 281 | TCG/OCG | ||
Dinowrestler | 0x11a | 282 | TCG/OCG | ||
Orcust | 0x11b | 283 | TCG/OCG | ||
Thunder Dragon | 0x11c | 284 | TCG/OCG | ||
Forbidden | 0x11d | 285 | TCG/OCG | ||
Danger! | 0x11e | 286 | TCG/OCG | ||
Nephthys | 0x11f | 287 | TCG/OCG | ||
Prank-Kids | 0x120 | 288 | TCG/OCG | ||
Mayakashi | 0x121 | 289 | TCG/OCG | ||
Valkyrie | 0x122 | 290 | TCG/OCG | ||
Rose | 0x123 | 291 | TCG/OCG | 0x1123 - Rose Dragon | |
Machine Angel | 0x124 | 292 | TCG/OCG | ||
Smile | 0x125 | 293 | TCG/OCG | ||
Time Thief | 0x126 | 294 | TCG/OCG | ||
Infinitrack | 0x127 | 295 | TCG/OCG | ||
Witchcrafter | 0x128 | 296 | TCG/OCG | ||
Evil Eye | 0x129 | 297 | TCG/OCG | ||
Endymion | 0x12a | 298 | TCG/OCG | ||
Marincess | 0x12b | 299 | TCG/OCG | ||
Tenyi | 0x12c | 300 | TCG/OCG | ||
Simorgh | 0x12d | 301 | TCG/OCG | ||
Fortune Fairy | 0x12e | 302 | TCG/OCG | ||
Battlewasp | 0x12f | 303 | TCG/OCG | ||
Unchained | 0x130 | 304 | TCG/OCG | 0x1130 - Unchained Soul | |
Dream Mirror | 0x131 | 305 | TCG/OCG | ||
Mathmech | 0x132 | 306 | TCG/OCG | ||
Dragonmaid | 0x133 | 307 | TCG/OCG | ||
Generaider | 0x134 | 308 | TCG/OCG | ||
@Ignister | 0x135 | 309 | TCG/OCG | ||
A.I. | 0x136 | 310 | TCG/OCG | ||
Ancient Warriors | 0x137 | 311 | TCG/OCG | ||
Megalith | 0x138 | 312 | TCG/OCG | ||
Onomat | 0x139 | 313 | TCG/OCG | ||
Palladium | 0x13a | 314 | TCG/OCG | ||
Rebellion | 0x13b | 315 | TCG/OCG | ||
Codebreaker | 0x13c | 316 | TCG/OCG | ||
Nemeses | 0x13d | 317 | TCG/OCG | ||
Barbaros | 0x13e | 318 | TCG/OCG | ||
Plunder Patroll | 0x13f | 319 | TCG/OCG | ||
Adamancipator | 0x140 | 320 | TCG/OCG | ||
Rikka | 0x141 | 321 | TCG/OCG | ||
Eldlich | 0x142 | 322 | TCG/OCG | ||
Eldlixir | 0x143 | 323 | TCG/OCG | ||
Golden Land | 0x144 | 324 | TCG/OCG | ||
Phantasm | 0x145 | 325 | TCG/OCG | ||
Dogmatika | 0x146 | 326 | TCG/OCG | ||
Melffy | 0x147 | 327 | TCG/OCG | ||
Potan | 0x148 | 328 | TCG/OCG | ||
Roland | 0x149 | 329 | TCG/OCG | ||
Appliancer | 0x14a | 330 | TCG/OCG | ||
Numeron | 0x14b | 331 | TCG/OCG | 0x114b - Numeron Gate | |
Fossil | 0x14c | 332 | TCG/OCG | ||
Spiritual Art | 0x14d | 333 | TCG/OCG | 0x314d - Spiritual Earth Art 0x514d - Spiritual Fire Art 0x614d - Spiritual Water Art 0xa14d - Spiritual Wind Art | |
Dual Avatar | 0x14e | 334 | TCG/OCG | ||
Tribrigade | 0x14f | 335 | TCG/OCG | ||
Virtual World | 0x150 | 336 | TCG/OCG | 0x1150 - Virtual World Gate | |
Drytron | 0x151 | 337 | TCG/OCG | ||
Magistus | 0x152 | 338 | TCG/OCG | ||
Ki-sikil | 0x153 | 339 | TCG/OCG | ||
Lil-la | 0x154 | 340 | TCG/OCG | ||
Evil Twin | 0x155 | 341 | TCG/OCG | ||
Live Twin | 0x156 | 342 | TCG/OCG | ||
Sun | 0x157 | 343 | - | 0x1157 - Sunavalon 4439 0x2157 - Sunvine 8535 0x4157 - Sunseed 16727 | NOT USED, only subarchetypes |
Springans | 0x158 | 344 | TCG/OCG | ||
Myutant | 0x159 | 345 | TCG/OCG | ||
S-Force | 0x15a | 346 | TCG/OCG | ||
Starry Knight | 0x15b | 347 | TCG/OCG | ||
Doll Monster | 0x15c | 348 | TCG/OCG | ||
Rank-Down-Magic | 0x15d | 349 | TCG/OCG | ||
Amazement | 0x15e | 350 | TCG/OCG | ||
Attraction | 0x15f | 351 | TCG/OCG | ||
Branded | 0x160 | 352 | TCG/OCG | ||
War Rock | 0x161 | 353 | TCG/OCG | ||
Materiactor | 0x162 | 354 | TCG/OCG | ||
Ogdoadic | 0x163 | 355 | TCG/OCG | ||
Solfachord | 0x164 | 356 | TCG/OCG | 0x1164 - Gran-SolFaChorD | |
Ursarctic | 0x165 | 357 | TCG/OCG | ||
Despia | 0x166 | 358 | TCG/OCG | ||
Magikey | 0x167 | 359 | TCG/OCG | ||
Gunkan | 0x168 | 360 | TCG/OCG | ||
UNUSED | 0x169 | 361 | - | 0x1169 Mystical Beast of the forest - 4457 0x2169 Mystical Spirit of the forest - 8553 | NOT USED, only subarchetypes |
Stealth Kragen | 0x16a | 362 | TCG/OCG | ||
Numerounious | 0x16b | 363 | TCG/OCG | ||
Number (Spell/Trap) | 0x16c | 364 | TCG/OCG | ||
Swordsoul | 0x16d | 365 | TCG/OCG | ||
Icejade | 0x16e | 366 | TCG/OCG | ||
Floowandereeze | 0x16f | 367 | TCG/OCG | ||
Topologic | 0x170 | 368 | TCG/OCG | ||
Hyperion | 0x171 | 369 | TCG/OCG | ||
Beetroper | 0x172 | 370 | TCG/OCG | ||
P.U.N.K | 0x173 | 371 | TCG/OCG | ||
Exosister | 0x174 | 372 | TCG/OCG | ||
Dinomorphia | 0x175 | 373 | TCG/OCG | ||
Lady of Lament | 0x176 | 374 | TCG/OCG | ||
Seventh | 0x177 | 375 | TCG/OCG | ||
UNUSED | 0x178 | 376 | - | 0x1178 - Barian's 0x2178 - Battleguard | NOT USED, superarchetype of Barian and Battleguard |
Kairyu-Shin | 0x179 | 377 | TCG/OCG | ||
Sea Stealth | 0x17a | 378 | TCG/OCG | ||
Therion | 0x17b | 379 | TCG/OCG | ||
Scareclaw | 0x17c | 380 | TCG/OCG | ||
Libromancer | 0x17d | 381 | TCG/OCG | ||
Vaylantz | 0x17e | 382 | TCG/OCG | ||
Labrynth | 0x17f | 383 | TCG/OCG | 0x117f - Welcome Labrynth 4479 | |
Runick | 0x180 | 384 | TCG/OCG | ||
Spright | 0x181 | 385 | TCG/OCG | ||
Tearlaments | 0x182 | 386 | TCG/OCG | ||
Vernusylph | 0x183 | 387 | TCG/OCG | ||
Mokey Mokey | 0x184 | 388 | TCG/OCG | ||
Wingman | 0x185 | 389 | TCG/OCG | ||
Doodle | 0x186 | 390 | - | 0x1186 - Doodle Beast - 4486 0x2186 - Doodble Book - 8582 | NOT USED, only subarchetypes |
G-Golem | 0x187 | 391 | TCG/OCG | ||
Rainbow Bridge | 0x188 | 392 | TCG/OCG | ||
Bystial | 0x189 | 393 | TCG/OCG | ||
Kashtira | 0x18a | 394 | TCG/OCG | ||
Ghoti | 0x18b | 395 | TCG/OCG | ||
Rescue Ace | 0x18c | 396 | TCG/OCG | ||
Purrely | 0x18d | 397 | TCG/OCG | ||
Mikanko | 0x18e | 398 | TCG/OCG | ||
Aquamirror | 0x18f | 399 | TCG/OCG | ||
Firewall | 0x190 | 400 | TCG/OCG | ||
Mannadium | 0x191 | 401 | TCG/OCG | ||
Nemleria | 0x192 | 402 | TCG/OCG | ||
Gold Pride | 0x193 | 403 | TCG/OCG | ||
Labyrinth Wall | 0x194 | 404 | TCG/OCG | ||
Favorite | 0x195 | 405 | TCG/OCG | ||
Vanquish soul | 0x196 | 406 | TCG/OCG | ||
Nouvelles | 0x197 | 407 | TCG/OCG | ||
Recipe | 0x198 | 408 | TCG/OCG | ||
Visas | 0x199 | 409 | TCG/OCG | ||
Memento | 0x19a | 410 | TCG/OCG | ||
Centur-Ion | 0x19b | 411 | TCG/OCG | ||
Vaalmonica | 0x19c | 412 | TCG/OCG | ||
Yubel | 0x19d | 413 | TCG/OCG | ||
Voiceless Voice | 0x19e | 414 | TCG/OCG | ||
White | 0x19f | 415 | - | 0x119f - White Aura - 4511 | NOT USED, only the subarchetype |
Toy | 0x1a0 | 416 | TCG/OCG | ||
Tenpai Dragon | 0x1a1 | 417 | TCG/OCG | ||
Sangen | 0x1a2 | 418 | TCG/OCG | ||
Ragnaraika | 0x1a3 | 419 | TCG/OCG | ||
Salamandra | 0x1a4 | 420 | TCG/OCG | ||
Ashened | 0x1a5 | 421 | TCG/OCG | ||
Millenium | 0x1a6 | 422 | TCG/OCG | ||
Exodd | 0x1a7 | 423 | TCG/OCG | ||
Fiendsmith | 0x1a8 | 424 | TCG/OCG | ||
Blue Tears | 0x1a9 | 425 | TCG/OCG | ||
White Forest | 0x1aa | 426 | TCG/OCG | ||
Tachyon | 0x1ab | 427 | TCG/OCG | ||
Mulcharmy | 0x1ac | 428 | TCG/OCG | ||
Emblema | 0x1ad | 429 | TCG/OCG | ||
Shark | 0x1ae | 430 | TCG/OCG | 0x11ae Shark Drake | |
Wedju | 0x1af | 431 | TCG/OCG | ||
Primite | 0x1b0 | 432 | TCG/OCG | ||
Six Strike | 0x1b1 | 433 | TCG/OCG | ||
Metalmorph | 0x1b2 | 434 | TCG/OCG | ||
Morganite | 0x1b3 | 435 | TCG/OCG | ||
Azamina | 0x1b4 | 436 | TCG/OCG | ||
Mimighoul | 0x1b5 | 437 | TCG/OCG | ||
Ryzeal | 0x1b6 | 438 | TCG/OCG | ||
Schoolwork | 0x1b7 | 439 | TCG/OCG | ||
Ryu-Ge | 0x1b8 | 440 | TCG/OCG | ||
Maliss | 0x1b9 | 441 | TCG/OCG | ||
Argostars | 0x1ba | 442 | TCG/OCG | ||
Aqua Jet | 0x1bb | 443 | TCG/OCG | ||
Dragon Ruler | 0x1bc | 444 | TCG/OCG | ||
Mitsurugi | 0x1bd | 445 | TCG/OCG | ||
Regenesis | 0x1be | 446 | TCG/OCG | ||
Dominus | 0x1bf | 447 | TCG/OCG | ||
Counter | 0x200 | 512 | TCG/OCG | ||
Battlin' Boxing | 0x201 | 513 | TCG/OCG | ||
Veda | 0x202 | 514 | TCG/OCG | ||
Diabell | 0x203 | 515 | TCG/OCG | 0x1203 Diabellestar | |
Sinful Spoils | 0x204 | 516 | TCG/OCG | ||
Snake-Eyes | 0x205 | 517 | TCG/OCG | ||
Patissciel | 0x206 | 518 | TCG/OCG | ||
Heart | 0x207 | 519 | TCG/OCG | ||
Tistina | 0x208 | 520 | TCG/OCG |