Updating Moves 2

This commit is contained in:
OmegaRuan 2018-08-04 22:22:22 -03:00 committed by GitHub
parent 4c8deaf585
commit 93b09d8848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

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