Namespace Abilities
Public Class Drought
Inherits Ability
Public Sub New()
MyBase.New(70, "Drought", "Turns the sunlight harsh if it is in battle.")
End Sub
End Class
End Namespace