Guest User

Pokedex.js 1000-1051. Need BS/abil/height/weight/color/egg

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