Jump to content

6P2- Defining the new Pokemon


Amethyst

Recommended Posts

  • Administrators

HERE WE ARE WE ARE GOING TO DO THE THING

The thing is complicated though. Firstly I highly recommend Serebii and/or Bulbapedia for reference pages for the actual information.

http://pokemonessentials.wikia.com/wiki/Defining_a_species

^ that is how but let us walk through the thing:

This isn't listed, but first we need the National dex number, in brackets. That looks like this:


[650]

Now we go through the wiki's list. First up? Display name. I think you can figure this one out.


[650]

Name=Chespin

Internal name next! You may remember from other topics here that this is just the name again but ALLCAPSWITHNOSPACES


[650]

Name=Chespin

InternalName=CHESPIN

Next, the type. This line will say Type1, and the the type's name also needs to be in caps. If there's no second type, you can skip the Type2 line. If there is a second type, well, make a Type2 line. Chespin is mono-typed, though, so there isn't one here.


[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

Base stats, separated by commas! Find this on a website like serebii or bulbapedia but take care of the order they're listed. They need to be:

HP, Attack, Defense, Speed, Special Attack, Special Defense.

Serebii and Bulbapedia do not list them in this order- they put speed last- so don't get tricked by that.


[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

BaseStats=56,61,65,38,48,45

How often is the Pokemon female? Or does it even have a gender? See the wiki on which words to put here for which kinds of Pokemon. It's pretty simple to understand, methinks.


[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

BaseStats=56,61,65,38,48,45

GenderRate=FemaleOneEighth


GrowthRate is how much EXP does the Pokemon require? Bulbapedia and Serebii list this a little bit differently- Parabolic is 'Medium Slow' and Medium is 'Medium Fast'

[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

BaseStats=56,61,65,38,48,45

GenderRate=FemaleOneEighth

GrowthRate=Parabolic

Next is BaseEXP used to calculate whatcha get from killin' the thing. At a glance, neither site seemed to have this information for Chespin, so if this is the case for other Pokemon (or even other values), please put [NA] so I can auto-find that later and determine a suitable temporary value


[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

BaseStats=56,61,65,38,48,45

GenderRate=FemaleOneEighth

GrowthRate=Parabolic

BaseEXP=[NA]

What effort points are awarded by beating the Pokemon? This is formatted like the base stats- HP, Att, Def, Speed, SpAtt, SpDef. It'll only be one or two points but we need all of the spaces there and comma-separated anyway. Find this information on serebii


[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

BaseStats=56,61,65,38,48,45

GenderRate=FemaleOneEighth

GrowthRate=Parabolic

BaseEXP=[NA]

EffortPoints=0,0,1,0,0,0

Rareness- this basically means Catch Rate. Bulbapedia has it, not sure about Serebii


[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

BaseStats=56,61,65,38,48,45

GenderRate=FemaleOneEighth

GrowthRate=Parabolic

BaseEXP=[NA]

EffortPoints=0,0,1,0,0,0

Rareness=45

Base happiness? 70 by default, I'm not sure which site lists alterations to that, soooo... just put it as 70.


[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

BaseStats=56,61,65,38,48,45

GenderRate=FemaleOneEighth

GrowthRate=Parabolic

BaseEXP=[NA]

EffortPoints=0,0,1,0,0,0

Rareness=45

Happines=70

AAAAA THE MOVES

okay so this works a lot like that other topic and by that i mean exactly like that other topic

Level,MOVENAME,Level,MOVENAME

Remember, system names means all caps, and keeps on like that


[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

BaseStats=56,61,65,38,48,45

GenderRate=FemaleOneEighth

GrowthRate=Parabolic

BaseEXP=[NA]

EffortPoints=0,0,1,0,0,0

Rareness=45

Happines=70

Moves=1,TACKLE,1,GROWL,5,VINEWHIP,8,ROLLOUT,11,BITE,15,LEECHSEED,18,PINMISSILE,27,TAKEDOWN,32,SEEDBOMB,35,MUDSHOT,39,BULKUP,42,BODYSLAM,45,PAINSPLIT,48,WOODHAMMER

What egg groups is it? See the list on the wiki for which each value is. If it's only in one egg group, list the same value twice (separated by comma). Two egg groups, two comma-separated values.

The names of the egg groups are a little weird compared to what Serebii/Bulba list. For instance, what they call Field, we call Ground. Same thing though.


[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

BaseStats=56,61,65,38,48,45

GenderRate=FemaleOneEighth

GrowthRate=Parabolic

BaseEXP=[NA]

EffortPoints=0,0,1,0,0,0

Rareness=45

Happines=70

Moves=1,TACKLE,1,GROWL,5,VINEWHIP,8,ROLLOUT,11,BITE,15,LEECHSEED,18,PINMISSILE,27,TAKEDOWN,32,SEEDBOMB,35,MUDSHOT,39,BULKUP,42,BODYSLAM,45,PAINSPLIT,48,WOODHAMMER

Compatibility=5,5

Steps to hatch- like it says on the tin. egg steps. This information may not be available yet; it wasn't for Chespin.


[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

BaseStats=56,61,65,38,48,45

GenderRate=FemaleOneEighth

GrowthRate=Parabolic

BaseEXP=[NA]

EffortPoints=0,0,1,0,0,0

Rareness=45

Happines=70

Moves=1,TACKLE,1,GROWL,5,VINEWHIP,8,ROLLOUT,11,BITE,15,LEECHSEED,18,PINMISSILE,27,TAKEDOWN,32,SEEDBOMB,35,MUDSHOT,39,BULKUP,42,BODYSLAM,45,PAINSPLIT,48,WOODHAMMER

Compatibility=5,5

StepsToHatch=[NA]

Discussing both Height and Weight at once because yeah. We are using the metric values for them.

"The height of the species in meters, to one decimal place. Use a period for the decimal point, and do not use commas for thousands."

"The weight of the species in kilograms, to one decimal place. Use a period for the decimal point, and do not use commas for thousands."


[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

BaseStats=56,61,65,38,48,45

GenderRate=FemaleOneEighth

GrowthRate=Parabolic

BaseEXP=[NA]

EffortPoints=0,0,1,0,0,0

Rareness=45

Happines=70

Moves=1,TACKLE,1,GROWL,5,VINEWHIP,8,ROLLOUT,11,BITE,15,LEECHSEED,18,PINMISSILE,27,TAKEDOWN,32,SEEDBOMB,35,MUDSHOT,39,BULKUP,42,BODYSLAM,45,PAINSPLIT,48,WOODHAMMER

Compatibility=5,5

StepsToHatch=[NA]

Height=.4

Weight=9.0

Color! In order to determine this, please look at the Pokemon and write what color it is NO THAT WAS A JOKE JUST KIDDING DONT DO THAT.

It's not that intuitive. Bulbapedia should list the Pokemon's official colour group and sometimes they're weird (Bronzong = Green????) so check and list appropriately.


[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

BaseStats=56,61,65,38,48,45

GenderRate=FemaleOneEighth

GrowthRate=Parabolic

BaseEXP=[NA]

EffortPoints=0,0,1,0,0,0

Rareness=45

Happines=70

Moves=1,TACKLE,1,GROWL,5,VINEWHIP,8,ROLLOUT,11,BITE,15,LEECHSEED,18,PINMISSILE,27,TAKEDOWN,32,SEEDBOMB,35,MUDSHOT,39,BULKUP,42,BODYSLAM,45,PAINSPLIT,48,WOODHAMMER

Compatibility=5,5

StepsToHatch=[NA]

Height=.4

Weight=9.0

Color=Green

Kind means it's the _____ Pokemon. Bulbasaur is the Seed Pokemon, Squirtle is the Tiny Turtle Pokemon, etc. You don't need to include the word 'Pokemon' otherwise it would become the "Seed Pokemon Pokemon"


[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

BaseStats=56,61,65,38,48,45

GenderRate=FemaleOneEighth

GrowthRate=Parabolic

BaseEXP=[NA]

EffortPoints=0,0,1,0,0,0

Rareness=45

Happines=70

Moves=1,TACKLE,1,GROWL,5,VINEWHIP,8,ROLLOUT,11,BITE,15,LEECHSEED,18,PINMISSILE,27,TAKEDOWN,32,SEEDBOMB,35,MUDSHOT,39,BULKUP,42,BODYSLAM,45,PAINSPLIT,48,WOODHAMMER

Compatibility=5,5

StepsToHatch=[NA]

Height=.4

Weight=9.0

Color=Green

Kind=Spiky Nut

Pokedex entry.... yeah. There's two- one from X, one from Y. We only need one. Pick your favorite. No surrounding quotes necessary.


[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

BaseStats=56,61,65,38,48,45

GenderRate=FemaleOneEighth

GrowthRate=Parabolic

BaseEXP=[NA]

EffortPoints=0,0,1,0,0,0

Rareness=45

Happines=70

Moves=1,TACKLE,1,GROWL,5,VINEWHIP,8,ROLLOUT,11,BITE,15,LEECHSEED,18,PINMISSILE,27,TAKEDOWN,32,SEEDBOMB,35,MUDSHOT,39,BULKUP,42,BODYSLAM,45,PAINSPLIT,48,WOODHAMMER

Compatibility=5,5

StepsToHatch=[NA]

Height=.4

Weight=9.0

Color=Green

Kind=Spiky Nut

Pokedex=The quills on its head are usually soft. When it flexes them, the points become so hard and sharp that they can pierce rock.

Now, that's it for the required fields. The wiki also lists optional fields, but we're only worrying about two of those for now.

The first is the abilities. I'm actually not sure why that one is optinal, but yeah, list out the Pokemon's abilities, SYSTEMNAMES please.

Here's the snag. If a Pokemon has two abilities and a hidden ability, then two abilities will go on the line "Abilities=", comma-separated, and the third will go on the line "HiddenAbility="

HOWEVER if a Pokemon has only one natural ability, for a total of two abilities with the DW one, then put both of these abilities in the "Abilities=" line and exclude the "HiddenAbility=" line. This is shown with Chespin below, as it only has two total abilities.


[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

BaseStats=56,61,65,38,48,45

GenderRate=FemaleOneEighth

GrowthRate=Parabolic

BaseEXP=[NA]

EffortPoints=0,0,1,0,0,0

Rareness=45

Happines=70

Moves=1,TACKLE,1,GROWL,5,VINEWHIP,8,ROLLOUT,11,BITE,15,LEECHSEED,18,PINMISSILE,27,TAKEDOWN,32,SEEDBOMB,35,MUDSHOT,39,BULKUP,42,BODYSLAM,45,PAINSPLIT,48,WOODHAMMER

Compatibility=5,5

StepsToHatch=[NA]

Height=.4

Weight=9.0

Color=Green

Kind=Spiky Nut

Pokedex=The quills on its head are usually soft. When it flexes them, the points become so hard and sharp that they can pierce rock.

Abilities=OVERGROW,BULLETPROOF

Evolution. Yikes. I'm just gonna say, check the wiki for this but it'll generally go- System name of the pokemon it evolves into, how does it evolve, what's the value for that method (value for level evolution: what level does it evolve? value for item evolution: what stone does it need? etc. Again, check the wiki)

For pokemon with new evolution methods- inkay, pancham, sliggoo- just make it normal level evo, for now.


[650]

Name=Chespin

InternalName=CHESPIN

Type1=GRASS

BaseStats=56,61,65,38,48,45

GenderRate=FemaleOneEighth

GrowthRate=Parabolic

BaseEXP=[NA]

EffortPoints=0,0,1,0,0,0

Rareness=45

Happines=70

Moves=1,TACKLE,1,GROWL,5,VINEWHIP,8,ROLLOUT,11,BITE,15,LEECHSEED,18,PINMISSILE,27,TAKEDOWN,32,SEEDBOMB,35,MUDSHOT,39,BULKUP,42,BODYSLAM,45,PAINSPLIT,48,WOODHAMMER

Compatibility=5,5

StepsToHatch=[NA]

Height=.4

Weight=9.0

Color=Green

Kind=Spiky Nut

Pokedex=The quills on its head are usually soft. When it flexes them, the points become so hard and sharp that they can pierce rock.

Abilities=OVERGROW,BULLETPROOF

Evolutions=QUILLADIN,Level,16

AND THAT'S THAT.

So, the Pokemon themselves that need doing:

Chespin
Quilladin
Chesnaught
Fennekin
Braixen
Delphox
Froakie
Frogadier
Greninja
Bunnelby
Diggersby
Fletchling
Fletcinder
Talonflame
Scatterbug
Spewpa
Vivillon
Litleo
Pyroar
Flabebe
Floette
Florges
Skiddo
Gogoat
Pancham
Pangoro
Furfrou
Espurr
Meowstic
Honedge
Doublade
Aegislash
Spritzee
Aromatisse
Swirlix
Slurpuff
Inkay
Malamar
Binacle
Barbaracle
Skrelp
Dragalge
Clauncher
Clawitzer
Helioptile
Heliolisk
Tyrunt
Tyrantrum
Amaura
Auroros
Sylveon
Hawlucha
Dedenne
Carbink
Goomy
Sliggoo
Goodra
Klefki
Phantump
Trevenant
Pumpkaboo
Gourgeist
Bergmite
Avalugg
Noibat
Noivern
Xerneas
Ylveltal
Zygarde

Naturally, Chespin has just been done.

Please post when you make progress! Ask if you have any questions

Link to comment
Share on other sites

I have plenty of time, think I'll do all the starters with their evolutions now

Edit:

Quilladin, Chesnaught - Done!

Edit2:

Fennekin,Braixen,Delphox - Done!

Edit3:

Froakie,Frogardier,Greninja - Done!

Edited by Calvius
Link to comment
Share on other sites

I wanna help to! I just did Bunnelby and DIGGERSBY THO

apparently Diggersby is so epic, he crashed my computer in the middle of my defining him, no joke. I was able to finish anyway, but sadly both Bulbapedia and Serebii seem to lack catch rates for anything past the Kalos starters :(

Link to comment
Share on other sites

Did Fletchling and his family. For some reason, he and his final form had their BaseEXP yield listed (56 and 175, respectively), but the middle evolution didn't.

Ame, I think you spelled "Zygarde" wrong on that list of yours

Now that I think about it, maybe it's not such a good idea to leave this thing open to anyone. I mean, some jerk could, say, go to Castform's Pokedex entry and replace it with something like "This pokeman iz a BALLSACK", and you wouldn't notice, unless you went through every single one of those 718 Pokemon definitions. And when you do notice it, you wouldn't be able to find out who did it.

Granted, the Castform ballsack thing would be hilarious

Link to comment
Share on other sites

  • Administrators

Updated, thanks. And yeah, that is a consideration- however, eventually someone would find it, laugh, and hopefully report it. Secondly, this forum is invisible to non-registered users, and aside from the spambots pretty much everyone here is registered because they care about the community and game and so they have no motive to do that. Also, I have everything backed up personally. So it wouldn't be much use.

Link to comment
Share on other sites

Did Scatterbug, Spewpa, and the "dreaded" 666 Pokemon, Vivillon. Dunno what you're gonna do about Vivillon's zillion different forms, but they're all statistically the same, so no big deal for now.

Kinda disappointing that Gamefreak didn't do something special for the number of the devil (that is, as perceived by most people, the Bible actually says it's the number of man), but I guess they had to make that Butterfree ripoff and didn't have room. Come to think of it, they WOULD have had room if they hadn't invented Luvdisc...

P.S. Again, Scatterbug and Vivillon had BaseEXP listed on Bulbapedia, but the middle man didn't. Why does everyone hate the middle man? I mean, people are always talking about eliminating him, but what if he doesn't want to be excluded? Middle men have feelings to!

Edited by Eagleby18
Link to comment
Share on other sites

Added Flabebe and co. Lots of grass moves on a non-grass type Pokemon for some reason. Again, no BaseEXP data for the middle(wo)man...

Also did Skiddo and Gogoat. Incidentally, Skiddo was the first shiny that I successfully got using the Pokeradar. Not the first of all my shinies in that game, that honor goes to Espurr. Also, HOW IN ARCEUS' NAME DOES GOGOAT LEARN AERIAL ACE?

Edited by Eagleby18
Link to comment
Share on other sites

Did Pancham, Pangoro, and Furfrou. The data for Furfrou's EV yield was contradicting on the two sites, Bulbapedia said it was 1 Speed point and Serebii said it was 1 Special Defense point. I went with Bulbapedia's since it made more sense looking at Furfrou's stats.

Next up is Espurr and Meowsitc... I kinda have no idea what to do about them, as the male and females have different movesets.

Edited by Eagleby18
Link to comment
Share on other sites

  • Administrators

I wish I could help with this stuff. :/

There's no reason you can't! o-o It's a little tedious, and might be a bit confusing but if you have questions just ask. Otherwise everything you need is listed in the first post.

Next up is Espurr and Meowsitc... I kinda have no idea what to do about them, as the male and females have different movesets.

Right! I'm also not sure how to handle that, so how about, list Meowstic Male's moveset in the file, and post Mewostic female in this topic, just for now.

Link to comment
Share on other sites

Okay I did just that. And while I was at it, I added Honedge, Doublade, and... not Aegislash. Should I put Aegislash's base stats for his attack or defense stance?

And for future reference, Meowstic Female's moves are:

1,STOREDPOWER,1,MEFIRST,1,MAGICALLEAF,1,SCRATCH,1,LEER,5,COVET,9,CONFUSION,13,LIGHTSCREEN,17,PSYBEAM,19,FAKEOUT,25,PSYSHOCK,28,CHARGEBEAM,31,SHADOWBALL,35,EXTRASENSORY,40,PSYCHIC,43,ROLEPLAY,45,SIGNALBEAM,48,SUCKERPUNCH,50,FUTURESIGHT,55,STOREDPOWER

Link to comment
Share on other sites

Okay, so Aegislash has been added with his defense stance stats, his attack stance stats are:

60,150,50,60,150,50

Also for your convenience, Heres a list of the moves that change his stance:

Attack Stance:

FURYCUTTER,PURSUIT,SHADOWSNEAK,SLASH,NIGHTSLASH,IRONHEAD,HEADSMASH,AERIALACE,SACREDSWORD,HIDDENPOWER,HYPERBEAM,FRUSTRATION,RETURN,SHADOWBALL,BRICKBREAK,AERIALACE,FACADE,FALSESWIPE,SHADOWCLAW,RETALIATE,GIGAIMPACT,GYROBALL,ROCKSLIDE,FLASHCANNON,ROCKSMASH,CUT,TACKLE

Defense Stance:

IRONDEFENSE,KING'SSHEILD,REFLECT

Also, we finally had a middle evolution (Doublade) who has his baseEXP listed. Yay.

Link to comment
Share on other sites

Added Spritzee, Aromatisse, and their X version counterparts.

Hey Amethyst, I saw how you mentioned on another forum that the HG/SS mechanic of having your Pokemon follow you could be a possibility in a future version of reborn. If that happens, then Aromatisse's Pokedex entry would make that kinda akward:

Its scent is so overpowering that, unless a Trainer happens to really enjoy the smell, he or she will have a hard time walking alongside it.

Link to comment
Share on other sites

There's also the various issues that cropped up in the Zeta/Omicron fangames. Sometimes doing something made the sprites duplicate themselves, sometimes leaving a pokemon center would make their images vanish while the game still recognized their existence. Apparently, it takes a LOT of coding to fix all of the issues that crop up. Personally, I'd rather see a faster release than have a pokemon follower. But that's just me.

Link to comment
Share on other sites

Hello, thought I should show my support for this amazing game.

So far I've done Inkay, Malamar, Skrelp, Dragalge, Clauncher, Clawitzer, Helioptile and Heliolisk. Hopefully I've entered everything correctly.

Edited by MattMadnesS
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...