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

@@ -20,5 +20,8 @@ public class SerializedAbility
/// </summary>
public string[] Flags { get; set; } = [];
/// <summary>
/// Indicates whether the ability can be changed by effects such as Skill Swap or Role Play.
/// </summary>
public bool? CanBeChanged { get; set; }
}