Updated to 7th Gen Standards

This commit is contained in:
SViper 2016-10-20 19:21:47 +03:00 committed by GitHub
parent dbb2387477
commit b3bfa58c36
1 changed files with 2 additions and 2 deletions

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."
@ -83,4 +83,4 @@ Namespace BattleSystem.Moves.Water
End Class
End Namespace
End Namespace