- Joined
- Jan 15, 2020
- Posts
- 11
I'm working in Pokemon Essentials v20.1, and I trying to give the chance to player to start the game with Hisuian startert.
I had defined regular Rowlet, Oshawott and Cyndaquil like a second form (form 1) in pokemon_forms.txt, the problem is when they evolve to Dartrix, Dewott and Quilava, they become the regular form of them (form 0) and finally they evole their regular final stages.
I post here how I have Rowlet line to evolve to Hisuian Decidueye as example:
#-------------------------------
[ROWLET,1]
Evolutions = DARTRIX,Level,17
Flags = InheritFormWithEverStone
#-------------------------------
[DARTRIX,1]
Evolutions = DECIDUEYE,Level,34
Flags = InheritFormWithEverStone
#-------------------------------
[DECIDUEYE,1]
FormName = Hisuian Form
Types = GRASS,FIGHTING
BaseStats = 88,112,80,60,95,95
HiddenAbilities = SCRAPPY
Moves = 0,TRIPLEARROWS,1,TACKLE,1,GROWL,1,UTURN,1,LEAFSTORM,1,LEAFAGE,9,PECK,12,SHADOWSNEAK,15,RAZORLEAF,20,SYNTHESIS,25,PLUCK,30,BULKUP,37,SUCKERPUNCH,44,LEAFBLADE,51,FEATHERDANCE,58,BRAVEBIRD
TutorMoves = SWORDSDANCE,TAKEDOWN,HYPERBEAM,LOWKICK,SOLARBEAM,SWIFT,REST,SUBSTITUTE,REVERSAL,PROTECT,SCARYFACE,GIGADRAIN,ENDURE,FALSESWIPE,SLEEPTALK,BATONPASS,RAINDANCE,SUNNYDAY,FACADE,TAUNT,HELPINGHAND,BRICKBREAK,AIRCUTTER,ROCKTOMB,BULLETSEED,AERIALACE,FRENZYPLANT,BULKUP,MAGICALLEAF,TAILWIND,UTURN,CLOSECOMBAT,AURASPHERE,SEEDBOMB,AIRSLASH,FOCUSBLAST,ENERGYBALL,BRAVEBIRD,GIGAIMPACT,NASTYPLOT,SHADOWCLAW,LEAFSTORM,GRASSKNOT,LOWSWEEP,GRASSPLEDGE,GRASSYTERRAIN
Weight = 37.0
Pokedex = The air stored inside the rachises of Decidueye's feathers insulates the Pokémon against Hisui's extreme cold. This is firm proof that evolution can be influenced by environment.
Generation = 8
Flags = InheritFormWithEverStone
I hope someone can help me with this, thank you so much!!
I had defined regular Rowlet, Oshawott and Cyndaquil like a second form (form 1) in pokemon_forms.txt, the problem is when they evolve to Dartrix, Dewott and Quilava, they become the regular form of them (form 0) and finally they evole their regular final stages.
I post here how I have Rowlet line to evolve to Hisuian Decidueye as example:
#-------------------------------
[ROWLET,1]
Evolutions = DARTRIX,Level,17
Flags = InheritFormWithEverStone
#-------------------------------
[DARTRIX,1]
Evolutions = DECIDUEYE,Level,34
Flags = InheritFormWithEverStone
#-------------------------------
[DECIDUEYE,1]
FormName = Hisuian Form
Types = GRASS,FIGHTING
BaseStats = 88,112,80,60,95,95
HiddenAbilities = SCRAPPY
Moves = 0,TRIPLEARROWS,1,TACKLE,1,GROWL,1,UTURN,1,LEAFSTORM,1,LEAFAGE,9,PECK,12,SHADOWSNEAK,15,RAZORLEAF,20,SYNTHESIS,25,PLUCK,30,BULKUP,37,SUCKERPUNCH,44,LEAFBLADE,51,FEATHERDANCE,58,BRAVEBIRD
TutorMoves = SWORDSDANCE,TAKEDOWN,HYPERBEAM,LOWKICK,SOLARBEAM,SWIFT,REST,SUBSTITUTE,REVERSAL,PROTECT,SCARYFACE,GIGADRAIN,ENDURE,FALSESWIPE,SLEEPTALK,BATONPASS,RAINDANCE,SUNNYDAY,FACADE,TAUNT,HELPINGHAND,BRICKBREAK,AIRCUTTER,ROCKTOMB,BULLETSEED,AERIALACE,FRENZYPLANT,BULKUP,MAGICALLEAF,TAILWIND,UTURN,CLOSECOMBAT,AURASPHERE,SEEDBOMB,AIRSLASH,FOCUSBLAST,ENERGYBALL,BRAVEBIRD,GIGAIMPACT,NASTYPLOT,SHADOWCLAW,LEAFSTORM,GRASSKNOT,LOWSWEEP,GRASSPLEDGE,GRASSYTERRAIN
Weight = 37.0
Pokedex = The air stored inside the rachises of Decidueye's feathers insulates the Pokémon against Hisui's extreme cold. This is firm proof that evolution can be influenced by environment.
Generation = 8
Flags = InheritFormWithEverStone
I hope someone can help me with this, thank you so much!!