You've already forked obsidian-visualiser
Rollback CharacterEditor to the previous version
This commit is contained in:
2
app/types/character.d.ts
vendored
2
app/types/character.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user