mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-26 23:34:58 +02:00
Fix Clamp's Base PP to 15
This commit is contained in:
parent
491c4d5185
commit
b3ad6179bb
@ -8,9 +8,9 @@ Namespace BattleSystem.Moves.Water
|
||||
'#Definitions
|
||||
Me.Type = New Element(Element.Types.Water)
|
||||
Me.ID = 128
|
||||
Me.OriginalPP = 10
|
||||
Me.CurrentPP = 10
|
||||
Me.MaxPP = 10
|
||||
Me.OriginalPP = 15
|
||||
Me.CurrentPP = 15
|
||||
Me.MaxPP = 15
|
||||
Me.Power = 35
|
||||
Me.Accuracy = 85
|
||||
Me.Category = Categories.Physical
|
||||
|
Loading…
x
Reference in New Issue
Block a user