Kernel_bin.Magic_ID.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. namespace OpenVIII
  2. {
  3. public partial class Kernel_bin
  4. {
  5. /// <summary>
  6. /// Magic ID
  7. /// </summary>
  8. /// <see cref="https://github.com/alexfilth/doomtrain/blob/master/Doomtrain/Resources/Magic_ID_List.txt"/>
  9. /// <seealso cref="https://github.com/alexfilth/doomtrain/wiki/MagicID"/>
  10. public enum Magic_ID : ushort
  11. {
  12. None = 000,
  13. Cure = 001,
  14. Fire = 002,
  15. Thunder = 003,
  16. Double = 004,
  17. PhoenixDown = 005,
  18. LeviathanSummonTsunami = 006,
  19. MegaPhoenix = 007,
  20. Doom = 008,
  21. DoomActivation = 009,
  22. RayBomb = 010,
  23. StormBreath = 011,
  24. BladeShot = 012,
  25. DarkMistPoisonMist = 013,
  26. DeathDeathStone = 014,
  27. Draw = 015,
  28. Recover = 016,
  29. ElvoretEntrance = 017,
  30. ElvoretDeath = 018,
  31. RaldoBall = 019,
  32. NORGPodOpening = 020,
  33. Triple = 021,
  34. Bio = 022,
  35. PsychoBlast = 023,
  36. Esuna = 024,
  37. Cura = 025,
  38. Clash = 026,
  39. FullLife = 027,
  40. Curaga = 028,
  41. WindBlast = 029,
  42. CounterLaserEye = 030,
  43. Heartbreak = 031,
  44. Protect = 032,
  45. Shell = 033,
  46. Pain = 034,
  47. Life = 035,
  48. Confuse = 036,
  49. DrinkMagic = 037,
  50. Quake = 038,
  51. Drain = 039,
  52. Scan = 040,
  53. Dribble = 041,
  54. Shoot = 042,
  55. MeltingBubble = 043,
  56. Junk = 044,
  57. Stare = 045,
  58. Sigh = 046,
  59. Curse = 047,
  60. MagmaBreath = 048,
  61. Resonance = 049,
  62. PotionPotion = 050,
  63. HiPotionHiPotion = 051,
  64. XPotion = 052,
  65. MegaPotion = 053,
  66. EveryonesGrudge = 054,
  67. AquaBreath = 055,
  68. Absorb = 056,
  69. Treatment = 057,
  70. Elixir = 058,
  71. Megalixir = 059,
  72. UNK060 = 060,
  73. Revive = 061,
  74. Devour = 062,
  75. UNK063 = 063,
  76. GrieverTailFallingOff = 064,
  77. GreatAttractor = 065,
  78. GrieverUltimeciaDeath = 066,
  79. RemedyRemedy = 067,
  80. UNK068 = 068,
  81. GrieverSummon = 069,
  82. ShockwavePulsar = 070,
  83. LaserEyeQuistis = 071,
  84. AquaBreathQuistis = 072,
  85. MightyGuardQuistis = 073,
  86. LVDeathQuistis = 074,
  87. HellsJudgement = 075,
  88. UltimeciaFinalFormSpawn = 076,
  89. UltimeciaFinalFormDeath = 077,
  90. MightyGuard = 078,
  91. GrieverDeath = 079,
  92. UltimeciaJunctioningtoGriever = 080,
  93. UNK081 = 081,
  94. UltimeciaBlowAwayMagic = 082,
  95. Absorbedintotime = 083,
  96. AngelWing = 084,
  97. TheEnd = 085,
  98. AngeloCannon = 086,
  99. AngeloStrike = 087,
  100. InvincibleMoon = 088,
  101. WishingStar = 089,
  102. TonberrySummonChefsKnife = 090,
  103. AngeloRush = 091,
  104. AngeloSearch = 092,
  105. AngeloRecover = 093,
  106. AngeloReverse = 094,
  107. SirenSummonSilentVoice = 095,
  108. MoogleDance = 096,
  109. ChocoFire = 097,
  110. ChocoFlare = 098,
  111. ChocoMeteor = 099,
  112. ChocoBocle = 100,
  113. UNK101 = 101,
  114. Thundara = 102,
  115. Blizzara = 103,
  116. Blizzaga = 104,
  117. Thundaga = 105,
  118. Reflect = 106,
  119. Demi = 107,
  120. Berserk = 108,
  121. Dispel = 109,
  122. BiggsWedge1stDeath = 110,
  123. Aura = 111,
  124. MeteorBarretZellsFinisher = 112,
  125. BadBreath = 113,
  126. Zombie = 114,
  127. Float = 115,
  128. QuezacotlSummonThunderStorm = 116,
  129. Break = 117,
  130. Aero = 118,
  131. Stop = 119,
  132. PetrifyStare = 120,
  133. Blind = 121,
  134. Silence = 122,
  135. Slow = 123,
  136. Flare = 124,
  137. Haste = 125,
  138. ElectricDischarge = 126,
  139. PetrifyStare2 = 127,
  140. GastricJuice = 128,
  141. Breath = 129,
  142. EerieSoundWave = 130,
  143. BadBreath2 = 131,
  144. DisolvingAcid = 132,
  145. Hypnotize = 133,
  146. BeamLaser = 134,
  147. ReflectBeam = 135,
  148. OilShot = 136,
  149. OilBlast = 137,
  150. Saliva = 138,
  151. SonicWave = 139,
  152. PhoenixPinionRebirthFlame = 140,
  153. Renzokuken5Hits = 141,
  154. Fira = 142,
  155. Firaga = 143,
  156. Blizzard = 144,
  157. Sleep = 145,
  158. Tornado = 146,
  159. Regen = 147,
  160. Meltdown = 148,
  161. Ultima = 149,
  162. GatlingGun = 150,
  163. CannonBlow = 151,
  164. UltrasonicWaves = 152,
  165. StickyWeb = 153,
  166. UltraWaves = 154,
  167. SandStorm = 155,
  168. WildCannonBlow = 156,
  169. Breath2 = 157,
  170. MeltEye = 158,
  171. RenzokukenvsXATM092 = 159,
  172. Renzokuken4Hits = 160,
  173. RenzokukenvsElnoyleElvoret = 161,
  174. FatedCircle = 162,
  175. RoughDivide = 163,
  176. BlastingZone = 164,
  177. LionHeart = 165,
  178. MegiddoFlameOmegaWeapon = 166,
  179. Zantetsuken = 167,
  180. SleepingGas = 168,
  181. GastricJuice2 = 169,
  182. Acid = 170,
  183. PoisonGas = 171,
  184. Morph = 172,
  185. IceBreath = 173,
  186. Degenerator = 174,
  187. Holy = 175,
  188. SandStorm2 = 176,
  189. _1000Needles = 177,
  190. _10000Needles = 178,
  191. UNK179 = 179,
  192. Suicide = 180,
  193. Kamikaze = 181,
  194. Card = 182,
  195. Defend = 183,
  196. UltraWavesQuistis = 184,
  197. ShivaSummonDiamondDust = 185,
  198. Blaster = 186,
  199. OdinSummonZantetsuken = 187,
  200. ShotNormalShot = 188,
  201. Wall = 189,
  202. ChainGun = 190,
  203. DoomtrainSummonRunawayTrain = 191,
  204. ShotScatterShot = 192,
  205. ShotDarkShot = 193,
  206. ShotFlameShot = 194,
  207. ShotCanisterShot = 195,
  208. ShotQuickShot = 196,
  209. ShotArmorShot = 197,
  210. ShotHyperShot = 198,
  211. CactuarSummon1000Needles = 199,
  212. NoMercy = 200,
  213. IfritSummonHellFire = 201,
  214. BahamutSummonMegaFlare = 202,
  215. CerberusSummonCounterRockets = 203,
  216. AlexanderSummonHolyJudgment = 204,
  217. BrothersSummonBrotherlyLove = 205,
  218. EdenSummonEternalBreath = 206,
  219. Maelstrom = 207,
  220. FinalSorceressDeath = 208,
  221. SorceressSpawn = 209,
  222. Bloodfest = 210,
  223. AdelDeath = 211,
  224. BurningRaveZellsFinisher = 212,
  225. StormBreath2 = 213,
  226. Gravija = 214,
  227. MyFinalHeavenZellsFinisher = 215,
  228. DifferentBeatZellsFinisher = 216,
  229. EnergyBomber = 217,
  230. UNK218 = 218,
  231. TerraBreak = 219,
  232. LightPillar = 220,
  233. Apocalypse = 221,
  234. Water = 222,
  235. Meteor = 223,
  236. UNK224 = 224,
  237. UNK225 = 225,
  238. WhiteWind = 226,
  239. UltimeciaFirstDeath = 227,
  240. IceStrike = 228,
  241. HomingLaserQuistis = 229,
  242. FireBreathQuistis = 230,
  243. DiseaseBreath = 231,
  244. BreathofDeath = 232,
  245. Earthquake = 233,
  246. Fart = 234,
  247. Breath3 = 235,
  248. Gas = 236,
  249. Explosion = 237,
  250. Breath4 = 238,
  251. OchuDance = 239,
  252. Earthquake2 = 240,
  253. BGH251F2GatlingGun = 241,
  254. BeamCannon = 242,
  255. BGH251F21stTurretExploding = 243,
  256. BGH251F22ndTurretExploding = 244,
  257. BGH251F23rdTurretExploding = 245,
  258. BGH251F24thTurretExploding = 246,
  259. BGH251F2Death = 247,
  260. SoldierEntranceAfterBGH251F2Death = 248,
  261. UNK249 = 249,
  262. BeamCannon2 = 250,
  263. DemonSlice = 251,
  264. Corona = 252,
  265. TwinHomingLaser = 253,
  266. HomingLaser = 254,
  267. HomingLaser2 = 255,
  268. SandShake = 256,
  269. MegaFlare = 257,
  270. MadCowSpecial = 258,
  271. Renzokuken6Hits = 259,
  272. ShockwavePulsarQuistis = 260,
  273. Desperado = 261,
  274. BloodPain = 262,
  275. MassiveAnchor = 263,
  276. UNK264 = 264,
  277. UNK265 = 265,
  278. UNK266 = 266,
  279. UNK267 = 267,
  280. UNK268 = 268,
  281. UNK269 = 269,
  282. UltimaWeaponDeath = 270,
  283. LVUp = 271,
  284. LVDown = 272,
  285. MadRush = 273,
  286. Duel = 274,
  287. ElectrocuteQuistis = 275,
  288. XATM092Death = 276,
  289. FunguarLaser = 277,
  290. CarbuncleSummonRubyLight = 278,
  291. MegaSpark = 279,
  292. FullCure = 280,
  293. Shotgun = 281,
  294. EvilEye = 282,
  295. MagicSummon = 283,
  296. MicroMissiles = 284,
  297. ThunderSummon = 285,
  298. MiniPulseCannon = 286,
  299. MegaPulseCannon = 287,
  300. Rapture = 288,
  301. Brrawghh = 289,
  302. UNK290 = 290,
  303. PandemonaSummonTornadoZone = 291,
  304. Soft = 292,
  305. EyeDrops = 293,
  306. Antidote = 294,
  307. EchoScreen = 295,
  308. HolyWater = 296,
  309. WhiteWindQuistis = 297,
  310. UNK298 = 298,
  311. MicroMissilesQuistis = 299,
  312. BadBreathQuistis = 300,
  313. UNK301 = 301,
  314. SnipeLaser = 302,
  315. UNK303 = 303,
  316. BoomerangSword = 304,
  317. GatlingGunQuistis = 305,
  318. DegeneratorQuistis = 306,
  319. RayBombQuistis = 307,
  320. UNK308 = 308,
  321. HerotrialHero = 309,
  322. HolyWartrialHolyWar = 310,
  323. UNK311 = 311,
  324. MegiddoFlameMobileType8 = 312,
  325. UNK313 = 313,
  326. UNK314 = 314,
  327. FakePresidentDeath = 315,
  328. UNK316 = 316,
  329. AcidQuistis = 317,
  330. UNK318 = 318,
  331. UNK319 = 319,
  332. DarkFlare = 320,
  333. KerPlunk = 321,
  334. Zan = 322,
  335. Metsu = 323,
  336. TonberryKingDeath = 324,
  337. DiablosSummonDarkMessenger = 325,
  338. ZantetsukenReverse = 326,
  339. GilgameshZantetsuken = 327,
  340. GilgameshMasamune = 328,
  341. GilgameshExcaliber = 329,
  342. GilgameshExcalipoor = 330,
  343. UNK331 = 331,
  344. Renzokuken7Hits = 332,
  345. Renzokuken8Hits = 333,
  346. RenzokukenvsBahamut = 334,
  347. RenzokukenvsNORG = 335,
  348. RenzokukenvsUltimaWeapon = 336,
  349. RenzokukenvsFinalSorceress = 337,
  350. FriendshipMoombaMoomba = 338,
  351. RenzokukenvsAdel = 339,
  352. RenzokukenvsUltimeciaFinalForm = 340,
  353. RenzokukenvsJumboCactuar = 341,
  354. RenzokukenvsGrieverUltimecia = 342,
  355. RenzokukenvsGriever = 343,
  356. FinalBattleMusic = 344,
  357. LV5Death = 345
  358. }
  359. }
  360. }