Squeetz

Abilities

Nov 6th, 2024
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.94 KB | None | 0 0
  1. #ifndef GUARD_CONSTANTS_ABILITIES_H
  2. #define GUARD_CONSTANTS_ABILITIES_H
  3.  
  4. #define ABILITY_NONE 0
  5. #define ABILITY_STENCH 1
  6. #define ABILITY_DRIZZLE 2
  7. #define ABILITY_SPEED_BOOST 3
  8. #define ABILITY_BATTLE_ARMOR 4
  9. #define ABILITY_STURDY 5
  10. #define ABILITY_DAMP 6
  11. #define ABILITY_LIMBER 7
  12. #define ABILITY_SAND_VEIL 8
  13. #define ABILITY_STATIC 9
  14. #define ABILITY_VOLT_ABSORB 10
  15. #define ABILITY_WATER_ABSORB 11
  16. #define ABILITY_OBLIVIOUS 12
  17. #define ABILITY_CLOUD_NINE 13
  18. #define ABILITY_COMPOUND_EYES 14
  19. #define ABILITY_INSOMNIA 15
  20. #define ABILITY_COLOR_CHANGE 16
  21. #define ABILITY_IMMUNITY 17
  22. #define ABILITY_FLASH_FIRE 18
  23. #define ABILITY_SHIELD_DUST 19
  24. #define ABILITY_OWN_TEMPO 20
  25. #define ABILITY_SUCTION_CUPS 21
  26. #define ABILITY_INTIMIDATE 22
  27. #define ABILITY_SHADOW_TAG 23
  28. #define ABILITY_ROUGH_SKIN 24
  29. #define ABILITY_WONDER_GUARD 25
  30. #define ABILITY_LEVITATE 26
  31. #define ABILITY_EFFECT_SPORE 27
  32. #define ABILITY_SYNCHRONIZE 28
  33. #define ABILITY_CLEAR_BODY 29
  34. #define ABILITY_NATURAL_CURE 30
  35. #define ABILITY_LIGHTNING_ROD 31
  36. #define ABILITY_SERENE_GRACE 32
  37. #define ABILITY_SWIFT_SWIM 33
  38. #define ABILITY_CHLOROPHYLL 34
  39. #define ABILITY_ILLUMINATE 35
  40. #define ABILITY_TRACE 36
  41. #define ABILITY_HUGE_POWER 37
  42. #define ABILITY_POISON_POINT 38
  43. #define ABILITY_INNER_FOCUS 39
  44. #define ABILITY_MAGMA_ARMOR 40
  45. #define ABILITY_WATER_VEIL 41
  46. #define ABILITY_MAGNET_PULL 42
  47. #define ABILITY_SOUNDPROOF 43
  48. #define ABILITY_RAIN_DISH 44
  49. #define ABILITY_SAND_STREAM 45
  50. #define ABILITY_PRESSURE 46
  51. #define ABILITY_THICK_FAT 47
  52. #define ABILITY_EARLY_BIRD 48
  53. #define ABILITY_FLAME_BODY 49
  54. #define ABILITY_RUN_AWAY 50
  55. #define ABILITY_KEEN_EYE 51
  56. #define ABILITY_HYPER_CUTTER 52
  57. #define ABILITY_PICKUP 53
  58. #define ABILITY_TRUANT 54
  59. #define ABILITY_HUSTLE 55
  60. #define ABILITY_CUTE_CHARM 56
  61. #define ABILITY_PLUS 57
  62. #define ABILITY_MINUS 58
  63. #define ABILITY_FORECAST 59
  64. #define ABILITY_STICKY_HOLD 60
  65. #define ABILITY_SHED_SKIN 61
  66. #define ABILITY_GUTS 62
  67. #define ABILITY_MARVEL_SCALE 63
  68. #define ABILITY_LIQUID_OOZE 64
  69. #define ABILITY_OVERGROW 65
  70. #define ABILITY_BLAZE 66
  71. #define ABILITY_TORRENT 67
  72. #define ABILITY_SWARM 68
  73. #define ABILITY_ROCK_HEAD 69
  74. #define ABILITY_DROUGHT 70
  75. #define ABILITY_ARENA_TRAP 71
  76. #define ABILITY_VITAL_SPIRIT 72
  77. #define ABILITY_WHITE_SMOKE 73
  78. #define ABILITY_PURE_POWER 74
  79. #define ABILITY_SHELL_ARMOR 75
  80. #define ABILITY_CACOPHONY 76
  81. #define ABILITY_AIR_LOCK 77
  82.  
  83. // gen 4
  84. #define ABILITY_ADAPTABILITY 78
  85. #define ABILITY_AFTERMATH 79
  86. #define ABILITY_ANGER_POINT 80
  87. #define ABILITY_ANTICIPATION 81
  88. #define ABILITY_BAD_DREAMS 82
  89. #define ABILITY_DOWNLOAD 83
  90. #define ABILITY_DRY_SKIN 84
  91. #define ABILITY_FILTER 85
  92. #define ABILITY_FLOWER_GIFT 86
  93. #define ABILITY_FOREWARN 87
  94. #define ABILITY_FRISK 88
  95. #define ABILITY_GLUTTONY 89
  96. #define ABILITY_HEATPROOF 90
  97. #define ABILITY_HYDRATION 91
  98. #define ABILITY_ICE_BODY 92
  99. #define ABILITY_IRON_FIST 93
  100. #define ABILITY_KLUTZ 94
  101. #define ABILITY_LEAF_GUARD 95
  102. #define ABILITY_MAGIC_GUARD 96
  103. #define ABILITY_MOLD_BREAKER 97
  104. #define ABILITY_MOTOR_DRIVE 98
  105. #define ABILITY_NO_GUARD 99
  106. #define ABILITY_NORMALIZE 100
  107. #define ABILITY_POISON_HEAL 101
  108. #define ABILITY_QUICK_FEET 102
  109. #define ABILITY_RECKLESS 103
  110. #define ABILITY_RIVALRY 104
  111. #define ABILITY_SCRAPPY 105
  112. #define ABILITY_SIMPLE 106
  113. #define ABILITY_SKILL_LINK 107
  114. #define ABILITY_SLOW_START 108
  115. #define ABILITY_SNIPER 109
  116. #define ABILITY_SNOW_CLOAK 110
  117. #define ABILITY_SNOW_WARNING 111
  118. #define ABILITY_SOLAR_POWER 112
  119. #define ABILITY_SOLID_ROCK 113
  120. #define ABILITY_STALL 114
  121. #define ABILITY_STEADFAST 115
  122. #define ABILITY_STORM_DRAIN 116
  123. #define ABILITY_SUPER_LUCK 117
  124. #define ABILITY_TANGLED_FEET 118
  125. #define ABILITY_TECHNICIAN 119
  126. #define ABILITY_TINTED_LENS 120
  127. #define ABILITY_UNAWARE 121
  128. #define ABILITY_UNBURDEN 122
  129.  
  130. // gen 5
  131. #define ABILITY_ANALYTIC 123
  132. #define ABILITY_BIG_PECKS 124
  133. #define ABILITY_CONTRARY 125
  134. #define ABILITY_CURSED_BODY 126
  135. #define ABILITY_DEFEATIST 127
  136. #define ABILITY_DEFIANT 128
  137. #define ABILITY_FLARE_BOOST 129
  138. #define ABILITY_FRIEND_GUARD 130
  139. #define ABILITY_HARVEST 131
  140. #define ABILITY_HEALER 132
  141. #define ABILITY_HEAVY_METAL 133
  142. #define ABILITY_ILLUSION 134
  143. #define ABILITY_IMPOSTER 135
  144. #define ABILITY_INFILTRATOR 136
  145. #define ABILITY_IRON_BARBS 137
  146. #define ABILITY_JUSTIFIED 138
  147. #define ABILITY_LIGHT_METAL 139
  148. #define ABILITY_MAGIC_BOUNCE 140
  149. #define ABILITY_MOODY 141
  150. #define ABILITY_MOXIE 142
  151. #define ABILITY_MULTISCALE 143
  152. #define ABILITY_MUMMY 144
  153. #define ABILITY_OVERCOAT 145
  154. #define ABILITY_PICKPOCKET 146
  155. #define ABILITY_POISON_TOUCH 147
  156. #define ABILITY_PRANKSTER 148
  157. #define ABILITY_RATTLED 149
  158. #define ABILITY_REGENERATOR 150
  159. #define ABILITY_SAND_FORCE 151
  160. #define ABILITY_SAND_RUSH 152
  161. #define ABILITY_SAP_SIPPER 153
  162. #define ABILITY_SHEER_FORCE 154
  163. #define ABILITY_TELEPATHY 155
  164. #define ABILITY_TERAVOLT 156
  165. #define ABILITY_TOXIC_BOOST 157
  166. #define ABILITY_TURBOBLAZE 158
  167. #define ABILITY_UNNERVE 159
  168. #define ABILITY_VICTORY_STAR 160
  169. #define ABILITY_WEAK_ARMOR 161
  170. #define ABILITY_WONDER_SKIN 162
  171.  
  172. // gen 6
  173. #define ABILITY_AERILATE 163
  174. #define ABILITY_AROMA_VEIL 164
  175. #define ABILITY_BULLETPROOF 165
  176. #define ABILITY_CHEEK_POUCH 166
  177. #define ABILITY_COMPETITIVE 167
  178. #define ABILITY_DARK_AURA 168
  179. #define ABILITY_DELTA_STREAM 169
  180. #define ABILITY_DESOLATE_LAND 170
  181. #define ABILITY_FAIRY_AURA 171
  182. #define ABILITY_FLOWER_VEIL 172
  183. #define ABILITY_FUR_COAT 173
  184. #define ABILITY_GALE_WINGS 174
  185. #define ABILITY_GOOEY 175
  186. #define ABILITY_GRASS_PELT 176
  187. #define ABILITY_MAGICIAN 177
  188. #define ABILITY_MEGA_LAUNCHER 178
  189. #define ABILITY_PARENTAL_BOND 179
  190. #define ABILITY_PIXILATE 180
  191. #define ABILITY_PRIMORDIAL_SEA 181
  192. #define ABILITY_PROTEAN 182
  193. #define ABILITY_REFRIGERATE 183
  194. #define ABILITY_STANCE_CHANGE 184
  195. #define ABILITY_STRONG_JAW 185
  196. #define ABILITY_SWEET_VEIL 186
  197. #define ABILITY_SYMBIOSIS 187
  198. #define ABILITY_TOUGH_CLAWS 188
  199.  
  200. // gen 7
  201. #define ABILITY_BATTERY 189
  202. #define ABILITY_BEAST_BOOST 190
  203. #define ABILITY_BERSERK 191
  204. #define ABILITY_COMATOSE 192
  205. #define ABILITY_CORROSION 193
  206. #define ABILITY_DANCER 194
  207. #define ABILITY_DAZZLING 195
  208. #define ABILITY_ELECTRIC_SURGE 196
  209. #define ABILITY_EMERGENCY_EXIT 197
  210. #define ABILITY_FLUFFY 198
  211. #define ABILITY_FULL_METAL_BODY 199
  212. #define ABILITY_GALVANIZE 200
  213. #define ABILITY_GRASSY_SURGE 201
  214. #define ABILITY_INNARDS_OUT 202
  215. #define ABILITY_LIQUID_VOICE 203
  216. #define ABILITY_LONG_REACH 204
  217. #define ABILITY_MERCILESS 205
  218. #define ABILITY_MISTY_SURGE 206
  219. #define ABILITY_NEUROFORCE 207
  220. #define ABILITY_POWER_OF_ALCHEMY 208
  221. #define ABILITY_PRISM_ARMOR 209
  222. #define ABILITY_PSYCHIC_SURGE 210
  223. #define ABILITY_QUEENLY_MAJESTY 211
  224. #define ABILITY_RECEIVER 212
  225. #define ABILITY_SHADOW_SHIELD 213
  226. #define ABILITY_SLUSH_RUSH 214
  227. #define ABILITY_SOUL_HEART 215
  228. #define ABILITY_STAKEOUT 216
  229. #define ABILITY_STAMINA 217
  230. #define ABILITY_STEELWORKER 218
  231. #define ABILITY_SURGE_SURFER 219
  232. #define ABILITY_TANGLING_HAIR 220
  233. #define ABILITY_TRIAGE 221
  234. #define ABILITY_WATER_BUBBLE 222
  235. #define ABILITY_WATER_COMPACTION 223
  236. #define ABILITY_WIMP_OUT 224
  237.  
  238. // gen 8
  239. #define ABILITY_BALL_FETCH 225
  240. #define ABILITY_CHILLING_NEIGH 226
  241. #define ABILITY_COTTON_DOWN 227
  242. #define ABILITY_CURIOUS_MEDICINE 228
  243. #define ABILITY_DAUNTLESS_SHIELD 229
  244. #define ABILITY_DRAGONS_MAW 230
  245. #define ABILITY_GORILLA_TACTICS 231
  246. #define ABILITY_GRIM_NEIGH 232
  247. #define ABILITY_ICE_SCALES 233
  248. #define ABILITY_INTREPID_SWORD 234
  249. #define ABILITY_LIBERO 235
  250. #define ABILITY_MIRROR_ARMOR 236
  251. #define ABILITY_NEUTRALIZING_GAS 237
  252. #define ABILITY_PASTEL_VEIL 238
  253. #define ABILITY_PERISH_BODY 239
  254. #define ABILITY_POWER_SPOT 240
  255. #define ABILITY_PROPELLER_TAIL 241
  256. #define ABILITY_PUNK_ROCK 242
  257. #define ABILITY_QUICK_DRAW 243
  258. #define ABILITY_RIPEN 244
  259. #define ABILITY_SAND_SPIT 245
  260. #define ABILITY_SCREEN_CLEANER 246
  261. #define ABILITY_STALWART 247
  262. #define ABILITY_STEAM_ENGINE 248
  263. #define ABILITY_STEELY_SPIRIT 249
  264. #define ABILITY_TRANSISTOR 250
  265. #define ABILITY_UNSEEN_FIST 251
  266. #define ABILITY_WANDERING_SPIRIT 252
  267.  
  268. // gen 9
  269. #define ABILITY_ANGER_SHELL 253
  270. #define ABILITY_ARMOR_TAIL 254
  271. #define ABILITY_COSTAR 255
  272. #define ABILITY_CUD_CHEW 256
  273. #define ABILITY_EARTH_EATER 257
  274. #define ABILITY_ELECTROMORPHOSIS 258
  275. #define ABILITY_GOOD_AS_GOLD 259
  276. #define ABILITY_GUARD_DOG 260
  277. #define ABILITY_HADRON_ENGINE 261
  278. #define ABILITY_HOSPITALITY 262
  279. #define ABILITY_LINGERING_AROMA 263
  280. #define ABILITY_MINDS_EYE 264
  281. #define ABILITY_MYCELIUM_MIGHT 265
  282. #define ABILITY_OPPORTUNIST 266
  283. #define ABILITY_ORICHALCUM_PULSE 267
  284. #define ABILITY_PURIFYING_SALT 268
  285. #define ABILITY_ROCKY_PAYLOAD 269
  286. #define ABILITY_SEED_SOWER 270
  287. #define ABILITY_SUPERSWEET_SYRUP 271
  288. #define ABILITY_SUPREME_OVERLORD 272
  289. #define ABILITY_THERMAL_EXCHANGE 273
  290. #define ABILITY_TOXIC_CHAIN 274
  291. #define ABILITY_TOXIC_DEBRIS 275
  292. #define ABILITY_WELL_BAKED_BODY 276
  293. #define ABILITY_WIND_POWER 277
  294. #define ABILITY_WIND_RIDER 278
  295.  
  296. // clover-exclusive
  297. #define ABILITY_MORE_ROOM 279
  298. #define ABILITY_SUDDENLY 280
  299. #define ABILITY_GHOST_NOTE 281
  300. #define ABILITY_WOODEN_GUARD 282
  301. #define ABILITY_ARTIFICIALITY 283
  302. #define ABILITY_AN_ABILITY 284
  303. #define ABILITY_JEWELRY 285
  304. #define ABILITY_BIG_GUY 286
  305. #define ABILITY_BLADEMASTER 287
  306. #define ABILITY_ADMIN_ABUSE 288
  307. #define ABILITY_DEGENERATE 289
  308. #define ABILITY_BONE_ZONE 290
  309. #define ABILITY_FLARE_HEAL 291
  310. #define ABILITY_SHOWER_POWER 292
  311. #define ABILITY_BOOMBOX 293
  312. #define ABILITY_POZZED 294
  313. #define ABILITY_POLLUTION 295
  314. #define ABILITY_DEGRADATION 296
  315. #define ABILITY_SHITSTORM 297
  316. #define ABILITY_PUPPETEER 298
  317. #define ABILITY_STRIKER 299
  318. #define ABILITY_MADMAN 300
  319. #define ABILITY_INVERSION 301
  320. #define ABILITY_HYDROPHILE 302
  321. #define ABILITY_CONCERT 303
  322. #define ABILITY_WAIT_FOR_IT 304
  323. #define ABILITY_GRADIENT 305
  324. #define ABILITY_ANY_ABILITY 306
  325. #define ABILITY_JIHAD 307
  326. #define ABILITY_FUK_U 308
  327. #define ABILITY_PHANTASMA 309
  328. #define ABILITY_PRESAGE 310
  329. #define ABILITY_STINK_BOMB 311
  330. #define ABILITY_WHITE_FLAMES 312
  331. #define ABILITY_BOARD_POWER 313
  332.  
  333. #define ABILITIES_COUNT 314
  334.  
  335. // in-battle only
  336. #define ABILITY_BOARD_POWER_A 313
  337. #define ABILITY_BOARD_POWER_VP 314
  338. #define ABILITY_BOARD_POWER_F 315
  339. #define ABILITY_BOARD_POWER_Z 316
  340. #define ABILITY_BOARD_POWER_S4S 317
  341. #define ABILITY_BOARD_POWER_R9K 318
  342. #define ABILITY_BOARD_POWER_FA 319
  343. #define ABILITY_BOARD_POWER_TV 320
  344. #define ABILITY_BOARD_POWER_CO 321
  345. #define ABILITY_BOARD_POWER_INT 322
  346. #define ABILITY_BOARD_POWER_5 323
  347. #define ABILITY_BOARD_POWER_SOC 324
  348. #define ABILITY_BOARD_POWER_FIT 325
  349. #define ABILITY_BOARD_POWER_K 326
  350. #define ABILITY_BOARD_POWER_VR 327
  351. #define ABILITY_BOARD_POWER_TRV 328
  352. #define ABILITY_BOARD_POWER_VG 329
  353. #define ABILITY_BOARD_POWER_SP 330
  354. #define ABILITY_BOARD_POWER_OUT 331
  355. #define ABILITY_BOARD_POWER_POL 332
  356. #define ABILITY_BOARD_POWER_JP 333
  357. #define ABILITY_BOARD_POWER_C 334
  358. #define ABILITY_BOARD_POWER_H 335
  359. #define ABILITY_BOARD_POWER_B 336
  360. #define ABILITY_BOARD_POWER_D 337
  361. #define ABILITY_BOARD_POWER_X 338
  362. #define ABILITY_BOARD_POWER_G 339
  363. #define ABILITY_BOARD_POWER_V 340
  364.  
  365. #define BATTLE_ABILITIES_COUNT 341
  366.  
  367. #endif // GUARD_CONSTANTS_ABILITIES_H
  368.  
Add Comment
Please, Sign In to add comment