mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-11 07:04:59 +00:00
Split script section AI_Move_EffectScores in two and rearranged it
This commit is contained in:
@@ -718,8 +718,6 @@ class Battle::Move::LowerUserDefSpDef1 < Battle::Move::StatDownMove
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
||||
#===============================================================================
|
||||
# Decreases the user's Defense, Special Defense and Speed by 1 stage each.
|
||||
# (V-create)
|
||||
@@ -946,7 +944,7 @@ class Battle::Move::LowerTargetDefense1 < Battle::Move::TargetStatDownMove
|
||||
end
|
||||
|
||||
#===============================================================================
|
||||
# Decreases the target's Defense by 1 stage. Power is mutliplied by 1.5 if
|
||||
# Decreases the target's Defense by 1 stage. Power is mutliplied by 1.5 if
|
||||
# Gravity is in effect. (Grav Apple)
|
||||
#===============================================================================
|
||||
class Battle::Move::LowerTargetDefense1PowersUpInGravity < Battle::Move::LowerTargetDefense1
|
||||
|
||||
Reference in New Issue
Block a user