mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-10 22:54:59 +00:00
Fixed Grav Apple having the incorrect damage boost (#179)
* Fixed Grav Apple having the incorrect damage boost In the official games, Grav Apple has a damage boost of 1.5x under Gravity, not 2x. This has been fixed. * Updated move effect class name * Apply updated function code * Update moves.txt
This commit is contained in:
@@ -3610,7 +3610,7 @@ Power = 80
|
||||
Accuracy = 100
|
||||
TotalPP = 10
|
||||
Target = NearOther
|
||||
FunctionCode = LowerTargetDefense1DoublePowerInGravity
|
||||
FunctionCode = LowerTargetDefense1PowersUpInGravity
|
||||
Flags = CanProtect,CanMirrorMove,CannotMetronome
|
||||
EffectChance = 100
|
||||
Description = The user inflicts damage by dropping an apple from high above. This also lowers the target's Defense.
|
||||
|
||||
@@ -3610,7 +3610,7 @@ Power = 80
|
||||
Accuracy = 100
|
||||
TotalPP = 10
|
||||
Target = NearOther
|
||||
FunctionCode = LowerTargetDefense1DoublePowerInGravity
|
||||
FunctionCode = LowerTargetDefense1PowersUpInGravity
|
||||
Flags = CanProtect,CanMirrorMove,CannotMetronome
|
||||
EffectChance = 100
|
||||
Description = The user inflicts damage by dropping an apple from high above. This also lowers the target's Defense.
|
||||
|
||||
Reference in New Issue
Block a user