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:
Keyacom
2022-05-30 00:01:34 +02:00
committed by GitHub
parent 22018012c7
commit 2ba2893869
4 changed files with 7 additions and 7 deletions

View File

@@ -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.

View File

@@ -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.