Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Missing weights:[33 to 38, 40, 48 and 49, 51 ] Taomarin to Caracrust, Musbushel, Kertruffle, Mosshroom, Perishroom
- Foliat:{
- num:1001, // Pokedex Number
- species:"Foliat", // 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.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:42,atk:42,def:45,spa:68,spd:46,spe:75},
- abilities:{0:"Overgrow"}, // {index:"string"}
- heightm:0.3,
- weightkg:2.1,
- color:"Green", // if this has no color, make it a empty string
- evos:["Florabri"], // don't bother defining this if it does not evolve
- eggGroups:["Grass","Flying"] // another list ["group"] or ["groupa","groupb"]
- },
- Florabri:{
- num:1002, // Pokedex Number
- species:"Florabri", // Friendly Species name (can use caps and space)
- types:["Grass","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:61,atk:50,def:55,spa:86,spd:58,spe:95},
- abilities:{0:"Overgrow"}, // {index:"string"}
- heightm:0.8,
- weightkg:6.5,
- color:"Green", // if this has no color, make it a empty string
- evos:["Floressum"], // don't bother defining this if it does not evolve
- eggGroups:["Grass","Flying"] // another list ["group"] or ["groupa","groupb"]
- },
- Florresum:{
- num:1003, // Pokedex Number
- species:"Florresum", // Friendly Species name (can use caps and space)
- types:["Grass","Flying"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:75,atk:70,def:73,spa:105,spd:85,spe:120},
- abilities:{0:"Overgrow"}, // {index:"string"}
- heightm:1.4,
- weightkg:21.5,
- color:"Green", // if this has no color, make it a empty string
- eggGroups:["Grass","Flying"] // another list ["group"] or ["groupa","groupb"]
- },
- Kidling:{
- num:1004, // Pokedex Number
- species:"Kidling", // 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.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:43,atk:63,def:47,spa:57,spd:40,spe:59},
- abilities:{0:"Blaze"}, // {index:"string"}
- heightm:0.4,
- weightkg:5.2,
- color:"Brown", // if this has no color, make it a empty string
- evos:["Pyroat"], // don't bother defining this if it does not evolve
- eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
- },
- Pyroat:{
- num:1005, // Pokedex Number
- species:"Pyroat", // Friendly Species name (can use caps and space)
- types:["Fire","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:55,atk:93,def:60,spa:70,spd:50,spe:75},
- abilities:{0:"Blaze"}, // {index:"string"}
- heightm:1.0,
- weightkg:19.9,
- color:"Brown", // if this has no color, make it a empty string
- evos:["Flairees"], // don't bother defining this if it does not evolve
- eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
- },
- Flairees:{
- num:1006, // Pokedex Number
- species:"Flairees", // Friendly Species name (can use caps and space)
- types:["Fire","Rock"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:80,atk:120,def:75,spa:90,spd:80,spe:90},
- abilities:{0:"Blaze"}, // {index:"string"}
- heightm:1.5,
- weightkg:86.9,
- color:"Brown", // if this has no color, make it a empty string
- eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
- },
- Aguade:{
- num:1007, // Pokedex Number
- species:"Aguade", // 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.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:55,atk:55,def:63,spa:45,spd:45,spe:45},
- abilities:{0:"Torrent"}, // {index:"string"}
- heightm:0.5,
- weightkg:9.5,
- color:"", // if this has no color, make it a empty string
- evos:["Iguadium"], // don't bother defining this if it does not evolve
- eggGroups:["Water1","Monster"] // another list ["group"] or ["groupa","groupb"]
- },
- Iguadium:{
- num:1008, // Pokedex Number
- species:"Iguadium", // Friendly Species name (can use caps and space)
- types:["Water","Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:75,atk:75,def:83,spa:60,spd:60,spe:60},
- abilities:{0:"Torrent"}, // {index:"string"}
- heightm:1.1,
- weightkg:29.0,
- color:"Blue", // if this has no color, make it a empty string
- evos:["Aguanaut"], // don't bother defining this if it does not evolve
- eggGroups:["Water1","Monster"] // another list ["group"] or ["groupa","groupb"]
- },
- Aguanaut:{
- num:1009, // Pokedex Number
- species:"Aguanaut", // Friendly Species name (can use caps and space)
- types:["Water","Fighting"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- genderRatio:{M:0.875,F:0.125}, // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:95,atk:95,def:113,spa:75,spd:75,spe:75},
- abilities:{0:"Torrent"}, // {index:"string"}
- heightm:1.8,
- weightkg:101.2,
- color:"Blue", // if this has no color, make it a empty string
- eggGroups:["Water1","Monster"] // another list ["group"] or ["groupa","groupb"]
- },
- Harpee:{
- num:1010, // Pokedex Number
- species:"Harpee", // Friendly Species name (can use caps and space)
- types:["Normal","Flying"], // 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:35,atk:65,def:35,spa:30,spd:30,spe:65},
- abilities:{0:"Keen Eye",1:"Moxie"}, // {index:"string"}
- heightm:0.3,
- weightkg:3.3,
- color:"White", // if this has no color, make it a empty string
- evos:["Aquilor"], // don't bother defining this if it does not evolve
- eggGroups:["Flying"] // another list ["group"] or ["groupa","groupb"]
- },
- Aquilor:{
- num:1011, // Pokedex Number
- species:"Aquilor", // Friendly Species name (can use caps and space)
- types:["Normal","Flying"], // 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:50,atk:85,def:55,spa:50,spd:50,spe:85},
- abilities:{0:"Keen Eye",1:"Moxie"}, // {index:"string"}
- heightm:0.7,
- weightkg:13.3,
- color:"Gray", // if this has no color, make it a empty string
- evos:["Warquila"], // don't bother defining this if it does not evolve
- eggGroups:["Flying"] // another list ["group"] or ["groupa","groupb"]
- },
- Warquila:{
- num:1012, // Pokedex Number
- species:"Warquila", // Friendly Species name (can use caps and space)
- types:[""Normal","Flying"], // 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:80,atk:105,def:80,spa:60,spd:70,spe:100},
- abilities:{0:"Keen Eye",1:"Moxie"}, // {index:"string"}
- heightm:1.2,
- weightkg:28.1,
- color:"Gray", // if this has no color, make it a empty string
- eggGroups:["Flying"] // another list ["group"] or ["groupa","groupb"]
- },
- Capig:{
- num:1013, // Pokedex Number
- species:"Foliat", // Friendly Species name (can use caps and space)
- types:["Normal"], // 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:47,atk:40,def:38,spa:33,spd:32,spe:55},
- abilities:{0:"Thick Fat",1:"Overcoat"}, // {index:"string"}
- heightm:0.2,
- weightkg:5.6,
- color:"Orange", // if this has no color, make it a empty string
- evos:["Capabara"], // don't bother defining this if it does not evolve
- eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
- },
- Capabara:{
- num:1014, // Pokedex Number
- species:"Capabara", // Friendly Species name (can use caps and space)
- types:["Normal"], // 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:83,atk:70,def:67,spa:56,spd:54,spe:85},
- abilities:{0:"Thick Fat",1:"Overcoat"}, // {index:"string"}
- heightm:0.2,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
- },
- Cubzero:{
- num:1015, // Pokedex Number
- species:"Cubzero", // 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:50,atk:60,def:50,spa:30,spd:55,spe:65},
- abilities:{0:"Snow Cloak",1:"Ice Slick"}, // {index:"string"}
- heightm:0.5,
- weightkg:11.5,
- color:"Blue", // if this has no color, make it a empty string
- evos:["Avalynx"], // don't bother defining this if it does not evolve
- eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
- },
- Avalynx:{
- num:1016, // Pokedex Number
- species:"Avalynx", // 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:75,atk:110,def:70,spa:40,spd:80,spe:95},
- abilities:{0:"Snow Cloak",1:"Ice Slick"}, // {index:"string"}
- heightm:1.1,
- weightkg:53.5,
- color:"Light Blue", // if this has no color, make it a empty string
- eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
- },
- Fawning:{
- num:1017, // Pokedex Number
- species:"Fawning", // Friendly Species name (can use caps and space)
- types:["Normal"], // 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:55,def:50,spa:30,spd:45,spe:55},
- abilities:{0:"Rivalry",1:"Brave Heart"}, // {index:"string"}
- heightm:1.3,
- weightkg:13.0,
- color:"Brown", // if this has no color, make it a empty string
- evos:["Llamarsh"], // don't bother defining this if it does not evolve
- eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
- },
- Llamarsh:{
- num:1018, // Pokedex Number
- species:"Llamarsh", // Friendly Species name (can use caps and space)
- types:["Normal"], // 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:65,atk:80,def:60,spa:45,spd:60,spe:60},
- abilities:{0:"Rivalry",1:"Brave Heart"}, // {index:"string"}
- heightm:1.3,
- weightkg:33.2,
- color:"", // if this has no color, make it a empty string
- evos:["Buckston"], // don't bother defining this if it does not evolve
- eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
- },
- Buckston:{
- num:1019, // Pokedex Number
- species:"Buckston", // Friendly Species name (can use caps and space)
- types:["Normal"], // 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:90,atk:100,def:80,spa:60,spd:80,spe:80},
- abilities:{0:"Rivalry",1:"Brave Heart"}, // {index:"string"}
- heightm:1.8,
- weightkg:76.8,
- color:"", // if this has no color, make it a empty string
- eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
- },
- Pengliff:{
- num:1020, // Pokedex Number
- species:"Pengliff", // 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:50,atk:65,def:60,spa:55,spd:45,spe:45},
- abilities:{0:"Permafrost",1:"Ice Body"}, // {index:"string"}
- heightm:0.5,
- weightkg:20.0,
- color:"", // if this has no color, make it a empty string
- evos:["Penglacier"], // don't bother defining this if it does not evolve
- eggGroups:["Field","Mineral"] // another list ["group"] or ["groupa","groupb"]
- },
- Penglacier:{
- num:1021, // Pokedex Number
- species:"Penglacier", // Friendly Species name (can use caps and space)
- types:["Ice","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:90,atk:105,def:95,spa:85,spd:80,spe:65},
- abilities:{0:"Permafrost",1:"Solid Rock"}, // {index:"string"}
- heightm:1.4,
- weightkg:86.8,
- color:"", // if this has no color, make it a empty string
- eggGroups:["Field","Mineral"] // another list ["group"] or ["groupa","groupb"]
- },
- Bluffin:{
- num:1022, // Pokedex Number
- species:"Bluffin", // 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:35,def:35,spa:65,spd:40,spe:70},
- abilities:{0:"Keen Eye",1:"Ice Slick"}, // {index:"string"}
- heightm:0.5,
- weightkg:5.0,
- color:"White", // if this has no color, make it a empty string
- evos:["Burrmudail"], // don't bother defining this if it does not evolve
- eggGroups:["Flying"] // another list ["group"] or ["groupa","groupb"]
- },
- Burrmudail:{
- num:1023, // Pokedex Number
- species:"Burrmudail", // Friendly Species name (can use caps and space)
- types:["Ice","Flying"], // 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:70,atk:55,def:55,spa:105,spd:70,spe:120},
- abilities:{0:"Keen Eye",1:"Ice Slick"}, // {index:"string"}
- heightm:1.4,
- weightkg:27.1,
- color:"White", // if this has no color, make it a empty string
- eggGroups:["Flying"] // another list ["group"] or ["groupa","groupb"]
- },
- Koblin:{
- num:1024, // Pokedex Number
- species:"Koblin", // Friendly Species name (can use caps and space)
- types:["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:50,atk:60,def:60,spa:35,spd:45,spe:60},
- abilities:{0:"Run Away",1:"Quick Feet"}, // {index:"string"}
- heightm:0.7,
- weightkg:16.2,
- color:"Black", // if this has no color, make it a empty string
- evos:["Koberus","Kobalt"], // don't bother defining this if it does not evolve
- eggGroups:["Monster"] // another list ["group"] or ["groupa","groupb"]
- },
- Koberus:{
- num:1025, // Pokedex Number
- species:"Koberus", // Friendly Species name (can use caps and space)
- types:["Dark","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:80,atk:115,def:50,spa:55,spd:60,spe:100},
- abilities:{0:"Hustle",1:"Guts"}, // {index:"string"}
- heightm:1.3,
- weightkg:59.7,
- color:"Red", // if this has no color, make it a empty string
- eggGroups:["Monster","Field"] // another list ["group"] or ["groupa","groupb"]
- },
- Kobalt:{
- num:1026, // Pokedex Number
- species:"Kobalt", // Friendly Species name (can use caps and space)
- types:["Dark","Steel"], // 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:80,atk:115,def:100,spa:55,spd:60,spe:50},
- abilities:{0:"Unaware",1:"Solid Rock"}, // {index:"string"}
- heightm:1.3,
- weightkg:109.1,
- color:"Black", // if this has no color, make it a empty string
- eggGroups:["Monster","Mineral"] // another list ["group"] or ["groupa","groupb"]
- },
- Pebblosa:{
- num:1027, // Pokedex Number
- species:"Pebblosa", // Friendly Species name (can use caps and space)
- types:["Normal"], // 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:65,atk:75,def:60,spa:32,spd:44,spe:60},
- abilities:{0:"Gluttony",1:"Pickup"}, // {index:"string"}
- heightm:0.4,
- weightkg:17.6,
- color:"Brown", // if this has no color, make it a empty string
- evos:["Terratetra"], // don't bother defining this if it does not evolve
- eggGroups:["Field","Mineral"] // another list ["group"] or ["groupa","groupb"]
- },
- Terratetra:{
- num:1028, // Pokedex Number
- species:"Terratetra", // Friendly Species name (can use caps and space)
- types:["Normal","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:84,atk:98,def:76,spa:43,spd:55,spe:65},
- abilities:{0:"Gluttony",1:"Solid Rock"}, // {index:"string"}
- heightm:1.0,
- weightkg:66.2,
- color:"Brown", // if this has no color, make it a empty string
- evos:["Gigaard"], // don't bother defining this if it does not evolve
- eggGroups:["Field","Mineral"] // another list ["group"] or ["groupa","groupb"]
- },
- Gigaard:{
- num:1029, // Pokedex Number
- species:"Gigaard", // Friendly Species name (can use caps and space)
- types:["Normal","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:104,atk:132,def:99,spa:55,spd:75,spe:68},
- abilities:{0:"Gluttony",1:"Solid Rock"}, // {index:"string"}
- heightm:1.6,
- weightkg:179.9,
- color:"Brown", // if this has no color, make it a empty string
- eggGroups:["Field","Mineral"] // another list ["group"] or ["groupa","groupb"]
- },
- Cowatti:{
- num:1030, // Pokedex Number
- species:"Cowatti", // Friendly Species name (can use caps and space)
- types:["Electric"], // 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:60,atk:50,def:60,spa:95,spd:65,spe:100},
- abilities:{0:"Static",1:"Pickup"}, // {index:"string"}
- heightm:0.6,
- weightkg:13.5,
- color:"Yellow", // if this has no color, make it a empty string
- eggGroups:["Field","Fairy"] // another list ["group"] or ["groupa","groupb"]
- },
- Snome:{
- num:1031, // Pokedex Number
- species:"Snome", // 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:65,atk:65,def:30,spa:60,spd:70,spe:40},
- abilities:{0:"Permafrost",1:"Prankster"}, // {index:"string"}
- heightm:0.5,
- weightkg:21.7,
- color:"Light Blue", // if this has no color, make it a empty string
- evos:["Snogre"], // don't bother defining this if it does not evolve
- eggGroups:["Human-Like"] // another list ["group"] or ["groupa","groupb"]
- },
- Snogre:{
- num:1032, // Pokedex Number
- species:"Snogre", // 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:95,atk:130,def:55,spa:80,spd:90,spe:60},
- abilities:{0:"Permafrost",1:"Sheer Force"}, // {index:"string"}
- heightm:1.8,
- weightkg:148.0,
- color:"Light Blue", // if this has no color, make it a empty string
- eggGroups:["Human-Like"] // another list ["group"] or ["groupa","groupb"]
- },
- Taomarin:{
- num:1033, // Pokedex Number
- species:"Taomarin", // Friendly Species name (can use caps and space)
- types:["Normal"], // 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:60,atk:60,def:60,spa:60,spd:60,spe:60},
- abilities:{0:"Content"}, // {index:"string"}
- heightm:0.7,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- evos:["Orangutao"], // don't bother defining this if it does not evolve
- eggGroups:["Field","Human-Like"] // another list ["group"] or ["groupa","groupb"]
- },
- Orangutao:{
- num:1034, // Pokedex Number
- species:"Orangutao", // Friendly Species name (can use caps and space)
- types:["Normal"], // 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:80,atk:80,def:80,spa:80,spd:80,spe:80},
- abilities:{0:"Content"}, // {index:"string"}
- heightm:1.6,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- eggGroups:["Field","Human-Like"] // another list ["group"] or ["groupa","groupb"]
- },
- Larvabidae:{
- num:1035, // Pokedex Number
- species:"Larvabidae", // 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:45,atk:45,def:45,spa:33,spd:33,spe:33},
- abilities:{0:"Swarm"}, // {index:"string"}
- heightm:0.3,
- weightkg:4.0,
- color:"Brown", // if this has no color, make it a empty string
- evos:["Caranox","Carajoule","Caracrust"], // don't bother defining this if it does not evolve
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Caranox:{
- num:1036, // Pokedex Number
- species:"Caranox", // Friendly Species name (can use caps and space)
- types:["Bug","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:96,atk:109,def:61,spa:40,spd:61,spe:63},
- abilities:{0:"Poison Point"}, // {index:"string"}
- heightm:0.7,
- weightkg:4.0,
- color:"", // if this has no color, make it a empty string
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Carajoule:{
- num:1037, // Pokedex Number
- species:"Carajoule", // Friendly Species name (can use caps and space)
- types:["Bug","Electric"], // 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:60,atk:50,def:50,spa:109,spd:71,spe:90},
- abilities:{0:"Static"}, // {index:"string"}
- heightm:0.7,
- weightkg:4.0,
- color:"Orange", // if this has no color, make it a empty string
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Caracrust:{
- num:1038, // Pokedex Number
- species:"Caracrust", // Friendly Species name (can use caps and space)
- types:["Bug","Ground"], // 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:60,atk:70,def:109,spa:42,spd:109,spe:40},
- abilities:{0:"Sturdy"}, // {index:"string"}
- heightm:0.7,
- weightkg:4.0,
- color:"Pink", // if this has no color, make it a empty string
- eggGroups:["Bug"] // another list ["group"] or ["groupa","groupb"]
- },
- Musburry:{
- num:1039, // Pokedex Number
- species:"Musburry", // Friendly Species name (can use caps and space)
- types:["Normal","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:55,atk:60,def:30,spa:35,spd:25,spe:55},
- abilities:{0:"Forage"}, // {index:"string"}
- heightm:0.2,
- weightkg:0.4,
- color:"", // if this has no color, make it a empty string
- evos:["Musbushel"], // don't bother defining this if it does not evolve
- eggGroups:["Field","Grass"] // another list ["group"] or ["groupa","groupb"]
- },
- Musbushel:{
- num:1040, // Pokedex Number
- species:"Musbushel", // Friendly Species name (can use caps and space)
- types:["Normal","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:60,atk:81,def:55,spa:70,spd:50,spe:105},
- abilities:{0:"Compound Eyes",1:"Snow Cloak"}, // {index:"string"}
- heightm:0.8,
- weightkg:4.0,
- color:"Red", // if this has no color, make it a empty string
- eggGroups:["Field","Grass"] // another list ["group"] or ["groupa","groupb"]
- },
- //#'s to this point are fine
- Berratel:{
- num:1041, // Pokedex Number
- species:"Berratel", // Friendly Species name (can use caps and space)
- types:["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:80,atk:105,def:100,spa:50,spd:60,spe:81},
- abilities:{0:"Gluttony",1:"Mooch"}, // {index:"string"}
- heightm:1.3,
- weightkg:149.7,
- color:"", // if this has no color, make it a empty string
- eggGroups:["Field"] // another list ["group"] or ["groupa","groupb"]
- },
- Growmeo:{
- num:1042, // Pokedex Number
- species:"Growmeo", // Friendly Species name (can use caps and space)
- types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- gender:"M" // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:35,atk:74,def:30,spa:68,spd:35,spe:53},
- abilities:{0:"Allure",1:"Effect Spore"}, // {index:"string"}
- heightm:0.5,
- weightkg:0.2,
- color:"Green", // if this has no color, make it a empty string
- evos:["Montegrew"], // don't bother defining this if it does not evolve
- eggGroups:["Grass","Human-Like"] // another list ["group"] or ["groupa","groupb"]
- },
- Montegrew:{
- num:1043, // Pokedex Number
- species:"Montegrew", // Friendly Species name (can use caps and space)
- types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- gender:"M" // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:65,atk:102,def:61,spa:96,spd:65,spe:81},
- abilities:{0:"Allure",1:"Effect Spore"}, // {index:"string"}
- heightm:1.2,
- weightkg:2.6,
- color:"Green", // if this has no color, make it a empty string
- eggGroups:["Undiscovered"] // another list ["group"] or ["groupa","groupb"]
- },
- Tuliep:{
- num:1044, // Pokedex Number
- species:"Tuliep", // Friendly Species name (can use caps and space)
- types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- gender:"F", // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:66,atk:20,def:35,spa:50,spd:85,spe:39},
- abilities:{0:"Allure",1:"Natural Cure"}, // {index:"string"}
- heightm:0.5,
- weightkg:0.2,
- color:"Green", // if this has no color, make it a empty string
- evos:["Capulilly"], // don't bother defining this if it does not evolve
- eggGroups:["Grass","Human-Like"] // another list ["group"] or ["groupa","groupb"]
- },
- Capulilly:{
- num:1045, // Pokedex Number
- species:"Capulilly", // Friendly Species name (can use caps and space)
- types:["Grass"], // List of types (["type"] for mono or ["typea","typeb"] for dual types)
- gender:"F", // Genderless pokemon and pokemon with only 1 gender are done using gender:"N", gender:"M"/"F"
- baseStats:{hp:95,atk:40,def:64,spa:85,spd:120,spe:66},
- abilities:{0:"Allure",1:"Natural Cure"}, // {index:"string"}
- heightm:1.1,
- weightkg:2.6,
- color:"Green", // if this has no color, make it a empty string
- eggGroups:["Undiscovered"] // another list ["group"] or ["groupa","groupb"]
- },
- Dreamdery:{
- num:1046, // Pokedex Number
- species:"Dreamdery", // Friendly Species name (can use caps and space)
- types:["Psychic"], // 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:70,atk:45,def:60,spa:90,spd:110,spe:65},
- abilities:{0:"Prankster"}, // {index:"string"}
- heightm:0.9,
- weightkg:24.5,
- color:"Gray", // if this has no color, make it a empty string
- eggGroups:["Field","Fairy"] // another list ["group"] or ["groupa","groupb"]
- },
- Macabra:{
- num:1047, // Pokedex Number
- species:"Macabra", // Friendly Species name (can use caps and space)
- types:["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:80,atk:115,def:55,spa:45,spd:65,spe:90},
- abilities:{0:"Psych Out",1:"Insomnia"}, // {index:"string"}
- heightm:1.4,
- weightkg:44.5,
- color:"Brown", // if this has no color, make it a empty string
- eggGroups:["Field","Monster"] // another list ["group"] or ["groupa","groupb"]
- },
- Kertruffle:{
- num:1048, // Pokedex Number
- species:"Kertruffle", // Friendly Species name (can use caps and space)
- types:["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:65,atk:55,def:45,spa:55,spd:45,spe:30},
- abilities:{0:"Effect Spore",1:"Gluttony"}, // {index:"string"}
- heightm:0.5,
- weightkg:4.0,
- color:"Gray", // if this has no color, make it a empty string
- evos:["Mosshroom","Lumishroom","Perishroom"], // don't bother defining this if it does not evolve
- eggGroups:["Grass"] // another list ["group"] or ["groupa","groupb"]
- },
- Mosshroom:{
- num:1049, // Pokedex Number
- species:"Mosshroom", // Friendly Species name (can use caps and space)
- types:["Grass","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:145,atk:55,def:90,spa:55,spd:90,spe:30},
- abilities:{0:"Effect Spore",1:"Hydration"}, // {index:"string"}
- heightm:1.1,
- weightkg:4.0,
- color:"Green", // if this has no color, make it a empty string
- eggGroups:["Grass"] // another list ["group"] or ["groupa","groupb"]
- },
- Lumishroom:{
- num:1050, // Pokedex Number
- species:"Lumishroom", // Friendly Species name (can use caps and space)
- types:["Poison","Electric"], // 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:120,atk:55,def:100,spa:60,spd:100,spe:30},
- abilities:{0:"Effect Spore",1:"Volt Absorb"}, // {index:"string"}
- heightm:1.5,
- weightkg:71.0,
- color:"Gray", // if this has no color, make it a empty string
- eggGroups:["Grass"] // another list ["group"] or ["groupa","groupb"]
- },
- Perishroom:{
- num:1051, // Pokedex Number
- species:"Perishroom", // Friendly Species name (can use caps and space)
- types:["Poison","Ghost"], // 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:120,atk:100,def:55,spa:100,spd:60,spe:30},
- abilities:{0:"Effect Spore",1:"Cursed Body"}, // {index:"string"}
- heightm:1.1,
- weightkg:4.0,
- color:"Purple", // if this has no color, make it a empty string
- eggGroups:["Grass"] // another list ["group"] or ["groupa","groupb"]
- },
Advertisement
Add Comment
Please, Sign In to add comment