This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
namespace PkmnLib.Plugin.Gen7.Scripts.Abilities;
|
||||
|
||||
/// <summary>
|
||||
/// Beast Boost is an ability that raises the user's highest stat by one stage when it knocks out another Pokémon.
|
||||
/// If multiple stats are tied for the highest, the stat that is raised is chosen in this order: Attack, Defense, Special Attack, Special Defense, Speed.
|
||||
///
|
||||
/// <see href="https://bulbapedia.bulbagarden.net/wiki/Beast_Boost_(Ability)">Bulbapedia - Beast Boost</see>
|
||||
/// </summary>
|
||||
[Script(ScriptCategory.Ability, "beast_boost")]
|
||||
public class BeastBoost : Script
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user