Guest User

Pokedex.js 1150-1200 std. missing

a guest
Jul 29th, 2014
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.83 KB | None | 0 0
  1. Pomparunt:{
  2. num:1150, // Pokedex Number
  3. species:"Pomparunt", // Friendly Species name (can use caps and space)
  4. types:["Dark"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  5. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  6. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  7. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  8. heightm:0.2,
  9. weightkg:4.0,
  10. color:"", // if this has no color, make it a empty string
  11. evos:["Pompagoon"], // don't bother defining this if it does not evolve
  12. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  13. },
  14. Pompagoon:{
  15. num:1151, // Pokedex Number
  16. species:"Pompagoon", // Friendly Species name (can use caps and space)
  17. types:["Dark","Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  18. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  19. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  20. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  21. heightm:0.2,
  22. weightkg:4.0,
  23. color:"", // if this has no color, make it a empty string
  24. evos:["Artifish"], // don't bother defining this if it does not evolve
  25. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  26. },
  27. Hyekuza:{
  28. num:1152, // Pokedex Number
  29. species:"Hyekuza", // Friendly Species name (can use caps and space)
  30. types:["Dark","Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  31. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  32. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  33. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  34. heightm:0.2,
  35. weightkg:4.0,
  36. color:"", // if this has no color, make it a empty string
  37. evos:["Hyekuza"], // don't bother defining this if it does not evolve
  38. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  39. },
  40. Erycoon:{
  41. num:1153, // Pokedex Number
  42. species:"Erycoon", // Friendly Species name (can use caps and space)
  43. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  44. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  45. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  46. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  47. heightm:0.2,
  48. weightkg:4.0,
  49. color:"", // if this has no color, make it a empty string
  50. //evos:["Artifish"], // don't bother defining this if it does not evolve
  51. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  52. },
  53. Leukoon:{
  54. num:1154, // Pokedex Number
  55. species:"Leukoon", // Friendly Species name (can use caps and space)
  56. types:["Normal","Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  57. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  58. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  59. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  60. heightm:0.2,
  61. weightkg:4.0,
  62. color:"", // if this has no color, make it a empty string
  63. //evos:["Artifish"], // don't bother defining this if it does not evolve
  64. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  65. },
  66. //confirm 1154
  67. Toxito:{
  68. num:1155, // Pokedex Number
  69. species:"Toxito", // Friendly Species name (can use caps and space)
  70. types:["Bug","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  71. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  72. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  73. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  74. heightm:0.2,
  75. weightkg:4.0,
  76. color:"", // if this has no color, make it a empty string
  77. evos:["Sanguito"], // don't bother defining this if it does not evolve
  78. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  79. },
  80. Sanguito:{
  81. num:1156, // Pokedex Number
  82. species:"Sanguito", // Friendly Species name (can use caps and space)
  83. types:["Bug","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  84. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  85. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  86. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  87. heightm:0.2,
  88. weightkg:4.0,
  89. color:"", // if this has no color, make it a empty string
  90. //evos:["Artifish"], // don't bother defining this if it does not evolve
  91. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  92. },
  93. Orett:{
  94. num:1157, // Pokedex Number
  95. species:"Orett", // Friendly Species name (can use caps and space)
  96. types:["Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  97. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  98. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  99. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  100. heightm:0.2,
  101. weightkg:4.0,
  102. color:"", // if this has no color, make it a empty string
  103. evos:["Anvelid"], // don't bother defining this if it does not evolve
  104. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  105. },
  106. Anvelid:{
  107. num:1158, // Pokedex Number
  108. species:"Anvelid", // Friendly Species name (can use caps and space)
  109. types:["Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  110. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  111. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  112. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  113. heightm:0.2,
  114. weightkg:4.0,
  115. color:"", // if this has no color, make it a empty string
  116. evos:["Magroplex"], // don't bother defining this if it does not evolve
  117. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  118. },
  119. Magroplex:{
  120. num:1159, // Pokedex Number
  121. species:"Magroplex", // Friendly Species name (can use caps and space)
  122. types:["Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  123. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  124. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  125. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  126. heightm:0.2,
  127. weightkg:4.0,
  128. color:"", // if this has no color, make it a empty string
  129. //evos:["Artifish"], // don't bother defining this if it does not evolve
  130. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  131. },
  132. Viipii:{
  133. num:1160, // Pokedex Number
  134. species:"Viipii", // Friendly Species name (can use caps and space)
  135. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  136. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  137. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  138. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  139. heightm:0.2,
  140. weightkg:4.0,
  141. color:"", // if this has no color, make it a empty string
  142. //evos:["Artifish"], // don't bother defining this if it does not evolve
  143. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  144. },
  145. Chilloth:{
  146. num:1161, // Pokedex Number
  147. species:"Chilloth", // Friendly Species name (can use caps and space)
  148. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  149. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  150. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  151. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  152. heightm:0.2,
  153. weightkg:4.0,
  154. color:"", // if this has no color, make it a empty string
  155. evos:["Soakoth"], // don't bother defining this if it does not evolve
  156. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  157. },
  158. Soakoth:{
  159. num:1162, // Pokedex Number
  160. species:"Soakoth", // Friendly Species name (can use caps and space)
  161. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  162. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  163. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  164. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  165. heightm:0.2,
  166. weightkg:4.0,
  167. color:"", // if this has no color, make it a empty string
  168. //evos:["Artifish"], // don't bother defining this if it does not evolve
  169. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  170. },
  171. Chayan:{
  172. num:1163, // Pokedex Number
  173. species:"Chayan", // Friendly Species name (can use caps and space)
  174. types:["Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  175. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  176. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  177. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  178. heightm:0.2,
  179. weightkg:4.0,
  180. color:"", // if this has no color, make it a empty string
  181. evos:["Macuarrior","Ocerumi"], // don't bother defining this if it does not evolve
  182. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  183. },
  184. Macuarrior:{
  185. num:1164, // Pokedex Number
  186. species:"Macuarrior", // Friendly Species name (can use caps and space)
  187. types:["Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  188. genderRatio:{M:1,F:0}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  189. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  190. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  191. heightm:0.2,
  192. weightkg:4.0,
  193. color:"", // if this has no color, make it a empty string
  194. //evos:["Artifish"], // don't bother defining this if it does not evolve
  195. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  196. },
  197. Ocerumi:{
  198. num:1165, // Pokedex Number
  199. species:"Ocerumi", // Friendly Species name (can use caps and space)
  200. types:["Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  201. genderRatio:{M:0,F:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  202. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  203. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  204. heightm:0.2,
  205. weightkg:4.0,
  206. color:"", // if this has no color, make it a empty string
  207. //evos:["Artifish"], // don't bother defining this if it does not evolve
  208. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  209. },
  210. Fortifry:{
  211. num:1166, // Pokedex Number
  212. species:"Fortifry", // Friendly Species name (can use caps and space)
  213. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  214. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  215. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  216. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  217. heightm:0.2,
  218. weightkg:4.0,
  219. color:"", // if this has no color, make it a empty string
  220. evos:["Oarwish"], // don't bother defining this if it does not evolve
  221. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  222. },
  223. Oarwish:{
  224. num:1167, // Pokedex Number
  225. species:"Oarwish", // Friendly Species name (can use caps and space)
  226. types:["Water","Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  227. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  228. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  229. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  230. heightm:0.2,
  231. weightkg:4.0,
  232. color:"", // if this has no color, make it a empty string
  233. //evos:["Artifish"], // don't bother defining this if it does not evolve
  234. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  235. },
  236. //confirmed 1167
  237. Smashiary:{
  238. num:1168, // Pokedex Number
  239. species:"Smashiary", // Friendly Species name (can use caps and space)
  240. types:["Fighting","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  241. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  242. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  243. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  244. heightm:0.2,
  245. weightkg:4.0,
  246. color:"", // if this has no color, make it a empty string
  247. //evos:["Artifish"], // don't bother defining this if it does not evolve
  248. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  249. },
  250. Slatic:{
  251. num:1169, // Pokedex Number
  252. species:"Slatic", // Friendly Species name (can use caps and space)
  253. types:["Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  254. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  255. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  256. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  257. heightm:0.2,
  258. weightkg:4.0,
  259. color:"", // if this has no color, make it a empty string
  260. evos:["Telsion"], // don't bother defining this if it does not evolve
  261. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  262. },
  263. Telsion:{
  264. num:1170, // Pokedex Number
  265. species:"Telsion", // Friendly Species name (can use caps and space)
  266. types:["Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  267. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  268. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  269. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  270. heightm:0.2,
  271. weightkg:4.0,
  272. color:"", // if this has no color, make it a empty string
  273. evos:["Chameleohm"], // don't bother defining this if it does not evolve
  274. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  275. },
  276. Chameleohm:{
  277. num:1171, // Pokedex Number
  278. species:"Chameleohm", // Friendly Species name (can use caps and space)
  279. types:["Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  280. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  281. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  282. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  283. heightm:0.2,
  284. weightkg:4.0,
  285. color:"", // if this has no color, make it a empty string
  286. //evos:["Artifish"], // don't bother defining this if it does not evolve
  287. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  288. },
  289. //confirmed 1171
  290. Glaupua:{
  291. num:1172, // Pokedex Number
  292. species:"Glaupua", // Friendly Species name (can use caps and space)
  293. types:["Water","Poison"], // 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:["Hydranticus"], // don't bother defining this if it does not evolve
  301. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  302. },
  303. Hydranticus:{
  304. num:1173, // Pokedex Number
  305. species:"Hydranticus", // Friendly Species name (can use caps and space)
  306. types:["Water","Poison"], // 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:["Chameleohm"], // don't bother defining this if it does not evolve
  314. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  315. },
  316. Lintle:{
  317. num:1174, // Pokedex Number
  318. species:"Silkinder", // Friendly Species name (can use caps and space)
  319. types:["Bug"], // 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:["Silkinder"], // don't bother defining this if it does not evolve
  327. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  328. },
  329. Silkinder:{
  330. num:1175, // Pokedex Number
  331. species:"Silkinder", // Friendly Species name (can use caps and space)
  332. types:["Bug"], // 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:["Paramoth"], // don't bother defining this if it does not evolve
  340. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  341. },
  342. Paramoth:{
  343. num:1176, // Pokedex Number
  344. species:"Paramoth", // Friendly Species name (can use caps and space)
  345. types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  346. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  347. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  348. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  349. heightm:0.2,
  350. weightkg:4.0,
  351. color:"", // if this has no color, make it a empty string
  352. //evos:["Chameleohm"], // don't bother defining this if it does not evolve
  353. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  354. },
  355. Parapy:{
  356. num:1177, // Pokedex Number
  357. species:"Parapy", // Friendly Species name (can use caps and space)
  358. types:["Bug","Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  359. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  360. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  361. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  362. heightm:0.2,
  363. weightkg:4.0,
  364. color:"", // if this has no color, make it a empty string
  365. evos:["Mawasite"], // don't bother defining this if it does not evolve
  366. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  367. },
  368. Mawasite:{
  369. num:1178, // Pokedex Number
  370. species:"Mawasite", // Friendly Species name (can use caps and space)
  371. types:["Bug","Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  372. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  373. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  374. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  375. heightm:0.2,
  376. weightkg:4.0,
  377. color:"", // if this has no color, make it a empty string
  378. //evos:["Chameleohm"], // don't bother defining this if it does not evolve
  379. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  380. },
  381. Chimpoca:{
  382. num:1179, // Pokedex Number
  383. species:"Chimpoca", // Friendly Species name (can use caps and space)
  384. types:["Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  385. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  386. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  387. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  388. heightm:0.2,
  389. weightkg:4.0,
  390. color:"", // if this has no color, make it a empty string
  391. evos:["Simayan"], // don't bother defining this if it does not evolve
  392. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  393. },
  394. Simayan:{
  395. num:1180, // Pokedex Number
  396. species:"Simayan", // Friendly Species name (can use caps and space)
  397. types:["Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  398. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  399. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  400. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  401. heightm:0.2,
  402. weightkg:4.0,
  403. color:"", // if this has no color, make it a empty string
  404. evos:["Monkezuma"], // don't bother defining this if it does not evolve
  405. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  406. },
  407. Monkezuma:{
  408. num:1181, // Pokedex Number
  409. species:"Monkezuma", // Friendly Species name (can use caps and space)
  410. types:["Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  411. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  412. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  413. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  414. heightm:0.2,
  415. weightkg:4.0,
  416. color:"", // if this has no color, make it a empty string
  417. //evos:["Chameleohm"], // don't bother defining this if it does not evolve
  418. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  419. },
  420. Enigmite:{
  421. num:1182, // Pokedex Number
  422. species:"Enigmite", // Friendly Species name (can use caps and space)
  423. types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  424. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  425. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  426. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  427. heightm:0.2,
  428. weightkg:4.0,
  429. color:"", // if this has no color, make it a empty string
  430. evos:["Enigmantis"], // don't bother defining this if it does not evolve
  431. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  432. },
  433. Arjibi:{
  434. num:1184, // Pokedex Number
  435. species:"Royjibiv", // Friendly Species name (can use caps and space)
  436. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  437. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  438. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  439. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  440. heightm:0.2,
  441. weightkg:4.0,
  442. color:"", // if this has no color, make it a empty string
  443. evos:["Royjibiv"], // don't bother defining this if it does not evolve
  444. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  445. },
  446. Royjibiv:{
  447. num:1185, // Pokedex Number
  448. species:"Royjibiv", // Friendly Species name (can use caps and space)
  449. types:["Normal","Dragon"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  450. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  451. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  452. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  453. heightm:0.2,
  454. weightkg:4.0,
  455. color:"", // if this has no color, make it a empty string
  456. //evos:["Monkezuma"], // don't bother defining this if it does not evolve
  457. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  458. },
  459. Barracute:{
  460. num:1186, // Pokedex Number
  461. species:"Barracute", // Friendly Species name (can use caps and space)
  462. types:["Bug","Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  463. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  464. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  465. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  466. heightm:0.2,
  467. weightkg:4.0,
  468. color:"", // if this has no color, make it a empty string
  469. evos:["Jawgodon"], // don't bother defining this if it does not evolve
  470. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  471. },
  472. Jawgodon:{
  473. num:1187, // Pokedex Number
  474. species:"Jawgodon", // Friendly Species name (can use caps and space)
  475. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  476. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  477. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  478. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  479. heightm:0.2,
  480. weightkg:4.0,
  481. color:"", // if this has no color, make it a empty string
  482. //evos:["Monkezuma"], // don't bother defining this if it does not evolve
  483. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  484. },
  485. Drosire:{
  486. num:1188, // Pokedex Number
  487. species:"Drosire", // Friendly Species name (can use caps and space)
  488. types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  489. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  490. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  491. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  492. heightm:0.2,
  493. weightkg:4.0,
  494. color:"", // if this has no color, make it a empty string
  495. evos:["Sunduke"], // don't bother defining this if it does not evolve
  496. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  497. },
  498. Sunduke:{
  499. num:1189, // Pokedex Number
  500. species:"Sunduke", // Friendly Species name (can use caps and space)
  501. types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  502. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  503. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  504. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  505. heightm:0.2,
  506. weightkg:4.0,
  507. color:"", // if this has no color, make it a empty string
  508. //evos:["Monkezuma"], // don't bother defining this if it does not evolve
  509. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  510. },
  511. Wispern:{
  512. num:1190, // Pokedex Number
  513. species:"Wispern", // Friendly Species name (can use caps and space)
  514. types:["Ghost","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  515. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  516. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  517. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  518. heightm:0.2,
  519. weightkg:4.0,
  520. color:"", // if this has no color, make it a empty string
  521. evos:["Phantern"], // don't bother defining this if it does not evolve
  522. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  523. },
  524. Phantern:{
  525. num:1191, // Pokedex Number
  526. species:"Phanter", // Friendly Species name (can use caps and space)
  527. types:["Ghost","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  528. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  529. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  530. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  531. heightm:0.2,
  532. weightkg:4.0,
  533. color:"", // if this has no color, make it a empty string
  534. //evos:["Monkezuma"], // don't bother defining this if it does not evolve
  535. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  536. },
  537. //confirmed 1191
  538. Glocto:{
  539. num:1192, // Pokedex Number
  540. species:"Wispern", // Friendly Species name (can use caps and space)
  541. types:["Water","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  542. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  543. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  544. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  545. heightm:0.2,
  546. weightkg:4.0,
  547. color:"", // if this has no color, make it a empty string
  548. evos:["Lavoon"], // don't bother defining this if it does not evolve
  549. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  550. },
  551. Lavoon:{
  552. num:1193, // Pokedex Number
  553. species:"Lavoon", // Friendly Species name (can use caps and space)
  554. types:["Water","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  555. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  556. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  557. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  558. heightm:0.2,
  559. weightkg:4.0,
  560. color:"", // if this has no color, make it a empty string
  561. //evos:["Phantern"], // don't bother defining this if it does not evolve
  562. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  563. },
  564.  
  565. Gilla:{
  566. num:1194, // Pokedex Number
  567. species:"Wispern", // Friendly Species name (can use caps and space)
  568. types:["Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  569. genderRatio:{M:0.5,F:0.5}, // 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:["Hornizard"], // don't bother defining this if it does not evolve
  576. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  577. },
  578. Hornizard:{
  579. num:1195, // Pokedex Number
  580. species:"Hornizard", // Friendly Species name (can use caps and space)
  581. types:["Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  582. genderRatio:{M:0.5,F:0.5}, // 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:["Ankillosore"], // don't bother defining this if it does not evolve
  589. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  590. },
  591. Ankillosore:{
  592. num:1196, // Pokedex Number
  593. species:"Ankillosore", // Friendly Species name (can use caps and space)
  594. types:["Poison","Ground"], // 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:["Phantern"], // don't bother defining this if it does not evolve
  602. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  603. },
  604. Bazilisk:{
  605. num:1197, // Pokedex Number
  606. species:"Bazilisk", // Friendly Species name (can use caps and space)
  607. types:["Grass"], // 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:["Ornitherb"], // don't bother defining this if it does not evolve
  615. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  616. },
  617. Ornitherb:{
  618. num:1198, // Pokedex Number
  619. species:"Ornitherb", // Friendly Species name (can use caps and space)
  620. types:["Grass"], // 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:["Dilophlora"], // don't bother defining this if it does not evolve
  628. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  629. },
  630. Dilophlora:{
  631. num:1199, // Pokedex Number
  632. species:"Dilophlora", // Friendly Species name (can use caps and space)
  633. types:["Grass","Dark"], // 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:["Phantern"], // don't bother defining this if it does not evolve
  641. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  642. },
  643. Baboom:{
  644. num:1200, // Pokedex Number
  645. species:"Baboom", // Friendly Species name (can use caps and space)
  646. types:["Electric","Dark"], // 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:["Phantern"], // don't bother defining this if it does not evolve
  654. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  655. },
Advertisement
Add Comment
Please, Sign In to add comment