Guest User

Pokedex.js 1052-1100 same as before

a guest
Jul 29th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.18 KB | None | 0 0
  1. Rocano:{
  2. num:1052, // Pokedex Number
  3. species:"Rocano", // Friendly Species name (can use caps and space)
  4. types:["Fire","Rock"], // 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:["Volcaroc"], // don't bother defining this if it does not evolve
  12. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  13. },
  14. Volcaroc:{
  15. num:1053, // Pokedex Number
  16. species:"Volcaroc", // Friendly Species name (can use caps and space)
  17. types:["Fire","Rock"], // 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:["Volcoalder"], // don't bother defining this if it does not evolve
  25. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  26. },
  27. Volcoalder:{
  28. num:1054, // Pokedex Number
  29. species:"Volcoalder", // Friendly Species name (can use caps and space)
  30. types:["Fire","Rock"], // 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:["syclant"], // don't bother defining this if it does not evolve
  38. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  39. },
  40. //good up to here
  41. Pounther:{
  42. num:1055, // Pokedex Number
  43. species:"Pounther", // Friendly Species name (can use caps and space)
  44. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  45. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  46. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  47. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  48. heightm:0.2,
  49. weightkg:4.0,
  50. color:"", // if this has no color, make it a empty string
  51. evos:["Jaguile"], // don't bother defining this if it does not evolve
  52. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  53. },
  54. Jaguile:{
  55. num:1056, // Pokedex Number
  56. species:"Jaguile", // Friendly Species name (can use caps and space)
  57. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  58. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  59. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  60. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  61. heightm:0.2,
  62. weightkg:4.0,
  63. color:"", // if this has no color, make it a empty string
  64. //evos:["syclant"], // don't bother defining this if it does not evolve
  65. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  66. },
  67.  
  68. Neureka:{
  69. num:1057, // Pokedex Number
  70. species:"Neureka", // Friendly Species name (can use caps and space)
  71. types:["Psychic","Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  72. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  73. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  74. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  75. heightm:0.2,
  76. weightkg:4.0,
  77. color:"", // if this has no color, make it a empty string
  78. evos:["Cerebrulb"], // don't bother defining this if it does not evolve
  79. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  80. },
  81.  
  82. Cerebrulb:{
  83. num:1058, // Pokedex Number
  84. species:"Cerebrulb", // Friendly Species name (can use caps and space)
  85. types:["Psychic","Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  86. genderRatio:{N:1}, // 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:["syclant"], // don't bother defining this if it does not evolve
  93. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  94. },
  95. //good up to here
  96. Peppit:{
  97. num:1059, // Pokedex Number
  98. species:"Peppit", // Friendly Species name (can use caps and space)
  99. types:["Grass","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  100. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  101. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  102. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  103. heightm:0.2,
  104. weightkg:4.0,
  105. color:"", // if this has no color, make it a empty string
  106. evos:["Hoppanero"], // don't bother defining this if it does not evolve
  107. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  108. },
  109.  
  110. Hoppanero:{
  111. num:1060, // Pokedex Number
  112. species:"Hoppanero", // Friendly Species name (can use caps and space)
  113. types:["Grass","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  114. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  115. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  116. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  117. heightm:0.2,
  118. weightkg:4.0,
  119. color:"", // if this has no color, make it a empty string
  120. evos:["Scovalope"], // don't bother defining this if it does not evolve
  121. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  122. },
  123.  
  124. Scovalope:{
  125. num:1061, // Pokedex Number
  126. species:"Scovalope", // Friendly Species name (can use caps and space)
  127. types:["Grass","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  128. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  129. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  130. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  131. heightm:0.2,
  132. weightkg:4.0,
  133. color:"", // if this has no color, make it a empty string
  134. //evos:["syclant"], // don't bother defining this if it does not evolve
  135. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  136. },
  137.  
  138. Pawter:{
  139. num:1062, // Pokedex Number
  140. species:"Pawter", // Friendly Species name (can use caps and space)
  141. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  142. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  143. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  144. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  145. heightm:0.2,
  146. weightkg:4.0,
  147. color:"", // if this has no color, make it a empty string
  148. evos:["Huricanine"], // don't bother defining this if it does not evolve
  149. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  150. },
  151.  
  152. Huricanine:{
  153. num:1063, // Pokedex Number
  154. species:"Juricanine", // Friendly Species name (can use caps and space)
  155. types:["Water","Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  156. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  157. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  158. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  159. heightm:0.2,
  160. weightkg:4.0,
  161. color:"", // if this has no color, make it a empty string
  162. //evos:["syclant"], // don't bother defining this if it does not evolve
  163. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  164. },
  165. //good up to here
  166. Skullarva:{
  167. num:1064, // Pokedex Number
  168. species:"Skullarva", // Friendly Species name (can use caps and space)
  169. types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  170. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  171. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  172. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  173. heightm:0.2,
  174. weightkg:4.0,
  175. color:"", // if this has no color, make it a empty string
  176. evos:["Maskoon"], // don't bother defining this if it does not evolve
  177. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  178. },
  179.  
  180. Maskoon:{
  181. num:1065, // Pokedex Number
  182. species:"Maskoon", // Friendly Species name (can use caps and space)
  183. types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  184. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  185. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  186. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  187. heightm:0.2,
  188. weightkg:4.0,
  189. color:"", // if this has no color, make it a empty string
  190. evos:["Mortasque"], // don't bother defining this if it does not evolve
  191. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  192. },
  193.  
  194. Mortasque:{
  195. num:1066, // Pokedex Number
  196. species:"Mortasque", // Friendly Species name (can use caps and space)
  197. types:["Bug","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  198. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  199. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  200. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  201. heightm:0.2,
  202. weightkg:4.0,
  203. color:"", // if this has no color, make it a empty string
  204. //evos:["syclant"], // don't bother defining this if it does not evolve
  205. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  206. },
  207.  
  208. Vectol:{
  209. num:1067, // Pokedex Number
  210. species:"Vectol", // Friendly Species name (can use caps and space)
  211. types:["Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  212. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  213. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  214. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  215. heightm:0.2,
  216. weightkg:4.0,
  217. color:"", // if this has no color, make it a empty string
  218. evos:["Vectol.2"], // don't bother defining this if it does not evolve
  219. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  220. },
  221.  
  222. Vectol.2:{
  223. num:1068, // Pokedex Number
  224. species:"Vectol.2", // Friendly Species name (can use caps and space)
  225. types:["Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  226. genderRatio:{N:1}, // 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:["syclant"], // don't bother defining this if it does not evolve
  233. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  234. },
  235. //good up to here
  236. Bouwee:{
  237. num:1069, // Pokedex Number
  238. species:"Bouwee", // Friendly Species name (can use caps and space)
  239. types:["Water","Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  240. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  241. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  242. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  243. heightm:0.2,
  244. weightkg:4.0,
  245. color:"", // if this has no color, make it a empty string
  246. evos:["Scubug"], // don't bother defining this if it does not evolve
  247. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  248. },
  249.  
  250. Scubug:{
  251. num:1070, // Pokedex Number
  252. species:"Scubug", // Friendly Species name (can use caps and space)
  253. types:["Water","Bug"], // 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:["syclant"], // don't bother defining this if it does not evolve
  261. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  262. },
  263. //confirmed 1070 at this point
  264.  
  265. Totter:{
  266. num:1071, // Pokedex Number
  267. species:"Totter", // Friendly Species name (can use caps and space)
  268. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  269. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  270. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  271. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  272. heightm:0.2,
  273. weightkg:4.0,
  274. color:"", // if this has no color, make it a empty string
  275. evos:["Cascotta"], // don't bother defining this if it does not evolve
  276. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  277. },
  278.  
  279. Cascotta:{
  280. num:1072, // Pokedex Number
  281. species:"Cascotta", // Friendly Species name (can use caps and space)
  282. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  283. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  284. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  285. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  286. heightm:0.2,
  287. weightkg:4.0,
  288. color:"", // if this has no color, make it a empty string
  289. evos:["Lutrajet"], // don't bother defining this if it does not evolve
  290. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  291. },
  292.  
  293. Lutrajet:{
  294. num:1073, // Pokedex Number
  295. species:"Lutrajet", // Friendly Species name (can use caps and space)
  296. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  297. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  298. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  299. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  300. heightm:0.2,
  301. weightkg:4.0,
  302. color:"", // if this has no color, make it a empty string
  303. //evos:["syclar"], // don't bother defining this if it does not evolve
  304. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  305. },
  306.  
  307. Alpint:{
  308. num:1074, // Pokedex Number
  309. species:"Alpint", // Friendly Species name (can use caps and space)
  310. types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  311. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  312. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  313. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  314. heightm:0.2,
  315. weightkg:4.0,
  316. color:"", // if this has no color, make it a empty string
  317. evos:["Forusk"], // don't bother defining this if it does not evolve
  318. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  319. },
  320.  
  321. Forusk:{
  322. num:1075, // Pokedex Number
  323. species:"Forusk", // Friendly Species name (can use caps and space)
  324. types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  325. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  326. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  327. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  328. heightm:0.2,
  329. weightkg:4.0,
  330. color:"", // if this has no color, make it a empty string
  331. //evos:["syclant"], // don't bother defining this if it does not evolve
  332. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  333. },
  334.  
  335. Platypow:{
  336. num:1076, // Pokedex Number
  337. species:"Platypow", // Friendly Species name (can use caps and space)
  338. types:["Fighting","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  339. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  340. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  341. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  342. heightm:0.2,
  343. weightkg:4.0,
  344. color:"", // if this has no color, make it a empty string
  345. evos:["Platikhao"], // don't bother defining this if it does not evolve
  346. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  347. },
  348.  
  349. Platikhao:{
  350. num:1077, // Pokedex Number
  351. species:"Platikhao", // Friendly Species name (can use caps and space)
  352. types:["Fighting","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  353. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  354. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  355. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  356. heightm:0.2,
  357. weightkg:4.0,
  358. color:"", // if this has no color, make it a empty string
  359. //evos:["syclant"], // don't bother defining this if it does not evolve
  360. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  361. },
  362.  
  363. Cuppy:{
  364. num:1078, // Pokedex Number
  365. species:"Cuppy", // Friendly Species name (can use caps and space)
  366. types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  367. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  368. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  369. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  370. heightm:0.2,
  371. weightkg:4.0,
  372. color:"", // if this has no color, make it a empty string
  373. evos:["Fettlekish"], // don't bother defining this if it does not evolve
  374. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  375. },
  376.  
  377. Fettlekish:{
  378. num:1079, // Pokedex Number
  379. species:"Fettlekish", // Friendly Species name (can use caps and space)
  380. types:["Water","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  381. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  382. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  383. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  384. heightm:0.2,
  385. weightkg:4.0,
  386. color:"", // if this has no color, make it a empty string
  387. //evos:["syclant"], // don't bother defining this if it does not evolve
  388. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  389. },
  390.  
  391. Shibalbat:{
  392. num:1080, // Pokedex Number
  393. species:"Shibalbat", // Friendly Species name (can use caps and space)
  394. types:["Rock","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  395. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  396. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  397. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  398. heightm:0.2,
  399. weightkg:4.0,
  400. color:"", // if this has no color, make it a empty string
  401. //evos:["syclant"], // don't bother defining this if it does not evolve
  402. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  403. },
  404. //confirmed 1080
  405. Nobunata:{
  406. num:1081, // Pokedex Number
  407. species:"Nobunata", // Friendly Species name (can use caps and space)
  408. types:["Normal"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  409. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  410. baseStats:{hp: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:["syclant"], // don't bother defining this if it does not evolve
  416. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  417. },
  418. Psybex:{
  419. num:1082, // Pokedex Number
  420. species:"Psybex", // Friendly Species name (can use caps and space)
  421. types:["Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  422. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  423. baseStats:{hp: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:["Gnuru"], // don't bother defining this if it does not evolve
  429. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  430. },
  431. Gnuru:{
  432. num:1083, // Pokedex Number
  433. species:"Gnuru", // Friendly Species name (can use caps and space)
  434. types:["Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  435. genderRatio:{M:0.5,F:0.5}, // 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:["syclant"], // don't bother defining this if it does not evolve
  442. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  443. },
  444. Flowger:{
  445. num:1084, // Pokedex Number
  446. species:"Flowger", // Friendly Species name (can use caps and space)
  447. types:["Water","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  448. genderRatio:{M:0.5,F:0.5}, // 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:["Bullotus"], // don't bother defining this if it does not evolve
  455. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  456. },
  457. Bullotus:{
  458. num:1085, // Pokedex Number
  459. species:"Bullotus", // Friendly Species name (can use caps and space)
  460. types:["Water","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  461. genderRatio:{M:0.5,F:0.5}, // 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:["syclant"], // don't bother defining this if it does not evolve
  468. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  469. },
  470. Burrowl:{
  471. num:1086, // Pokedex Number
  472. species:"Burrowl", // Friendly Species name (can use caps and space)
  473. types:["Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  474. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  475. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  476. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  477. heightm:0.2,
  478. weightkg:4.0,
  479. color:"", // if this has no color, make it a empty string
  480. //evos:["syclant"], // don't bother defining this if it does not evolve
  481. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  482. },
  483. Magowl:{
  484. num:1087, // Pokedex Number
  485. species:"Magowl", // Friendly Species name (can use caps and space)
  486. types:["Psychic"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  487. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  488. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  489. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  490. heightm:0.2,
  491. weightkg:4.0,
  492. color:"", // if this has no color, make it a empty string
  493. //evos:["syclant"], // don't bother defining this if it does not evolve
  494. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  495. },
  496. Craliber:{
  497. num:1088, // Pokedex Number
  498. species:"Craliber", // Friendly Species name (can use caps and space)
  499. types:["Water","Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  500. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  501. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  502. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  503. heightm:0.2,
  504. weightkg:4.0,
  505. color:"", // if this has no color, make it a empty string
  506. evos:["Crawglock"], // don't bother defining this if it does not evolve
  507. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  508. },
  509. Crawglock:{
  510. num:1089, // Pokedex Number
  511. species:"Crawglock", // Friendly Species name (can use caps and space)
  512. types:["Water","Steel"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  513. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  514. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  515. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  516. heightm:0.2,
  517. weightkg:4.0,
  518. color:"", // if this has no color, make it a empty string
  519. //evos:["syclant"], // don't bother defining this if it does not evolve
  520. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  521. },
  522. Leafish:{
  523. num:1090, // Pokedex Number
  524. species:"Leafish", // Friendly Species name (can use caps and space)
  525. types:["Water","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  526. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  527. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  528. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  529. heightm:0.2,
  530. weightkg:4.0,
  531. color:"", // if this has no color, make it a empty string
  532. evos:["Chlorofin"], // don't bother defining this if it does not evolve
  533. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  534. },
  535. Chlorofin:{
  536. num:1091, // Pokedex Number
  537. species:"Chlorofin", // Friendly Species name (can use caps and space)
  538. types:["Water","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  539. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  540. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  541. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  542. heightm:0.2,
  543. weightkg:4.0,
  544. color:"", // if this has no color, make it a empty string
  545. //evos:["syclant"], // don't bother defining this if it does not evolve
  546. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  547. },
  548. Quibble:{
  549. num:1092, // Pokedex Number
  550. species:"Quibble", // Friendly Species name (can use caps and space)
  551. types:["Normal","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  552. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  553. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  554. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  555. heightm:0.2,
  556. weightkg:4.0,
  557. color:"", // if this has no color, make it a empty string
  558. evos:["Fowattle"], // don't bother defining this if it does not evolve
  559. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  560. },
  561. Fowattle:{
  562. num:1093, // Pokedex Number
  563. species:"Fowattle", // Friendly Species name (can use caps and space)
  564. types:["Ground","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  565. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  566. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  567. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  568. heightm:0.2,
  569. weightkg:4.0,
  570. color:"", // if this has no color, make it a empty string
  571. evos:["Turkistador"], // don't bother defining this if it does not evolve
  572. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  573. },
  574. Turkistador:{
  575. num:1094, // Pokedex Number
  576. species:"Turkistador", // Friendly Species name (can use caps and space)
  577. types:["Ground","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  578. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  579. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  580. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  581. heightm:0.2,
  582. weightkg:4.0,
  583. color:"", // if this has no color, make it a empty string
  584. //evos:["Turkistador"], // don't bother defining this if it does not evolve
  585. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  586. },
  587. //confirmed 1094
  588. Sedirrot:{
  589. num:1095, // Pokedex Number
  590. species:"Sedirrot", // Friendly Species name (can use caps and space)
  591. types:["Rock","Flying"], // 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:["Condesa"], // don't bother defining this if it does not evolve
  599. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  600. },
  601. Condesa:{
  602. num:1096, // Pokedex Number
  603. species:"Condesa", // Friendly Species name (can use caps and space)
  604. types:["Rock","Flying"], // 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:["Turkistador"], // don't bother defining this if it does not evolve
  612. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  613. },
  614. Cardinite:{
  615. num:1097, // Pokedex Number
  616. species:"Cardinite", // Friendly Species name (can use caps and space)
  617. types:["Fire","Flying"], // 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:["Chardinal"], // don't bother defining this if it does not evolve
  625. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  626. },
  627. Chardinal:{
  628. num:1098, // Pokedex Number
  629. species:"Chardinal", // Friendly Species name (can use caps and space)
  630. types:["Fire","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  631. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  632. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  633. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  634. heightm:0.2,
  635. weightkg:4.0,
  636. color:"", // if this has no color, make it a empty string
  637. //evos:["Turkistador"], // don't bother defining this if it does not evolve
  638. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  639. },
  640. Skurrow:{
  641. num:1099, // Pokedex Number
  642. species:"Skurrow", // Friendly Species name (can use caps and space)
  643. types:["Ground"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  644. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  645. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  646. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  647. heightm:0.2,
  648. weightkg:4.0,
  649. color:"", // if this has no color, make it a empty string
  650. //evos:["Turkistador"], // don't bother defining this if it does not evolve
  651. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  652. },
  653. Somberado:{
  654. num:1100, // Pokedex Number
  655. species:"Somberado", // Friendly Species name (can use caps and space)
  656. types:["Ghost","Dark"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  657. genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  658. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  659. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  660. heightm:0.2,
  661. weightkg:4.0,
  662. color:"", // if this has no color, make it a empty string
  663. //evos:["Turkistador"], // don't bother defining this if it does not evolve
  664. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  665. },
Advertisement
Add Comment
Please, Sign In to add comment