mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-03-21 17:25:10 -05:00
Correct Acid Spray: lowers SpD by 2, not 1
This commit is contained in:
parent
70028629e0
commit
4fa4c3c2e1
|
|
@ -56,7 +56,7 @@ exports.BattleMovedex = {
|
|||
accuracy: 100,
|
||||
basePower: 40,
|
||||
category: "Special",
|
||||
desc: "Lowers the target's Special Defense by one stage.",
|
||||
desc: "Lowers the target's Special Defense by two stages.",
|
||||
id: "AcidSpray",
|
||||
name: "Acid Spray",
|
||||
pp: 20,
|
||||
|
|
@ -65,7 +65,7 @@ exports.BattleMovedex = {
|
|||
secondary: {
|
||||
chance: 100,
|
||||
boosts: {
|
||||
spd: -1
|
||||
spd: -2
|
||||
}
|
||||
},
|
||||
target: "normal",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user