26 lines
955 B
C#
26 lines
955 B
C#
namespace PkmnLib.Plugin.Gen7.Scripts;
|
|
|
|
public static class CustomTriggers
|
|
{
|
|
public static readonly StringKey AuroraVeilDuration = "aurora_veil_duration";
|
|
|
|
public static readonly StringKey BindNumberOfTurns = "bind_number_of_turns";
|
|
|
|
public static readonly StringKey BindPercentOfMaxHealth = "bind_percent_of_max_health";
|
|
|
|
public static readonly StringKey IgnoreHail = "ignores_hail";
|
|
|
|
public static readonly StringKey LightScreenNumberOfTurns = "light_screen_number_of_turns";
|
|
|
|
public static readonly StringKey ReflectNumberOfTurns = "reflect_number_of_turns";
|
|
|
|
public static readonly StringKey BypassSleep = "bypass_sleep";
|
|
|
|
public static readonly StringKey Whirlpool = "whirlpool";
|
|
|
|
public static readonly StringKey ModifyAuraEffect = "modify_aura_effect";
|
|
|
|
public static readonly StringKey BypassChargeMove = "bypass_charge_move";
|
|
|
|
public static readonly StringKey ModifySleepTurns = "modify_sleep_turns";
|
|
} |