This commit is contained in:
12
Plugins/PkmnLib.Plugin.Gen7/Scripts/Abilities/HoneyGather.cs
Normal file
12
Plugins/PkmnLib.Plugin.Gen7/Scripts/Abilities/HoneyGather.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace PkmnLib.Plugin.Gen7.Scripts.Abilities;
|
||||
|
||||
/// <summary>
|
||||
/// Honey Gather is an ability that may allow the Pokémon to collect Honey after battle.
|
||||
///
|
||||
/// <see href="https://bulbapedia.bulbagarden.net/wiki/Honey_Gather_(Ability)">Bulbapedia - Honey Gather</see>
|
||||
/// </summary>
|
||||
[Script(ScriptCategory.Ability, "honey_gather")]
|
||||
public class HoneyGather : Script
|
||||
{
|
||||
// No Effect in battle
|
||||
}
|
||||
Reference in New Issue
Block a user