Adds bind

This commit is contained in:
2025-01-26 10:48:13 +01:00
parent 83b316ad53
commit 802481c1f5
7 changed files with 116 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
using PkmnLib.Static.Utils;
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";
}