This commit is contained in:
12
Plugins/PkmnLib.Plugin.Gen7/Scripts/Abilities/Imposter.cs
Normal file
12
Plugins/PkmnLib.Plugin.Gen7/Scripts/Abilities/Imposter.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace PkmnLib.Plugin.Gen7.Scripts.Abilities;
|
||||
|
||||
/// <summary>
|
||||
/// Imposter is an ability that transforms the Pokémon into its opponent upon entering battle.
|
||||
///
|
||||
/// <see href="https://bulbapedia.bulbagarden.net/wiki/Imposter_(Ability)">Bulbapedia - Imposter</see>
|
||||
/// </summary>
|
||||
[Script(ScriptCategory.Ability, "imposter")]
|
||||
public class Imposter : Script
|
||||
{
|
||||
// TODO: Implement Imposter effect.
|
||||
}
|
||||
Reference in New Issue
Block a user