Rollback CharacterEditor to the previous version

This commit is contained in:
2026-06-10 13:29:33 +02:00
parent f9e0473b2a
commit bc1839c5e3
14 changed files with 1864 additions and 959 deletions

View File

@@ -165,7 +165,7 @@ export type SpellConfig = {
rank: 1 | 2 | 3 | 4;
type: SpellType;
cost: number;
speed: "action" | "reaction" | number;
speed: "action" | "reaction" | "channeling" | number;
elements: Array<SpellElement>;
description: string; //TODO -> TextID
concentration: boolean;