This commit is contained in:
@@ -108,4 +108,12 @@ public static class CustomTriggers
|
||||
{
|
||||
public float HealPercent { get; set; } = HealPercent;
|
||||
}
|
||||
|
||||
public static readonly StringKey PoisonedDamage = "poisoned_damage";
|
||||
|
||||
public record PoisonedDamageArgs(IPokemon Pokemon, uint Damage) : ICustomTriggerArgs
|
||||
{
|
||||
public uint Damage { get; set; } = Damage;
|
||||
public bool Invert { get; set; } = false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user