Difference between revisions of "Pokemon Data Files"
| Line 9: | Line 9: | ||
=== Line 2 === | === Line 2 === | ||
Number|### | <pre>Number|###</pre> | ||
This is the number of the species. Used to find the cries and overworld sprites. | This is the number of the species. Used to find the cries and overworld sprites. | ||
=== Line 3 === | === Line 3 === | ||
ExperienceType|# | <pre>ExperienceType|#</pre> | ||
Chooses between the different level paths based on this number. | Chooses between the different level paths based on this number. | ||
=== Line 4 === | === Line 4 === | ||
BaseExperience|### | <pre>BaseExperience|###</pre> | ||
This is the base EXP a Pokemon gives when defeated. | This is the base EXP a Pokemon gives when defeated. | ||
=== Lines 5&6 === | === Lines 5&6 === | ||
Type1|Text<br /> | <pre>Type1|Text<br /> | ||
Type2|Text | Type2|Text</pre> | ||
These decide the types of a Pokemon. | These decide the types of a Pokemon. | ||
=== Line 7 === | === Line 7 === | ||
CatchRate|## | <pre>CatchRate|##</pre> | ||
This decides how hard or easy a Pokemon is to catch. the lower the number the harder it is. | This decides how hard or easy a Pokemon is to catch. the lower the number the harder it is. | ||
=== Line 8 === | === Line 8 === | ||
BaseFriendship|## | <pre>BaseFriendship|##</pre> | ||
This is how much friendship a Pokemon will have with you when it is first caught. | This is how much friendship a Pokemon will have with you when it is first caught. | ||
=== Lines 9&10 === | === Lines 9&10 === | ||
EggGroup1|Text | <pre>EggGroup1|Text | ||
EggGroup2|Text | EggGroup2|Text</pre> | ||
Determines what Pokemon this species can [[Breeding|breed]] with. | Determines what Pokemon this species can [[Breeding|breed]] with. | ||
=== Line 11 === | === Line 11 === | ||
BaseEggSteps|### | <pre>BaseEggSteps|###</pre> | ||
The usual amount of steps needed to hatch an egg. | The usual amount of steps needed to hatch an egg. | ||
=== Line 12 === | === Line 12 === | ||
IsGenderless|Bool | <pre>IsGenderless|Bool</pre> | ||
If 0 the Pokemon has a gender, If 1 it doesn't. | If 0 the Pokemon has a gender, If 1 it doesn't. | ||
=== Line 13 === | === Line 13 === | ||
IsMale|%%.% | <pre>IsMale|%%.%</pre> | ||
The chance this Pokemon will be Male. Female is 100-Male. | The chance this Pokemon will be Male. Female is 100-Male. | ||
=== Line 14&15 === | === Line 14&15 === | ||
Ability1|## | <pre>Ability1|## | ||
Ability2|## | Ability2|##</pre> | ||
The Index numbers of the [[Abilities]] possible for this Pokemon. If there is no Ability put 'Nothing'. | The Index numbers of the [[Abilities]] possible for this Pokemon. If there is no Ability put 'Nothing'. | ||
=== Line 16 === | === Line 16 === | ||
Machines|##, ##, ##, etc. | <pre>Machines|##, ##, ##, etc.</pre> | ||
A list of all of the TMs and HMs a Pokemon can learn listed by the [[Moves|index number of the move]] | A list of all of the TMs and HMs a Pokemon can learn listed by the [[Moves|index number of the move]] | ||
=== Line 17-22 === | === Line 17-22 === | ||
Base<stat>|## | <pre>Base<stat>|##</pre> | ||
Decides the [[Pokemon Mechanics#Stats|Base Stat]] of the species. | Decides the [[Pokemon Mechanics#Stats|Base Stat]] of the species. | ||
Revision as of 22:10, 20 March 2013
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<br /> 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.