mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-01-23 14:56:00 +00:00
Changed Greninja's forms to add one with the Battle Bond ability
This commit is contained in:
@@ -1967,7 +1967,7 @@ class PokeBattle_Move_0C0 < PokeBattle_Move
|
||||
|
||||
def pbNumHits(user,targets)
|
||||
if isConst?(@id,PBMoves,:WATERSHURIKEN) &&
|
||||
user.isSpecies?(:GRENINJA) && user.form==1
|
||||
user.isSpecies?(:GRENINJA) && user.form==2
|
||||
return 3
|
||||
end
|
||||
hitChances = [2,2,3,3,4,5]
|
||||
@@ -1978,7 +1978,7 @@ class PokeBattle_Move_0C0 < PokeBattle_Move
|
||||
|
||||
def pbBaseDamage(baseDmg,user,target)
|
||||
if isConst?(@id,PBMoves,:WATERSHURIKEN) &&
|
||||
user.isSpecies?(:GRENINJA) && user.form==1
|
||||
user.isSpecies?(:GRENINJA) && user.form==2
|
||||
return 20
|
||||
end
|
||||
return super
|
||||
|
||||
Reference in New Issue
Block a user