DragonN3xus
Still looking for the One Piece
- 24
- Posts
- 5
- Years
- Brasil
- Seen Feb 24, 2025
In my game there are several alternative forms of Pikachu (Cosplay Pikachu, Ash-Pikachu, Partner Pikachu, etc.) and now I am trying to implement Gigantamax pikachu in my game, however when these other forms transform and return to their normal form they turn around a normal pikachu.
EX: I have an Ash-Pikachu, after transforming into Gigantamax Pikachu and coming back he becomes an ordinary pikachu.
My PBS files
#-------------------------------
[PIKACHU-1]
FormName=Partner Pikachu
BaseStats=45,80,50,120,75,60
Rareness=190
Compatibility=Undiscovered
Moves=1,THUNDERSHOCK,1,GROWL,3,TAILWHIP,6,QUICKATTACK,9,DOUBLEKICK,12,DOUBLETEAM,15,THUNDERWAVE,18,LIGHTSCREEN,21,THUNDERBOLT,24,SLAM,27,AGILITY,30,THUNDER
Pokedex=This forest-dwelling Pokémon stores electricity in its cheeks, so you'll feel a tingly shock if you touch it.
#-------------------------------
[PIKACHU-2]
FormName=Ash Pikachu (Kanto/Johto Cap)
BaseStats=55,90,60,130,85,70
#-------------------------------
[PIKACHU-3]
FormName=Ash Pikachu (Hoenn Cap)
BaseStats=55,90,60,130,85,70
#-------------------------------
[PIKACHU-4]
FormName=Ash Pikachu (Sinnoh Cap)
BaseStats=55,90,60,130,85,70
#-------------------------------
[PIKACHU-5]
FormName=Ash Pikachu (Unova Cap)
BaseStats=55,90,60,130,85,70
#-------------------------------
[PIKACHU-6]
FormName=Ash Pikachu (Kalos Cap)
BaseStats=55,90,60,130,85,70
#-------------------------------
[PIKACHU-7]
FormName=Ash Pikachu (Alola Cap)
BaseStats=55,90,60,130,85,70
#-------------------------------
[PIKACHU-8]
FormName=Ash Pikachu (20th Movie Cap)
BaseStats=55,90,60,130,85,70
#-------------------------------
[PIKACHU-9]
FormName=Surfing Pikachu
Type1=ELECTRIC
Type2=WATER
BaseStats=45,80,50,120,75,60
BattlerEnemyY=10
#-------------------------------
[PIKACHU-10]
FormName=Flying Pikachu
Type1=ELECTRIC
Type2=FLYING
BaseStats=45,80,50,120,75,60
BattlerPlayerY=0
BattlerEnemyY=4
#-------------------------------
[PIKACHU-11]
FormName=Cosplay Pikachu
#-------------------------------
[PIKACHU-12]
FormName=Libre Pikachu
#-------------------------------
[PIKACHU-13]
FormName=Pop Star Pikachu
#-------------------------------
[PIKACHU-14]
FormName=Rock Star Pikachu
#-------------------------------
[PIKACHU-15]
FormName=Belle Pikachu
#-------------------------------
[PIKACHU-16]
FormName=Ph. D Pikachu
#-------------------------------
[PIKACHU-17]
FormName=Gigantamax Pikachu
MegaStone=WISHINGSTAR
BattlerPlayerY=0
BattlerEnemyY=6
Does anyone know what I should do?
Make each shape return to its right shape or at least make just the normal pikachu transform
P.S. My gigantamax pikachu is nothing more than a mega evolution but using a wishing star instead of a mega stone
EX: I have an Ash-Pikachu, after transforming into Gigantamax Pikachu and coming back he becomes an ordinary pikachu.
My PBS files
Spoiler:
#-------------------------------
[PIKACHU-1]
FormName=Partner Pikachu
BaseStats=45,80,50,120,75,60
Rareness=190
Compatibility=Undiscovered
Moves=1,THUNDERSHOCK,1,GROWL,3,TAILWHIP,6,QUICKATTACK,9,DOUBLEKICK,12,DOUBLETEAM,15,THUNDERWAVE,18,LIGHTSCREEN,21,THUNDERBOLT,24,SLAM,27,AGILITY,30,THUNDER
Pokedex=This forest-dwelling Pokémon stores electricity in its cheeks, so you'll feel a tingly shock if you touch it.
#-------------------------------
[PIKACHU-2]
FormName=Ash Pikachu (Kanto/Johto Cap)
BaseStats=55,90,60,130,85,70
#-------------------------------
[PIKACHU-3]
FormName=Ash Pikachu (Hoenn Cap)
BaseStats=55,90,60,130,85,70
#-------------------------------
[PIKACHU-4]
FormName=Ash Pikachu (Sinnoh Cap)
BaseStats=55,90,60,130,85,70
#-------------------------------
[PIKACHU-5]
FormName=Ash Pikachu (Unova Cap)
BaseStats=55,90,60,130,85,70
#-------------------------------
[PIKACHU-6]
FormName=Ash Pikachu (Kalos Cap)
BaseStats=55,90,60,130,85,70
#-------------------------------
[PIKACHU-7]
FormName=Ash Pikachu (Alola Cap)
BaseStats=55,90,60,130,85,70
#-------------------------------
[PIKACHU-8]
FormName=Ash Pikachu (20th Movie Cap)
BaseStats=55,90,60,130,85,70
#-------------------------------
[PIKACHU-9]
FormName=Surfing Pikachu
Type1=ELECTRIC
Type2=WATER
BaseStats=45,80,50,120,75,60
BattlerEnemyY=10
#-------------------------------
[PIKACHU-10]
FormName=Flying Pikachu
Type1=ELECTRIC
Type2=FLYING
BaseStats=45,80,50,120,75,60
BattlerPlayerY=0
BattlerEnemyY=4
#-------------------------------
[PIKACHU-11]
FormName=Cosplay Pikachu
#-------------------------------
[PIKACHU-12]
FormName=Libre Pikachu
#-------------------------------
[PIKACHU-13]
FormName=Pop Star Pikachu
#-------------------------------
[PIKACHU-14]
FormName=Rock Star Pikachu
#-------------------------------
[PIKACHU-15]
FormName=Belle Pikachu
#-------------------------------
[PIKACHU-16]
FormName=Ph. D Pikachu
#-------------------------------
[PIKACHU-17]
FormName=Gigantamax Pikachu
MegaStone=WISHINGSTAR
BattlerPlayerY=0
BattlerEnemyY=6
Does anyone know what I should do?
Make each shape return to its right shape or at least make just the normal pikachu transform
P.S. My gigantamax pikachu is nothing more than a mega evolution but using a wishing star instead of a mega stone
Last edited: