| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- namespace FF8
- {
- public partial class Cards
- {
- #region Enums
- public new enum ID
- {
- //Level 1
- Geezard,
- Funguar,
- Bite_Bug,
- Red_Bat,
- Blobra,
- Gayla,
- Gesper,
- Fastitocalon_F,
- Blood_Soul,
- Caterchipillar,
- Cockatrice,
- //Level 2
- Grat,
- Buel,
- Mesmerize,
- Glacial_Eye,
- Belhelmel,
- Thrustaevis,
- Anacondaur,
- Creeps,
- Grendel,
- Jelleye,
- Grand_Mantis,
- //Level 3
- Forbidden,
- Armadodo,
- Tri_Face,
- Fastitocalon,
- Snow_Lion,
- Ochu,
- SAM08G,
- Death_Claw,
- Cactuar,
- Tonberry,
- Abyss_Worm,
- //Level 4
- Turtapod,
- Vysage,
- T_Rexaur,
- Bomb,
- Blitz,
- Wendigo,
- Torama,
- Imp,
- Blue_Dragon,
- Adamantoise,
- Hexadragon,
- //Level 5
- Iron_Giant,
- Behemoth,
- Chimera,
- PuPu,
- Elastoid,
- GIM47N,
- Malboro,
- Ruby_Dragon,
- Elnoyle,
- Tonberry_King,
- Biggs__Wedge,
- //Boss Cards
- //Level 6
- Fujin__Raijin,
- Elvoret,
- X_ATM092,
- Granaldo,
- Gerogero,
- Iguion,
- Abadon,
- Trauma,
- Oilboyle,
- Shumi_Tribe,
- Krysta,
- //Level 7
- Propagator,
- Jumbo_Cactuar,
- Tri_Point,
- Gargantua,
- Mobile_Type_8,
- Sphinxara,
- Tiamat,
- BGH251F2,
- Red_Giant,
- Catoblepas,
- Ultima_Weapon,
- //Guardian Force cards
- //Level 8
- Chubby_Chocobo,
- Angelo,
- Gilgamesh,
- MiniMog,
- Chicobo,
- Quezacotl,
- Shiva,
- Ifrit,
- Siren,
- Sacred,
- Minotaur,
- //Level 9
- Carbuncle,
- Diablos,
- Leviathan,
- Odin,
- Pandemona,
- Cerberus,
- Alexander,
- Phoenix,
- Bahamut,
- Doomtrain,
- Eden,
- //Player cards
- //Level 10
- Ward,
- Kiros,
- Laguna,
- Selphie,
- Quistis,
- Irvine,
- Zell,
- Rinoa,
- Edea,
- Seifer,
- Squall,
- //Custom Entry
- Card_Back
- }
- #endregion Enums
- }
- }
|