You've already forked obsidian-visualiser
Progress on ItemEditor interface and rendering
This commit is contained in:
2
types/character.d.ts
vendored
2
types/character.d.ts
vendored
@@ -1,5 +1,5 @@
|
||||
import type { MAIN_STATS, ABILITIES, LEVELS, TRAINING_LEVELS, SPELL_TYPES, CATEGORIES, SPELL_ELEMENTS, ALIGNMENTS, RESISTANCES } from "#shared/character.util";
|
||||
import type { Localized } from "#shared/general";
|
||||
import type { Localized } from "../types/general";
|
||||
|
||||
export type MainStat = typeof MAIN_STATS[number];
|
||||
export type Ability = typeof ABILITIES[number];
|
||||
|
||||
Reference in New Issue
Block a user