2025-01-26 09:48:13 +00:00
|
|
|
using PkmnLib.Static.Utils;
|
|
|
|
|
|
|
|
namespace PkmnLib.Plugin.Gen7.Scripts;
|
|
|
|
|
|
|
|
public static class CustomTriggers
|
|
|
|
{
|
|
|
|
public static readonly StringKey AuroraVeilDuration = "aurora_veil_duration";
|
2025-03-02 16:19:57 +00:00
|
|
|
|
2025-01-26 09:48:13 +00:00
|
|
|
public static readonly StringKey BindNumberOfTurns = "bind_number_of_turns";
|
2025-03-02 16:19:57 +00:00
|
|
|
|
2025-01-26 09:48:13 +00:00
|
|
|
public static readonly StringKey BindPercentOfMaxHealth = "bind_percent_of_max_health";
|
|
|
|
}
|