Pokemon Data Files
The Pokemon Data files are one of the more crucial elements of Pokemon 3d.
Almost Every detail about a Pokemon is located in these files. Each file contains at least 33 lines
Line 1
Name|Text
This is the name of the species. Used to find the Battle animations.
Line 2
Number|###
This is the number of the species. Used to find the cries and overworld sprites.
Line 3
ExperienceType|#
Chooses between the different level paths based on this number.
Line 4
BaseExperience|###
This is the base EXP a Pokemon gives when defeated.
Lines 5&6
Type1|Text Type2|Text
These decide the types of a Pokemon.
Line 7
CatchRate|##
This decides how hard or easy a Pokemon is to catch. the lower the number the harder it is.
Line 8
BaseFriendship|##
This is how much friendship a Pokemon will have with you when it is first caught.
Lines 9&10
EggGroup1|Text EggGroup2|Text
Determines what Pokemon this species can breed with.
Line 11
BaseEggSteps|###
The usual amount of steps needed to hatch an egg.
Line 12
IsGenderless|Bool
If 0 the Pokemon has a gender, If 1 it doesn't.
Line 13
IsMale|%%.%
The chance this Pokemon will be Male. Female is 100-Male.
Line 14&15
Ability1|## Ability2|##
The Index numbers of the Abilities possible for this Pokemon. If there is no Ability put 'Nothing'.
Line 16
Machines|##, ##, ##, etc.
A list of all of the TMs and HMs a Pokemon can learn listed by the index number of the move
Line 17-22
Base<stat>|##
Decides the Base Stat of the species.