SummonType
Constants representing types of Summons.
Constant | HEX | DEC | Summary |
---|---|---|---|
SUMMON_BY_NOUVELLES | 0xb5 | 181 | Special Summon by the effect of a "Nouvelles" monster. |
SUMMON_WITH_MONSTER_REBORN | 0x3f2 | 1010 | Special Summon by the effect of a "Monster Reborn". |
SUMMON_TYPE_NORMAL | 0x10000000 | 268435456 | Normal Summon. |
SUMMON_TYPE_TRIBUTE | 0x11000000 | 285212672 | Tribute Summon. |
SUMMON_TYPE_ADVANCE | 0x11000000 | 285212672 | Tribute Summon. |
SUMMON_TYPE_GEMINI | 0x12000000 | 301989888 | Normal Summon of a Gemini monster on the field. |
SUMMON_TYPE_FLIP | 0x20000000 | 536870912 | Flip Summon. |
SUMMON_TYPE_SPECIAL | 0x40000000 | 1073741824 | Special Summon. |
SUMMON_TYPE_FUSION | 0x43000000 | 1124073472 | Fusion Summon. |
SUMMON_TYPE_RITUAL | 0x45000000 | 1157627904 | Ritual Summon. |
SUMMON_TYPE_SYNCHRO | 0x46000000 | 1174405120 | Synchro Summon. |
SUMMON_TYPE_XYZ | 0x49000000 | 1224736768 | Xyz Summon. |
SUMMON_TYPE_PENDULUM | 0x4a000000 | 1241513984 | Pendulum Summon. |
SUMMON_TYPE_LINK | 0x4c000000 | 1275068416 | Link Summon. |
SUMMON_TYPE_MAXIMUM | 0x4e000000 | 1308622848 | Maximum Summon. |