Guest User

Finale Pokedex 201-229 std. missing

a guest
Jul 29th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.85 KB | None | 0 0
  1. Icetope:{
  2. num:1201, // Pokedex Number
  3. species:"Icetope", // Friendly Species name (can use caps and space)
  4. types:["Ice","Poison"], // 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:["Chillnobyl"], // don't bother defining this if it does not evolve
  12. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  13. },
  14. Chillnobyl:{
  15. num:1202, // Pokedex Number
  16. species:"Chillnobyl", // Friendly Species name (can use caps and space)
  17. types:["Ice","Poison"], // 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:["Chillnobyl"], // don't bother defining this if it does not evolve
  25. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  26. },
  27. Wendingo:{
  28. num:1203, // Pokedex Number
  29. species:"Wendingo", // Friendly Species name (can use caps and space)
  30. types:["Ice"], // 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:["Carnibal"], // don't bother defining this if it does not evolve
  38. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  39. },
  40. Carnibal:{
  41. num:1204, // Pokedex Number
  42. species:"Carnibal", // Friendly Species name (can use caps and space)
  43. types:["Ice","Dark"], // 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:["Chillnobyl"], // don't bother defining this if it does not evolve
  51. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  52. },
  53. Luchito:{
  54. num:1205, // Pokedex Number
  55. species:"Luchito", // Friendly Species name (can use caps and space)
  56. types:["Fighting","Poison"], // 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:["Eluchadon"], // don't bother defining this if it does not evolve
  64. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  65. },
  66. Eluchadon:{
  67. num:1206, // Pokedex Number
  68. species:"Eluchadon", // Friendly Species name (can use caps and space)
  69. types:["Fighting","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:["Chillnobyl"], // don't bother defining this if it does not evolve
  77. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  78. },
  79. Grolem:{
  80. num:1207, // Pokedex Number
  81. species:"Grolem", // Friendly Species name (can use caps and space)
  82. types:["Rock","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  83. genderRatio:{N:1}, // 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:["Comossus"], // don't bother defining this if it does not evolve
  90. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  91. },
  92. Comossus:{
  93. num:1208, // Pokedex Number
  94. species:"Comossus", // Friendly Species name (can use caps and space)
  95. types:["Rock","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  96. genderRatio:{N:1}, // 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:["Chillnobyl"], // don't bother defining this if it does not evolve
  103. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  104. },
  105. Larvyn:{
  106. num:1209, // Pokedex Number
  107. species:"Larvyn", // Friendly Species name (can use caps and space)
  108. types:["Bug"], // 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:["Dracoon"], // don't bother defining this if it does not evolve
  116. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  117. },
  118. Dracoon:{
  119. num:1210, // Pokedex Number
  120. species:"Dracoon", // Friendly Species name (can use caps and space)
  121. types:["Bug"], // 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:["Basilect"], // don't bother defining this if it does not evolve
  129. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  130. },
  131. Basilect:{
  132. num:1211, // Pokedex Number
  133. species:"Basilect", // Friendly Species name (can use caps and space)
  134. types:["Dragon","Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  135. genderRatio:{M:0.5,F:0.5}, // 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:["Chillnobyl"], // don't bother defining this if it does not evolve
  142. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  143. },
  144. Carbite:{
  145. num:1212, // Pokedex Number
  146. species:"Carbite", // Friendly Species name (can use caps and space)
  147. types:["Dragon"], // 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:["Pressaur"], // don't bother defining this if it does not evolve
  155. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  156. },
  157. Pressaur:{
  158. num:1213, // Pokedex Number
  159. species:"Pressaur", // Friendly Species name (can use caps and space)
  160. types:["Rock","Dragon"], // 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:["Diamat"], // don't bother defining this if it does not evolve
  168. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  169. },
  170. Diamat:{
  171. num:1214, // Pokedex Number
  172. species:"Diamat", // Friendly Species name (can use caps and space)
  173. types:["Dragon","Rock"], // 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:["Chillnobyl"], // don't bother defining this if it does not evolve
  181. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  182. },
  183. Quecko:{
  184. num:1215, // Pokedex Number
  185. species:"Quecko", // Friendly Species name (can use caps and space)
  186. types:["Grass"], // 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:["Tozecko"], // don't bother defining this if it does not evolve
  194. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  195. },
  196. Tozecko:{
  197. num:1216, // Pokedex Number
  198. species:"Tozecko", // Friendly Species name (can use caps and space)
  199. types:["Grass","Dragon"], // 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:["Diamat"], // don't bother defining this if it does not evolve
  207. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  208. },
  209. Crakling:{
  210. num:1217, // Pokedex Number
  211. species:"Crakling", // Friendly Species name (can use caps and space)
  212. types:["Fire"], // 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:["Fuelong"], // don't bother defining this if it does not evolve
  220. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  221. },
  222. Fuelong:{
  223. num:1218, // Pokedex Number
  224. species:"Fuelong", // Friendly Species name (can use caps and space)
  225. types:["Water","Fire"], // 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:["Diamat"], // don't bother defining this if it does not evolve
  233. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  234. },
  235. Draggar:{
  236. num:1219, // Pokedex Number
  237. species:"Draggar", // Friendly Species name (can use caps and space)
  238. types:["Water"], // 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:["Ragnarow"], // don't bother defining this if it does not evolve
  246. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  247. },
  248. Ragnarow:{
  249. num:1220, // Pokedex Number
  250. species:"Ragnarow", // Friendly Species name (can use caps and space)
  251. types:["Water","Dragon"], // 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:["Diamat"], // don't bother defining this if it does not evolve
  259. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  260. },
  261. Eronze:{
  262. num:1221, // Pokedex Number
  263. species:"Eronze", // Friendly Species name (can use caps and space)
  264. types:["Steel","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  265. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  266. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  267. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  268. heightm:0.2,
  269. weightkg:4.0,
  270. color:"", // if this has no color, make it a empty string
  271. //evos:["Legendary"], // don't bother defining this if it does not evolve
  272. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  273. },
  274. Erion:{
  275. num:1222, // Pokedex Number
  276. species:"Erion", // Friendly Species name (can use caps and space)
  277. types:["Steel","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  278. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  279. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  280. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  281. heightm:0.2,
  282. weightkg:4.0,
  283. color:"", // if this has no color, make it a empty string
  284. //evos:["Legendary"], // don't bother defining this if it does not evolve
  285. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  286. },
  287. Erace:{
  288. num:1223, // Pokedex Number
  289. species:"Erace", // Friendly Species name (can use caps and space)
  290. types:["Steel","Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  291. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  292. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  293. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  294. heightm:0.2,
  295. weightkg:4.0,
  296. color:"", // if this has no color, make it a empty string
  297. //evos:["Legendary"], // don't bother defining this if it does not evolve
  298. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  299. },
  300. Patama:{
  301. num:1224, // Pokedex Number
  302. species:"Patama", // Friendly Species name (can use caps and space)
  303. types:["Grass","Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  304. genderRatio:{F:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  305. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  306. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  307. heightm:0.2,
  308. weightkg:4.0,
  309. color:"", // if this has no color, make it a empty string
  310. //evos:["Legendary"], // don't bother defining this if it does not evolve
  311. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  312. },
  313. Machima:{
  314. num:1225, // Pokedex Number
  315. species:"Machima", // Friendly Species name (can use caps and space)
  316. types:["Flying","Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  317. genderRatio:{F:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  318. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  319. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  320. heightm:0.2,
  321. weightkg:4.0,
  322. color:"", // if this has no color, make it a empty string
  323. //evos:["Legendary"], // don't bother defining this if it does not evolve
  324. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  325. },
  326. Yacuma:{
  327. num:1226, // Pokedex Number
  328. species:"Yacuma", // Friendly Species name (can use caps and space)
  329. types:["Water","Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  330. genderRatio:{F:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  331. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  332. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  333. heightm:0.2,
  334. weightkg:4.0,
  335. color:"", // if this has no color, make it a empty string
  336. //evos:["Legendary"], // don't bother defining this if it does not evolve
  337. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  338. },
  339. Quetzar:{
  340. num:1227, // Pokedex Number
  341. species:"Quetzar", // Friendly Species name (can use caps and space)
  342. types:["Dragon","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  343. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  344. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  345. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  346. heightm:0.2,
  347. weightkg:4.0,
  348. color:"", // if this has no color, make it a empty string
  349. //evos:["Legendary"], // don't bother defining this if it does not evolve
  350. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  351. },
  352. Xochi:{
  353. num:1228, // Pokedex Number
  354. species:"Xochi", // Friendly Species name (can use caps and space)
  355. types:["Psychic","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  356. genderRatio:{F:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  357. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  358. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  359. heightm:0.2,
  360. weightkg:4.0,
  361. color:"", // if this has no color, make it a empty string
  362. //evos:["Legendary"], // don't bother defining this if it does not evolve
  363. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  364. },
  365. Xotec:{
  366. num:1229, // Pokedex Number
  367. species:"Xotec", // Friendly Species name (can use caps and space)
  368. types:["Psychic","Steel""], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
  369. genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
  370. baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
  371. abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
  372. heightm:0.2,
  373. weightkg:4.0,
  374. color:"", // if this has no color, make it a empty string
  375. //evos:["Legendary"], // don't bother defining this if it does not evolve
  376. eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
  377. },
Advertisement
Add Comment
Please, Sign In to add comment