|
Post by Admin on Apr 19, 2016 3:58:07 GMT
Everything with a DARK name color on the doc has been 100% complete!So, I take it that you guys can manage coding up the mons yourself! and it's super simple. Just a bit more tedious! POST THE CODE IN THIS THREAD SO I CAN EASILY COPY/PASTE THEM!If the Pokemon is a pre-evo, leave the stat fields blank! Here's a copyable template which you can use to fill in: Name= InternalName= Type1= Type2= BaseStats= GenderRate= GrowthRate= BaseEXP= EffortPoints= Rareness= Happiness=70 Abilities= HiddenAbility= Moves= Compatibility= StepsToHatch=5355 Height= Weight= Color= Habitat= Kind= Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
Copy and paste that into notepad, and have this window and notepad open at the same time. Let me explain how this works! ----------------------------------------------------------------------------------------------------------------------------- Name= This is what the Pokemon is named. Uppercase the first letter! InternalName= This is the Pokemon's name, but you need to uppercase all the letters! Type1= The Pokemon's primary type. It needs to be all uppercase too! Type2= The Pokemon's secondary type. If it doesn't have one, remove this line! BaseStats= The Pokemon's stats. Label them in this order, and seperate with commas: HP,Atk,Def,SPEED,Spa,Spd GenderRate= The Pokemon's gender. Use one of the following: AlwaysMale FemaleOneEighth Female25Percent Female50Percent Female75Percent FemaleSevenEighths AlwaysFemale Genderless GrowthRate= How fast this Pokemon levels up. Use one of the following: Fast Medium or MediumFast Slow Parabolic or MediumSlow Erratic - These Pokemon level up slow at the beginning, but faster later on. These are mostly Bug and Water types. Fluctuating - These Pokemon level up FASTER at the beginning, but slow later on. ONLY 14 POKEMON HAVE THIS. I DO NOT RECOMMEND. BaseEXP= How much exp is gained when defeated. This number is a number between 0 and 65535. As an example, Zigzagoon has 48, and Blissey has 608. Look at other Pokemon to get a good example of what to use! EffortPoints= Written in the same format as BaseStats. Rareness= How easy it is to catch. This number is between 0 and 255. the higher the number, the easier to catch! As a frame of reference, 255 is about a 33% catch rate. 3 is about 0.4%. Happiness=70 The default happiness. Leave it at 70! Abilities= One or two abilities can be named here. Uppercase all of the letters, and separate them with a comma! HiddenAbility= Same format as above, but only one ability can be here. Moves= A level, a comma, and an all uppercased move name, followed by another comma. An example is: 1,TACKLE,1,GROWL,3,HEADBUTT,50,GIGAIMPACT Don't use hyphens or spaces! You guys don't need to do this part. I can easily add moves in with notepad++ Compatibility= Use the pirate pad with the egg groups! StepsToHatch=5355 How long it takes to hatch, steps-wise. 5355 is the default number. Height= This is in Meters. just /dt a pokemon with the same general height and adjust it! Weight= This is in Kilograms. same as above! Color= The Pokemon's color. Use the following: Black Blue Brown Gray Green Pink Purple Red - This is usually used in place of dark orange White Yellow Habitat= Where the Pokemon lives. Use one of the following: Cave Forest Grassland Mountain Rare - This is for legendaries RoughTerrain Sea Urban WatersEdge - This is actually rivers and lakes Kind= The species name of the pokemon. Use the one on the doc, or suggest a new one! Pokedex= The pokedex entry. Let's leave this blank for now and we'll add it in later! Ignore these 3:BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions= How the Pokemon evolves. This is written in 3 parts: POKEMON,Level,NUMBER For example, zigzagoon would be: ZIGZAGOON,Level,20 If it evolves differently, leave this blank. ----------------------------------------------------------------------------------------------------------------------------- and that's it! After coding one or two, you'll get the hang of it without the references! If you still need help, here's the official page: pokemonessentials.wikia.com/wiki/Defining_a_species
|
|
Ria
New Member
Staaaaay fresh!
Posts: 29
|
Post by Ria on Apr 19, 2016 5:06:29 GMT
Koronni
Name=Koronni InternalName=KORONNI Type1=ELECTRIC Type2=GROUND BaseStats=73,70,80,92,52,60 GenderRate=Female50Percent GrowthRate=MediumFast BaseEXP=142 EffortPoints=0,0,0,1,0,0 Rareness=200 Happiness=70 Abilities=RUN AWAY HiddenAbility=STATIC Moves= Compatibility= StepsToHatch=3059 Height= Weight= Color=Brown Habitat=Grassland Kind=Community Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
|
Post by drapionswings on Apr 19, 2016 23:44:59 GMT
Name= Snuddle InternalName= SNUDDLE Type1= BUG BaseStats= GenderRate= Female50Percent GrowthRate= MediumFast BaseEXP= 55 EffortPoints= 1,0,0,0,0,0 Rareness= 255 Happiness= 70 Abilities= SWARM HiddenAbility= CUTE CHARM Moves= Compatibility= Bug,Fairy StepsToHatch=5355 Height= 0.3 Weight= 2.9 Color= Pink Habitat= Forest Kind= Comfort Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions= SNUDDLE,Level,7
Name= Snugglee InternalName= SNUGGLEE Type1= BUG Type2= BaseStats= GenderRate= Female50Percent GrowthRate= MediumFast BaseEXP= 72 EffortPoints= 0,0,2,0,0,0 Rareness= 120 Happiness=70 Abilities= SWARM HiddenAbility= CUTE CHARM Moves= Compatibility= Bug,Fairy StepsToHatch=5355 Height= 0.7 Weight= 9.9 Color= Pink Habitat= Forest Kind= Comfort Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions= SNUGGLOMP,Level,14
Name= Snugglomp InternalName= SNUGGLOMP Type1= BUG Type2= FAIRY BaseStats= 65,68,74,72,91,99 GenderRate= Female50Percent GrowthRate= MediumFast BaseEXP= 160 EffortPoints=0,0,0,0,2,1 Rareness= 45 Happiness= 70 Abilities= SWARM HiddenAbility= CUTE CHARM Moves= Compatibility= Bug,Fairy StepsToHatch=5355 Height= 1.1 Weight= 25.0 Color= Pink Habitat= Forest Kind= Comfort Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
|
Post by drapionswings on Apr 20, 2016 0:52:53 GMT
Name= Pench InternalName= PENCH Type1= DARK Type2= FLYING BaseStats= GenderRate=Female50Percent GrowthRate=MediumSlow BaseEXP= 56 EffortPoints= 0,1,0,0,0,0 Rareness= 255 Happiness=70 Abilities= PICKPOCKET HiddenAbility= SNIPER Moves= Compatibility= Flying StepsToHatch=5355 Height= 0.3 Weight= 2.0 Color= Black Habitat= Forest Kind= Lacky Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions= PENCH,Level,14
Name= Crowney
InternalName= CROWNEY Type1= DARK Type2= FLYING BaseStats= GenderRate= Female50Percent GrowthRate= MediumSlow BaseEXP= 113 EffortPoints= 0,2,0,0,0,0 Rareness= 120 Happiness=70 Abilities= PICKPOCKET HiddenAbility= SNIPER Moves= Compatibility= Flying StepsToHatch=5355 Height= 0.61 Weight= 15.5 Color= Black Habitat= Forest Kind= Lacky Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions= CROWNEY,Level,35
Name= Soariant InternalName= SOARIANT Type1= DARK Type2= FLYING BaseStats= 80,115,60,103,50,80 GenderRate= Female50Percent GrowthRate= MediumSlow BaseEXP= 172 EffortPoints= 0,3,0,0,0,0 Rareness= 45 Happiness=70 Abilities= PICKPOCKET HiddenAbility= SNIPER Moves= Compatibility= Flying StepsToHatch=5355 Height= 1.19 Weight= 24.9 Color= Black Habitat= Forest Kind= Lacky Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
Ria
New Member
Staaaaay fresh!
Posts: 29
|
Post by Ria on Apr 20, 2016 2:17:34 GMT
Paniken
Name=Paniken InternalName=PANIKEN Type1=NORMAL Type2=FLYING BaseStats= GenderRate= Female50PercentGrowthRate=MediumFast BaseEXP=56 EffortPoints=0,0,0,1,0,0 Rareness=255 Happiness=70 Abilities= STEADFASTHiddenAbility=DEFIANT Moves= Compatibility= StepsToHatch=4334 Height= Weight= Color=Brown Habitat=Grassland Kind=Timid Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=CAWDACIT,Level,14 Cawdacit
Name=Cawdacit InternalName=CAWDACIT Type1=NORMAL Type2=FLYING BaseStats= GenderRate=Female50Percent GrowthRate=MediumFast BaseEXP=113 EffortPoints=0,0,0,2,0,0 Rareness=120 Happiness=70 Abilities=STEADFAST HiddenAbility=DEFIANT Moves= Compatibility= StepsToHatch=4334 Height= Weight= Color=Brown Habitat=Grassland Kind=Brave Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=VALOROOST,Level,35 Name=Valoroost InternalName=VALOROOST Type1=NORMAL Type2=FLYING BaseStats=80,95,80,95,58,80 GenderRate=Female50Percent GrowthRate=MediumFast BaseEXP=172 EffortPoints=1,0,0,2,0,0 Rareness=45 Happiness=70 Abilities=STEADFAST HiddenAbility=DEFIANT Moves= Compatibility= StepsToHatch=4334 Height= Weight= Color=Brown Habitat=Grassland Kind=Brave Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
Ria
New Member
Staaaaay fresh!
Posts: 29
|
Post by Ria on Apr 20, 2016 2:59:42 GMT
Snowshu
Name=Snowshu InternalName=SNOWSHU Type1=ICE Type2=GRASS BaseStats= GenderRate=Female75Percent GrowthRate=Fast BaseEXP=88 EffortPoints=0,0,0,1,0,0 Rareness=190 Happiness=70 Abilities=SNOWCLOAK HiddenAbility=HUGEPOWER Moves= Compatibility= StepsToHatch=3059 Height= Weight= Color=White Habitat=Mountain Kind=Snow Hare Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=SNOWKORO,Level,30 Snowkoro
Name=Snowkoro InternalName=SNOWKORO Type1=ICE Type2=GRASS BaseStats=70,45,70,101,72,84 GenderRate=Female75Percent GrowthRate=Fast BaseEXP=185 EffortPoints=0,0,0,2,0,0 Rareness=75 Happiness=70 Abilities=SNOWCLOAK HiddenAbility=HUGEPOWER Moves= Compatibility= StepsToHatch=3059 Height= Weight= Color=White Habitat=Mountain Kind=Snow Hare Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
|
Post by Admin on May 3, 2016 18:30:48 GMT
Name=Claydoh InternalName=CLAYDOH Type1=GROUND BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=55 EffortPoints=0,0,1,0,0,0 Rareness=240 Happiness=70 Abilities=SOLIDIFY HiddenAbility=DRYSKIN Moves=1,MUDSLAP,1,TACKLE,5,TACKLE,8,SAND,ATTACK,11,KNOCKOFF,15,RAPIDSPIN,18,WITHDRAW,23,BULLDOZE,25,INCINERATE,32,DRAINPUNCH,37,COUNTER,42,DIG,53,EARTHQUAKE Compatibility=Mineral StepsToHatch=5355 Height=0.4 Weight=12.1 Color=Brown Habitat=RoughTerrain Kind=Modeling Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
Name=Ceramick InternalName=CERAMICK Type1=GROUND Type2=FIGHTING BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=68 EffortPoints=0,0,2,0,0,0 Rareness=200 Happiness=70 Abilities=SOLIDIFY HiddenAbility=DRYSKIN Moves=0,MUD,SLAP,0,TACKLE,5,TACKLE,8,SAND,ATTACK,11,KNOCKOFF,15,RAPIDSPIN,18,WITHDRAW,23,BULLDOZE,25,INCINERATE,26,FIREPUNCH,32,DRAINPUNCH,37,COUNTER,39,CURSE,42,DIG,45,STONE,EDGE,53,EARTHQUAKE,55,SUPERPOWER,61,EXPLOSION Compatibility=Mineral StepsToHatch=5355 Height=1.8 Weight=40.9 Color=Brown Habitat=RoughTerrain Kind=Vase Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
Name=Frockzure InternalName=FROCKZURE Type1=GROUND Type2=FIGHTING BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=68 EffortPoints=0,1,3,0,0,0 Rareness=150 Happiness=70 Abilities=SOLIDIFY HiddenAbility=DRYSKIN Moves=1,EARTHQUAKE,1,DRAINPUNCH,1,EXPLOSION,1,COUNTER,1,CURSE Compatibility=Mineral StepsToHatch=5355 Height=3.4 Weight=347.2 Color=Brown Habitat=RoughTerrain Kind=Fissure Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
Ria
New Member
Staaaaay fresh!
Posts: 29
|
Post by Ria on May 3, 2016 18:47:09 GMT
Topoleon
Name=Topoleon InternalName=TOPOLEON Type1=FIGHTING Type2=NORMAL BaseStats=50,78,20,76,65,60 GenderRate=Female25Percent GrowthRate=Slow BaseEXP=110 EffortPoints=0,1,0,0,0,0 Rareness=125 Happiness=70 Abilities=FORECAST HiddenAbility=INNERFOCUS Moves= Compatibility= StepsToHatch=5355 Height= Weight= Color=Gray Habitat=RoughTerrain Kind=Biome Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions= Climaleon
Name=Climaleon InternalName=CLIMALEON Type1=FIGHTING Type2=NORMAL BaseStats=80,118,30,116,105,95 GenderRate=Female25Percent GrowthRate=Slow BaseEXP=270 EffortPoints=0,2,0,1,0,0 Rareness=55 Happiness=70 Abilities=FORECAST HiddenAbility=INNERFOCUS Moves= Compatibility= StepsToHatch=5355 Height= Weight= Color=Gray Habitat=RoughTerrain Kind=Biome Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
|
Post by Admin on May 3, 2016 18:47:31 GMT
Name=Jokai InternalName=JOKAI Type1=GHOST Type2=FIRE BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=72 EffortPoints=0,0,0,1,0,1 Rareness=200 Happiness=70 Abilities=FLASHFIRE HiddenAbility=PRANKSTER Moves=1,WILLOWISP,1,TACKLE,3,TAKEDOWN,7,DOUBLETEAM,10,MEANLOOK,12,EMBER,16,HEX,20,IMPRISON,25,FLAMETHROWER,30,SHADOWBALL,36,SELFDESTRUCT,41,PAINSPLIT,47,EXPLOSION,55,FIREBLAST Compatibility=Amorphous StepsToHatch=5355 Height=0.2 Weight=0.4 Color=Red Habitat=Forest Kind=Laughter Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
|
Post by Admin on May 3, 2016 18:53:56 GMT
Name=Sparfish InternalName=SPARFISH Type1=WATER Type2=FIGHTING BaseStats=80,80,90,105,50,90 GenderRate=Female50Percent GrowthRate=Slow BaseEXP=80 EffortPoints=0,2,0,0,0,0 Rareness=190 Happiness=70 Abilities=NOGUARD,IRONFIST HiddenAbility=REGENERATOR Moves=1,BUBBLE,1,FAKEOUT,1,DETECT,2,TACKLE,7,POUND,12,BUBBLE,15,RAPIDSPIN,21,WATERPULSE,23,PECK,25,CIRCLETHROW,29,SEISMICTOSS,32,AQUARING,38,RECOVER,42,HYDROPUMP,45,DIVE,49,AGILITY,51,SUPERPOWER,55,STORMTHROW,61,SLAM, Compatibility=Water3 StepsToHatch=5355 Height=1.2 Weight=90.4 Color=Blue Habitat=Sea Kind=Brawler Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
|
Post by Admin on May 3, 2016 20:07:17 GMT
After a request from a friend, Foolder and Araconid has been renamed to Fooldya and Dupedual
Name=Fooldya InternalName=FOOLDYA Type1=BUG BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=57 EffortPoints=0,0,0,1,0,0 Rareness=230 Happiness=70 Abilities=COMPOUNDEYES HiddenAbility=TINTEDLENS Moves=1,STRINGSHOT,1,POISONSTING,1,LEECHLIFE,2,TACKLE,7,BITE,10,BUGBITE,12,POISONFANG,14,SHADOWSNEAK,17,SUCKERPUNCH,20,SPIDERWEB,22,AGILITY,25,POISONJAB,28,PINMISSLE,30,KNOCKOFF,35,CAMOUFLAGE,40,SLASH,45,STICKYWEB Compatibility=Bug StepsToHatch=5355 Height=0.2 Weight=1.1 Color=Red Habitat=Forest Kind=Disguise Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
Name=Dupedual InternalName=DUPEDUAL Type1=BUG BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=89 EffortPoints=0,0,0,2,0,0 Rareness=160 Happiness=70 Abilities=COMPOUNDEYES HiddenAbility=TINTEDLENS Moves=1,STRINGSHOT,1,POISONSTING,1,LEECHLIFE,2,TACKLE,7,BITE,10,BUGBITE,12,POISONFANG,14,SHADOWSNEAK,17,SUCKERPUNCH,20,SPIDERWEB,22,AGILITY,25,POISONJAB,28,PINMISSILE,30,KNOCKOFF,38,X,SCISSOR,42,CAMOUFLAGE,45,SLASH,51,STICKYWEB,55,BUGBUZZ Compatibility=Bug StepsToHatch=5355 Height=1.4 Weight=30.8 Color=Purple Habitat=Forest Kind=Disguise Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
|
Post by Admin on May 3, 2016 20:17:46 GMT
Name=Syanide InternalName=SYANIDE Type1=Grass Type2=Poison BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=67 EffortPoints=0,0,0,1,0,0 Rareness=230 Happiness=70 Abilities=COLORCHANGE HiddenAbility=PROTEAN Moves=1,POISONFANG,1,LEER,3,CONTRICT,5,ABSORB,8,TACKLE,11,POISONSTING,15,TAILWHIP,18,RAZORLEAF,20,BITE,24,GLARE,27,POISONFANG,30,ACID,36,LEAFBLADE,40,ACIDSPRAY,42,POISONFANG,45,SHADOWSNEAK,51,GUNKSHOT,60,PETALDANCE Compatibility=Field,Grass StepsToHatch=5355 Height=0.6 Weight=10.1 Color=Green Habitat=Forest Kind=Sneaky Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
Name=Arsineck InternalName=ARSINECK Type1=Grass Type2=Poison BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=85 EffortPoints=0,1,0,2,0,0 Rareness=180 Happiness=70 Abilities=COLORCHANGE HiddenAbility=PROTEAN Moves=1,POISONFANG,1,LEER,3,CONTRICT,5,ABSORB,8,TACKLE,11,POISONSTING,15,TAILWHIP,18,RAZORLEAF,20,BITE,24,GLARE,27,POISONFANG,30,ACID,34,LEAFBLADE,38,CRUNCH,42,ACIDSPRAY,45,POISONFANG,49,SHADOWSNEAK,51,SUCKERPUNCH,55,GUNKSHOT,62,PETALDANCE Compatibility=Field,Grass StepsToHatch=5355 Height=3.4 Weight=80.5 Color=Green Habitat=Forest Kind=Sneaky Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
|
Post by Admin on May 3, 2016 20:25:20 GMT
Name=Raptyke InternalName=RAPTYKE Type1=DRAGON Type2=ROCK BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=80 EffortPoints=0,0,0,1,0,0 Rareness=200 Happiness=70 Abilities=SANDFORCE HiddenAbility=TOUGHCLAWS Moves=1,BITE,1,TACKLE,6,ROAR,10,STOMP,14,PURSUIT,17,DRAGONRAGE,21,SCARYFACE,26,ANCIENTPOWER,35,CRUNCH,38,STEALTHROCK,41,DRAGONCLAW,45,THRASH,50,EARTHQUAKE Compatibility=Monster,Dragon StepsToHatch=5355 Height=1.0 Weight=40.8 Color=Purple Habitat=RoughTerrain Kind=Hunter Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
Name=Gallimach InternalName=GALLIMACH Type1=DRAGON Type2=ROCK BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=80 EffortPoints=0,2,0,2,0,0 Rareness=150 Happiness=70 Abilities=SANDFORCE HiddenAbility=TOUGHCLAWS Moves=1,HEADSMASH,1,SLASH,0,TACKLE,6,ROAR,10,STOMP,14,PURSUIT,17,DRAGONRAGE,21,SCARYFACE,26,ANCIENTPOWER,32,HYPERFANG,35,CRUNCH,38,STEALTHROCK,41,DRAGONCLAW,45,THRASH,50,EARTHQUAKE,55,HEADSMASH,62,EXTREMESPEED Compatibility=Monster,Dragon StepsToHatch=5355 Height=2.6 Weight=82.8 Color=Purple Habitat=RoughTerrain Kind=Hunter Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
|
Post by Admin on May 3, 2016 20:38:10 GMT
Name=Stalygmy InternalName=STALYGMY Type1=ROCK Type2=GROUND BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=47 EffortPoints=0,0,1,0,0,0 Rareness=240 Happiness=70 Abilities=LIGHTNINGROD,OWNTEMPO HiddenAbility=STURDY Moves=1,TACKLE,1,DEFENSECURL,3,TACKLE,8,MUDSHOT,11,ROCKPOLISH,13,MUDSPORT,16,SANDATTACK,18,SMACKDOWN,20,MAGNITUDE,23,WIDEGUARD,27,BULLDOZE,30,SELFDESTRUCT,36,DOUBLEEDGE,41,STONEEDGE,45,ROCKBLAST,49,STEALTHROCK,51,ROCKWRECKER Compatibility=Mineral StepsToHatch=5355 Height=0.9 Weight=36.9 Color=Brown Habitat=Cave Kind=Sparkle Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
Name=Boarow InternalName=BOAROW Type1=ROCK Type2=GROUND BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=89 EffortPoints=0,0,2,0,0,0 Rareness=200 Happiness=70 Abilities=LIGHTNINGROD,OWNTEMPO HiddenAbility=STURDY Moves=1,TACKLE,1,DEFENSECURL,3,TACKLE,8,MUDSHOT,11,ROCKPOLISH,13,MUDSPORT,16,SANDATTACK,18,SMACKDOWN,21,MAGNITUDE,23,CRUNCH,25,WIDEGUARD,29,BULLDOZE,34,SELFDESTRUCT,41,DOUBLEEDGE,45,EARTHQUAKE,49,STEALTHROCK,52,STONEEDGE,55,ROCKBLAST,59,ROCKWRECKER Compatibility=Mineral StepsToHatch=5355 Height=1.4 Weight=97.8 Color=Brown Habitat=Cave Kind=Cluster Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
Name=Crystoll InternalName=CRYSTOLL Type1=ROCK Type2=GROUND BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=130 EffortPoints=0,0,3,0,0,0 Rareness=150 Happiness=70 Abilities=LIGHTNINGROD,OWNTEMPO HiddenAbility=STURDY Moves=1,TACKLE,1,DEFENSECURL,1,BODYSLAM,3,TACKLE,8,MUDSHOT,11,ROCKPOLISH,13,MUDSPORT,16,SANDATTACK,18,SMACKDOWN,21,MAGNITUDE,23,CRUNCH,25,WIDEGUARD,29,BULLDOZE,34,SELFDESTRUCT,38,MEGAHORN,41,DOUBLEEDGE,45,HORNLEECH,49,EARTHQUAKE,52,STEALTHROCK,55,STONEEDGE,50,ROCKBLAST,64,ROCKWRECKER Compatibility=Mineral StepsToHatch=5355 Height=3.6 Weight=214.4 Color=Brown Habitat=Cave Kind=Cluster Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
|
Post by Admin on May 3, 2016 20:47:32 GMT
Name=Strout InternalName=STROUT Type1=WATER Type2=FLYING BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=69 EffortPoints=0,0,0,1,0,0 Rareness=237 Happiness=70 Abilities=SWIFTSWIM,INNERFOCUS HiddenAbility=LIGHTNINGROD Moves=1,BUBBLE,1,GUST,1,WHIRLWIND,1,DOUBLETEAM,5,BUBBLE,8,TACKLE,12,LEER,14,WATERGUN,18,WINGATTACK,21,RAINDANCE,25,STEELWING,28,BUBBLEBEAM,33,AQUAJET,35,WHIRLPOOL,42,AIRCUTTER,47,HYDROPUMP,53,HURRICANE Compatibility=Water1 StepsToHatch=5355 Height=0.4 Weight=0.3 Color=Blue Habitat=Sea Kind=Flying Fish Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
Name=Sailmon InternalName=SAILMON Type1=WATER Type2=FLYING BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=100 EffortPoints=0,0,0,2,0,0 Rareness=190 Happiness=70 Abilities=SWIFTSWIM,INNERFOCUS HiddenAbility=LIGHTNINGROD Moves=1,BUBBLE,1,GUST,1,WHIRLWIND,1,DOUBLETEAM,1,AQUARING,5,BUBBLE,8,TACKLE,12,LEER,14,WATERGUN,18,WINGATTACK,21,RAINDANCE,25,STEELWING,28,BUBBLEBEAM,32,DIVE,35,AQUAJET,38,WHIRLPOOL,42,SHOCKWAVE,46,AIRCUTTER,52,HYDROPUMP,58,HURRICANE Compatibility=Water1 StepsToHatch=5355 Height=1.4 Weight=10.4 Color=Blue Habitat=Sea Kind=Flying Fish Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
|
Post by Admin on May 3, 2016 20:54:17 GMT
Name=Furhok InternalName=FURHOK Type1=NORMAL BaseStats= GenderRate=Female50Percent GrowthRate=Fast BaseEXP=45 EffortPoints=1,0,0,0,0,0 Rareness=240 Happiness=70 Abilities=PICKUP HiddenAbility=ANGERPOINT Moves=1,LEER,1,TACKLE,1,BITE,3,GROWL,5,QUICKATTACK,8,BITE,14,HELPINGHAND,18,WORKUP,21,CRUNCH,23,HYPERFANG,28,COVET,40,DOUBLEEDGE,44,LASTRESORT,50,SHADOWCLAW,54,PLAYROUGH Compatibility=Field StepsToHatch=5355 Height=0.5 Weight=0.4 Color=Brown Habitat=Forest Kind=Attitude Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
Name=Squafro InternalName=SQUAFRO Type1=NORMAL BaseStats= GenderRate=Female50Percent GrowthRate=Fast BaseEXP=80 EffortPoints=2,0,0,0,0,0 Rareness=200 Happiness=70 Abilities=PICKUP HiddenAbility=ANGERPOINT Moves=1,LEER,1,TACKLE,1,BITE,5,QUICKATTACK,8,BITE,14,HELPINGHAND,20,WORKUP,24,CRUNCH,29,SUPERFANG,36,COVET,45,DOUBLEEDGE,48,LASTRESORT,51,SHADOWCLAW,53,PLAYROUGH,63,GIGAIMPACT Compatibility=Field StepsToHatch=5355 Height=0.9 Weight=2.5 Color=Brown Habitat=Forest Kind=Attitude Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
|
Post by Admin on May 3, 2016 21:02:41 GMT
Name=Moof InternalName=MOOF Type1=GROUND BaseStats= GenderRate=Female50Percent GrowthRate=Fast BaseEXP=50 EffortPoints=1,1,0,0,0,0 Rareness=236 Happiness=70 Abilities=STALL,RUNAWAY HiddenAbility=RECKLESS Moves=1,TACKLE,1,LEER,3,TACKLE,5,GROWL,10,STOMP,13,MUD,SLAP,17,HEADBUTT,22,BULLDOZE,25,SLACKOFF,29,UPROAR,33,IRONHEAD,39,SLACKOFF,46,HEADCHARGE,51,EARTHQUAKE Compatibility=Field StepsToHatch=5355 Height=0.8 Weight=20.5 Color=Brown Habitat=Grassland Kind=Cattle Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
Name=Groff InternalName=GROOFF Type1=GROUND BaseStats= GenderRate=Female50Percent GrowthRate=Fast BaseEXP=120 EffortPoints=2,2,0,0,0,0 Rareness=180 Happiness=70 Abilities=STALL,RUNAWAY HiddenAbility=RECKLESS Moves=1,HEADBUTT,1,LEER,3,TAKEDOWN,5,GROWL,10,STOMP,13,MUD,SLAP,17,HORNATTACK,22,BULLDOZE,27,SLACKOFF,32,UPROAR,36,IRONHEAD,40,WILDCHARGE,43,SLACKOFF,48,EARTHQUAKE,50,HEADCHARGE,55,FISSURE,63,THRASH Compatibility=Field StepsToHatch=5355 Height=1.4 Weight=78.0 Color=Brown Habitat=Grassland Kind=Cattle Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
|
Post by Admin on May 3, 2016 21:11:17 GMT
Name=Squift InternalName=SQUIFT Type1=WATER Type2=DARK BaseStats= GenderRate=Female25Percent GrowthRate=Medium BaseEXP=70 EffortPoints=0,0,0,1,0,0 Rareness=234 Happiness=70 Abilities=QUICKFEET HiddenAbility=SWIFTSWIM Moves=1,TACKLE,1,HAZE,3,WRAP,7,WATERGUN,10,SMOKESCREEN,14,PURSUIT,17,AQUAJET,20,SWITCHEROO,24,SUCKERPUNCH,27,AURASPHERE,30,SCALD,34,SUBSTITUTE,38,DRAINPUNCH,42,NASTYPLOT,46,HYDROPUMP,50,NIGHTSLASH Compatibility=Water1,Water2 StepsToHatch=5355 Height=1.1 Weight=14.7 Color=Blue Habitat=Sea Kind=Ink Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
Name=Seanobi InternalName=SEANOBI Type1=WATER Type2=DARK BaseStats= GenderRate=Female25Percent GrowthRate=Medium BaseEXP=110 EffortPoints=0,0,0,2,0,0 Rareness=180 Happiness=70 Abilities=QUICKFEET HiddenAbility=SWIFTSWIM Moves=1,TACKLE,1,HAZE,1,WRAP,1,WATERGUN,11,SMOKESCREEN,15,PURSUIT,18,AQUAJET,22,SWITCHEROO,26,SUCKERPUNCH,29,AURASPHERE,32,SCALD,37,SUBSTITUTE,41,DRAINPUNCH,45,NASTYPLOT,49,HYDROPUMP,53,NIGHTSLASH Compatibility=Water1,Water2 StepsToHatch=5355 Height=1.8 Weight=24.3 Color=Blue Habitat=Sea Kind=Ink Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
|
Post by Admin on May 3, 2016 21:16:55 GMT
Name=Minatlas InternalName=MINATLAS Type1=BUG Type2=STEEL BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=74 EffortPoints=0,0,1,0,0,0 Rareness=240 Happiness=70 Abilities=IRONBARBS,GUTS HiddenAbility=HEAVYMETAL Moves=1,TACKLE,1,STRINGSHOT,4,TACKLE,8,BIDE,11,HARDEN,14,BUGBITE,22,BULLETPUNCH,26,BUGBUZZ,29,IRONDEFENSE,32,FLASHCANNON,36,SPIKYSHIELD,40,IRONHEAD,44,AUTOTOMIZE,48,EARTHQUAKE,52,MEGAHORN Compatibility=Bug StepsToHatch=5355 Height=0.6 Weight=20.7 Color=Green Habitat=Forest Kind=Thorn Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
Name=Thornatlas InternalName=THORNATLAS Type1=BUG Type2=STEEL BaseStats= GenderRate=Female50Percent GrowthRate=Medium BaseEXP=127 EffortPoints=1,0,2,0,0,0 Rareness=186 Happiness=70 Abilities=IRONBARBS,GUTS HiddenAbility=HEAVYMETAL Moves=1,TACKLE,1,STRINGSHOT,9,BIDE,12,HARDEN,15,BUGBITE,23,BULLETPUNCH,28,BUGBUZZ,31,IRONDEFENSE,34,FLASHCANNON,38,SPIKYSHIELD,43,IRONHEAD,47,AUTOTOMIZE,50,EARTHQUAKE,55,MEGAHORN Compatibility=Bug StepsToHatch=5355 Height=1.7 Weight=46.6 Color=Green Habitat=Forest Kind=Thorn Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|
|
Post by Admin on May 3, 2016 21:24:20 GMT
Name=Daiseed InternalName=DAISEED Type1=GRASS Type2=FAIRY BaseStats= GenderRate=Female75Percent GrowthRate=Medium BaseEXP=50 EffortPoints=0,0,0,0,0,1 Rareness=240 Happiness=70 Abilities=RAINDISH HiddenAbility=WATERVEIL Moves=1,ABSORB,1,GROWTH,3,FAIRYWIND,7,GROWTH,10,INGRAIN,14,FAIRYWIND,17,LEECHSEED,20,MEGADRAIN,24,WATERPULSE,28,AROMATHERAPY,31,GIGADRAIN,34,SYNTHESIS,38,WEATHERBALL,43,DAZZLINGGLEAM,47,DEFOG,52,SOLARBEAM Compatibility=Grass StepsToHatch=5355 Height=0.3 Weight=0.1 Color=White Habitat=Grassland Kind=Sunlight Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
Name=Holimbud InternalName=HOLIMBUD Type1=GRASS Type2=FAIRY BaseStats= GenderRate=Female75Percent GrowthRate=Medium BaseEXP=80 EffortPoints=0,0,0,0,0,2 Rareness=200 Happiness=70 Abilities=RAINDISH HiddenAbility=WATERVEIL Moves=1,ABSORB,1,GROWTH,3,FAIRYWIND,7,GROWTH,10,INGRAIN,14,FAIRYWIND,17,LEECHSEED,20,MEGADRAIN,24,WATERPULSE,28,AROMATHERAPY,31,GIGADRAIN,34,SYNTHESIS,38,RAINDANCE,38,SUNNYDAY,43,DAZZLINGGLEAM,47,DEFOG,52,SOLARBEAM Compatibility=Grass StepsToHatch=5355 Height=0.6 Weight=1.3 Color=White Habitat=Grassland Kind=Sunlight Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
Name=Umbrelala InternalName=UMBRELALA Type1=GRASS Type2=FAIRY BaseStats= GenderRate=Female75Percent GrowthRate=Medium BaseEXP=150 EffortPoints=0,0,0,0,0,3 Rareness=150 Happiness=70 Abilities=RAINDISH HiddenAbility=WATERVEIL Moves=1,GIGADRAIN,1,AROMATHERAPY,1,SUNNYDAY,1,RAINDANCE,45,WEATHERBALL Compatibility=Grass StepsToHatch=5355 Height=1.1 Weight=2.4 Color=White Habitat=Grassland Kind=Sunlight Pokedex= BattlerPlayerY=0 BattlerEnemyY=0 BattlerAltitude=0 Evolutions=
|
|