Guest User

Pokedex.js 1101-1149 std. missing

a guest
Jul 29th, 2014
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.25 KB | None | 0 0
  1. Phlask:{
  2. num:1101, // Pokedex Number
  3. species:"Phlask", // Friendly Species name (can use caps and space)
  4. types:["Poison","Ghost"], // 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:["Noxial"], // don't bother defining this if it does not evolve
  12. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  13. },
  14. Noxial:{
  15. num:1102, // Pokedex Number
  16. species:"Noxial", // Friendly Species name (can use caps and space)
  17. types:["Poison","Ghost"], // 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:["Fumighast"], // don't bother defining this if it does not evolve
  25. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  26. },
  27. Fumighast:{
  28. num:1103, // Pokedex Number
  29. species:"Fumighast", // Friendly Species name (can use caps and space)
  30. types:["Poison","Ghost"], // 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:["Fumighast"], // don't bother defining this if it does not evolve
  38. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  39. },
  40. Atomite:{
  41. num:1104, // Pokedex Number
  42. species:"Atomite", // Friendly Species name (can use caps and space)
  43. types:["Normal","Electric"], // 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:["Orbatom"], // don't bother defining this if it does not evolve
  51. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  52. },
  53. Orbatom:{
  54. num:1105, // Pokedex Number
  55. species:"Orbatom", // Friendly Species name (can use caps and space)
  56. types:["Normal","Electric"], // 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:["Fumighast"], // don't bother defining this if it does not evolve
  64. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  65. },
  66. Squink:{
  67. num:1106, // Pokedex Number
  68. species:"Squink", // Friendly Species name (can use caps and space)
  69. types:["Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  70. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  71. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  72. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  73. heightm:0.2,
  74. weightkg:4.0,
  75. color:"", // if this has no color, make it a empty string
  76. evos:["Squidrift"], // don't bother defining this if it does not evolve
  77. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  78. },
  79. Squidrift:{
  80. num:1107, // Pokedex Number
  81. species:"Squidrift", // Friendly Species name (can use caps and space)
  82. types:["Poison","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  83. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  84. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  85. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  86. heightm:0.2,
  87. weightkg:4.0,
  88. color:"", // if this has no color, make it a empty string
  89. //evos:["Fumighast"], // don't bother defining this if it does not evolve
  90. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  91. },
  92. Boarealis:{
  93. num:1108, // Pokedex Number
  94. species:"Boarealis", // Friendly Species name (can use caps and space)
  95. types:["Dark","Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  96. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  97. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  98. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  99. heightm:0.2,
  100. weightkg:4.0,
  101. color:"", // if this has no color, make it a empty string
  102. //evos:["Fumighast"], // don't bother defining this if it does not evolve
  103. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  104. },
  105. Chelonite:{
  106. num:1109, // Pokedex Number
  107. species:"Chelonite", // Friendly Species name (can use caps and space)
  108. types:["Psychic","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  109. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  110. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  111. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  112. heightm:0.2,
  113. weightkg:4.0,
  114. color:"", // if this has no color, make it a empty string
  115. evos:["Galaxagos"], // don't bother defining this if it does not evolve
  116. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  117. },
  118. Galaxagos:{
  119. num:1110, // Pokedex Number
  120. species:"Galaxagos", // Friendly Species name (can use caps and space)
  121. types:["Psychic","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  122. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  123. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  124. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  125. heightm:0.2,
  126. weightkg:4.0,
  127. color:"", // if this has no color, make it a empty string
  128. //evos:["Fumighast"], // don't bother defining this if it does not evolve
  129. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  130. },
  131. Magnitogre:{
  132. num:1111, // Pokedex Number
  133. species:"Magnitogre", // Friendly Species name (can use caps and space)
  134. types:["Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  135. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  136. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  137. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  138. heightm:0.2,
  139. weightkg:4.0,
  140. color:"", // if this has no color, make it a empty string
  141. //evos:["Fumighast"], // don't bother defining this if it does not evolve
  142. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  143. },
  144. Minarac:{
  145. num:1112, // Pokedex Number
  146. species:"Minarac", // Friendly Species name (can use caps and space)
  147. types:["Bug","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  148. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  149. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  150. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  151. heightm:0.2,
  152. weightkg:4.0,
  153. color:"", // if this has no color, make it a empty string
  154. evos:["Trenchula"], // don't bother defining this if it does not evolve
  155. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  156. },
  157. Trenchula:{
  158. num:1113, // Pokedex Number
  159. species:"Trenchula", // Friendly Species name (can use caps and space)
  160. types:["Bug","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  161. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  162. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  163. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  164. heightm:0.2,
  165. weightkg:4.0,
  166. color:"", // if this has no color, make it a empty string
  167. //evos:["Fumighast"], // don't bother defining this if it does not evolve
  168. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  169. },
  170. Pottle:{
  171. num:1114, // Pokedex Number
  172. species:"Pottle", // Friendly Species name (can use caps and space)
  173. types:["Grass","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  174. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  175. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  176. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  177. heightm:0.2,
  178. weightkg:4.0,
  179. color:"", // if this has no color, make it a empty string
  180. evos:["Trikotta"], // don't bother defining this if it does not evolve
  181. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  182. },
  183. Trikotta:{
  184. num:1115, // Pokedex Number
  185. species:"Trikotta", // Friendly Species name (can use caps and space)
  186. types:["Grass","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  187. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  188. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  189. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  190. heightm:0.2,
  191. weightkg:4.0,
  192. color:"", // if this has no color, make it a empty string
  193. evos:["Terrorcotta"], // don't bother defining this if it does not evolve
  194. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  195. },
  196. Terrorcotta:{
  197. num:1116, // Pokedex Number
  198. species:"Terrorcotta", // Friendly Species name (can use caps and space)
  199. types:["Grass","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  200. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  201. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  202. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  203. heightm:0.2,
  204. weightkg:4.0,
  205. color:"", // if this has no color, make it a empty string
  206. //evos:["Trenchula"], // don't bother defining this if it does not evolve
  207. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  208. },
  209. Pueblant:{
  210. num:1117, // Pokedex Number
  211. species:"Pueblant", // Friendly Species name (can use caps and space)
  212. types:["Bug","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  213. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  214. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  215. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  216. heightm:0.2,
  217. weightkg:4.0,
  218. color:"", // if this has no color, make it a empty string
  219. evos:["Cahokisect"], // don't bother defining this if it does not evolve
  220. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  221. },
  222. Cahokisect:{
  223. num:1118, // Pokedex Number
  224. species:"Cahokisect", // Friendly Species name (can use caps and space)
  225. types:["Bug","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  226. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  227. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  228. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  229. heightm:0.2,
  230. weightkg:4.0,
  231. color:"", // if this has no color, make it a empty string
  232. //evos:["Trenchula"], // don't bother defining this if it does not evolve
  233. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  234. },
  235. Cobrascet:{
  236. num:1119, // Pokedex Number
  237. species:"Cobrascet", // Friendly Species name (can use caps and space)
  238. types:["Poison","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  239. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  240. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  241. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  242. heightm:0.2,
  243. weightkg:4.0,
  244. color:"", // if this has no color, make it a empty string
  245. evos:["Charmbra"], // don't bother defining this if it does not evolve
  246. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  247. },
  248. Charmbra:{
  249. num:1120, // Pokedex Number
  250. species:"Charmbra", // Friendly Species name (can use caps and space)
  251. types:["Poison","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  252. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  253. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  254. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  255. heightm:0.2,
  256. weightkg:4.0,
  257. color:"", // if this has no color, make it a empty string
  258. //evos:["Trenchula"], // don't bother defining this if it does not evolve
  259. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  260. },
  261. //confirmed 1120
  262. Cairup:{
  263. num:1121, // Pokedex Number
  264. species:"Cairup", // Friendly Species name (can use caps and space)
  265. types:["Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  266. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  267. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  268. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  269. heightm:0.2,
  270. weightkg:4.0,
  271. color:"", // if this has no color, make it a empty string
  272. evos:["Kairoglyph"], // don't bother defining this if it does not evolve
  273. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  274. },
  275. Kairoglyph:{
  276. num:1122, // Pokedex Number
  277. species:"Kairoglyph", // Friendly Species name (can use caps and space)
  278. types:["Psychic","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  279. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  280. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  281. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  282. heightm:0.2,
  283. weightkg:4.0,
  284. color:"", // if this has no color, make it a empty string
  285. //evos:["Trenchula"], // don't bother defining this if it does not evolve
  286. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  287. },
  288. Necronite:{
  289. num:1123, // Pokedex Number
  290. species:"Necronite", // Friendly Species name (can use caps and space)
  291. types:["Rock","Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  292. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  293. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  294. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  295. heightm:0.2,
  296. weightkg:4.0,
  297. color:"", // if this has no color, make it a empty string
  298. evos:["Gravollum"], // don't bother defining this if it does not evolve
  299. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  300. },
  301. Gravollum:{
  302. num:1124, // Pokedex Number
  303. species:"Gravollum", // Friendly Species name (can use caps and space)
  304. types:["Rock","Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  305. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  306. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  307. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  308. heightm:0.2,
  309. weightkg:4.0,
  310. color:"", // if this has no color, make it a empty string
  311. //evos:["Trenchula"], // don't bother defining this if it does not evolve
  312. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  313. },
  314. Diloweed:{
  315. num:1125, // Pokedex Number
  316. species:"Diloweed", // Friendly Species name (can use caps and space)
  317. types:["Grass","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  318. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  319. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  320. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  321. heightm:0.2,
  322. weightkg:4.0,
  323. color:"", // if this has no color, make it a empty string
  324. evos:["Pangolash"], // don't bother defining this if it does not evolve
  325. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  326. },
  327. Pangolash:{
  328. num:1126, // Pokedex Number
  329. species:"Pangolash", // Friendly Species name (can use caps and space)
  330. types:["Grass","Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  331. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  332. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  333. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  334. heightm:0.2,
  335. weightkg:4.0,
  336. color:"", // if this has no color, make it a empty string
  337. //evos:["Trenchula"], // don't bother defining this if it does not evolve
  338. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  339. },
  340. Ignishell:{
  341. num:1127, // Pokedex Number
  342. species:"Ignishell", // Friendly Species name (can use caps and space)
  343. types:["Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  344. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  345. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  346. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  347. heightm:0.2,
  348. weightkg:4.0,
  349. color:"", // if this has no color, make it a empty string
  350. evos:["Shelosene"], // don't bother defining this if it does not evolve
  351. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  352. },
  353. Shelosene:{
  354. num:1128, // Pokedex Number
  355. species:"Shelosene", // Friendly Species name (can use caps and space)
  356. types:["Fire","Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  357. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  358. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  359. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  360. heightm:0.2,
  361. weightkg:4.0,
  362. color:"", // if this has no color, make it a empty string
  363. evos:["Flarrapin"], // don't bother defining this if it does not evolve
  364. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  365. },
  366. Flarrapin:{
  367. num:1129,// Pokedex Number
  368. species:"Flarrapin", // Friendly Species name (can use caps and space)
  369. types:["Fire","Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  370. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  371. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  372. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  373. heightm:0.2,
  374. weightkg:4.0,
  375. color:"", // if this has no color, make it a empty string
  376. //evos:["Trenchula"], // don't bother defining this if it does not evolve
  377. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  378. },
  379. Desoula:{
  380. num:1130, // Pokedex Number
  381. species:"Desoula", // Friendly Species name (can use caps and space)
  382. types:["Ghost","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  383. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  384. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  385. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  386. heightm:0.2,
  387. weightkg:4.0,
  388. color:"", // if this has no color, make it a empty string
  389. evos:["Necrow"], // don't bother defining this if it does not evolve
  390. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  391. },
  392. Necrow:{
  393. num:1131, // Pokedex Number
  394. species:"Necrow", // Friendly Species name (can use caps and space)
  395. types:["Ghost","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  396. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  397. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  398. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  399. heightm:0.2,
  400. weightkg:4.0,
  401. color:"", // if this has no color, make it a empty string
  402. evos:["Vultergyst"], // don't bother defining this if it does not evolve
  403. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  404. },
  405. Vultergyst:{
  406. num:1132, // Pokedex Number
  407. species:"Vultergyst", // Friendly Species name (can use caps and space)
  408. types:["Ghost","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  409. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  410. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  411. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  412. heightm:0.2,
  413. weightkg:4.0,
  414. color:"", // if this has no color, make it a empty string
  415. //evos:["Necrow"], // don't bother defining this if it does not evolve
  416. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  417. },
  418. Dinkywink:{
  419. num:1133, // Pokedex Number
  420. species:"Dinkywink", // Friendly Species name (can use caps and space)
  421. types:["Water","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  422. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  423. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  424. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  425. heightm:0.2,
  426. weightkg:4.0,
  427. color:"", // if this has no color, make it a empty string
  428. evos:["Dunkywunkr"], // don't bother defining this if it does not evolve
  429. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  430. },
  431. Dunkywunkr:{
  432. num:1134, // Pokedex Number
  433. species:"Dunkywunkr", // Friendly Species name (can use caps and space)
  434. types:["Water","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  435. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  436. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  437. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  438. heightm:0.2,
  439. weightkg:4.0,
  440. color:"", // if this has no color, make it a empty string
  441. //evos:["Necrow"], // don't bother defining this if it does not evolve
  442. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  443. },
  444. Calphite:{
  445. num:1135, // Pokedex Number
  446. species:"Calphite", // Friendly Species name (can use caps and space)
  447. types:["Rock","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  448. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  449. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  450. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  451. heightm:0.2,
  452. weightkg:4.0,
  453. color:"", // if this has no color, make it a empty string
  454. evos:["Indrolith"], // don't bother defining this if it does not evolve
  455. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  456. },
  457. Indrolith:{
  458. num:1136, // Pokedex Number
  459. species:"Indrolith", // Friendly Species name (can use caps and space)
  460. types:["Rock","Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  461. genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  462. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  463. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  464. heightm:0.2,
  465. weightkg:4.0,
  466. color:"", // if this has no color, make it a empty string
  467. //evos:["Necrow"], // don't bother defining this if it does not evolve
  468. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  469. },
  470. //confirmed 1136
  471. Solacari:{
  472. num:1137, // Pokedex Number
  473. species:"Solacari", // Friendly Species name (can use caps and space)
  474. types:["Normal","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  475. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  476. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  477. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  478. heightm:0.2,
  479. weightkg:4.0,
  480. color:"", // if this has no color, make it a empty string
  481. //evos:["Necrow"], // don't bother defining this if it does not evolve
  482. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  483. },
  484. Nurshary:{
  485. num:1138, // Pokedex Number
  486. species:"Nurshary", // Friendly Species name (can use caps and space)
  487. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  488. genderRatio:{M:0,F:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  489. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  490. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  491. heightm:0.2,
  492. weightkg:4.0,
  493. color:"", // if this has no color, make it a empty string
  494. //evos:["Necrow"], // don't bother defining this if it does not evolve
  495. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  496. },
  497. Loneleaf:{
  498. num:1139, // Pokedex Number
  499. species:"Loneleaf", // Friendly Species name (can use caps and space)
  500. types:["Ghost","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  501. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  502. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  503. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  504. heightm:0.2,
  505. weightkg:4.0,
  506. color:"", // if this has no color, make it a empty string
  507. evos:["Forthorn"], // don't bother defining this if it does not evolve
  508. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  509. },
  510. Forthorn:{
  511. num:1140, // Pokedex Number
  512. species:"Forthorn", // Friendly Species name (can use caps and space)
  513. types:["Ghost","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  514. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  515. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  516. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  517. heightm:0.2,
  518. weightkg:4.0,
  519. color:"", // if this has no color, make it a empty string
  520. //evos:["Necrow"], // don't bother defining this if it does not evolve
  521. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  522. },
  523. Coltergeist:{
  524. num:1141, // Pokedex Number
  525. species:"Coltergeist", // Friendly Species name (can use caps and space)
  526. types:["Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  527. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  528. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  529. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  530. heightm:0.2,
  531. weightkg:4.0,
  532. color:"", // if this has no color, make it a empty string
  533. evos:["Fantasmare"], // don't bother defining this if it does not evolve
  534. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  535. },
  536. Forthorn:{
  537. num:1142, // Pokedex Number
  538. species:"Fantasmare", // Friendly Species name (can use caps and space)
  539. types:["Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  540. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  541. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  542. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  543. heightm:0.2,
  544. weightkg:4.0,
  545. color:"", // if this has no color, make it a empty string
  546. //evos:["Necrow"], // don't bother defining this if it does not evolve
  547. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  548. },
  549. Chihaha:{
  550. num:1143, // Pokedex Number
  551. species:"Forthorn", // Friendly Species name (can use caps and space)
  552. types:["Normal","Dark"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  553. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  554. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  555. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  556. heightm:0.2,
  557. weightkg:4.0,
  558. color:"", // if this has no color, make it a empty string
  559. evos:["Howlequin"], // don't bother defining this if it does not evolve
  560. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  561. },
  562. Howlequin:{
  563. num:1144, // Pokedex Number
  564. species:"Howlequin", // Friendly Species name (can use caps and space)
  565. types:["Normal","Dark"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  566. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  567. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  568. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  569. heightm:0.2,
  570. weightkg:4.0,
  571. color:"", // if this has no color, make it a empty string
  572. //evos:["Necrow"], // don't bother defining this if it does not evolve
  573. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  574. },
  575. Chegrin:{
  576. num:1145, // Pokedex Number
  577. species:"Cheshade", // Friendly Species name (can use caps and space)
  578. types:["Dark","Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  579. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  580. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  581. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  582. heightm:0.2,
  583. weightkg:4.0,
  584. color:"", // if this has no color, make it a empty string
  585. evos:["Cheshade"], // don't bother defining this if it does not evolve
  586. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  587. },
  588. Cheshade:{
  589. num:1146, // Pokedex Number
  590. species:"Cheshade", // Friendly Species name (can use caps and space)
  591. types:["Dark","Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  592. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  593. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  594. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  595. heightm:0.2,
  596. weightkg:4.0,
  597. color:"", // if this has no color, make it a empty string
  598. //evos:["Necrow"], // don't bother defining this if it does not evolve
  599. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  600. },
  601. Doppole:{
  602. num:1147, // Pokedex Number
  603. species:"Doppole", // Friendly Species name (can use caps and space)
  604. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  605. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  606. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  607. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  608. heightm:0.2,
  609. weightkg:4.0,
  610. color:"", // if this has no color, make it a empty string
  611. evos:["Artifish"], // don't bother defining this if it does not evolve
  612. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  613. },
  614. Artifish:{
  615. num:1148, // Pokedex Number
  616. species:"Artifish", // Friendly Species name (can use caps and space)
  617. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  618. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  619. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  620. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  621. heightm:0.2,
  622. weightkg:4.0,
  623. color:"", // if this has no color, make it a empty string
  624. //evos:["Necrow"], // don't bother defining this if it does not evolve
  625. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  626. },
  627. //confirm 1148
  628. Thoraxe:{
  629. num:1149, // Pokedex Number
  630. species:"Thoraxe", // Friendly Species name (can use caps and space)
  631. types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  632. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  633. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  634. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  635. heightm:0.2,
  636. weightkg:4.0,
  637. color:"", // if this has no color, make it a empty string
  638. //evos:["Necrow"], // don't bother defining this if it does not evolve
  639. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  640. },
Advertisement
Add Comment
Please, Sign In to add comment