Namespace Abilities
Public Class AromaVeil
Inherits Ability
Public Sub New()
MyBase.New(165, "Aroma Veil", "Protects allies from attacks that limit their move choices.")
End Sub
End Class
End Namespace