More abilities
This commit is contained in:
12
Plugins/PkmnLib.Plugin.Gen7/Scripts/Abilities/Unnerve.cs
Normal file
12
Plugins/PkmnLib.Plugin.Gen7/Scripts/Abilities/Unnerve.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace PkmnLib.Plugin.Gen7.Scripts.Abilities;
|
||||
|
||||
/// <summary>
|
||||
/// Unnerve is an ability that prevents opposing Pokémon from using their held Berries.
|
||||
///
|
||||
/// <see href="https://bulbapedia.bulbagarden.net/wiki/Unnerve_(Ability)">Bulbapedia - Unnerve</see>
|
||||
/// </summary>
|
||||
[Script(ScriptCategory.Ability, "unnerve")]
|
||||
public class Unnerve : Script
|
||||
{
|
||||
// TODO: Implement Unnerve ability logic
|
||||
}
|
||||
Reference in New Issue
Block a user