Advertisement
TJSJ

PokeAttempt / Pokemon Stats (Version 0.225)

Dec 7th, 2019
841
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ///POKEMON STAT CONSTANTS, DO NOT REFERENCE DIRECTLY!!!
  2.  
  3. /* TEMPLATE
  4. NameId[0] = "";
  5. HlthId[0] = 0;
  6. AttkId[0] = 0;
  7. DfnsId[0] = 0;
  8. SpatId[0] = 0;
  9. SpdfId[0] = 0;
  10. SpedId[0] = 0;
  11. */
  12.  
  13. /*
  14. THESE ARE CONSTANTS, THEREFORE THESE
  15. WONT BE REFERENCED DIRECTLY!!!
  16. WE USE THE PlyrId VARIABLES INSTEAD!!!
  17. */
  18.  
  19. NameId[0] = "Uralida";
  20. Type1Id[0] = "Normal";
  21. Type2Id[0] = "Flying";
  22. AbilityId[0] = "Thicky";
  23. HlthId[0] = irandom_range(40,100);      
  24. AttkId[0] = 100;    
  25. DfnsId[0] = 70;
  26. SpatId[0] = 115;      
  27. SpdfId[0] = 100;  
  28. SpedId[0] = 90;    
  29.  
  30. NameId[1] = "Cinnamon Bun";
  31. Type1Id[1] = "Ground";
  32. Type2Id[1] = "Fairy";
  33. HlthId[1] = 50;      
  34. AttkId[1] = 110;    
  35. DfnsId[1] = 140;    
  36. SpatId[1] = 145;
  37. SpdfId[1] = 140;
  38. SpedId[1] = 53;    
  39.  
  40. NameId[2] = "Glazed Donut";
  41. Type1Id[2] = "Normal";
  42. Type2Id[2] = "Fairy";
  43. AbilityId[2] = "Thicky";
  44. HlthId[2] = 50;    
  45. AttkId[2] = 93;      
  46. DfnsId[2] = 80;
  47. SpatId[2] = 130;    
  48. SpdfId[2] = 90;  
  49. SpedId[2] = 144;      
  50.  
  51. NameId[3] = "Pizza";
  52. Type1Id[3] = "Normal";
  53. Type2Id[3] = "";
  54. AbilityId[3] = "Thicky";
  55. HlthId[3] = 50;    
  56. AttkId[3] = 130;      
  57. DfnsId[3] = 90;    
  58. SpatId[3] = 90;
  59. SpdfId[3] = 90;  
  60. SpedId[3] = 20;      
  61.  
  62. NameId[4] = "Uncle Kyle";
  63. Type1Id[4] = "Normal";
  64. Type2Id[4] = "Dark";
  65. HlthId[4] = 170;    
  66. AttkId[4] = 130;      
  67. DfnsId[4] = 90;    
  68. SpatId[4] = 90;
  69. SpdfId[4] = 90;
  70. SpedId[4] = 80;
  71.  
  72. NameId[5] = "Shrek";
  73. Type1Id[5] = "Ground";
  74. Type2Id[5] = "Fighting";
  75. AbilityId[5] = "Hard Hitter";
  76. HlthId[5] = 180;    
  77. AttkId[5] = 160;      
  78. DfnsId[5] = 170;
  79. SpatId[5] = 90;    
  80. SpdfId[5] = 120;  
  81. SpedId[5] = 60;
  82.  
  83. NameId[6] = "Baldi";
  84. Type1Id[6] = "Normal";
  85. Type2Id[6] = "Dark";
  86. HlthId[6] = irandom_range(120,700);
  87. AttkId[6] = 190;      
  88. DfnsId[6] = 120;
  89. SpatId[6] = 90;  
  90. SpdfId[6] = 120;  
  91. SpedId[6] = 90;
  92.  
  93. NameId[7] = "Sonic";
  94. Type1Id[7] = "Normal";
  95. Type2Id[7] = "Fighting";
  96. AbilityId[7] = "Hard Hitter";
  97. HlthId[7] = 120;    
  98. AttkId[7] = 140;      
  99. DfnsId[7] = 90;
  100. SpatId[7] = 90;  
  101. SpdfId[7] = 90;  
  102. SpedId[7] = 220;
  103.  
  104. NameId[8] = "Melotiel";
  105. Type1Id[8] = "Fairy";
  106. Type2Id[8] = "Flying";
  107. HlthId[8] = 140;    
  108. AttkId[8] = 100;      
  109. DfnsId[8] = 70;
  110. SpatId[8] = 90;  
  111. SpdfId[8] = 130;  
  112. SpedId[8] = 90;
  113.  
  114. NameId[9] = "Ultra Violet";
  115. Type1Id[9] = "Electric";
  116. Type2Id[9] = "Poison";
  117. HlthId[9] = 200;    
  118. AttkId[9] = 200;      
  119. DfnsId[9] = 90;  
  120. SpatId[9] = 90;  
  121. SpdfId[9] = 90;  
  122. SpedId[9] = 140;
  123.  
  124. NameId[10] = "Oceagle";
  125. Type1Id[10] = "Water";
  126. Type2Id[10] = "Flying";
  127. HlthId[10] = 102;    
  128. AttkId[10] = 120;      
  129. DfnsId[10] = 90;    
  130. SpatId[10] = 90;
  131. SpdfId[10] = 90;  
  132. SpedId[10] = 119;
  133.  
  134. NameId[11] = "Feidheat";
  135. Type1Id[11] = "Fire";
  136. Type2Id[11] = "Ground";
  137. AbilityId[11] = "Hard Hitter";
  138. HlthId[11] = 107;      
  139. AttkId[11] = 114;    
  140. DfnsId[11] = 104;
  141. SpatId[11] = 99;
  142. SpdfId[11] = 78;  
  143. SpedId[11] = 116;    
  144.  
  145. NameId[12] = "Ruberingo";
  146. Type1Id[12] = "Grass";
  147. Type2Id[12] = "Flying";
  148. HlthId[12] = 170;      
  149. AttkId[12] = 90;    
  150. DfnsId[12] = 60;
  151. SpatId[12] = 130;
  152. SpdfId[12] = 130;  
  153. SpedId[12] = 70;    
  154.  
  155. NameId[13] = "Ninirandu";
  156. Type1Id[13] = "Grass";
  157. Type2Id[13] = "Flying";
  158. HlthId[13] = 110;      
  159. AttkId[13] = 130;    
  160. DfnsId[13] = 110;
  161. SpatId[13] = 99;
  162. SpdfId[13] = 80;  
  163. SpedId[13] = 110;    
  164.  
  165. NameId[14] = "Sansbob";
  166. Type1Id[14] = "Ice";
  167. Type2Id[14] = "Ghost";
  168. HlthId[14] = irandom_range(5,300);      
  169. AttkId[14] = 200;    
  170. DfnsId[14] = 180;
  171. SpatId[14] = 150;      
  172. SpdfId[14] = 110;  
  173. SpedId[14] = 90;
  174.  
  175. NameId[15] = "Mournada";
  176. Type1Id[15] = "Fairy";
  177. Type2Id[15] = "Flying";
  178. AbilityId[15] = "Thicky";
  179. HlthId[15] = irandom_range(25,75);    
  180. AttkId[15] = 90;    
  181. DfnsId[15] = 60;
  182. SpatId[15] = 145;      
  183. SpdfId[15] = 90;  
  184. SpedId[15] = 135;    
  185.  
  186. NameId[16] = "Bowser";
  187. Type1Id[16] = "Dragon";
  188. Type2Id[16] = "Fighting";
  189. AbilityId[16] = "Hard Hitter";
  190. HlthId[16] = 160;      
  191. AttkId[16] = 160;    
  192. DfnsId[16] = 180;
  193. SpatId[16] = 120;      
  194. SpdfId[16] = 120;  
  195. SpedId[16] = 50;  
  196.  
  197. NameId[17] = "Bullet Bill";
  198. Type1Id[17] = "Steel";
  199. Type2Id[17] = "Fire";
  200. AbilityId[17] = "Hard Hitter";
  201. HlthId[17] = 50;
  202. AttkId[17] = 180;
  203. DfnsId[17] = 150;
  204. SpatId[17] = 100;
  205. SpdfId[17] = 100;
  206. SpedId[17] = 130;
  207.  
  208. NameId[18] = "Boo";
  209. Type1Id[18] = "Fairy";
  210. Type2Id[18] = "Ghost";
  211. HlthId[18] = 160;
  212. AttkId[18] = 110;
  213. DfnsId[18] = 90;
  214. SpatId[18] = 140;
  215. SpdfId[18] = 130;
  216. SpedId[18] = 60;
  217.  
  218. NameId[19] = "Chain Chomp";
  219. Type1Id[19] = "Steel";
  220. Type2Id[19] = "Normal";
  221. HlthId[19] = 105;
  222. AttkId[19] = 180;
  223. DfnsId[19] = 180;
  224. SpatId[19] = 90;
  225. SpdfId[19] = 110;
  226. SpedId[19] = 120;
  227.  
  228. NameId[20] = "Firmarnut";
  229. Type1Id[20] = "Grass";
  230. Type2Id[20] = "Rock";
  231. AbilityId[20] = "Thicky";
  232. HlthId[20] = 85;
  233. AttkId[20] = 122;
  234. DfnsId[20] = 152;
  235. SpatId[20] = 65;
  236. SpdfId[20] = 135;
  237. SpedId[20] = 92;
  238.  
  239. NameId[21] = "Stumpar";
  240. Type1Id[21] = "Grass";
  241. Type2Id[21] = "Ground";
  242. HlthId[21] = 180;
  243. AttkId[21] = 160;
  244. DfnsId[21] = 180;
  245. SpatId[21] = 90;
  246. SpdfId[21] = 140;
  247. SpedId[21] = 30;
  248.  
  249. NameId[22] = "Dry Bones";
  250. Type1Id[22] = "Ground";
  251. Type2Id[22] = "Ghost";
  252. HlthId[22] = 96;
  253. AttkId[22] = 120;
  254. DfnsId[22] = 130;
  255. SpatId[22] = 105;
  256. SpdfId[22] = 100;
  257. SpedId[22] = 72;
  258.  
  259. NameId[23] = "Gengar";
  260. Type1Id[23] = "Ghost";
  261. Type2Id[23] = "Dark";
  262. HlthId[23] = 90;
  263. AttkId[23] = 180;
  264. DfnsId[23] = 155;
  265. SpatId[23] = 95;
  266. SpdfId[23] = 60;
  267. SpedId[23] = 115;
  268.  
  269. NameId[24] = "Princess Shroob";
  270. Type1Id[24] = "Poison";
  271. Type2Id[24] = "Cosmic";
  272. HlthId[24] = 210;
  273. AttkId[24] = 135;
  274. DfnsId[24] = 110;
  275. SpatId[24] = 196;
  276. SpdfId[24] = 110;
  277. SpedId[24] = 94;
  278.  
  279. NameId[25] = "Fooful";
  280. Type1Id[25] = "Dark";
  281. Type2Id[25] = "Cosmic";
  282. HlthId[25] = 165;
  283. AttkId[25] = 157;
  284. DfnsId[25] = 128;
  285. SpatId[25] = 267;
  286. SpdfId[25] = 101;
  287. SpedId[25] = 123;
  288.  
  289. NameId[26] = "Cockatery";
  290. Type1Id[26] = "Fairy";
  291. Type2Id[26] = "Flying";
  292. HlthId[26] = 120;
  293. AttkId[26] = 120;
  294. DfnsId[26] = 120;
  295. SpatId[26] = 140;
  296. SpdfId[26] = 80;
  297. SpedId[26] = 120;
  298.  
  299. NameId[27] = "Blooper";
  300. Type1Id[27] = "Water";
  301. Type2Id[27] = "Poison";
  302. HlthId[27] = 100;
  303. AttkId[27] = 100;
  304. DfnsId[27] = 110;
  305. SpatId[27] = 150;
  306. SpdfId[27] = 120;
  307. SpedId[27] = 110;
  308.  
  309. NameId[28] = "Petey Piranha";
  310. Type1Id[28] = "Grass";
  311. Type2Id[28] = "Dark";
  312. HlthId[28] = 210;
  313. AttkId[28] = 180;
  314. DfnsId[28] = 170;
  315. SpatId[28] = 130;
  316. SpdfId[28] = 110;
  317. SpedId[28] = 40;
  318.  
  319. NameId[29] = "Angry Sun";
  320. Type1Id[29] = "Fire";
  321. Type2Id[29] = "Cosmic";
  322. HlthId[29] = 255;
  323. AttkId[29] = 200;
  324. DfnsId[29] = 120;
  325. SpatId[29] = 300;
  326. SpdfId[29] = 190;
  327. SpedId[29] = 130;
  328.  
  329. NameId[30] = "Bill Cipher";
  330. Type1Id[30] = "Ghost";
  331. Type2Id[30] = "Cosmic";
  332. AbilityId[30] = "Gatekeeper";
  333. HlthId[30] = 75;
  334. AttkId[30] = 125;
  335. DfnsId[30] = 150;
  336. SpatId[30] = 190;
  337. SpdfId[30] = 200;
  338. SpedId[30] = 160;
  339.  
  340. NameId[31] = "Mr. Mod";
  341. Type1Id[31] = "Fighting";
  342. Type2Id[31] = "";
  343. AbilityId[31] = "Gatekeeper";
  344. HlthId[31] = 169;
  345. AttkId[31] = 169;
  346. DfnsId[31] = 169;
  347. SpatId[31] = 169;
  348. SpdfId[31] = 169;
  349. SpedId[31] = 169;
  350.  
  351. NameId[32] = "Lancer";
  352. Type1Id[32] = "Dark";
  353. Type2Id[32] = "Fairy";
  354. AbilityId[32] = "Thicky";
  355. HlthId[32] = 80;
  356. AttkId[32] = 110;
  357. DfnsId[32] = 100;
  358. SpatId[32] = 140;
  359. SpdfId[32] = 130;
  360. SpedId[32] = 90;
  361.  
  362. NameId[33] = "Polaraven";
  363. Type1Id[33] = "Ice";
  364. Type2Id[33] = "Flying";
  365. AbilityId[33] = "Gatekeeper";
  366. HlthId[33] = 280;
  367. AttkId[33] = 210;
  368. DfnsId[33] = 190;
  369. SpatId[33] = 210;
  370. SpdfId[33] = 160;
  371. SpedId[33] = 140;
  372.  
  373. NameId[34] = "Spade King";
  374. Type1Id[34] = "Dark";
  375. Type2Id[34] = "Steel";
  376. AbilityId[34] = "Umbra Cape";
  377. HlthId[34] = 250;
  378. AttkId[34] = 150;
  379. DfnsId[34] = 200;
  380. SpatId[34] = 150;
  381. SpdfId[34] = 130;
  382. SpedId[34] = 85;
  383.  
  384.  
  385.  
  386.  
  387. NameId[35] = "";
  388. Type1Id[35] = "";
  389. Type2Id[35] = "";
  390. HlthId[35] = 0;
  391. AttkId[35] = 0;
  392. DfnsId[35] = 0;
  393. SpatId[35] = 0;
  394. SpdfId[35] = 0;
  395. SpedId[35] = 0;
  396.  
  397.  
  398.  
  399.  
  400. NameId[36] = "";
  401. Type1Id[36] = "";
  402. Type2Id[36] = "";
  403. HlthId[36] = 0;
  404. AttkId[36] = 0;
  405. DfnsId[36] = 0;
  406. SpatId[36] = 0;
  407. SpdfId[36] = 0;
  408. SpedId[36] = 0;
  409.  
  410.  
  411.  
  412.  
  413. NameId[37] = "";
  414. Type1Id[37] = "";
  415. Type2Id[37] = "";
  416. HlthId[37] = 0;
  417. AttkId[37] = 0;
  418. DfnsId[37] = 0;
  419. SpatId[37] = 0;
  420. SpdfId[37] = 0;
  421. SpedId[37] = 0;
  422.  
  423.  
  424.  
  425.  
  426. NameId[38] = "";
  427. Type1Id[38] = "";
  428. Type2Id[38] = "";
  429. HlthId[38] = 0;
  430. AttkId[38] = 0;
  431. DfnsId[38] = 0;
  432. SpatId[38] = 0;
  433. SpdfId[38] = 0;
  434. SpedId[38] = 0;
  435.  
  436.  
  437.  
  438.  
  439. NameId[39] = "";
  440. Type1Id[39] = "";
  441. Type2Id[39] = "";
  442. HlthId[39] = 0;
  443. AttkId[39] = 0;
  444. DfnsId[39] = 0;
  445. SpatId[39] = 0;
  446. SpdfId[39] = 0;
  447. SpedId[39] = 0;
  448.  
  449.  
  450.  
  451.  
  452. NameId[40] = "";
  453. Type1Id[40] = "";
  454. Type2Id[40] = "";
  455. HlthId[40] = 0;
  456. AttkId[40] = 0;
  457. DfnsId[40] = 0;
  458. SpatId[40] = 0;
  459. SpdfId[40] = 0;
  460. SpedId[40] = 0;
  461.  
  462.  
  463.  
  464.  
  465. NameId[41] = "";
  466. Type1Id[41] = "";
  467. Type2Id[41] = "";
  468. HlthId[41] = 0;
  469. AttkId[41] = 0;
  470. DfnsId[41] = 0;
  471. SpatId[41] = 0;
  472. SpdfId[41] = 0;
  473. SpedId[41] = 0;
  474.  
  475.  
  476.  
  477.  
  478. NameId[42] = "";
  479. Type1Id[42] = "";
  480. Type2Id[42] = "";
  481. HlthId[42] = 0;
  482. AttkId[42] = 0;
  483. DfnsId[42] = 0;
  484. SpatId[42] = 0;
  485. SpdfId[42] = 0;
  486. SpedId[42] = 0;
  487.  
  488.  
  489.  
  490.  
  491. NameId[43] = "";
  492. Type1Id[43] = "";
  493. Type2Id[43] = "";
  494. HlthId[43] = 0;
  495. AttkId[43] = 0;
  496. DfnsId[43] = 0;
  497. SpatId[43] = 0;
  498. SpdfId[43] = 0;
  499. SpedId[43] = 0;
  500.  
  501.  
  502.  
  503.  
  504. NameId[44] = "";
  505. Type1Id[44] = "";
  506. Type2Id[44] = "";
  507. HlthId[44] = 0;
  508. AttkId[44] = 0;
  509. DfnsId[44] = 0;
  510. SpatId[44] = 0;
  511. SpdfId[44] = 0;
  512. SpedId[44] = 0;
  513.  
  514.  
  515.  
  516.  
  517. NameId[45] = "";
  518. Type1Id[45] = "";
  519. Type2Id[45] = "";
  520. HlthId[45] = 0;
  521. AttkId[45] = 0;
  522. DfnsId[45] = 0;
  523. SpatId[45] = 0;
  524. SpdfId[45] = 0;
  525. SpedId[45] = 0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement