Config for Sheer Cold being less accurate when not used by Ice type Pokémon

This commit is contained in:
Eduardo Quezada D'Ottone
2022-02-13 01:07:42 -03:00
parent c849197a88
commit dde65d5cea
2 changed files with 5 additions and 0 deletions

View File

@@ -159,6 +159,7 @@
#define B_TOXIC_NEVER_MISS GEN_7 // In Gen6+, if Toxic is used by a Poison-type Pokémon, it will never miss.
#define B_MINIMIZE_DMG_ACC GEN_7 // In Gen6+, moves that causes double damage to minimized Pokémon will also skip accuracy checks.
#define B_BLIZZARD_HAIL GEN_7 // In Gen4+, Blizzard bypasses accuracy checks if it's hailing.
#define B_SHEER_COLD_ACC GEN_7 // In Gen7+, Sheer Cold's base chance of hitting is reduced to 20% if the user isn't Ice-typed.
// Other move settings
#define B_SOUND_SUBSTITUTE GEN_7 // In Gen6+, sound moves bypass Substitute.