[Bug] Update Sweet Scent to reduce evasion by 2 (#1910)

cf https://bulbapedia.bulbagarden.net/wiki/Sweet_Scent_(move)
This commit is contained in:
NightKev 2024-06-07 18:42:17 -07:00 committed by GitHub
parent 3022aabc32
commit ff7429f240
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6005,7 +6005,7 @@ export function initMoves() {
], true)
.attr(RemoveArenaTrapAttr),
new StatusMove(Moves.SWEET_SCENT, Type.NORMAL, 100, 20, -1, 0, 2)
.attr(StatChangeAttr, BattleStat.EVA, -1)
.attr(StatChangeAttr, BattleStat.EVA, -2)
.target(MoveTarget.ALL_NEAR_ENEMIES),
new AttackMove(Moves.IRON_TAIL, Type.STEEL, MoveCategory.PHYSICAL, 100, 75, 15, 30, 0, 2)
.attr(StatChangeAttr, BattleStat.DEF, -1),