Aspect and Spell editor, multiselect component.

This commit is contained in:
2025-08-26 00:17:08 +02:00
parent 69ee62c08e
commit 893247e1eb
8 changed files with 1971 additions and 549 deletions

View File

@@ -63,6 +63,7 @@ export type SpellConfig = {
speed: "action" | "reaction" | number;
elements: Array<SpellElement>;
effect: string;
concentration: boolean;
tags?: string[];
};
export type AbilityConfig = {