Updating Moves 3

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

View File

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

View File

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

View File

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