diff --git a/P3D/Pokemon/Attacks/Fighting/Submission.vb b/P3D/Pokemon/Attacks/Fighting/Submission.vb index 264b9248a..1efd497ae 100644 --- a/P3D/Pokemon/Attacks/Fighting/Submission.vb +++ b/P3D/Pokemon/Attacks/Fighting/Submission.vb @@ -8,9 +8,9 @@ '#Definitions Me.Type = New Element(Element.Types.Fighting) Me.ID = 66 - Me.OriginalPP = 25 - Me.CurrentPP = 25 - Me.MaxPP = 25 + Me.OriginalPP = 20 + Me.CurrentPP = 20 + Me.MaxPP = 20 Me.Power = 80 Me.Accuracy = 80 Me.Category = Categories.Physical diff --git a/P3D/Pokemon/Attacks/Fire/MysticalFire.vb b/P3D/Pokemon/Attacks/Fire/MysticalFire.vb index 46193bed3..b72077fab 100644 --- a/P3D/Pokemon/Attacks/Fire/MysticalFire.vb +++ b/P3D/Pokemon/Attacks/Fire/MysticalFire.vb @@ -11,7 +11,7 @@ Namespace BattleSystem.Moves.Fire Me.OriginalPP = 10 Me.CurrentPP = 10 Me.MaxPP = 10 - Me.Power = 65 + Me.Power = 75 Me.Accuracy = 100 Me.Category = Categories.Special Me.ContestCategory = ContestCategories.Beauty diff --git a/P3D/Pokemon/Attacks/Water/WaterShuriken.vb b/P3D/Pokemon/Attacks/Water/WaterShuriken.vb index 786d3f04c..88105210c 100644 --- a/P3D/Pokemon/Attacks/Water/WaterShuriken.vb +++ b/P3D/Pokemon/Attacks/Water/WaterShuriken.vb @@ -13,7 +13,7 @@ Namespace BattleSystem.Moves.Water Me.MaxPP = 20 Me.Power = 15 Me.Accuracy = 100 - Me.Category = Categories.Physical + Me.Category = Categories.Special Me.ContestCategory = ContestCategories.Cool Me.Name = "Water Shuriken" Me.Description = "The user hits the target with throwing stars two to five times in a row. This move always goes first."