From 93b09d8848b47e4958b5584b12487c9e787dcf10 Mon Sep 17 00:00:00 2001 From: OmegaRuan Date: Sat, 4 Aug 2018 22:22:22 -0300 Subject: [PATCH] Updating Moves 2 --- P3D/Pokemon/Attacks/Bug/LeechLife.vb | 8 ++++---- P3D/Pokemon/Attacks/Dark/KnockOff.vb | 6 +++--- P3D/Pokemon/Attacks/Dark/SuckerPunch.vb | 2 +- P3D/Pokemon/Attacks/Electric/ParabolicCharge.vb | 2 +- P3D/Pokemon/Attacks/Electric/ThunderWave.vb | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/P3D/Pokemon/Attacks/Bug/LeechLife.vb b/P3D/Pokemon/Attacks/Bug/LeechLife.vb index f6d625f49..aaa9e9ae3 100644 --- a/P3D/Pokemon/Attacks/Bug/LeechLife.vb +++ b/P3D/Pokemon/Attacks/Bug/LeechLife.vb @@ -8,10 +8,10 @@ '#Definitions Me.Type = New Element(Element.Types.Bug) Me.ID = 141 - Me.OriginalPP = 15 - Me.CurrentPP = 15 - Me.MaxPP = 15 - Me.Power = 20 + Me.OriginalPP = 10 + Me.CurrentPP = 10 + Me.MaxPP = 10 + Me.Power = 80 Me.Accuracy = 100 Me.Category = Categories.Physical Me.ContestCategory = ContestCategories.Smart diff --git a/P3D/Pokemon/Attacks/Dark/KnockOff.vb b/P3D/Pokemon/Attacks/Dark/KnockOff.vb index 66cad2ed1..7d814ec15 100644 --- a/P3D/Pokemon/Attacks/Dark/KnockOff.vb +++ b/P3D/Pokemon/Attacks/Dark/KnockOff.vb @@ -8,9 +8,9 @@ '#Definitions Me.Type = New Element(Element.Types.Dark) Me.ID = 282 - Me.OriginalPP = 25 - Me.CurrentPP = 25 - Me.MaxPP = 25 + Me.OriginalPP = 20 + Me.CurrentPP = 20 + Me.MaxPP = 20 Me.Power = 65 Me.Accuracy = 100 Me.Category = Categories.Physical diff --git a/P3D/Pokemon/Attacks/Dark/SuckerPunch.vb b/P3D/Pokemon/Attacks/Dark/SuckerPunch.vb index ac5c22d58..7ff13804c 100644 --- a/P3D/Pokemon/Attacks/Dark/SuckerPunch.vb +++ b/P3D/Pokemon/Attacks/Dark/SuckerPunch.vb @@ -11,7 +11,7 @@ Me.OriginalPP = 5 Me.CurrentPP = 5 Me.MaxPP = 5 - Me.Power = 80 + Me.Power = 70 Me.Accuracy = 100 Me.Category = Categories.Physical Me.ContestCategory = ContestCategories.Smart diff --git a/P3D/Pokemon/Attacks/Electric/ParabolicCharge.vb b/P3D/Pokemon/Attacks/Electric/ParabolicCharge.vb index 3c4edbe1c..6cb883e25 100644 --- a/P3D/Pokemon/Attacks/Electric/ParabolicCharge.vb +++ b/P3D/Pokemon/Attacks/Electric/ParabolicCharge.vb @@ -11,7 +11,7 @@ Namespace BattleSystem.Moves.Electric Me.OriginalPP = 20 Me.CurrentPP = 20 Me.MaxPP = 20 - Me.Power = 50 + Me.Power = 65 Me.Accuracy = 100 Me.Category = Categories.Special Me.ContestCategory = ContestCategories.Smart diff --git a/P3D/Pokemon/Attacks/Electric/ThunderWave.vb b/P3D/Pokemon/Attacks/Electric/ThunderWave.vb index 342e8ebcd..6a0e0c7b9 100644 --- a/P3D/Pokemon/Attacks/Electric/ThunderWave.vb +++ b/P3D/Pokemon/Attacks/Electric/ThunderWave.vb @@ -12,7 +12,7 @@ Me.CurrentPP = 20 Me.MaxPP = 20 Me.Power = 0 - Me.Accuracy = 100 + Me.Accuracy = 90 Me.Category = Categories.Status Me.ContestCategory = ContestCategories.Cool Me.Name = "Thunder Wave"