- 23
- Posts
- 8
- Years
- Seen Apr 20, 2017
I'll keep it brief.
At a certain point of my game I want the player to face off against a powerful wild Pokémon (event encounter), but this encounter is too easy to deal with.
I'd like to do some "behind the scenes" editing to this wild Pokémon without simply raising its level.
What would be the best way to do this?
Creating a new Pokémon that uses the exact same sprites and call it "Corrupted XXX" would kinda work I suppose, but then the Pokédex registers this new Pokémon instead of the original one.
I tried giving it a normally unobtainable item to hold that boosts its stats by a godly 50% but then I'm worried moves like THIEF and COVET will allow the player to obtain the item and break the game.
Would adding a global switch work? I'm not sure how I would go about increasing wild Pokémon stats by 50% while this switch is on, but would it really be an effective method?
At a certain point of my game I want the player to face off against a powerful wild Pokémon (event encounter), but this encounter is too easy to deal with.
I'd like to do some "behind the scenes" editing to this wild Pokémon without simply raising its level.
What would be the best way to do this?
Creating a new Pokémon that uses the exact same sprites and call it "Corrupted XXX" would kinda work I suppose, but then the Pokédex registers this new Pokémon instead of the original one.
I tried giving it a normally unobtainable item to hold that boosts its stats by a godly 50% but then I'm worried moves like THIEF and COVET will allow the player to obtain the item and break the game.
Would adding a global switch work? I'm not sure how I would go about increasing wild Pokémon stats by 50% while this switch is on, but would it really be an effective method?
Last edited: