- 4
- Posts
- 4
- Years
- Seen Jan 23, 2022
Hello! I'm using Pokémon essentials v19. Luca SJ's EBDX. I am making a rom that is heavily focused on trust between Pokémon and trainer and wish to make a starter with an ability that has its base stats scale with friendship.
But I couldn't find any abilities that include happiness. Only moves (return and frustration).
I tried looking at huge power, sand rush, and slow start to see if I can learn how they change base stats.
For example I tried:
Mult *= 1 + (happiness/255)
So that base stats can only be multiplied by a max of 2.
Any and all advice is appreciated!
But I couldn't find any abilities that include happiness. Only moves (return and frustration).
I tried looking at huge power, sand rush, and slow start to see if I can learn how they change base stats.
For example I tried:
Mult *= 1 + (happiness/255)
So that base stats can only be multiplied by a max of 2.
Any and all advice is appreciated!