Difference between revisions of "Sylveon"
Jump to navigation
Jump to search
Coolioguy77 (talk | contribs) |
|||
| (40 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
{{PokémonV2|Version = 0.55 | |||
Number: #700 | <!-- | ||
For any data that is not applicable to the current Pokémon, please leave it blank :D It will save us from bugs. | |||
--> | |||
Stats | <!-- | ||
HP | Define the Pokémon National ID without the extra zeros in front. | ||
Attack | Syntax: ID = <ID> | ||
Defense | --> | ||
Special Atk | | ID = 700 | ||
Special Def | | KantoDex = | ||
Speed | | JohtoDex = 231 | ||
| SeviiDex = | |||
<!-- | |||
Define the Pokémon Type. | |||
For Pokémon with one type: | |||
Syntax: Type 1 = <Type> | Type 2 = | |||
For Pokémon with two type: | |||
Syntax: Type 1 = <Type> | Type 2 = <Type> | |||
--> | |||
| Type 1 = Fairy | |||
| Type 2 = | |||
<!-- | |||
Define how many different evolution are there. | |||
For Pokémon that cannot evolve and have no related family chain: | |||
Syntax: Number of DE = 0 | |||
For Pokémon that can/cannot evolve and/but with a family chain like Bulbasaur => Ivysaur => Venusaur. | |||
Syntax: Number of DE = 1 | |||
For Pokémon that can/cannot evolve and/but with a family chain like Bulbasaur => Ivysaur and Bulbasaur => Venusaur. | |||
Syntax: Number of DE = 2 | |||
--> | |||
| Number of DE = 1 | |||
<!-- | |||
Define how much Evolution Done to get this Pokémon. | |||
For Pokémon that is belong to first stage: | |||
Syntax: Number of ED = 0 | |||
For Pokémon that is belong to second stage and only have a family chain like Bulbasaur => Ivysaur: | |||
Syntax: Number of ED = 1 | |||
For Pokémon that is belong to third stage and only have a family chain like Bulbasaur => Ivysaur => Venusaur: | |||
Syntax: Number of ED = 2 | |||
--> | |||
| Number of ED = 1 | |||
<!-- | |||
Define how much Evolution Left for the final stage. | |||
For Pokémon that is already at final stage: | |||
Syntax: Number of EL = 0 | |||
For Pokémon that is belong to second stage and only have a family chain like Bulbasaur => Ivysaur: | |||
Syntax: Number of EL = 1 | |||
For Pokémon that is belong to first stage and only have a family chain like Bulbasaur => Ivysaur => Venusaur: | |||
Syntax: Number of EL = 2 | |||
--> | |||
| Number of EL = 0 | |||
<!-- | |||
Define the Evolution Condition for each stage in the same family. | |||
First Branch/line: EC 1 & EC 2 | |||
Each branch/line is indicated with a new line in between them. | |||
Syntax: | |||
Level: {{PokémonV2/EC|Level|Level=##}} | |||
Friendship: {{PokémonV2/EC|Friendship}} | |||
Friendship / Time: {{PokémonV2/EC|Friendship / Time|Time=##}} | |||
Move: {{PokémonV2/EC|Move|Move=##}} | |||
Area: {{PokémonV2/EC|Area|Area=##}} | |||
Time / Level: {{PokémonV2/EC|Time / Level|Time=##|Level=##}} | |||
Item: {{PokémonV2/EC|Item|Item=##}} | |||
Item / Time: {{PokémonV2/EC|Item / Time|Item=##|Time=##}} | |||
--> | |||
| EC 1 = At max friendship with a fairy-type Pokémon in the team. | |||
| EC 2 = | |||
<!-- | |||
Define the Evolution Condition category in general. | |||
--> | |||
| ECC 1 = Item | |||
| ECC 2 = | |||
| ECC 3 = Item | |||
| ECC 4 = | |||
| ECC 5 = Item | |||
| ECC 6 = | |||
| ECC 7 = Friendship / Time | |||
| ECC 8 = | |||
| ECC 9 = Friendship / Time | |||
| ECC 10 = | |||
| ECC 11 = Area | |||
| ECC 12 = | |||
| ECC 13 = Area | |||
| ECC 14 = | |||
| ECC 15 = Friendship | |||
| ECC 16 = | |||
<!-- | |||
Define the Evolution Pokémon ID for each stage in the same family. | |||
** Press Show preview button on the bottom to check if the automated data is correct or not. ** | |||
For Pokémon with a family chain like Bulbasaur => Ivysaur: | |||
Syntax: EID 1 = <Pokémon ID for the evolved form> | EID 2 = | |||
For Pokémon with a family chain like Bulbasaur => Ivysaur => Venusaur: | |||
Syntax: EID 1 = <Pokémon ID for the first stage to second stage> | EID 2 = <Pokémon ID for the second stage to third stage> | |||
For First Branch => It uses EID 1, EID 2 and EID 3 | |||
For Second Branch => It uses EID 4, EID 5 and EID 6 | |||
--> | |||
| EID 1 = 133 | |||
| EID 2 = 700 | |||
| EID 3 = | |||
<!-- | |||
Define the Pokémon Ability | |||
For Pokémon with only 1 Ability: ( * Change the ones that have <> ) | |||
Syntax: Ability 1 = {{AbilityV2|Name|<ID>}} | Ability 2 = | |||
For Pokémon with 2 Ability: ( * Change the ones that have <> ) | |||
Syntax: Ability 1 = {{AbilityV2|Name|<ID>}} | Ability 2 = {{AbilityV2|Name|<ID>}} | |||
** If you do not know their ability ID, then you can type their Names after the equal sign instead of {{AbilityV2|Name|<ID>}}. | |||
## Hidden Ability can be define with the same syntax above but it will not show right now. | |||
--> | |||
| Ability 1 = {{AbilityV2|Name|56}} | |||
| Ability 2 = | |||
| Hidden Ability = {{AbilityV2|Name|182}} | |||
<!-- | |||
Define the Pokémon Basic Stats. | |||
Syntax: HP = <Integer Value> | Attack = <Integer Value> | Defense = <Integer Value> | Special Atk = <Integer Value> | Special Def = <Integer Value> | Speed = <Integer Value> | |||
--> | |||
| HP = 95 | |||
| Attack = 65 | |||
| Defense = 65 | |||
| Special Atk = 110 | |||
| Special Def = 130 | |||
| Speed = 60 | |||
<!-- | |||
Define Additional Info about that Pokémon | |||
Syntax: Info = <Whatever Info that you want to show> | |||
--> | |||
| Info = | |||
Sylveon is a Pokémon with cream colored fur on most of its slender body and a reddish tail. There are two bow shaped and scarf-like objects around its body. It has four legs, each one a pink color - like the tail - and three toes on each. It also has two large blue eyes and long pink ears. | Sylveon is a Pokémon with cream colored fur on most of its slender body and a reddish tail. There are two bow shaped and scarf-like objects around its body. It has four legs, each one a pink color - like the tail - and three toes on each. It also has two large blue eyes and long pink ears. | ||
Locations | <!-- | ||
- | Define Pokédex Entry about that Pokémon | ||
Syntax: Pokédex Entry = <Pokédex entry description> | Species = <Species> | Height = <Integer Value with no units> | Weight = <Integer Value with no units> | |||
--> | |||
| Pokédex Entry = Thanks to its unstable genetic makeup, this special Pokémon conceals many different possible evolutions. | |||
| Species = Intertwining | |||
| Height = 1.0 | |||
| Weight = 23.5 | |||
<!-- | |||
Define the Location that you can find this pokémon. | |||
For Evolution Pokémon only: | |||
Syntax: Locations = {{LocationV2|Evolve||<Pokémon Name>}} | |||
Syntax: Locations = {{LocationV2|Evolve||{{PokémonListV2|Name|<Pokémon ID>}}}} | |||
For Places: | |||
Syntax: Locations = {{LocationV2||<Places>|<Method>}} | |||
--> | |||
| Locations = | |||
{{LocationV2|Evolve||Eevee}} | |||
<!-- | |||
Define the moves that the Pokémon Learn. | |||
Syntax: Moves = {{MoveV2|<Level>|<ID>}} | |||
--> | |||
| Moves = | |||
{{MoveV2|-|33}} | |||
{{MoveV2|-|39}} | |||
{{MoveV2|-|270}} | |||
{{MoveV2|-|574}} | |||
{{MoveV2|5|28}} | |||
{{MoveV2|9|584}} | |||
{{MoveV2|13|98}} | |||
{{MoveV2|17|129}} | |||
{{MoveV2|20|577}} | |||
{{MoveV2|25|285}} | |||
{{MoveV2|29|581}} | |||
{{MoveV2|33|113}} | |||
{{MoveV2|37|585}} | |||
{{MoveV2|41|387}} | |||
{{MoveV2|45|244}} | |||
<!-- | |||
Define the Version History of the Pokémon. | |||
Syntax: Version History = {{VersionHistoryV2|<Version>|<Descriptions>}} | |||
--> | |||
| Version History = | |||
{{VersionHistoryV2|0.43|Introduced}} | |||
{{VersionHistoryV2|0.47.2|Page and moves updated.}} | |||
{{VersionHistoryV2|0.55|Became obtainable.}} | |||
}} | |||
<!-- | |||
This is using v1.1 of the template. | |||
To check for any update in template, you might want to visit http://pokemon3d.net/wiki/index.php?title=Template:PokémonV2/Preload | |||
If you encounter any bugs that you can't get it fix, please report those bug over here: http://pokemon3d.net/forum/threads/7391/ | |||
If the bug is an easy fix, any user including Moderator from the forum might fix them asap. | |||
Anything that is due to hard code issue, then only jianmingyong and some other Moderator ( If they know ) can fix it. | |||
--> | |||
Latest revision as of 17:45, 12 May 2022
|
|
LearnsetBy Leveling up
Version history
|