MonsterRace
Monster Type, referred to as "Race" in the ygopro codebase
Constant | HEX | DEC | Summary |
---|---|---|---|
RACE_WARRIOR | 0x1 | 1 | Warrior |
RACE_SPELLCASTER | 0x2 | 2 | Spellcaster |
RACE_FAIRY | 0x4 | 4 | Fairy |
RACE_FIEND | 0x8 | 8 | Fiend |
RACE_ZOMBIE | 0x10 | 16 | Zombie |
RACE_MACHINE | 0x20 | 32 | Machine |
RACE_AQUA | 0x40 | 64 | Aqua |
RACE_PYRO | 0x80 | 128 | Pyro |
RACE_ROCK | 0x100 | 256 | Rock |
RACE_WINGEDBEAST | 0x200 | 512 | Winged-Beast |
RACE_PLANT | 0x400 | 1024 | Plant |
RACE_INSECT | 0x800 | 2048 | Insect |
RACE_THUNDER | 0x1000 | 4096 | Thunder |
RACE_DRAGON | 0x2000 | 8192 | Dragon |
RACE_BEAST | 0x4000 | 16384 | Beast |
RACE_BEASTWARRIOR | 0x8000 | 32768 | Beast-Warrior |
RACES_BEAST_BWARRIOR_WINGB | 0xc200 | 49664 | Beast, Beast-Warrior, Winged-Beast |
RACE_DINOSAUR | 0x10000 | 65536 | Dinosaur |
RACE_FISH | 0x20000 | 131072 | Fish |
RACE_SEASERPENT | 0x40000 | 262144 | Sea Serpent |
RACE_REPTILE | 0x80000 | 524288 | Reptile |
RACE_PSYCHIC | 0x100000 | 1048576 | Psychic |
RACE_DIVINE | 0x200000 | 2097152 | Divine-Beast |
RACE_CREATORGOD | 0x400000 | 4194304 | Creator God |
RACE_WYRM | 0x800000 | 8388608 | Wyrm |
RACE_CYBERSE | 0x1000000 | 16777216 | Cyberse |
RACE_ILLUSION | 0x2000000 | 33554432 | Illusion |
RACE_ALL | 0x3ffffff | 67108863 | All OCG/TCG Monster Types |
RACE_CYBORG | 0x4000000 | 67108864 | Cyborg |
RACE_MAGICALKNIGHT | 0x8000000 | 134217728 | Magical Knight |
RACE_HIGHDRAGON | 0x10000000 | 268435456 | High Dragon |
RACE_OMEGAPSYCHIC | 0x20000000 | 536870912 | Omega Psychic |
RACE_CELESTIALWARRIOR | 0x40000000 | 1073741824 | Celestial Warrior |
RACE_GALAXY | 0x80000000 | 2147483648 | Galaxy |
RACE_YOKAI | 0x4000000000000000 | 4611686018427387904 | Yokai |