Guest User

Pokedex.js Most things fixed

a guest
Jul 30th, 2014
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.57 KB | None | 0 0
  1. //Missing weights:[33 to 38, 40, 48 and 49, 51 ] Taomarin to Caracrust, Musbushel, Kertruffle, Mosshroom, Perishroom
  2. Foliat:{
  3. num:1001, // Pokedex Number
  4. species:"Foliat", // Friendly Species name (can use caps and space)
  5. types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  6. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  7. baseStats:{hp:42,atk:42,def:45,spa:68,spd:46,spe:75},
  8. abilities:{0:"Overgrow"}, // {index:"string"}
  9. heightm:0.3,
  10. weightkg:2.1,
  11. color:"Green", // if this has no color, make it a empty string
  12. evos:["Florabri"], // don't bother defining this if it does not evolve
  13. eggGroups:["Grass","Flying"] // another list ["group"] or ["groupa","groupb"]
  14. },
  15. Florabri:{
  16. num:1002, // Pokedex Number
  17. species:"Florabri", // Friendly Species name (can use caps and space)
  18. types:["Grass","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  19. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  20. baseStats:{hp:61,atk:50,def:55,spa:86,spd:58,spe:95},
  21. abilities:{0:"Overgrow"}, // {index:"string"}
  22. heightm:0.8,
  23. weightkg:6.5,
  24. color:"Green", // if this has no color, make it a empty string
  25. evos:["Floressum"], // don't bother defining this if it does not evolve
  26. eggGroups:["Grass","Flying"] // another list ["group"] or ["groupa","groupb"]
  27. },
  28. Florresum:{
  29. num:1003, // Pokedex Number
  30. species:"Florresum", // Friendly Species name (can use caps and space)
  31. types:["Grass","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  32. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  33. baseStats:{hp:75,atk:70,def:73,spa:105,spd:85,spe:120},
  34. abilities:{0:"Overgrow"}, // {index:"string"}
  35. heightm:1.4,
  36. weightkg:21.5,
  37. color:"Green", // if this has no color, make it a empty string
  38. eggGroups:["Grass","Flying"] // another list ["group"] or ["groupa","groupb"]
  39. },
  40. Kidling:{
  41. num:1004, // Pokedex Number
  42. species:"Kidling", // Friendly Species name (can use caps and space)
  43. types:["Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  44. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  45. baseStats:{hp:43,atk:63,def:47,spa:57,spd:40,spe:59},
  46. abilities:{0:"Blaze"}, // {index:"string"}
  47. heightm:0.4,
  48. weightkg:5.2,
  49. color:"Brown", // if this has no color, make it a empty string
  50. evos:["Pyroat"], // don't bother defining this if it does not evolve
  51. eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
  52. },
  53. Pyroat:{
  54. num:1005, // Pokedex Number
  55. species:"Pyroat", // Friendly Species name (can use caps and space)
  56. types:["Fire","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  57. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  58. baseStats:{hp:55,atk:93,def:60,spa:70,spd:50,spe:75},
  59. abilities:{0:"Blaze"}, // {index:"string"}
  60. heightm:1.0,
  61. weightkg:19.9,
  62. color:"Brown", // if this has no color, make it a empty string
  63. evos:["Flairees"], // don't bother defining this if it does not evolve
  64. eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
  65. },
  66. Flairees:{
  67. num:1006, // Pokedex Number
  68. species:"Flairees", // Friendly Species name (can use caps and space)
  69. types:["Fire","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  70. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  71. baseStats:{hp:80,atk:120,def:75,spa:90,spd:80,spe:90},
  72. abilities:{0:"Blaze"}, // {index:"string"}
  73. heightm:1.5,
  74. weightkg:86.9,
  75. color:"Brown", // if this has no color, make it a empty string
  76. eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
  77. },
  78. Aguade:{
  79. num:1007, // Pokedex Number
  80. species:"Aguade", // Friendly Species name (can use caps and space)
  81. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  82. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  83. baseStats:{hp:55,atk:55,def:63,spa:45,spd:45,spe:45},
  84. abilities:{0:"Torrent"}, // {index:"string"}
  85. heightm:0.5,
  86. weightkg:9.5,
  87. color:"", // if this has no color, make it a empty string
  88. evos:["Iguadium"], // don't bother defining this if it does not evolve
  89. eggGroups:["Water1","Monster"] // another list ["group"] or ["groupa","groupb"]
  90. },
  91. Iguadium:{
  92. num:1008, // Pokedex Number
  93. species:"Iguadium", // Friendly Species name (can use caps and space)
  94. types:["Water","Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  95. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  96. baseStats:{hp:75,atk:75,def:83,spa:60,spd:60,spe:60},
  97. abilities:{0:"Torrent"}, // {index:"string"}
  98. heightm:1.1,
  99. weightkg:29.0,
  100. color:"Blue", // if this has no color, make it a empty string
  101. evos:["Aguanaut"], // don't bother defining this if it does not evolve
  102. eggGroups:["Water1","Monster"] // another list ["group"] or ["groupa","groupb"]
  103. },
  104. Aguanaut:{
  105. num:1009, // Pokedex Number
  106. species:"Aguanaut", // Friendly Species name (can use caps and space)
  107. types:["Water","Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  108. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  109. baseStats:{hp:95,atk:95,def:113,spa:75,spd:75,spe:75},
  110. abilities:{0:"Torrent"}, // {index:"string"}
  111. heightm:1.8,
  112. weightkg:101.2,
  113. color:"Blue", // if this has no color, make it a empty string
  114. eggGroups:["Water1","Monster"] // another list ["group"] or ["groupa","groupb"]
  115. },
  116. Harpee:{
  117. num:1010, // Pokedex Number
  118. species:"Harpee", // Friendly Species name (can use caps and space)
  119. types:["Normal","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  120. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  121. baseStats:{hp:35,atk:65,def:35,spa:30,spd:30,spe:65},
  122. abilities:{0:"Keen Eye",1:"Moxie"}, // {index:"string"}
  123. heightm:0.3,
  124. weightkg:3.3,
  125. color:"White", // if this has no color, make it a empty string
  126. evos:["Aquilor"], // don't bother defining this if it does not evolve
  127. eggGroups:["Flying"] // another list ["group"] or ["groupa","groupb"]
  128. },
  129. Aquilor:{
  130. num:1011, // Pokedex Number
  131. species:"Aquilor", // Friendly Species name (can use caps and space)
  132. types:["Normal","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  133. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  134. baseStats:{hp:50,atk:85,def:55,spa:50,spd:50,spe:85},
  135. abilities:{0:"Keen Eye",1:"Moxie"}, // {index:"string"}
  136. heightm:0.7,
  137. weightkg:13.3,
  138. color:"Gray", // if this has no color, make it a empty string
  139. evos:["Warquila"], // don't bother defining this if it does not evolve
  140. eggGroups:["Flying"] // another list ["group"] or ["groupa","groupb"]
  141. },
  142. Warquila:{
  143. num:1012, // Pokedex Number
  144. species:"Warquila", // Friendly Species name (can use caps and space)
  145. types:[""Normal","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  146. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  147. baseStats:{hp:80,atk:105,def:80,spa:60,spd:70,spe:100},
  148. abilities:{0:"Keen Eye",1:"Moxie"}, // {index:"string"}
  149. heightm:1.2,
  150. weightkg:28.1,
  151. color:"Gray", // if this has no color, make it a empty string
  152. eggGroups:["Flying"] // another list ["group"] or ["groupa","groupb"]
  153. },
  154. Capig:{
  155. num:1013, // Pokedex Number
  156. species:"Foliat", // Friendly Species name (can use caps and space)
  157. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  158. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  159. baseStats:{hp:47,atk:40,def:38,spa:33,spd:32,spe:55},
  160. abilities:{0:"Thick Fat",1:"Overcoat"}, // {index:"string"}
  161. heightm:0.2,
  162. weightkg:5.6,
  163. color:"Orange", // if this has no color, make it a empty string
  164. evos:["Capabara"], // don't bother defining this if it does not evolve
  165. eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
  166. },
  167. Capabara:{
  168. num:1014, // Pokedex Number
  169. species:"Capabara", // Friendly Species name (can use caps and space)
  170. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  171. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  172. baseStats:{hp:83,atk:70,def:67,spa:56,spd:54,spe:85},
  173. abilities:{0:"Thick Fat",1:"Overcoat"}, // {index:"string"}
  174. heightm:0.2,
  175. weightkg:4.0,
  176. color:"", // if this has no color, make it a empty string
  177. eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
  178. },
  179. Cubzero:{
  180. num:1015, // Pokedex Number
  181. species:"Cubzero", // Friendly Species name (can use caps and space)
  182. types:["Ice"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  183. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  184. baseStats:{hp:50,atk:60,def:50,spa:30,spd:55,spe:65},
  185. abilities:{0:"Snow Cloak",1:"Ice Slick"}, // {index:"string"}
  186. heightm:0.5,
  187. weightkg:11.5,
  188. color:"Blue", // if this has no color, make it a empty string
  189. evos:["Avalynx"], // don't bother defining this if it does not evolve
  190. eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
  191. },
  192. Avalynx:{
  193. num:1016, // Pokedex Number
  194. species:"Avalynx", // Friendly Species name (can use caps and space)
  195. types:["Ice"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  196. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  197. baseStats:{hp:75,atk:110,def:70,spa:40,spd:80,spe:95},
  198. abilities:{0:"Snow Cloak",1:"Ice Slick"}, // {index:"string"}
  199. heightm:1.1,
  200. weightkg:53.5,
  201. color:"Light Blue", // if this has no color, make it a empty string
  202. eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
  203. },
  204. Fawning:{
  205. num:1017, // Pokedex Number
  206. species:"Fawning", // Friendly Species name (can use caps and space)
  207. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  208. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  209. baseStats:{hp:40,atk:55,def:50,spa:30,spd:45,spe:55},
  210. abilities:{0:"Rivalry",1:"Brave Heart"}, // {index:"string"}
  211. heightm:1.3,
  212. weightkg:13.0,
  213. color:"Brown", // if this has no color, make it a empty string
  214. evos:["Llamarsh"], // don't bother defining this if it does not evolve
  215. eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
  216. },
  217. Llamarsh:{
  218. num:1018, // Pokedex Number
  219. species:"Llamarsh", // Friendly Species name (can use caps and space)
  220. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  221. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  222. baseStats:{hp:65,atk:80,def:60,spa:45,spd:60,spe:60},
  223. abilities:{0:"Rivalry",1:"Brave Heart"}, // {index:"string"}
  224. heightm:1.3,
  225. weightkg:33.2,
  226. color:"", // if this has no color, make it a empty string
  227. evos:["Buckston"], // don't bother defining this if it does not evolve
  228. eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
  229. },
  230. Buckston:{
  231. num:1019, // Pokedex Number
  232. species:"Buckston", // Friendly Species name (can use caps and space)
  233. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  234. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  235. baseStats:{hp:90,atk:100,def:80,spa:60,spd:80,spe:80},
  236. abilities:{0:"Rivalry",1:"Brave Heart"}, // {index:"string"}
  237. heightm:1.8,
  238. weightkg:76.8,
  239. color:"", // if this has no color, make it a empty string
  240. eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
  241. },
  242. Pengliff:{
  243. num:1020, // Pokedex Number
  244. species:"Pengliff", // Friendly Species name (can use caps and space)
  245. types:["Ice"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  246. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  247. baseStats:{hp:50,atk:65,def:60,spa:55,spd:45,spe:45},
  248. abilities:{0:"Permafrost",1:"Ice Body"}, // {index:"string"}
  249. heightm:0.5,
  250. weightkg:20.0,
  251. color:"", // if this has no color, make it a empty string
  252. evos:["Penglacier"], // don't bother defining this if it does not evolve
  253. eggGroups:["Field","Mineral"] // another list ["group"] or ["groupa","groupb"]
  254. },
  255. Penglacier:{
  256. num:1021, // Pokedex Number
  257. species:"Penglacier", // Friendly Species name (can use caps and space)
  258. types:["Ice","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  259. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  260. baseStats:{hp:90,atk:105,def:95,spa:85,spd:80,spe:65},
  261. abilities:{0:"Permafrost",1:"Solid Rock"}, // {index:"string"}
  262. heightm:1.4,
  263. weightkg:86.8,
  264. color:"", // if this has no color, make it a empty string
  265. eggGroups:["Field","Mineral"] // another list ["group"] or ["groupa","groupb"]
  266. },
  267. Bluffin:{
  268. num:1022, // Pokedex Number
  269. species:"Bluffin", // Friendly Species name (can use caps and space)
  270. types:["Ice"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  271. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  272. baseStats:{hp:40,atk:35,def:35,spa:65,spd:40,spe:70},
  273. abilities:{0:"Keen Eye",1:"Ice Slick"}, // {index:"string"}
  274. heightm:0.5,
  275. weightkg:5.0,
  276. color:"White", // if this has no color, make it a empty string
  277. evos:["Burrmudail"], // don't bother defining this if it does not evolve
  278. eggGroups:["Flying"] // another list ["group"] or ["groupa","groupb"]
  279. },
  280. Burrmudail:{
  281. num:1023, // Pokedex Number
  282. species:"Burrmudail", // Friendly Species name (can use caps and space)
  283. types:["Ice","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  284. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  285. baseStats:{hp:70,atk:55,def:55,spa:105,spd:70,spe:120},
  286. abilities:{0:"Keen Eye",1:"Ice Slick"}, // {index:"string"}
  287. heightm:1.4,
  288. weightkg:27.1,
  289. color:"White", // if this has no color, make it a empty string
  290. eggGroups:["Flying"] // another list ["group"] or ["groupa","groupb"]
  291. },
  292. Koblin:{
  293. num:1024, // Pokedex Number
  294. species:"Koblin", // Friendly Species name (can use caps and space)
  295. types:["Dark"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  296. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  297. baseStats:{hp:50,atk:60,def:60,spa:35,spd:45,spe:60},
  298. abilities:{0:"Run Away",1:"Quick Feet"}, // {index:"string"}
  299. heightm:0.7,
  300. weightkg:16.2,
  301. color:"Black", // if this has no color, make it a empty string
  302. evos:["Koberus","Kobalt"], // don't bother defining this if it does not evolve
  303. eggGroups:["Monster"] // another list ["group"] or ["groupa","groupb"]
  304. },
  305. Koberus:{
  306. num:1025, // Pokedex Number
  307. species:"Koberus", // Friendly Species name (can use caps and space)
  308. types:["Dark","Fire:], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  309. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  310. baseStats:{hp:80,atk:115,def:50,spa:55,spd:60,spe:100},
  311. abilities:{0:"Hustle",1:"Guts"}, // {index:"string"}
  312. heightm:1.3,
  313. weightkg:59.7,
  314. color:"Red", // if this has no color, make it a empty string
  315. eggGroups:["Monster","Field"] // another list ["group"] or ["groupa","groupb"]
  316. },
  317. Kobalt:{
  318. num:1026, // Pokedex Number
  319. species:"Kobalt", // Friendly Species name (can use caps and space)
  320. types:["Dark","Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  321. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  322. baseStats:{hp:80,atk:115,def:100,spa:55,spd:60,spe:50},
  323. abilities:{0:"Unaware",1:"Solid Rock"}, // {index:"string"}
  324. heightm:1.3,
  325. weightkg:109.1,
  326. color:"Black", // if this has no color, make it a empty string
  327. eggGroups:["Monster","Mineral"] // another list ["group"] or ["groupa","groupb"]
  328. },
  329.  
  330. Pebblosa:{
  331. num:1027, // Pokedex Number
  332. species:"Pebblosa", // Friendly Species name (can use caps and space)
  333. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  334. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  335. baseStats:{hp:65,atk:75,def:60,spa:32,spd:44,spe:60},
  336. abilities:{0:"Gluttony",1:"Pickup"}, // {index:"string"}
  337. heightm:0.4,
  338. weightkg:17.6,
  339. color:"Brown", // if this has no color, make it a empty string
  340. evos:["Terratetra"], // don't bother defining this if it does not evolve
  341. eggGroups:["Field","Mineral"] // another list ["group"] or ["groupa","groupb"]
  342. },
  343. Terratetra:{
  344. num:1028, // Pokedex Number
  345. species:"Terratetra", // Friendly Species name (can use caps and space)
  346. types:["Normal","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  347. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  348. baseStats:{hp:84,atk:98,def:76,spa:43,spd:55,spe:65},
  349. abilities:{0:"Gluttony",1:"Solid Rock"}, // {index:"string"}
  350. heightm:1.0,
  351. weightkg:66.2,
  352. color:"Brown", // if this has no color, make it a empty string
  353. evos:["Gigaard"], // don't bother defining this if it does not evolve
  354. eggGroups:["Field","Mineral"] // another list ["group"] or ["groupa","groupb"]
  355. },
  356. Gigaard:{
  357. num:1029, // Pokedex Number
  358. species:"Gigaard", // Friendly Species name (can use caps and space)
  359. types:["Normal","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  360. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  361. baseStats:{hp:104,atk:132,def:99,spa:55,spd:75,spe:68},
  362. abilities:{0:"Gluttony",1:"Solid Rock"}, // {index:"string"}
  363. heightm:1.6,
  364. weightkg:179.9,
  365. color:"Brown", // if this has no color, make it a empty string
  366. eggGroups:["Field","Mineral"] // another list ["group"] or ["groupa","groupb"]
  367. },
  368. Cowatti:{
  369. num:1030, // Pokedex Number
  370. species:"Cowatti", // Friendly Species name (can use caps and space)
  371. types:["Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  372. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  373. baseStats:{hp:60,atk:50,def:60,spa:95,spd:65,spe:100},
  374. abilities:{0:"Static",1:"Pickup"}, // {index:"string"}
  375. heightm:0.6,
  376. weightkg:13.5,
  377. color:"Yellow", // if this has no color, make it a empty string
  378. eggGroups:["Field","Fairy"] // another list ["group"] or ["groupa","groupb"]
  379. },
  380. Snome:{
  381. num:1031, // Pokedex Number
  382. species:"Snome", // Friendly Species name (can use caps and space)
  383. types:["Ice"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  384. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  385. baseStats:{hp:65,atk:65,def:30,spa:60,spd:70,spe:40},
  386. abilities:{0:"Permafrost",1:"Prankster"}, // {index:"string"}
  387. heightm:0.5,
  388. weightkg:21.7,
  389. color:"Light Blue", // if this has no color, make it a empty string
  390. evos:["Snogre"], // don't bother defining this if it does not evolve
  391. eggGroups:["Human-Like"] // another list ["group"] or ["groupa","groupb"]
  392. },
  393. Snogre:{
  394. num:1032, // Pokedex Number
  395. species:"Snogre", // Friendly Species name (can use caps and space)
  396. types:["Ice"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  397. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  398. baseStats:{hp:95,atk:130,def:55,spa:80,spd:90,spe:60},
  399. abilities:{0:"Permafrost",1:"Sheer Force"}, // {index:"string"}
  400. heightm:1.8,
  401. weightkg:148.0,
  402. color:"Light Blue", // if this has no color, make it a empty string
  403. eggGroups:["Human-Like"] // another list ["group"] or ["groupa","groupb"]
  404. },
  405. Taomarin:{
  406. num:1033, // Pokedex Number
  407. species:"Taomarin", // Friendly Species name (can use caps and space)
  408. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  409. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  410. baseStats:{hp:60,atk:60,def:60,spa:60,spd:60,spe:60},
  411. abilities:{0:"Content"}, // {index:"string"}
  412. heightm:0.7,
  413. weightkg:4.0,
  414. color:"", // if this has no color, make it a empty string
  415. evos:["Orangutao"], // don't bother defining this if it does not evolve
  416. eggGroups:["Field","Human-Like"] // another list ["group"] or ["groupa","groupb"]
  417. },
  418. Orangutao:{
  419. num:1034, // Pokedex Number
  420. species:"Orangutao", // Friendly Species name (can use caps and space)
  421. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  422. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  423. baseStats:{hp:80,atk:80,def:80,spa:80,spd:80,spe:80},
  424. abilities:{0:"Content"}, // {index:"string"}
  425. heightm:1.6,
  426. weightkg:4.0,
  427. color:"", // if this has no color, make it a empty string
  428. eggGroups:["Field","Human-Like"] // another list ["group"] or ["groupa","groupb"]
  429. },
  430. Larvabidae:{
  431. num:1035, // Pokedex Number
  432. species:"Larvabidae", // Friendly Species name (can use caps and space)
  433. types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  434. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  435. baseStats:{hp:45,atk:45,def:45,spa:33,spd:33,spe:33},
  436. abilities:{0:"Swarm"}, // {index:"string"}
  437. heightm:0.3,
  438. weightkg:4.0,
  439. color:"Brown", // if this has no color, make it a empty string
  440. evos:["Caranox","Carajoule","Caracrust"], // don't bother defining this if it does not evolve
  441. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  442. },
  443. Caranox:{
  444. num:1036, // Pokedex Number
  445. species:"Caranox", // Friendly Species name (can use caps and space)
  446. types:["Bug","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  447. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  448. baseStats:{hp:96,atk:109,def:61,spa:40,spd:61,spe:63},
  449. abilities:{0:"Poison Point"}, // {index:"string"}
  450. heightm:0.7,
  451. weightkg:4.0,
  452. color:"", // if this has no color, make it a empty string
  453. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  454. },
  455. Carajoule:{
  456. num:1037, // Pokedex Number
  457. species:"Carajoule", // Friendly Species name (can use caps and space)
  458. types:["Bug","Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  459. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  460. baseStats:{hp:60,atk:50,def:50,spa:109,spd:71,spe:90},
  461. abilities:{0:"Static"}, // {index:"string"}
  462. heightm:0.7,
  463. weightkg:4.0,
  464. color:"Orange", // if this has no color, make it a empty string
  465. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  466. },
  467. Caracrust:{
  468. num:1038, // Pokedex Number
  469. species:"Caracrust", // Friendly Species name (can use caps and space)
  470. types:["Bug","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  471. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  472. baseStats:{hp:60,atk:70,def:109,spa:42,spd:109,spe:40},
  473. abilities:{0:"Sturdy"}, // {index:"string"}
  474. heightm:0.7,
  475. weightkg:4.0,
  476. color:"Pink", // if this has no color, make it a empty string
  477. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  478. },
  479. Musburry:{
  480. num:1039, // Pokedex Number
  481. species:"Musburry", // Friendly Species name (can use caps and space)
  482. types:["Normal","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  483. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  484. baseStats:{hp:55,atk:60,def:30,spa:35,spd:25,spe:55},
  485. abilities:{0:"Forage"}, // {index:"string"}
  486. heightm:0.2,
  487. weightkg:0.4,
  488. color:"", // if this has no color, make it a empty string
  489. evos:["Musbushel"], // don't bother defining this if it does not evolve
  490. eggGroups:["Field","Grass"] // another list ["group"] or ["groupa","groupb"]
  491. },
  492. Musbushel:{
  493. num:1040, // Pokedex Number
  494. species:"Musbushel", // Friendly Species name (can use caps and space)
  495. types:["Normal","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  496. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  497. baseStats:{hp:60,atk:81,def:55,spa:70,spd:50,spe:105},
  498. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  499. heightm:0.8,
  500. weightkg:4.0,
  501. color:"Red", // if this has no color, make it a empty string
  502. eggGroups:["Field","Grass"] // another list ["group"] or ["groupa","groupb"]
  503. },
  504. //#'s to this point are fine
  505. Berratel:{
  506. num:1041, // Pokedex Number
  507. species:"Berratel", // Friendly Species name (can use caps and space)
  508. types:["Dark"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  509. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  510. baseStats:{hp:80,atk:105,def:100,spa:50,spd:60,spe:81},
  511. abilities:{0:"Gluttony",1:"Mooch"}, // {index:"string"}
  512. heightm:1.3,
  513. weightkg:149.7,
  514. color:"", // if this has no color, make it a empty string
  515. eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
  516. },
  517. Growmeo:{
  518. num:1042, // Pokedex Number
  519. species:"Growmeo", // Friendly Species name (can use caps and space)
  520. types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  521. gender:"M" // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  522. baseStats:{hp:35,atk:74,def:30,spa:68,spd:35,spe:53},
  523. abilities:{0:"Allure",1:"Effect Spore"}, // {index:"string"}
  524. heightm:0.5,
  525. weightkg:0.2,
  526. color:"Green", // if this has no color, make it a empty string
  527. evos:["Montegrew"], // don't bother defining this if it does not evolve
  528. eggGroups:["Grass","Human-Like"] // another list ["group"] or ["groupa","groupb"]
  529. },
  530. Montegrew:{
  531. num:1043, // Pokedex Number
  532. species:"Montegrew", // Friendly Species name (can use caps and space)
  533. types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  534. gender:"M" // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  535. baseStats:{hp:65,atk:102,def:61,spa:96,spd:65,spe:81},
  536. abilities:{0:"Allure",1:"Effect Spore"}, // {index:"string"}
  537. heightm:1.2,
  538. weightkg:2.6,
  539. color:"Green", // if this has no color, make it a empty string
  540. eggGroups:["Undiscovered"] // another list ["group"] or ["groupa","groupb"]
  541. },
  542. Tuliep:{
  543. num:1044, // Pokedex Number
  544. species:"Tuliep", // Friendly Species name (can use caps and space)
  545. types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  546. gender:"F", // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  547. baseStats:{hp:66,atk:20,def:35,spa:50,spd:85,spe:39},
  548. abilities:{0:"Allure",1:"Natural Cure"}, // {index:"string"}
  549. heightm:0.5,
  550. weightkg:0.2,
  551. color:"Green", // if this has no color, make it a empty string
  552. evos:["Capulilly"], // don't bother defining this if it does not evolve
  553. eggGroups:["Grass","Human-Like"] // another list ["group"] or ["groupa","groupb"]
  554. },
  555. Capulilly:{
  556. num:1045, // Pokedex Number
  557. species:"Capulilly", // Friendly Species name (can use caps and space)
  558. types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  559. gender:"F", // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  560. baseStats:{hp:95,atk:40,def:64,spa:85,spd:120,spe:66},
  561. abilities:{0:"Allure",1:"Natural Cure"}, // {index:"string"}
  562. heightm:1.1,
  563. weightkg:2.6,
  564. color:"Green", // if this has no color, make it a empty string
  565. eggGroups:["Undiscovered"] // another list ["group"] or ["groupa","groupb"]
  566. },
  567. Dreamdery:{
  568. num:1046, // Pokedex Number
  569. species:"Dreamdery", // Friendly Species name (can use caps and space)
  570. types:["Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  571. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  572. baseStats:{hp:70,atk:45,def:60,spa:90,spd:110,spe:65},
  573. abilities:{0:"Prankster"}, // {index:"string"}
  574. heightm:0.9,
  575. weightkg:24.5,
  576. color:"Gray", // if this has no color, make it a empty string
  577. eggGroups:["Field","Fairy"] // another list ["group"] or ["groupa","groupb"]
  578. },
  579. Macabra:{
  580. num:1047, // Pokedex Number
  581. species:"Macabra", // Friendly Species name (can use caps and space)
  582. types:["Dark"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  583. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  584. baseStats:{hp:80,atk:115,def:55,spa:45,spd:65,spe:90},
  585. abilities:{0:"Psych Out",1:"Insomnia"}, // {index:"string"}
  586. heightm:1.4,
  587. weightkg:44.5,
  588. color:"Brown", // if this has no color, make it a empty string
  589. eggGroups:["Field","Monster"] // another list ["group"] or ["groupa","groupb"]
  590. },
  591. Kertruffle:{
  592. num:1048, // Pokedex Number
  593. species:"Kertruffle", // Friendly Species name (can use caps and space)
  594. types:["Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  595. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  596. baseStats:{hp:65,atk:55,def:45,spa:55,spd:45,spe:30},
  597. abilities:{0:"Effect Spore",1:"Gluttony"}, // {index:"string"}
  598. heightm:0.5,
  599. weightkg:4.0,
  600. color:"Gray", // if this has no color, make it a empty string
  601. evos:["Mosshroom","Lumishroom","Perishroom"], // don't bother defining this if it does not evolve
  602. eggGroups:["Grass"] // another list ["group"] or ["groupa","groupb"]
  603. },
  604. Mosshroom:{
  605. num:1049, // Pokedex Number
  606. species:"Mosshroom", // Friendly Species name (can use caps and space)
  607. types:["Grass","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  608. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  609. baseStats:{hp:145,atk:55,def:90,spa:55,spd:90,spe:30},
  610. abilities:{0:"Effect Spore",1:"Hydration"}, // {index:"string"}
  611. heightm:1.1,
  612. weightkg:4.0,
  613. color:"Green", // if this has no color, make it a empty string
  614. eggGroups:["Grass"] // another list ["group"] or ["groupa","groupb"]
  615. },
  616. Lumishroom:{
  617. num:1050, // Pokedex Number
  618. species:"Lumishroom", // Friendly Species name (can use caps and space)
  619. types:["Poison","Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  620. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  621. baseStats:{hp:120,atk:55,def:100,spa:60,spd:100,spe:30},
  622. abilities:{0:"Effect Spore",1:"Volt Absorb"}, // {index:"string"}
  623. heightm:1.5,
  624. weightkg:71.0,
  625. color:"Gray", // if this has no color, make it a empty string
  626. eggGroups:["Grass"] // another list ["group"] or ["groupa","groupb"]
  627. },
  628. Perishroom:{
  629. num:1051, // Pokedex Number
  630. species:"Perishroom", // Friendly Species name (can use caps and space)
  631. types:["Poison","Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  632. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  633. baseStats:{hp:120,atk:100,def:55,spa:100,spd:60,spe:30},
  634. abilities:{0:"Effect Spore",1:"Cursed Body"}, // {index:"string"}
  635. heightm:1.1,
  636. weightkg:4.0,
  637. color:"Purple", // if this has no color, make it a empty string
  638. eggGroups:["Grass"] // another list ["group"] or ["groupa","groupb"]
  639. },
Advertisement
Add Comment
Please, Sign In to add comment