Merge pull request #976 from CrestfallPS/patch-21

NEXT: Signature Slash/Buffs
This commit is contained in:
Guangcong Luo
2014-06-04 01:26:43 -05:00

View File

@@ -1239,6 +1239,19 @@ exports.BattleMovedex = {
status: 'tox'
}
},
slash: {
inherit: true,
basePower: 60,
onBasePower: function (power, user) {
if (user.template.id === 'persian') return power * 1.5;
},
secondary: {
chance: 30,
boosts: {
def: -1
}
}
},
sludge: {
inherit: true,
basePower: 60,