Adds more abilities

This commit is contained in:
2025-06-07 10:58:58 +02:00
parent 232b94b04c
commit b2ba3d96ba
25 changed files with 429 additions and 16 deletions

View File

@@ -24,6 +24,9 @@ public interface IAbility : INamedValue
/// </summary>
bool HasFlag(StringKey key);
/// <summary>
/// Indicates whether the ability can be changed by effects such as Skill Swap or Role Play.
/// </summary>
bool CanBeChanged { get; }
}