- 32
- Posts
- 7
- Years
- Far, far away
- Seen May 1, 2023
I'm currently experimenting with Pokémon Essentials v.18 and found out in the documentation you can change the IVs of a Trainer's Pokémon.
Motivated, I wanted to try out specific IVs and EVs for certain Pokémon and see if they would work if I were to write like so in the "Trainers" file:
Pokemon = DUSKNOIR,50
Name = ???
Gender = female
Moves = TACKLE,STEALTHROCK
Ability = 0
Nature = CAREFUL
IV = 31,0,31,31,31,31
EV = 252,204,0,52,0,0,
Ball = 19
Pokemon = AURORUS,50
Name = Glenn
Gender = male
Moves = FREEZEDRY,STEALTHROCK,STONEEDGE
Ability = 1
Nature = MODEST
IV = 31,31,31,31,31,31
EV = 20,0,0,0,252,236
Ball = 19
So far, HP, ATK, and SPEED seem to work, but I'm getting some confusing calculations when it comes to Special Attack and Special Defense. The opposing Pokémon take less damage from special attacks than I expected and they do less damage to my Pokémon when using special attacks. I was wondering if I wrote something wrong. Maybe, when it comes to editing IV/EV or including Nature?
Motivated, I wanted to try out specific IVs and EVs for certain Pokémon and see if they would work if I were to write like so in the "Trainers" file:
Spoiler:
Pokemon = DUSKNOIR,50
Name = ???
Gender = female
Moves = TACKLE,STEALTHROCK
Ability = 0
Nature = CAREFUL
IV = 31,0,31,31,31,31
EV = 252,204,0,52,0,0,
Ball = 19
Pokemon = AURORUS,50
Name = Glenn
Gender = male
Moves = FREEZEDRY,STEALTHROCK,STONEEDGE
Ability = 1
Nature = MODEST
IV = 31,31,31,31,31,31
EV = 20,0,0,0,252,236
Ball = 19
So far, HP, ATK, and SPEED seem to work, but I'm getting some confusing calculations when it comes to Special Attack and Special Defense. The opposing Pokémon take less damage from special attacks than I expected and they do less damage to my Pokémon when using special attacks. I was wondering if I wrote something wrong. Maybe, when it comes to editing IV/EV or including Nature?