You've already forked obsidian-visualiser
Aspect and Spell editor, multiselect component.
This commit is contained in:
1
types/character.d.ts
vendored
1
types/character.d.ts
vendored
@@ -63,6 +63,7 @@ export type SpellConfig = {
|
||||
speed: "action" | "reaction" | number;
|
||||
elements: Array<SpellElement>;
|
||||
effect: string;
|
||||
concentration: boolean;
|
||||
tags?: string[];
|
||||
};
|
||||
export type AbilityConfig = {
|
||||
|
||||
Reference in New Issue
Block a user