Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Icetope:{
- num:1201, // Pokedex Number
- species:"Icetope", // Friendly Species name (can use caps and space)
- types:["Ice","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- evos:["Chillnobyl"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Chillnobyl:{
- num:1202, // Pokedex Number
- species:"Chillnobyl", // Friendly Species name (can use caps and space)
- types:["Ice","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Chillnobyl"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Wendingo:{
- num:1203, // Pokedex Number
- species:"Wendingo", // Friendly Species name (can use caps and space)
- types:["Ice"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- evos:["Carnibal"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Carnibal:{
- num:1204, // Pokedex Number
- species:"Carnibal", // Friendly Species name (can use caps and space)
- types:["Ice","Dark"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Chillnobyl"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Luchito:{
- num:1205, // Pokedex Number
- species:"Luchito", // Friendly Species name (can use caps and space)
- types:["Fighting","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- evos:["Eluchadon"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Eluchadon:{
- num:1206, // Pokedex Number
- species:"Eluchadon", // Friendly Species name (can use caps and space)
- types:["Fighting","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Chillnobyl"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Grolem:{
- num:1207, // Pokedex Number
- species:"Grolem", // Friendly Species name (can use caps and space)
- types:["Rock","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- evos:["Comossus"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Comossus:{
- num:1208, // Pokedex Number
- species:"Comossus", // Friendly Species name (can use caps and space)
- types:["Rock","Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Chillnobyl"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Larvyn:{
- num:1209, // Pokedex Number
- species:"Larvyn", // Friendly Species name (can use caps and space)
- types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- evos:["Dracoon"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Dracoon:{
- num:1210, // Pokedex Number
- species:"Dracoon", // Friendly Species name (can use caps and space)
- types:["Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- evos:["Basilect"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Basilect:{
- num:1211, // Pokedex Number
- species:"Basilect", // Friendly Species name (can use caps and space)
- types:["Dragon","Bug"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Chillnobyl"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Carbite:{
- num:1212, // Pokedex Number
- species:"Carbite", // Friendly Species name (can use caps and space)
- types:["Dragon"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- evos:["Pressaur"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Pressaur:{
- num:1213, // Pokedex Number
- species:"Pressaur", // Friendly Species name (can use caps and space)
- types:["Rock","Dragon"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- evos:["Diamat"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Diamat:{
- num:1214, // Pokedex Number
- species:"Diamat", // Friendly Species name (can use caps and space)
- types:["Dragon","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- evos:["Chillnobyl"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Quecko:{
- num:1215, // Pokedex Number
- species:"Quecko", // Friendly Species name (can use caps and space)
- types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- evos:["Tozecko"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Tozecko:{
- num:1216, // Pokedex Number
- species:"Tozecko", // Friendly Species name (can use caps and space)
- types:["Grass","Dragon"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Diamat"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Crakling:{
- num:1217, // Pokedex Number
- species:"Crakling", // Friendly Species name (can use caps and space)
- types:["Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- evos:["Fuelong"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Fuelong:{
- num:1218, // Pokedex Number
- species:"Fuelong", // Friendly Species name (can use caps and space)
- types:["Water","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Diamat"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Draggar:{
- num:1219, // Pokedex Number
- species:"Draggar", // Friendly Species name (can use caps and space)
- types:["Water"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- evos:["Ragnarow"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Ragnarow:{
- num:1220, // Pokedex Number
- species:"Ragnarow", // Friendly Species name (can use caps and space)
- types:["Water","Dragon"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.5,F:0.5}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Diamat"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Eronze:{
- num:1221, // Pokedex Number
- species:"Eronze", // Friendly Species name (can use caps and space)
- types:["Steel","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Legendary"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Erion:{
- num:1222, // Pokedex Number
- species:"Erion", // Friendly Species name (can use caps and space)
- types:["Steel","Poison"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Legendary"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Erace:{
- num:1223, // Pokedex Number
- species:"Erace", // Friendly Species name (can use caps and space)
- types:["Steel","Electric"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Legendary"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Patama:{
- num:1224, // Pokedex Number
- species:"Patama", // Friendly Species name (can use caps and space)
- types:["Grass","Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{F:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Legendary"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Machima:{
- num:1225, // Pokedex Number
- species:"Machima", // Friendly Species name (can use caps and space)
- types:["Flying","Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{F:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Legendary"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Yacuma:{
- num:1226, // Pokedex Number
- species:"Yacuma", // Friendly Species name (can use caps and space)
- types:["Water","Ghost"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{F:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Legendary"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Quetzar:{
- num:1227, // Pokedex Number
- species:"Quetzar", // Friendly Species name (can use caps and space)
- types:["Dragon","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Legendary"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Xochi:{
- num:1228, // Pokedex Number
- species:"Xochi", // Friendly Species name (can use caps and space)
- types:["Psychic","Fire"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{F:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Legendary"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Xotec:{
- num:1229, // Pokedex Number
- species:"Xotec", // Friendly Species name (can use caps and space)
- types:["Psychic","Steel""], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{N:1}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:40,atk:76,def:45,spa:74,spd:39,spe:91},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- //evos:["Legendary"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
Advertisement
Add Comment
Please, Sign In to add comment