mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-25 18:44:33 -05:00
Merge pull request #976 from CrestfallPS/patch-21
NEXT: Signature Slash/Buffs
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user