This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
namespace PkmnLib.Plugin.Gen7.Scripts.Abilities;
|
||||
|
||||
/// <summary>
|
||||
/// Aroma Veil is an ability that prevents allies from being affected by moves that prevent the use of moves, such as Taunt, Torment, and Disable.
|
||||
/// This effect applies to all Pokémon on the same side of the field.
|
||||
///
|
||||
/// <see href="https://bulbapedia.bulbagarden.net/wiki/Aroma_Veil_(Ability)">Bulbapedia - Aroma Veil</see>
|
||||
/// </summary>
|
||||
[Script(ScriptCategory.Ability, "aroma_veil")]
|
||||
public class AromaVeil : Script
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user