Guest User

Pokedex.js 1-229, much to fix

a guest
Jul 29th, 2014
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 173.34 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. },
  669. Rocano:{
  670. num:1052, // Pokedex Number
  671. species:"Rocano", // Friendly Species name (can use caps and space)
  672. types:["Fire","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  673. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  674. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  675. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  676. heightm:0.2,
  677. weightkg:4.0,
  678. color:"", // if this has no color, make it a empty string
  679. evos:["Volcaroc"], // don't bother defining this if it does not evolve
  680. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  681. },
  682. Volcaroc:{
  683. num:1053, // Pokedex Number
  684. species:"Volcaroc", // Friendly Species name (can use caps and space)
  685. types:["Fire","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  686. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  687. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  688. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  689. heightm:0.2,
  690. weightkg:4.0,
  691. color:"", // if this has no color, make it a empty string
  692. evos:["Volcoalder"], // don't bother defining this if it does not evolve
  693. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  694. },
  695. Volcoalder:{
  696. num:1054, // Pokedex Number
  697. species:"Volcoalder", // Friendly Species name (can use caps and space)
  698. types:["Fire","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  699. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  700. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  701. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  702. heightm:0.2,
  703. weightkg:4.0,
  704. color:"", // if this has no color, make it a empty string
  705. //evos:["syclant"], // don't bother defining this if it does not evolve
  706. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  707. },
  708. //good up to here
  709. Pounther:{
  710. num:1055, // Pokedex Number
  711. species:"Pounther", // Friendly Species name (can use caps and space)
  712. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  713. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  714. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  715. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  716. heightm:0.2,
  717. weightkg:4.0,
  718. color:"", // if this has no color, make it a empty string
  719. evos:["Jaguile"], // don't bother defining this if it does not evolve
  720. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  721. },
  722. Jaguile:{
  723. num:1056, // Pokedex Number
  724. species:"Jaguile", // Friendly Species name (can use caps and space)
  725. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  726. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  727. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  728. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  729. heightm:0.2,
  730. weightkg:4.0,
  731. color:"", // if this has no color, make it a empty string
  732. //evos:["syclant"], // don't bother defining this if it does not evolve
  733. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  734. },
  735.  
  736. Neureka:{
  737. num:1057, // Pokedex Number
  738. species:"Neureka", // Friendly Species name (can use caps and space)
  739. types:["Psychic","Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  740. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  741. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  742. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  743. heightm:0.2,
  744. weightkg:4.0,
  745. color:"", // if this has no color, make it a empty string
  746. evos:["Cerebrulb"], // don't bother defining this if it does not evolve
  747. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  748. },
  749.  
  750. Cerebrulb:{
  751. num:1058, // Pokedex Number
  752. species:"Cerebrulb", // Friendly Species name (can use caps and space)
  753. types:["Psychic","Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  754. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  755. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  756. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  757. heightm:0.2,
  758. weightkg:4.0,
  759. color:"", // if this has no color, make it a empty string
  760. //evos:["syclant"], // don't bother defining this if it does not evolve
  761. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  762. },
  763. //good up to here
  764. Peppit:{
  765. num:1059, // Pokedex Number
  766. species:"Peppit", // Friendly Species name (can use caps and space)
  767. types:["Grass","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  768. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  769. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  770. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  771. heightm:0.2,
  772. weightkg:4.0,
  773. color:"", // if this has no color, make it a empty string
  774. evos:["Hoppanero"], // don't bother defining this if it does not evolve
  775. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  776. },
  777.  
  778. Hoppanero:{
  779. num:1060, // Pokedex Number
  780. species:"Hoppanero", // Friendly Species name (can use caps and space)
  781. types:["Grass","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  782. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  783. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  784. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  785. heightm:0.2,
  786. weightkg:4.0,
  787. color:"", // if this has no color, make it a empty string
  788. evos:["Scovalope"], // don't bother defining this if it does not evolve
  789. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  790. },
  791.  
  792. Scovalope:{
  793. num:1061, // Pokedex Number
  794. species:"Scovalope", // Friendly Species name (can use caps and space)
  795. types:["Grass","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  796. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  797. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  798. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  799. heightm:0.2,
  800. weightkg:4.0,
  801. color:"", // if this has no color, make it a empty string
  802. //evos:["syclant"], // don't bother defining this if it does not evolve
  803. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  804. },
  805.  
  806. Pawter:{
  807. num:1062, // Pokedex Number
  808. species:"Pawter", // Friendly Species name (can use caps and space)
  809. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  810. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  811. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  812. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  813. heightm:0.2,
  814. weightkg:4.0,
  815. color:"", // if this has no color, make it a empty string
  816. evos:["Huricanine"], // don't bother defining this if it does not evolve
  817. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  818. },
  819.  
  820. Huricanine:{
  821. num:1063, // Pokedex Number
  822. species:"Juricanine", // Friendly Species name (can use caps and space)
  823. types:["Water","Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  824. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  825. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  826. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  827. heightm:0.2,
  828. weightkg:4.0,
  829. color:"", // if this has no color, make it a empty string
  830. //evos:["syclant"], // don't bother defining this if it does not evolve
  831. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  832. },
  833. //good up to here
  834. Skullarva:{
  835. num:1064, // Pokedex Number
  836. species:"Skullarva", // Friendly Species name (can use caps and space)
  837. types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  838. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  839. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  840. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  841. heightm:0.2,
  842. weightkg:4.0,
  843. color:"", // if this has no color, make it a empty string
  844. evos:["Maskoon"], // don't bother defining this if it does not evolve
  845. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  846. },
  847.  
  848. Maskoon:{
  849. num:1065, // Pokedex Number
  850. species:"Maskoon", // Friendly Species name (can use caps and space)
  851. types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  852. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  853. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  854. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  855. heightm:0.2,
  856. weightkg:4.0,
  857. color:"", // if this has no color, make it a empty string
  858. evos:["Mortasque"], // don't bother defining this if it does not evolve
  859. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  860. },
  861.  
  862. Mortasque:{
  863. num:1066, // Pokedex Number
  864. species:"Mortasque", // Friendly Species name (can use caps and space)
  865. types:["Bug","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  866. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  867. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  868. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  869. heightm:0.2,
  870. weightkg:4.0,
  871. color:"", // if this has no color, make it a empty string
  872. //evos:["syclant"], // don't bother defining this if it does not evolve
  873. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  874. },
  875.  
  876. Vectol:{
  877. num:1067, // Pokedex Number
  878. species:"Vectol", // Friendly Species name (can use caps and space)
  879. types:["Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  880. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  881. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  882. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  883. heightm:0.2,
  884. weightkg:4.0,
  885. color:"", // if this has no color, make it a empty string
  886. evos:["Vectol.2"], // don't bother defining this if it does not evolve
  887. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  888. },
  889.  
  890. Vectol.2:{
  891. num:1068, // Pokedex Number
  892. species:"Vectol.2", // Friendly Species name (can use caps and space)
  893. types:["Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  894. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  895. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  896. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  897. heightm:0.2,
  898. weightkg:4.0,
  899. color:"", // if this has no color, make it a empty string
  900. //evos:["syclant"], // don't bother defining this if it does not evolve
  901. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  902. },
  903. //good up to here
  904. Bouwee:{
  905. num:1069, // Pokedex Number
  906. species:"Bouwee", // Friendly Species name (can use caps and space)
  907. types:["Water","Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  908. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  909. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  910. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  911. heightm:0.2,
  912. weightkg:4.0,
  913. color:"", // if this has no color, make it a empty string
  914. evos:["Scubug"], // don't bother defining this if it does not evolve
  915. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  916. },
  917.  
  918. Scubug:{
  919. num:1070, // Pokedex Number
  920. species:"Scubug", // Friendly Species name (can use caps and space)
  921. types:["Water","Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  922. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  923. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  924. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  925. heightm:0.2,
  926. weightkg:4.0,
  927. color:"", // if this has no color, make it a empty string
  928. //evos:["syclant"], // don't bother defining this if it does not evolve
  929. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  930. },
  931. //confirmed 1070 at this point
  932.  
  933. Totter:{
  934. num:1071, // Pokedex Number
  935. species:"Totter", // Friendly Species name (can use caps and space)
  936. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  937. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  938. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  939. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  940. heightm:0.2,
  941. weightkg:4.0,
  942. color:"", // if this has no color, make it a empty string
  943. evos:["Cascotta"], // don't bother defining this if it does not evolve
  944. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  945. },
  946.  
  947. Cascotta:{
  948. num:1072, // Pokedex Number
  949. species:"Cascotta", // Friendly Species name (can use caps and space)
  950. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  951. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  952. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  953. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  954. heightm:0.2,
  955. weightkg:4.0,
  956. color:"", // if this has no color, make it a empty string
  957. evos:["Lutrajet"], // don't bother defining this if it does not evolve
  958. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  959. },
  960.  
  961. Lutrajet:{
  962. num:1073, // Pokedex Number
  963. species:"Lutrajet", // Friendly Species name (can use caps and space)
  964. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  965. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  966. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  967. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  968. heightm:0.2,
  969. weightkg:4.0,
  970. color:"", // if this has no color, make it a empty string
  971. //evos:["syclar"], // don't bother defining this if it does not evolve
  972. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  973. },
  974.  
  975. Alpint:{
  976. num:1074, // Pokedex Number
  977. species:"Alpint", // Friendly Species name (can use caps and space)
  978. types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  979. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  980. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  981. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  982. heightm:0.2,
  983. weightkg:4.0,
  984. color:"", // if this has no color, make it a empty string
  985. evos:["Forusk"], // don't bother defining this if it does not evolve
  986. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  987. },
  988.  
  989. Forusk:{
  990. num:1075, // Pokedex Number
  991. species:"Forusk", // Friendly Species name (can use caps and space)
  992. types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  993. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  994. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  995. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  996. heightm:0.2,
  997. weightkg:4.0,
  998. color:"", // if this has no color, make it a empty string
  999. //evos:["syclant"], // don't bother defining this if it does not evolve
  1000. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1001. },
  1002.  
  1003. Platypow:{
  1004. num:1076, // Pokedex Number
  1005. species:"Platypow", // Friendly Species name (can use caps and space)
  1006. types:["Fighting","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1007. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1008. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1009. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1010. heightm:0.2,
  1011. weightkg:4.0,
  1012. color:"", // if this has no color, make it a empty string
  1013. evos:["Platikhao"], // don't bother defining this if it does not evolve
  1014. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1015. },
  1016.  
  1017. Platikhao:{
  1018. num:1077, // Pokedex Number
  1019. species:"Platikhao", // Friendly Species name (can use caps and space)
  1020. types:["Fighting","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1021. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1022. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1023. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1024. heightm:0.2,
  1025. weightkg:4.0,
  1026. color:"", // if this has no color, make it a empty string
  1027. //evos:["syclant"], // don't bother defining this if it does not evolve
  1028. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1029. },
  1030.  
  1031. Cuppy:{
  1032. num:1078, // Pokedex Number
  1033. species:"Cuppy", // Friendly Species name (can use caps and space)
  1034. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1035. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1036. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1037. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1038. heightm:0.2,
  1039. weightkg:4.0,
  1040. color:"", // if this has no color, make it a empty string
  1041. evos:["Fettlekish"], // don't bother defining this if it does not evolve
  1042. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1043. },
  1044.  
  1045. Fettlekish:{
  1046. num:1079, // Pokedex Number
  1047. species:"Fettlekish", // Friendly Species name (can use caps and space)
  1048. types:["Water","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1049. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1050. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1051. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1052. heightm:0.2,
  1053. weightkg:4.0,
  1054. color:"", // if this has no color, make it a empty string
  1055. //evos:["syclant"], // don't bother defining this if it does not evolve
  1056. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1057. },
  1058.  
  1059. Shibalbat:{
  1060. num:1080, // Pokedex Number
  1061. species:"Shibalbat", // Friendly Species name (can use caps and space)
  1062. types:["Rock","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1063. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1064. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1065. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1066. heightm:0.2,
  1067. weightkg:4.0,
  1068. color:"", // if this has no color, make it a empty string
  1069. //evos:["syclant"], // don't bother defining this if it does not evolve
  1070. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1071. },
  1072. //confirmed 1080
  1073. Nobunata:{
  1074. num:1081, // Pokedex Number
  1075. species:"Nobunata", // Friendly Species name (can use caps and space)
  1076. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1077. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1078. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1079. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1080. heightm:0.2,
  1081. weightkg:4.0,
  1082. color:"", // if this has no color, make it a empty string
  1083. //evos:["syclant"], // don't bother defining this if it does not evolve
  1084. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1085. },
  1086. Psybex:{
  1087. num:1082, // Pokedex Number
  1088. species:"Psybex", // Friendly Species name (can use caps and space)
  1089. types:["Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1090. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1091. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1092. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1093. heightm:0.2,
  1094. weightkg:4.0,
  1095. color:"", // if this has no color, make it a empty string
  1096. evos:["Gnuru"], // don't bother defining this if it does not evolve
  1097. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1098. },
  1099. Gnuru:{
  1100. num:1083, // Pokedex Number
  1101. species:"Gnuru", // Friendly Species name (can use caps and space)
  1102. types:["Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1103. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1104. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1105. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1106. heightm:0.2,
  1107. weightkg:4.0,
  1108. color:"", // if this has no color, make it a empty string
  1109. //evos:["syclant"], // don't bother defining this if it does not evolve
  1110. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1111. },
  1112. Flowger:{
  1113. num:1084, // Pokedex Number
  1114. species:"Flowger", // Friendly Species name (can use caps and space)
  1115. types:["Water","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1116. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1117. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1118. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1119. heightm:0.2,
  1120. weightkg:4.0,
  1121. color:"", // if this has no color, make it a empty string
  1122. evos:["Bullotus"], // don't bother defining this if it does not evolve
  1123. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1124. },
  1125. Bullotus:{
  1126. num:1085, // Pokedex Number
  1127. species:"Bullotus", // Friendly Species name (can use caps and space)
  1128. types:["Water","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1129. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1130. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1131. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1132. heightm:0.2,
  1133. weightkg:4.0,
  1134. color:"", // if this has no color, make it a empty string
  1135. //evos:["syclant"], // don't bother defining this if it does not evolve
  1136. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1137. },
  1138. Burrowl:{
  1139. num:1086, // Pokedex Number
  1140. species:"Burrowl", // Friendly Species name (can use caps and space)
  1141. types:["Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1142. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1143. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1144. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1145. heightm:0.2,
  1146. weightkg:4.0,
  1147. color:"", // if this has no color, make it a empty string
  1148. //evos:["syclant"], // don't bother defining this if it does not evolve
  1149. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1150. },
  1151. Magowl:{
  1152. num:1087, // Pokedex Number
  1153. species:"Magowl", // Friendly Species name (can use caps and space)
  1154. types:["Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1155. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1156. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1157. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1158. heightm:0.2,
  1159. weightkg:4.0,
  1160. color:"", // if this has no color, make it a empty string
  1161. //evos:["syclant"], // don't bother defining this if it does not evolve
  1162. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1163. },
  1164. Craliber:{
  1165. num:1088, // Pokedex Number
  1166. species:"Craliber", // Friendly Species name (can use caps and space)
  1167. types:["Water","Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1168. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1169. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1170. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1171. heightm:0.2,
  1172. weightkg:4.0,
  1173. color:"", // if this has no color, make it a empty string
  1174. evos:["Crawglock"], // don't bother defining this if it does not evolve
  1175. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1176. },
  1177. Crawglock:{
  1178. num:1089, // Pokedex Number
  1179. species:"Crawglock", // Friendly Species name (can use caps and space)
  1180. types:["Water","Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1181. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1182. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1183. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1184. heightm:0.2,
  1185. weightkg:4.0,
  1186. color:"", // if this has no color, make it a empty string
  1187. //evos:["syclant"], // don't bother defining this if it does not evolve
  1188. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1189. },
  1190. Leafish:{
  1191. num:1090, // Pokedex Number
  1192. species:"Leafish", // Friendly Species name (can use caps and space)
  1193. types:["Water","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1194. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1195. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1196. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1197. heightm:0.2,
  1198. weightkg:4.0,
  1199. color:"", // if this has no color, make it a empty string
  1200. evos:["Chlorofin"], // don't bother defining this if it does not evolve
  1201. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1202. },
  1203. Chlorofin:{
  1204. num:1091, // Pokedex Number
  1205. species:"Chlorofin", // Friendly Species name (can use caps and space)
  1206. types:["Water","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1207. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1208. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1209. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1210. heightm:0.2,
  1211. weightkg:4.0,
  1212. color:"", // if this has no color, make it a empty string
  1213. //evos:["syclant"], // don't bother defining this if it does not evolve
  1214. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1215. },
  1216. Quibble:{
  1217. num:1092, // Pokedex Number
  1218. species:"Quibble", // Friendly Species name (can use caps and space)
  1219. types:["Normal","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1220. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1221. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1222. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1223. heightm:0.2,
  1224. weightkg:4.0,
  1225. color:"", // if this has no color, make it a empty string
  1226. evos:["Fowattle"], // don't bother defining this if it does not evolve
  1227. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1228. },
  1229. Fowattle:{
  1230. num:1093, // Pokedex Number
  1231. species:"Fowattle", // Friendly Species name (can use caps and space)
  1232. types:["Ground","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1233. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1234. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1235. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1236. heightm:0.2,
  1237. weightkg:4.0,
  1238. color:"", // if this has no color, make it a empty string
  1239. evos:["Turkistador"], // don't bother defining this if it does not evolve
  1240. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1241. },
  1242. Turkistador:{
  1243. num:1094, // Pokedex Number
  1244. species:"Turkistador", // Friendly Species name (can use caps and space)
  1245. types:["Ground","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1246. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1247. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1248. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1249. heightm:0.2,
  1250. weightkg:4.0,
  1251. color:"", // if this has no color, make it a empty string
  1252. //evos:["Turkistador"], // don't bother defining this if it does not evolve
  1253. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1254. },
  1255. //confirmed 1094
  1256. Sedirrot:{
  1257. num:1095, // Pokedex Number
  1258. species:"Sedirrot", // Friendly Species name (can use caps and space)
  1259. types:["Rock","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1260. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1261. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1262. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1263. heightm:0.2,
  1264. weightkg:4.0,
  1265. color:"", // if this has no color, make it a empty string
  1266. evos:["Condesa"], // don't bother defining this if it does not evolve
  1267. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1268. },
  1269. Condesa:{
  1270. num:1096, // Pokedex Number
  1271. species:"Condesa", // Friendly Species name (can use caps and space)
  1272. types:["Rock","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1273. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1274. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1275. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1276. heightm:0.2,
  1277. weightkg:4.0,
  1278. color:"", // if this has no color, make it a empty string
  1279. //evos:["Turkistador"], // don't bother defining this if it does not evolve
  1280. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1281. },
  1282. Cardinite:{
  1283. num:1097, // Pokedex Number
  1284. species:"Cardinite", // Friendly Species name (can use caps and space)
  1285. types:["Fire","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1286. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1287. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1288. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1289. heightm:0.2,
  1290. weightkg:4.0,
  1291. color:"", // if this has no color, make it a empty string
  1292. evos:["Chardinal"], // don't bother defining this if it does not evolve
  1293. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1294. },
  1295. Chardinal:{
  1296. num:1098, // Pokedex Number
  1297. species:"Chardinal", // Friendly Species name (can use caps and space)
  1298. types:["Fire","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1299. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1300. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1301. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1302. heightm:0.2,
  1303. weightkg:4.0,
  1304. color:"", // if this has no color, make it a empty string
  1305. //evos:["Turkistador"], // don't bother defining this if it does not evolve
  1306. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1307. },
  1308. Skurrow:{
  1309. num:1099, // Pokedex Number
  1310. species:"Skurrow", // Friendly Species name (can use caps and space)
  1311. types:["Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1312. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1313. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1314. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1315. heightm:0.2,
  1316. weightkg:4.0,
  1317. color:"", // if this has no color, make it a empty string
  1318. //evos:["Turkistador"], // don't bother defining this if it does not evolve
  1319. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1320. },
  1321. Somberado:{
  1322. num:1100, // Pokedex Number
  1323. species:"Somberado", // Friendly Species name (can use caps and space)
  1324. types:["Ghost","Dark"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1325. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1326. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1327. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1328. heightm:0.2,
  1329. weightkg:4.0,
  1330. color:"", // if this has no color, make it a empty string
  1331. //evos:["Turkistador"], // don't bother defining this if it does not evolve
  1332. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1333. },
  1334. Phlask:{
  1335. num:1101, // Pokedex Number
  1336. species:"Phlask", // Friendly Species name (can use caps and space)
  1337. types:["Poison","Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1338. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1339. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1340. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1341. heightm:0.2,
  1342. weightkg:4.0,
  1343. color:"", // if this has no color, make it a empty string
  1344. evos:["Noxial"], // don't bother defining this if it does not evolve
  1345. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1346. },
  1347. Noxial:{
  1348. num:1102, // Pokedex Number
  1349. species:"Noxial", // Friendly Species name (can use caps and space)
  1350. types:["Poison","Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1351. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1352. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1353. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1354. heightm:0.2,
  1355. weightkg:4.0,
  1356. color:"", // if this has no color, make it a empty string
  1357. evos:["Fumighast"], // don't bother defining this if it does not evolve
  1358. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1359. },
  1360. Fumighast:{
  1361. num:1103, // Pokedex Number
  1362. species:"Fumighast", // Friendly Species name (can use caps and space)
  1363. types:["Poison","Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1364. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1365. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1366. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1367. heightm:0.2,
  1368. weightkg:4.0,
  1369. color:"", // if this has no color, make it a empty string
  1370. //evos:["Fumighast"], // don't bother defining this if it does not evolve
  1371. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1372. },
  1373. Atomite:{
  1374. num:1104, // Pokedex Number
  1375. species:"Atomite", // Friendly Species name (can use caps and space)
  1376. types:["Normal","Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1377. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1378. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1379. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1380. heightm:0.2,
  1381. weightkg:4.0,
  1382. color:"", // if this has no color, make it a empty string
  1383. evos:["Orbatom"], // don't bother defining this if it does not evolve
  1384. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1385. },
  1386. Orbatom:{
  1387. num:1105, // Pokedex Number
  1388. species:"Orbatom", // Friendly Species name (can use caps and space)
  1389. types:["Normal","Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1390. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1391. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1392. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1393. heightm:0.2,
  1394. weightkg:4.0,
  1395. color:"", // if this has no color, make it a empty string
  1396. //evos:["Fumighast"], // don't bother defining this if it does not evolve
  1397. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1398. },
  1399. Squink:{
  1400. num:1106, // Pokedex Number
  1401. species:"Squink", // Friendly Species name (can use caps and space)
  1402. types:["Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1403. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1404. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1405. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1406. heightm:0.2,
  1407. weightkg:4.0,
  1408. color:"", // if this has no color, make it a empty string
  1409. evos:["Squidrift"], // don't bother defining this if it does not evolve
  1410. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1411. },
  1412. Squidrift:{
  1413. num:1107, // Pokedex Number
  1414. species:"Squidrift", // Friendly Species name (can use caps and space)
  1415. types:["Poison","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1416. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1417. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1418. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1419. heightm:0.2,
  1420. weightkg:4.0,
  1421. color:"", // if this has no color, make it a empty string
  1422. //evos:["Fumighast"], // don't bother defining this if it does not evolve
  1423. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1424. },
  1425. Boarealis:{
  1426. num:1108, // Pokedex Number
  1427. species:"Boarealis", // Friendly Species name (can use caps and space)
  1428. types:["Dark","Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1429. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1430. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1431. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1432. heightm:0.2,
  1433. weightkg:4.0,
  1434. color:"", // if this has no color, make it a empty string
  1435. //evos:["Fumighast"], // don't bother defining this if it does not evolve
  1436. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1437. },
  1438. Chelonite:{
  1439. num:1109, // Pokedex Number
  1440. species:"Chelonite", // Friendly Species name (can use caps and space)
  1441. types:["Psychic","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1442. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1443. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1444. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1445. heightm:0.2,
  1446. weightkg:4.0,
  1447. color:"", // if this has no color, make it a empty string
  1448. evos:["Galaxagos"], // don't bother defining this if it does not evolve
  1449. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1450. },
  1451. Galaxagos:{
  1452. num:1110, // Pokedex Number
  1453. species:"Galaxagos", // Friendly Species name (can use caps and space)
  1454. types:["Psychic","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1455. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1456. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1457. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1458. heightm:0.2,
  1459. weightkg:4.0,
  1460. color:"", // if this has no color, make it a empty string
  1461. //evos:["Fumighast"], // don't bother defining this if it does not evolve
  1462. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1463. },
  1464. Magnitogre:{
  1465. num:1111, // Pokedex Number
  1466. species:"Magnitogre", // Friendly Species name (can use caps and space)
  1467. types:["Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1468. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1469. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1470. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1471. heightm:0.2,
  1472. weightkg:4.0,
  1473. color:"", // if this has no color, make it a empty string
  1474. //evos:["Fumighast"], // don't bother defining this if it does not evolve
  1475. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1476. },
  1477. Minarac:{
  1478. num:1112, // Pokedex Number
  1479. species:"Minarac", // Friendly Species name (can use caps and space)
  1480. types:["Bug","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1481. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1482. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1483. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1484. heightm:0.2,
  1485. weightkg:4.0,
  1486. color:"", // if this has no color, make it a empty string
  1487. evos:["Trenchula"], // don't bother defining this if it does not evolve
  1488. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1489. },
  1490. Trenchula:{
  1491. num:1113, // Pokedex Number
  1492. species:"Trenchula", // Friendly Species name (can use caps and space)
  1493. types:["Bug","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1494. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1495. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1496. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1497. heightm:0.2,
  1498. weightkg:4.0,
  1499. color:"", // if this has no color, make it a empty string
  1500. //evos:["Fumighast"], // don't bother defining this if it does not evolve
  1501. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1502. },
  1503. Pottle:{
  1504. num:1114, // Pokedex Number
  1505. species:"Pottle", // Friendly Species name (can use caps and space)
  1506. types:["Grass","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1507. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1508. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1509. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1510. heightm:0.2,
  1511. weightkg:4.0,
  1512. color:"", // if this has no color, make it a empty string
  1513. evos:["Trikotta"], // don't bother defining this if it does not evolve
  1514. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1515. },
  1516. Trikotta:{
  1517. num:1115, // Pokedex Number
  1518. species:"Trikotta", // Friendly Species name (can use caps and space)
  1519. types:["Grass","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1520. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1521. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1522. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1523. heightm:0.2,
  1524. weightkg:4.0,
  1525. color:"", // if this has no color, make it a empty string
  1526. evos:["Terrorcotta"], // don't bother defining this if it does not evolve
  1527. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1528. },
  1529. Terrorcotta:{
  1530. num:1116, // Pokedex Number
  1531. species:"Terrorcotta", // Friendly Species name (can use caps and space)
  1532. types:["Grass","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1533. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1534. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1535. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1536. heightm:0.2,
  1537. weightkg:4.0,
  1538. color:"", // if this has no color, make it a empty string
  1539. //evos:["Trenchula"], // don't bother defining this if it does not evolve
  1540. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1541. },
  1542. Pueblant:{
  1543. num:1117, // Pokedex Number
  1544. species:"Pueblant", // Friendly Species name (can use caps and space)
  1545. types:["Bug","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1546. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1547. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1548. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1549. heightm:0.2,
  1550. weightkg:4.0,
  1551. color:"", // if this has no color, make it a empty string
  1552. evos:["Cahokisect"], // don't bother defining this if it does not evolve
  1553. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1554. },
  1555. Cahokisect:{
  1556. num:1118, // Pokedex Number
  1557. species:"Cahokisect", // Friendly Species name (can use caps and space)
  1558. types:["Bug","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1559. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1560. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1561. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1562. heightm:0.2,
  1563. weightkg:4.0,
  1564. color:"", // if this has no color, make it a empty string
  1565. //evos:["Trenchula"], // don't bother defining this if it does not evolve
  1566. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1567. },
  1568. Cobrascet:{
  1569. num:1119, // Pokedex Number
  1570. species:"Cobrascet", // Friendly Species name (can use caps and space)
  1571. types:["Poison","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1572. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1573. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1574. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1575. heightm:0.2,
  1576. weightkg:4.0,
  1577. color:"", // if this has no color, make it a empty string
  1578. evos:["Charmbra"], // don't bother defining this if it does not evolve
  1579. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1580. },
  1581. Charmbra:{
  1582. num:1120, // Pokedex Number
  1583. species:"Charmbra", // Friendly Species name (can use caps and space)
  1584. types:["Poison","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1585. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1586. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1587. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1588. heightm:0.2,
  1589. weightkg:4.0,
  1590. color:"", // if this has no color, make it a empty string
  1591. //evos:["Trenchula"], // don't bother defining this if it does not evolve
  1592. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1593. },
  1594. //confirmed 1120
  1595. Cairup:{
  1596. num:1121, // Pokedex Number
  1597. species:"Cairup", // Friendly Species name (can use caps and space)
  1598. types:["Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1599. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1600. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1601. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1602. heightm:0.2,
  1603. weightkg:4.0,
  1604. color:"", // if this has no color, make it a empty string
  1605. evos:["Kairoglyph"], // don't bother defining this if it does not evolve
  1606. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1607. },
  1608. Kairoglyph:{
  1609. num:1122, // Pokedex Number
  1610. species:"Kairoglyph", // Friendly Species name (can use caps and space)
  1611. types:["Psychic","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1612. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1613. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1614. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1615. heightm:0.2,
  1616. weightkg:4.0,
  1617. color:"", // if this has no color, make it a empty string
  1618. //evos:["Trenchula"], // don't bother defining this if it does not evolve
  1619. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1620. },
  1621. Necronite:{
  1622. num:1123, // Pokedex Number
  1623. species:"Necronite", // Friendly Species name (can use caps and space)
  1624. types:["Rock","Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1625. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1626. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1627. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1628. heightm:0.2,
  1629. weightkg:4.0,
  1630. color:"", // if this has no color, make it a empty string
  1631. evos:["Gravollum"], // don't bother defining this if it does not evolve
  1632. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1633. },
  1634. Gravollum:{
  1635. num:1124, // Pokedex Number
  1636. species:"Gravollum", // Friendly Species name (can use caps and space)
  1637. types:["Rock","Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1638. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1639. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1640. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1641. heightm:0.2,
  1642. weightkg:4.0,
  1643. color:"", // if this has no color, make it a empty string
  1644. //evos:["Trenchula"], // don't bother defining this if it does not evolve
  1645. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1646. },
  1647. Diloweed:{
  1648. num:1125, // Pokedex Number
  1649. species:"Diloweed", // Friendly Species name (can use caps and space)
  1650. types:["Grass","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1651. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1652. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1653. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1654. heightm:0.2,
  1655. weightkg:4.0,
  1656. color:"", // if this has no color, make it a empty string
  1657. evos:["Pangolash"], // don't bother defining this if it does not evolve
  1658. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1659. },
  1660. Pangolash:{
  1661. num:1126, // Pokedex Number
  1662. species:"Pangolash", // Friendly Species name (can use caps and space)
  1663. types:["Grass","Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1664. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1665. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1666. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1667. heightm:0.2,
  1668. weightkg:4.0,
  1669. color:"", // if this has no color, make it a empty string
  1670. //evos:["Trenchula"], // don't bother defining this if it does not evolve
  1671. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1672. },
  1673. Ignishell:{
  1674. num:1127, // Pokedex Number
  1675. species:"Ignishell", // Friendly Species name (can use caps and space)
  1676. types:["Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1677. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1678. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1679. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1680. heightm:0.2,
  1681. weightkg:4.0,
  1682. color:"", // if this has no color, make it a empty string
  1683. evos:["Shelosene"], // don't bother defining this if it does not evolve
  1684. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1685. },
  1686. Shelosene:{
  1687. num:1128, // Pokedex Number
  1688. species:"Shelosene", // Friendly Species name (can use caps and space)
  1689. types:["Fire","Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1690. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1691. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1692. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1693. heightm:0.2,
  1694. weightkg:4.0,
  1695. color:"", // if this has no color, make it a empty string
  1696. evos:["Flarrapin"], // don't bother defining this if it does not evolve
  1697. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1698. },
  1699. Flarrapin:{
  1700. num:1129,// Pokedex Number
  1701. species:"Flarrapin", // Friendly Species name (can use caps and space)
  1702. types:["Fire","Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1703. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1704. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1705. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1706. heightm:0.2,
  1707. weightkg:4.0,
  1708. color:"", // if this has no color, make it a empty string
  1709. //evos:["Trenchula"], // don't bother defining this if it does not evolve
  1710. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1711. },
  1712. Desoula:{
  1713. num:1130, // Pokedex Number
  1714. species:"Desoula", // Friendly Species name (can use caps and space)
  1715. types:["Ghost","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1716. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1717. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1718. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1719. heightm:0.2,
  1720. weightkg:4.0,
  1721. color:"", // if this has no color, make it a empty string
  1722. evos:["Necrow"], // don't bother defining this if it does not evolve
  1723. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1724. },
  1725. Necrow:{
  1726. num:1131, // Pokedex Number
  1727. species:"Necrow", // Friendly Species name (can use caps and space)
  1728. types:["Ghost","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1729. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1730. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1731. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1732. heightm:0.2,
  1733. weightkg:4.0,
  1734. color:"", // if this has no color, make it a empty string
  1735. evos:["Vultergyst"], // don't bother defining this if it does not evolve
  1736. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1737. },
  1738. Vultergyst:{
  1739. num:1132, // Pokedex Number
  1740. species:"Vultergyst", // Friendly Species name (can use caps and space)
  1741. types:["Ghost","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1742. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1743. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1744. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1745. heightm:0.2,
  1746. weightkg:4.0,
  1747. color:"", // if this has no color, make it a empty string
  1748. //evos:["Necrow"], // don't bother defining this if it does not evolve
  1749. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1750. },
  1751. Dinkywink:{
  1752. num:1133, // Pokedex Number
  1753. species:"Dinkywink", // Friendly Species name (can use caps and space)
  1754. types:["Water","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1755. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1756. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1757. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1758. heightm:0.2,
  1759. weightkg:4.0,
  1760. color:"", // if this has no color, make it a empty string
  1761. evos:["Dunkywunkr"], // don't bother defining this if it does not evolve
  1762. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1763. },
  1764. Dunkywunkr:{
  1765. num:1134, // Pokedex Number
  1766. species:"Dunkywunkr", // Friendly Species name (can use caps and space)
  1767. types:["Water","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1768. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1769. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1770. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1771. heightm:0.2,
  1772. weightkg:4.0,
  1773. color:"", // if this has no color, make it a empty string
  1774. //evos:["Necrow"], // don't bother defining this if it does not evolve
  1775. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1776. },
  1777. Calphite:{
  1778. num:1135, // Pokedex Number
  1779. species:"Calphite", // Friendly Species name (can use caps and space)
  1780. types:["Rock","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1781. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1782. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1783. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1784. heightm:0.2,
  1785. weightkg:4.0,
  1786. color:"", // if this has no color, make it a empty string
  1787. evos:["Indrolith"], // don't bother defining this if it does not evolve
  1788. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1789. },
  1790. Indrolith:{
  1791. num:1136, // Pokedex Number
  1792. species:"Indrolith", // Friendly Species name (can use caps and space)
  1793. types:["Rock","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1794. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1795. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1796. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1797. heightm:0.2,
  1798. weightkg:4.0,
  1799. color:"", // if this has no color, make it a empty string
  1800. //evos:["Necrow"], // don't bother defining this if it does not evolve
  1801. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1802. },
  1803. //confirmed 1136
  1804. Solacari:{
  1805. num:1137, // Pokedex Number
  1806. species:"Solacari", // Friendly Species name (can use caps and space)
  1807. types:["Normal","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1808. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1809. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1810. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1811. heightm:0.2,
  1812. weightkg:4.0,
  1813. color:"", // if this has no color, make it a empty string
  1814. //evos:["Necrow"], // don't bother defining this if it does not evolve
  1815. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1816. },
  1817. Nurshary:{
  1818. num:1138, // Pokedex Number
  1819. species:"Nurshary", // Friendly Species name (can use caps and space)
  1820. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1821. genderRatio:{M:0,F:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1822. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1823. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1824. heightm:0.2,
  1825. weightkg:4.0,
  1826. color:"", // if this has no color, make it a empty string
  1827. //evos:["Necrow"], // don't bother defining this if it does not evolve
  1828. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1829. },
  1830. Loneleaf:{
  1831. num:1139, // Pokedex Number
  1832. species:"Loneleaf", // Friendly Species name (can use caps and space)
  1833. types:["Ghost","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1834. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1835. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1836. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1837. heightm:0.2,
  1838. weightkg:4.0,
  1839. color:"", // if this has no color, make it a empty string
  1840. evos:["Forthorn"], // don't bother defining this if it does not evolve
  1841. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1842. },
  1843. Forthorn:{
  1844. num:1140, // Pokedex Number
  1845. species:"Forthorn", // Friendly Species name (can use caps and space)
  1846. types:["Ghost","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1847. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1848. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1849. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1850. heightm:0.2,
  1851. weightkg:4.0,
  1852. color:"", // if this has no color, make it a empty string
  1853. //evos:["Necrow"], // don't bother defining this if it does not evolve
  1854. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1855. },
  1856. Coltergeist:{
  1857. num:1141, // Pokedex Number
  1858. species:"Coltergeist", // Friendly Species name (can use caps and space)
  1859. types:["Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1860. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1861. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1862. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1863. heightm:0.2,
  1864. weightkg:4.0,
  1865. color:"", // if this has no color, make it a empty string
  1866. evos:["Fantasmare"], // don't bother defining this if it does not evolve
  1867. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1868. },
  1869. Forthorn:{
  1870. num:1142, // Pokedex Number
  1871. species:"Fantasmare", // Friendly Species name (can use caps and space)
  1872. types:["Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1873. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1874. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1875. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1876. heightm:0.2,
  1877. weightkg:4.0,
  1878. color:"", // if this has no color, make it a empty string
  1879. //evos:["Necrow"], // don't bother defining this if it does not evolve
  1880. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1881. },
  1882. Chihaha:{
  1883. num:1143, // Pokedex Number
  1884. species:"Forthorn", // Friendly Species name (can use caps and space)
  1885. types:["Normal","Dark"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1886. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1887. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1888. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1889. heightm:0.2,
  1890. weightkg:4.0,
  1891. color:"", // if this has no color, make it a empty string
  1892. evos:["Howlequin"], // don't bother defining this if it does not evolve
  1893. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1894. },
  1895. Howlequin:{
  1896. num:1144, // Pokedex Number
  1897. species:"Howlequin", // Friendly Species name (can use caps and space)
  1898. types:["Normal","Dark"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1899. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1900. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1901. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1902. heightm:0.2,
  1903. weightkg:4.0,
  1904. color:"", // if this has no color, make it a empty string
  1905. //evos:["Necrow"], // don't bother defining this if it does not evolve
  1906. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1907. },
  1908. Chegrin:{
  1909. num:1145, // Pokedex Number
  1910. species:"Cheshade", // Friendly Species name (can use caps and space)
  1911. types:["Dark","Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1912. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1913. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1914. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1915. heightm:0.2,
  1916. weightkg:4.0,
  1917. color:"", // if this has no color, make it a empty string
  1918. evos:["Cheshade"], // don't bother defining this if it does not evolve
  1919. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1920. },
  1921. Cheshade:{
  1922. num:1146, // Pokedex Number
  1923. species:"Cheshade", // Friendly Species name (can use caps and space)
  1924. types:["Dark","Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1925. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1926. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1927. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1928. heightm:0.2,
  1929. weightkg:4.0,
  1930. color:"", // if this has no color, make it a empty string
  1931. //evos:["Necrow"], // don't bother defining this if it does not evolve
  1932. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1933. },
  1934. Doppole:{
  1935. num:1147, // Pokedex Number
  1936. species:"Doppole", // Friendly Species name (can use caps and space)
  1937. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1938. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1939. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1940. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1941. heightm:0.2,
  1942. weightkg:4.0,
  1943. color:"", // if this has no color, make it a empty string
  1944. evos:["Artifish"], // don't bother defining this if it does not evolve
  1945. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1946. },
  1947. Artifish:{
  1948. num:1148, // Pokedex Number
  1949. species:"Artifish", // Friendly Species name (can use caps and space)
  1950. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1951. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1952. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1953. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1954. heightm:0.2,
  1955. weightkg:4.0,
  1956. color:"", // if this has no color, make it a empty string
  1957. //evos:["Necrow"], // don't bother defining this if it does not evolve
  1958. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1959. },
  1960. //confirm 1148
  1961. Thoraxe:{
  1962. num:1149, // Pokedex Number
  1963. species:"Thoraxe", // Friendly Species name (can use caps and space)
  1964. types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1965. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1966. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1967. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1968. heightm:0.2,
  1969. weightkg:4.0,
  1970. color:"", // if this has no color, make it a empty string
  1971. //evos:["Necrow"], // don't bother defining this if it does not evolve
  1972. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1973. },
  1974. Pomparunt:{
  1975. num:1150, // Pokedex Number
  1976. species:"Pomparunt", // Friendly Species name (can use caps and space)
  1977. types:["Dark"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1978. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1979. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1980. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1981. heightm:0.2,
  1982. weightkg:4.0,
  1983. color:"", // if this has no color, make it a empty string
  1984. evos:["Pompagoon"], // don't bother defining this if it does not evolve
  1985. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1986. },
  1987. Pompagoon:{
  1988. num:1151, // Pokedex Number
  1989. species:"Pompagoon", // Friendly Species name (can use caps and space)
  1990. types:["Dark","Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  1991. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  1992. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  1993. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  1994. heightm:0.2,
  1995. weightkg:4.0,
  1996. color:"", // if this has no color, make it a empty string
  1997. evos:["Artifish"], // don't bother defining this if it does not evolve
  1998. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  1999. },
  2000. Hyekuza:{
  2001. num:1152, // Pokedex Number
  2002. species:"Hyekuza", // Friendly Species name (can use caps and space)
  2003. types:["Dark","Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2004. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2005. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2006. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2007. heightm:0.2,
  2008. weightkg:4.0,
  2009. color:"", // if this has no color, make it a empty string
  2010. evos:["Hyekuza"], // don't bother defining this if it does not evolve
  2011. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2012. },
  2013. Erycoon:{
  2014. num:1153, // Pokedex Number
  2015. species:"Erycoon", // Friendly Species name (can use caps and space)
  2016. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2017. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2018. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2019. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2020. heightm:0.2,
  2021. weightkg:4.0,
  2022. color:"", // if this has no color, make it a empty string
  2023. //evos:["Artifish"], // don't bother defining this if it does not evolve
  2024. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2025. },
  2026. Leukoon:{
  2027. num:1154, // Pokedex Number
  2028. species:"Leukoon", // Friendly Species name (can use caps and space)
  2029. types:["Normal","Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2030. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2031. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2032. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2033. heightm:0.2,
  2034. weightkg:4.0,
  2035. color:"", // if this has no color, make it a empty string
  2036. //evos:["Artifish"], // don't bother defining this if it does not evolve
  2037. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2038. },
  2039. //confirm 1154
  2040. Toxito:{
  2041. num:1155, // Pokedex Number
  2042. species:"Toxito", // Friendly Species name (can use caps and space)
  2043. types:["Bug","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2044. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2045. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2046. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2047. heightm:0.2,
  2048. weightkg:4.0,
  2049. color:"", // if this has no color, make it a empty string
  2050. evos:["Sanguito"], // don't bother defining this if it does not evolve
  2051. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2052. },
  2053. Sanguito:{
  2054. num:1156, // Pokedex Number
  2055. species:"Sanguito", // Friendly Species name (can use caps and space)
  2056. types:["Bug","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2057. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2058. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2059. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2060. heightm:0.2,
  2061. weightkg:4.0,
  2062. color:"", // if this has no color, make it a empty string
  2063. //evos:["Artifish"], // don't bother defining this if it does not evolve
  2064. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2065. },
  2066. Orett:{
  2067. num:1157, // Pokedex Number
  2068. species:"Orett", // Friendly Species name (can use caps and space)
  2069. types:["Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2070. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2071. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2072. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2073. heightm:0.2,
  2074. weightkg:4.0,
  2075. color:"", // if this has no color, make it a empty string
  2076. evos:["Anvelid"], // don't bother defining this if it does not evolve
  2077. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2078. },
  2079. Anvelid:{
  2080. num:1158, // Pokedex Number
  2081. species:"Anvelid", // Friendly Species name (can use caps and space)
  2082. types:["Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2083. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2084. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2085. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2086. heightm:0.2,
  2087. weightkg:4.0,
  2088. color:"", // if this has no color, make it a empty string
  2089. evos:["Magroplex"], // don't bother defining this if it does not evolve
  2090. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2091. },
  2092. Magroplex:{
  2093. num:1159, // Pokedex Number
  2094. species:"Magroplex", // Friendly Species name (can use caps and space)
  2095. types:["Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2096. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2097. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2098. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2099. heightm:0.2,
  2100. weightkg:4.0,
  2101. color:"", // if this has no color, make it a empty string
  2102. //evos:["Artifish"], // don't bother defining this if it does not evolve
  2103. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2104. },
  2105. Viipii:{
  2106. num:1160, // Pokedex Number
  2107. species:"Viipii", // Friendly Species name (can use caps and space)
  2108. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2109. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2110. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2111. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2112. heightm:0.2,
  2113. weightkg:4.0,
  2114. color:"", // if this has no color, make it a empty string
  2115. //evos:["Artifish"], // don't bother defining this if it does not evolve
  2116. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2117. },
  2118. Chilloth:{
  2119. num:1161, // Pokedex Number
  2120. species:"Chilloth", // Friendly Species name (can use caps and space)
  2121. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2122. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2123. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2124. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2125. heightm:0.2,
  2126. weightkg:4.0,
  2127. color:"", // if this has no color, make it a empty string
  2128. evos:["Soakoth"], // don't bother defining this if it does not evolve
  2129. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2130. },
  2131. Soakoth:{
  2132. num:1162, // Pokedex Number
  2133. species:"Soakoth", // Friendly Species name (can use caps and space)
  2134. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2135. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2136. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2137. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2138. heightm:0.2,
  2139. weightkg:4.0,
  2140. color:"", // if this has no color, make it a empty string
  2141. //evos:["Artifish"], // don't bother defining this if it does not evolve
  2142. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2143. },
  2144. Chayan:{
  2145. num:1163, // Pokedex Number
  2146. species:"Chayan", // Friendly Species name (can use caps and space)
  2147. types:["Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2148. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2149. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2150. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2151. heightm:0.2,
  2152. weightkg:4.0,
  2153. color:"", // if this has no color, make it a empty string
  2154. evos:["Macuarrior","Ocerumi"], // don't bother defining this if it does not evolve
  2155. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2156. },
  2157. Macuarrior:{
  2158. num:1164, // Pokedex Number
  2159. species:"Macuarrior", // Friendly Species name (can use caps and space)
  2160. types:["Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2161. genderRatio:{M:1,F:0}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2162. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2163. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2164. heightm:0.2,
  2165. weightkg:4.0,
  2166. color:"", // if this has no color, make it a empty string
  2167. //evos:["Artifish"], // don't bother defining this if it does not evolve
  2168. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2169. },
  2170. Ocerumi:{
  2171. num:1165, // Pokedex Number
  2172. species:"Ocerumi", // Friendly Species name (can use caps and space)
  2173. types:["Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2174. genderRatio:{M:0,F:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2175. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2176. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2177. heightm:0.2,
  2178. weightkg:4.0,
  2179. color:"", // if this has no color, make it a empty string
  2180. //evos:["Artifish"], // don't bother defining this if it does not evolve
  2181. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2182. },
  2183. Fortifry:{
  2184. num:1166, // Pokedex Number
  2185. species:"Fortifry", // Friendly Species name (can use caps and space)
  2186. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2187. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2188. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2189. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2190. heightm:0.2,
  2191. weightkg:4.0,
  2192. color:"", // if this has no color, make it a empty string
  2193. evos:["Oarwish"], // don't bother defining this if it does not evolve
  2194. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2195. },
  2196. Oarwish:{
  2197. num:1167, // Pokedex Number
  2198. species:"Oarwish", // Friendly Species name (can use caps and space)
  2199. types:["Water","Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2200. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2201. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2202. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2203. heightm:0.2,
  2204. weightkg:4.0,
  2205. color:"", // if this has no color, make it a empty string
  2206. //evos:["Artifish"], // don't bother defining this if it does not evolve
  2207. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2208. },
  2209. //confirmed 1167
  2210. Smashiary:{
  2211. num:1168, // Pokedex Number
  2212. species:"Smashiary", // Friendly Species name (can use caps and space)
  2213. types:["Fighting","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2214. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2215. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2216. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2217. heightm:0.2,
  2218. weightkg:4.0,
  2219. color:"", // if this has no color, make it a empty string
  2220. //evos:["Artifish"], // don't bother defining this if it does not evolve
  2221. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2222. },
  2223. Slatic:{
  2224. num:1169, // Pokedex Number
  2225. species:"Slatic", // Friendly Species name (can use caps and space)
  2226. types:["Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2227. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2228. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2229. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2230. heightm:0.2,
  2231. weightkg:4.0,
  2232. color:"", // if this has no color, make it a empty string
  2233. evos:["Telsion"], // don't bother defining this if it does not evolve
  2234. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2235. },
  2236. Telsion:{
  2237. num:1170, // Pokedex Number
  2238. species:"Telsion", // Friendly Species name (can use caps and space)
  2239. types:["Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2240. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2241. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2242. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2243. heightm:0.2,
  2244. weightkg:4.0,
  2245. color:"", // if this has no color, make it a empty string
  2246. evos:["Chameleohm"], // don't bother defining this if it does not evolve
  2247. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2248. },
  2249. Chameleohm:{
  2250. num:1171, // Pokedex Number
  2251. species:"Chameleohm", // Friendly Species name (can use caps and space)
  2252. types:["Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2253. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2254. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2255. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2256. heightm:0.2,
  2257. weightkg:4.0,
  2258. color:"", // if this has no color, make it a empty string
  2259. //evos:["Artifish"], // don't bother defining this if it does not evolve
  2260. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2261. },
  2262. //confirmed 1171
  2263. Glaupua:{
  2264. num:1172, // Pokedex Number
  2265. species:"Glaupua", // Friendly Species name (can use caps and space)
  2266. types:["Water","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2267. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2268. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2269. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2270. heightm:0.2,
  2271. weightkg:4.0,
  2272. color:"", // if this has no color, make it a empty string
  2273. evos:["Hydranticus"], // don't bother defining this if it does not evolve
  2274. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2275. },
  2276. Hydranticus:{
  2277. num:1173, // Pokedex Number
  2278. species:"Hydranticus", // Friendly Species name (can use caps and space)
  2279. types:["Water","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2280. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2281. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2282. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2283. heightm:0.2,
  2284. weightkg:4.0,
  2285. color:"", // if this has no color, make it a empty string
  2286. //evos:["Chameleohm"], // don't bother defining this if it does not evolve
  2287. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2288. },
  2289. Lintle:{
  2290. num:1174, // Pokedex Number
  2291. species:"Silkinder", // Friendly Species name (can use caps and space)
  2292. types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2293. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2294. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2295. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2296. heightm:0.2,
  2297. weightkg:4.0,
  2298. color:"", // if this has no color, make it a empty string
  2299. evos:["Silkinder"], // don't bother defining this if it does not evolve
  2300. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2301. },
  2302. Silkinder:{
  2303. num:1175, // Pokedex Number
  2304. species:"Silkinder", // Friendly Species name (can use caps and space)
  2305. types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2306. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2307. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2308. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2309. heightm:0.2,
  2310. weightkg:4.0,
  2311. color:"", // if this has no color, make it a empty string
  2312. evos:["Paramoth"], // don't bother defining this if it does not evolve
  2313. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2314. },
  2315. Paramoth:{
  2316. num:1176, // Pokedex Number
  2317. species:"Paramoth", // Friendly Species name (can use caps and space)
  2318. types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2319. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2320. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2321. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2322. heightm:0.2,
  2323. weightkg:4.0,
  2324. color:"", // if this has no color, make it a empty string
  2325. //evos:["Chameleohm"], // don't bother defining this if it does not evolve
  2326. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2327. },
  2328. Parapy:{
  2329. num:1177, // Pokedex Number
  2330. species:"Parapy", // Friendly Species name (can use caps and space)
  2331. types:["Bug","Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2332. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2333. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2334. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2335. heightm:0.2,
  2336. weightkg:4.0,
  2337. color:"", // if this has no color, make it a empty string
  2338. evos:["Mawasite"], // don't bother defining this if it does not evolve
  2339. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2340. },
  2341. Mawasite:{
  2342. num:1178, // Pokedex Number
  2343. species:"Mawasite", // Friendly Species name (can use caps and space)
  2344. types:["Bug","Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2345. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2346. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2347. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2348. heightm:0.2,
  2349. weightkg:4.0,
  2350. color:"", // if this has no color, make it a empty string
  2351. //evos:["Chameleohm"], // don't bother defining this if it does not evolve
  2352. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2353. },
  2354. Chimpoca:{
  2355. num:1179, // Pokedex Number
  2356. species:"Chimpoca", // Friendly Species name (can use caps and space)
  2357. types:["Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2358. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2359. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2360. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2361. heightm:0.2,
  2362. weightkg:4.0,
  2363. color:"", // if this has no color, make it a empty string
  2364. evos:["Simayan"], // don't bother defining this if it does not evolve
  2365. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2366. },
  2367. Simayan:{
  2368. num:1180, // Pokedex Number
  2369. species:"Simayan", // Friendly Species name (can use caps and space)
  2370. types:["Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2371. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2372. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2373. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2374. heightm:0.2,
  2375. weightkg:4.0,
  2376. color:"", // if this has no color, make it a empty string
  2377. evos:["Monkezuma"], // don't bother defining this if it does not evolve
  2378. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2379. },
  2380. Monkezuma:{
  2381. num:1181, // Pokedex Number
  2382. species:"Monkezuma", // Friendly Species name (can use caps and space)
  2383. types:["Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2384. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2385. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2386. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2387. heightm:0.2,
  2388. weightkg:4.0,
  2389. color:"", // if this has no color, make it a empty string
  2390. //evos:["Chameleohm"], // don't bother defining this if it does not evolve
  2391. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2392. },
  2393. Enigmite:{
  2394. num:1182, // Pokedex Number
  2395. species:"Enigmite", // Friendly Species name (can use caps and space)
  2396. types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2397. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2398. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2399. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2400. heightm:0.2,
  2401. weightkg:4.0,
  2402. color:"", // if this has no color, make it a empty string
  2403. evos:["Enigmantis"], // don't bother defining this if it does not evolve
  2404. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2405. },
  2406. Arjibi:{
  2407. num:1184, // Pokedex Number
  2408. species:"Royjibiv", // Friendly Species name (can use caps and space)
  2409. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2410. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2411. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2412. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2413. heightm:0.2,
  2414. weightkg:4.0,
  2415. color:"", // if this has no color, make it a empty string
  2416. evos:["Royjibiv"], // don't bother defining this if it does not evolve
  2417. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2418. },
  2419. Royjibiv:{
  2420. num:1185, // Pokedex Number
  2421. species:"Royjibiv", // Friendly Species name (can use caps and space)
  2422. types:["Normal","Dragon"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2423. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2424. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2425. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2426. heightm:0.2,
  2427. weightkg:4.0,
  2428. color:"", // if this has no color, make it a empty string
  2429. //evos:["Monkezuma"], // don't bother defining this if it does not evolve
  2430. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2431. },
  2432. Barracute:{
  2433. num:1186, // Pokedex Number
  2434. species:"Barracute", // Friendly Species name (can use caps and space)
  2435. types:["Bug","Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2436. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2437. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2438. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2439. heightm:0.2,
  2440. weightkg:4.0,
  2441. color:"", // if this has no color, make it a empty string
  2442. evos:["Jawgodon"], // don't bother defining this if it does not evolve
  2443. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2444. },
  2445. Jawgodon:{
  2446. num:1187, // Pokedex Number
  2447. species:"Jawgodon", // Friendly Species name (can use caps and space)
  2448. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2449. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2450. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2451. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2452. heightm:0.2,
  2453. weightkg:4.0,
  2454. color:"", // if this has no color, make it a empty string
  2455. //evos:["Monkezuma"], // don't bother defining this if it does not evolve
  2456. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2457. },
  2458. Drosire:{
  2459. num:1188, // Pokedex Number
  2460. species:"Drosire", // Friendly Species name (can use caps and space)
  2461. types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2462. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2463. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2464. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2465. heightm:0.2,
  2466. weightkg:4.0,
  2467. color:"", // if this has no color, make it a empty string
  2468. evos:["Sunduke"], // don't bother defining this if it does not evolve
  2469. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2470. },
  2471. Sunduke:{
  2472. num:1189, // Pokedex Number
  2473. species:"Sunduke", // Friendly Species name (can use caps and space)
  2474. types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2475. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2476. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2477. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2478. heightm:0.2,
  2479. weightkg:4.0,
  2480. color:"", // if this has no color, make it a empty string
  2481. //evos:["Monkezuma"], // don't bother defining this if it does not evolve
  2482. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2483. },
  2484. Wispern:{
  2485. num:1190, // Pokedex Number
  2486. species:"Wispern", // Friendly Species name (can use caps and space)
  2487. types:["Ghost","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2488. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2489. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2490. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2491. heightm:0.2,
  2492. weightkg:4.0,
  2493. color:"", // if this has no color, make it a empty string
  2494. evos:["Phantern"], // don't bother defining this if it does not evolve
  2495. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2496. },
  2497. Phantern:{
  2498. num:1191, // Pokedex Number
  2499. species:"Phanter", // Friendly Species name (can use caps and space)
  2500. types:["Ghost","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2501. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2502. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2503. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2504. heightm:0.2,
  2505. weightkg:4.0,
  2506. color:"", // if this has no color, make it a empty string
  2507. //evos:["Monkezuma"], // don't bother defining this if it does not evolve
  2508. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2509. },
  2510. //confirmed 1191
  2511. Glocto:{
  2512. num:1192, // Pokedex Number
  2513. species:"Wispern", // Friendly Species name (can use caps and space)
  2514. types:["Water","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2515. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2516. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2517. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2518. heightm:0.2,
  2519. weightkg:4.0,
  2520. color:"", // if this has no color, make it a empty string
  2521. evos:["Lavoon"], // don't bother defining this if it does not evolve
  2522. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2523. },
  2524. Lavoon:{
  2525. num:1193, // Pokedex Number
  2526. species:"Lavoon", // Friendly Species name (can use caps and space)
  2527. types:["Water","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2528. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2529. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2530. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2531. heightm:0.2,
  2532. weightkg:4.0,
  2533. color:"", // if this has no color, make it a empty string
  2534. //evos:["Phantern"], // don't bother defining this if it does not evolve
  2535. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2536. },
  2537.  
  2538. Gilla:{
  2539. num:1194, // Pokedex Number
  2540. species:"Wispern", // Friendly Species name (can use caps and space)
  2541. types:["Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2542. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2543. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2544. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2545. heightm:0.2,
  2546. weightkg:4.0,
  2547. color:"", // if this has no color, make it a empty string
  2548. evos:["Hornizard"], // don't bother defining this if it does not evolve
  2549. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2550. },
  2551. Hornizard:{
  2552. num:1195, // Pokedex Number
  2553. species:"Hornizard", // Friendly Species name (can use caps and space)
  2554. types:["Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2555. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2556. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2557. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2558. heightm:0.2,
  2559. weightkg:4.0,
  2560. color:"", // if this has no color, make it a empty string
  2561. evos:["Ankillosore"], // don't bother defining this if it does not evolve
  2562. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2563. },
  2564. Ankillosore:{
  2565. num:1196, // Pokedex Number
  2566. species:"Ankillosore", // Friendly Species name (can use caps and space)
  2567. types:["Poison","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2568. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2569. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2570. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2571. heightm:0.2,
  2572. weightkg:4.0,
  2573. color:"", // if this has no color, make it a empty string
  2574. //evos:["Phantern"], // don't bother defining this if it does not evolve
  2575. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2576. },
  2577. Bazilisk:{
  2578. num:1197, // Pokedex Number
  2579. species:"Bazilisk", // Friendly Species name (can use caps and space)
  2580. types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2581. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2582. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2583. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2584. heightm:0.2,
  2585. weightkg:4.0,
  2586. color:"", // if this has no color, make it a empty string
  2587. evos:["Ornitherb"], // don't bother defining this if it does not evolve
  2588. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2589. },
  2590. Ornitherb:{
  2591. num:1198, // Pokedex Number
  2592. species:"Ornitherb", // Friendly Species name (can use caps and space)
  2593. types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2594. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2595. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2596. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2597. heightm:0.2,
  2598. weightkg:4.0,
  2599. color:"", // if this has no color, make it a empty string
  2600. evos:["Dilophlora"], // don't bother defining this if it does not evolve
  2601. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2602. },
  2603. Dilophlora:{
  2604. num:1199, // Pokedex Number
  2605. species:"Dilophlora", // Friendly Species name (can use caps and space)
  2606. types:["Grass","Dark"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2607. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2608. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2609. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2610. heightm:0.2,
  2611. weightkg:4.0,
  2612. color:"", // if this has no color, make it a empty string
  2613. //evos:["Phantern"], // don't bother defining this if it does not evolve
  2614. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2615. },
  2616. Baboom:{
  2617. num:1200, // Pokedex Number
  2618. species:"Baboom", // Friendly Species name (can use caps and space)
  2619. types:["Electric","Dark"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2620. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2621. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2622. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2623. heightm:0.2,
  2624. weightkg:4.0,
  2625. color:"", // if this has no color, make it a empty string
  2626. //evos:["Phantern"], // don't bother defining this if it does not evolve
  2627. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2628. },
  2629. Icetope:{
  2630. num:1201, // Pokedex Number
  2631. species:"Icetope", // Friendly Species name (can use caps and space)
  2632. types:["Ice","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2633. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2634. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2635. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2636. heightm:0.2,
  2637. weightkg:4.0,
  2638. color:"", // if this has no color, make it a empty string
  2639. evos:["Chillnobyl"], // don't bother defining this if it does not evolve
  2640. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2641. },
  2642. Chillnobyl:{
  2643. num:1202, // Pokedex Number
  2644. species:"Chillnobyl", // Friendly Species name (can use caps and space)
  2645. types:["Ice","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2646. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2647. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2648. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2649. heightm:0.2,
  2650. weightkg:4.0,
  2651. color:"", // if this has no color, make it a empty string
  2652. //evos:["Chillnobyl"], // don't bother defining this if it does not evolve
  2653. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2654. },
  2655. Wendingo:{
  2656. num:1203, // Pokedex Number
  2657. species:"Wendingo", // Friendly Species name (can use caps and space)
  2658. types:["Ice"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2659. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2660. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2661. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2662. heightm:0.2,
  2663. weightkg:4.0,
  2664. color:"", // if this has no color, make it a empty string
  2665. evos:["Carnibal"], // don't bother defining this if it does not evolve
  2666. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2667. },
  2668. Carnibal:{
  2669. num:1204, // Pokedex Number
  2670. species:"Carnibal", // Friendly Species name (can use caps and space)
  2671. types:["Ice","Dark"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2672. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2673. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2674. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2675. heightm:0.2,
  2676. weightkg:4.0,
  2677. color:"", // if this has no color, make it a empty string
  2678. //evos:["Chillnobyl"], // don't bother defining this if it does not evolve
  2679. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2680. },
  2681. Luchito:{
  2682. num:1205, // Pokedex Number
  2683. species:"Luchito", // Friendly Species name (can use caps and space)
  2684. types:["Fighting","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2685. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2686. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2687. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2688. heightm:0.2,
  2689. weightkg:4.0,
  2690. color:"", // if this has no color, make it a empty string
  2691. evos:["Eluchadon"], // don't bother defining this if it does not evolve
  2692. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2693. },
  2694. Eluchadon:{
  2695. num:1206, // Pokedex Number
  2696. species:"Eluchadon", // Friendly Species name (can use caps and space)
  2697. types:["Fighting","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2698. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2699. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2700. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2701. heightm:0.2,
  2702. weightkg:4.0,
  2703. color:"", // if this has no color, make it a empty string
  2704. //evos:["Chillnobyl"], // don't bother defining this if it does not evolve
  2705. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2706. },
  2707. Grolem:{
  2708. num:1207, // Pokedex Number
  2709. species:"Grolem", // Friendly Species name (can use caps and space)
  2710. types:["Rock","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2711. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2712. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2713. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2714. heightm:0.2,
  2715. weightkg:4.0,
  2716. color:"", // if this has no color, make it a empty string
  2717. evos:["Comossus"], // don't bother defining this if it does not evolve
  2718. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2719. },
  2720. Comossus:{
  2721. num:1208, // Pokedex Number
  2722. species:"Comossus", // Friendly Species name (can use caps and space)
  2723. types:["Rock","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2724. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2725. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2726. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2727. heightm:0.2,
  2728. weightkg:4.0,
  2729. color:"", // if this has no color, make it a empty string
  2730. //evos:["Chillnobyl"], // don't bother defining this if it does not evolve
  2731. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2732. },
  2733. Larvyn:{
  2734. num:1209, // Pokedex Number
  2735. species:"Larvyn", // Friendly Species name (can use caps and space)
  2736. types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2737. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2738. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2739. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2740. heightm:0.2,
  2741. weightkg:4.0,
  2742. color:"", // if this has no color, make it a empty string
  2743. evos:["Dracoon"], // don't bother defining this if it does not evolve
  2744. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2745. },
  2746. Dracoon:{
  2747. num:1210, // Pokedex Number
  2748. species:"Dracoon", // Friendly Species name (can use caps and space)
  2749. types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2750. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2751. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2752. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2753. heightm:0.2,
  2754. weightkg:4.0,
  2755. color:"", // if this has no color, make it a empty string
  2756. evos:["Basilect"], // don't bother defining this if it does not evolve
  2757. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2758. },
  2759. Basilect:{
  2760. num:1211, // Pokedex Number
  2761. species:"Basilect", // Friendly Species name (can use caps and space)
  2762. types:["Dragon","Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2763. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2764. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2765. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2766. heightm:0.2,
  2767. weightkg:4.0,
  2768. color:"", // if this has no color, make it a empty string
  2769. //evos:["Chillnobyl"], // don't bother defining this if it does not evolve
  2770. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2771. },
  2772. Carbite:{
  2773. num:1212, // Pokedex Number
  2774. species:"Carbite", // Friendly Species name (can use caps and space)
  2775. types:["Dragon"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2776. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2777. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2778. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2779. heightm:0.2,
  2780. weightkg:4.0,
  2781. color:"", // if this has no color, make it a empty string
  2782. evos:["Pressaur"], // don't bother defining this if it does not evolve
  2783. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2784. },
  2785. Pressaur:{
  2786. num:1213, // Pokedex Number
  2787. species:"Pressaur", // Friendly Species name (can use caps and space)
  2788. types:["Rock","Dragon"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2789. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2790. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2791. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2792. heightm:0.2,
  2793. weightkg:4.0,
  2794. color:"", // if this has no color, make it a empty string
  2795. evos:["Diamat"], // don't bother defining this if it does not evolve
  2796. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2797. },
  2798. Diamat:{
  2799. num:1214, // Pokedex Number
  2800. species:"Diamat", // Friendly Species name (can use caps and space)
  2801. types:["Dragon","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2802. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2803. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2804. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2805. heightm:0.2,
  2806. weightkg:4.0,
  2807. color:"", // if this has no color, make it a empty string
  2808. evos:["Chillnobyl"], // don't bother defining this if it does not evolve
  2809. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2810. },
  2811. Quecko:{
  2812. num:1215, // Pokedex Number
  2813. species:"Quecko", // Friendly Species name (can use caps and space)
  2814. types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2815. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2816. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2817. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2818. heightm:0.2,
  2819. weightkg:4.0,
  2820. color:"", // if this has no color, make it a empty string
  2821. evos:["Tozecko"], // don't bother defining this if it does not evolve
  2822. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2823. },
  2824. Tozecko:{
  2825. num:1216, // Pokedex Number
  2826. species:"Tozecko", // Friendly Species name (can use caps and space)
  2827. types:["Grass","Dragon"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2828. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2829. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2830. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2831. heightm:0.2,
  2832. weightkg:4.0,
  2833. color:"", // if this has no color, make it a empty string
  2834. //evos:["Diamat"], // don't bother defining this if it does not evolve
  2835. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2836. },
  2837. Crakling:{
  2838. num:1217, // Pokedex Number
  2839. species:"Crakling", // Friendly Species name (can use caps and space)
  2840. types:["Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2841. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2842. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2843. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2844. heightm:0.2,
  2845. weightkg:4.0,
  2846. color:"", // if this has no color, make it a empty string
  2847. evos:["Fuelong"], // don't bother defining this if it does not evolve
  2848. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2849. },
  2850. Fuelong:{
  2851. num:1218, // Pokedex Number
  2852. species:"Fuelong", // Friendly Species name (can use caps and space)
  2853. types:["Water","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2854. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2855. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2856. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2857. heightm:0.2,
  2858. weightkg:4.0,
  2859. color:"", // if this has no color, make it a empty string
  2860. //evos:["Diamat"], // don't bother defining this if it does not evolve
  2861. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2862. },
  2863. Draggar:{
  2864. num:1219, // Pokedex Number
  2865. species:"Draggar", // Friendly Species name (can use caps and space)
  2866. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2867. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2868. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2869. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2870. heightm:0.2,
  2871. weightkg:4.0,
  2872. color:"", // if this has no color, make it a empty string
  2873. evos:["Ragnarow"], // don't bother defining this if it does not evolve
  2874. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2875. },
  2876. Ragnarow:{
  2877. num:1220, // Pokedex Number
  2878. species:"Ragnarow", // Friendly Species name (can use caps and space)
  2879. types:["Water","Dragon"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2880. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2881. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2882. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2883. heightm:0.2,
  2884. weightkg:4.0,
  2885. color:"", // if this has no color, make it a empty string
  2886. //evos:["Diamat"], // don't bother defining this if it does not evolve
  2887. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2888. },
  2889. Eronze:{
  2890. num:1221, // Pokedex Number
  2891. species:"Eronze", // Friendly Species name (can use caps and space)
  2892. types:["Steel","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2893. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2894. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2895. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2896. heightm:0.2,
  2897. weightkg:4.0,
  2898. color:"", // if this has no color, make it a empty string
  2899. //evos:["Legendary"], // don't bother defining this if it does not evolve
  2900. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2901. },
  2902. Erion:{
  2903. num:1222, // Pokedex Number
  2904. species:"Erion", // Friendly Species name (can use caps and space)
  2905. types:["Steel","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2906. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2907. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2908. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2909. heightm:0.2,
  2910. weightkg:4.0,
  2911. color:"", // if this has no color, make it a empty string
  2912. //evos:["Legendary"], // don't bother defining this if it does not evolve
  2913. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2914. },
  2915. Erace:{
  2916. num:1223, // Pokedex Number
  2917. species:"Erace", // Friendly Species name (can use caps and space)
  2918. types:["Steel","Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2919. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2920. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2921. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2922. heightm:0.2,
  2923. weightkg:4.0,
  2924. color:"", // if this has no color, make it a empty string
  2925. //evos:["Legendary"], // don't bother defining this if it does not evolve
  2926. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2927. },
  2928. Patama:{
  2929. num:1224, // Pokedex Number
  2930. species:"Patama", // Friendly Species name (can use caps and space)
  2931. types:["Grass","Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2932. genderRatio:{F:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2933. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2934. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2935. heightm:0.2,
  2936. weightkg:4.0,
  2937. color:"", // if this has no color, make it a empty string
  2938. //evos:["Legendary"], // don't bother defining this if it does not evolve
  2939. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2940. },
  2941. Machima:{
  2942. num:1225, // Pokedex Number
  2943. species:"Machima", // Friendly Species name (can use caps and space)
  2944. types:["Flying","Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2945. genderRatio:{F:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2946. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2947. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2948. heightm:0.2,
  2949. weightkg:4.0,
  2950. color:"", // if this has no color, make it a empty string
  2951. //evos:["Legendary"], // don't bother defining this if it does not evolve
  2952. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2953. },
  2954. Yacuma:{
  2955. num:1226, // Pokedex Number
  2956. species:"Yacuma", // Friendly Species name (can use caps and space)
  2957. types:["Water","Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2958. genderRatio:{F:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2959. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2960. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2961. heightm:0.2,
  2962. weightkg:4.0,
  2963. color:"", // if this has no color, make it a empty string
  2964. //evos:["Legendary"], // don't bother defining this if it does not evolve
  2965. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2966. },
  2967. Quetzar:{
  2968. num:1227, // Pokedex Number
  2969. species:"Quetzar", // Friendly Species name (can use caps and space)
  2970. types:["Dragon","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2971. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  2972. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  2973. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  2974. heightm:0.2,
  2975. weightkg:4.0,
  2976. color:"", // if this has no color, make it a empty string
  2977. //evos:["Legendary"], // don't bother defining this if it does not evolve
  2978. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  2979. otherFormes:["quetzarspace"]
  2980. },
  2981. quetzarspace:{
  2982. num:1227,
  2983. species:"quetzarspace",
  2984. baseSpecies:"Quetzar",
  2985. forme:"Space",
  2986. formeLetter:"S",
  2987. types:["Psychic","Dragon"],
  2988. baseStats:{hp:78,atk:130,def:111,spa:130,spd:85,spe:100},
  2989. abilities:{0:"Tough Claws"},
  2990. heightm:1.7,
  2991. weightkg:110.5,
  2992. color:"Red",
  2993. eggGroups:["Monster","Dragon"]
  2994. },
  2995. Xochi:{
  2996. num:1228, // Pokedex Number
  2997. species:"Xochi", // Friendly Species name (can use caps and space)
  2998. types:["Psychic","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  2999. genderRatio:{F:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  3000. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  3001. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  3002. heightm:0.2,
  3003. weightkg:4.0,
  3004. color:"", // if this has no color, make it a empty string
  3005. //evos:["Legendary"], // don't bother defining this if it does not evolve
  3006. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  3007. },
  3008. Xotec:{
  3009. num:1229, // Pokedex Number
  3010. species:"Xotec", // Friendly Species name (can use caps and space)
  3011. types:["Psychic","Steel""], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  3012. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  3013. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  3014. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  3015. heightm:0.2,
  3016. weightkg:4.0,
  3017. color:"", // if this has no color, make it a empty string
  3018. //evos:["Legendary"], // don't bother defining this if it does not evolve
  3019. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  3020. },
  3021.  
  3022. //Todo: add "prevo", add "otherformes" to Noxial?, add evolevel, possibly clean up gender Neutral?
  3023. //evo is fine commented out
  3024. //see http://pastebin.com/dj1FrW7f for info on this
Advertisement
Add Comment
Please, Sign In to add comment