Correct Acid Spray: lowers SpD by 2, not 1

This commit is contained in:
Guangcong Luo 2012-01-02 02:13:45 -05:00
parent 70028629e0
commit 4fa4c3c2e1

View File

@ -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",