13 lines
234 B
VB.net
13 lines
234 B
VB.net
|
Namespace Abilities
|
|||
|
|
|||
|
Public Class Drizzle
|
|||
|
|
|||
|
Inherits Ability
|
|||
|
|
|||
|
Public Sub New()
|
|||
|
MyBase.New(2, "Drizzle", "The Pok<6F>mon makes it rain if it appears in battle.")
|
|||
|
End Sub
|
|||
|
|
|||
|
End Class
|
|||
|
|
|||
|
End Namespace
|