You've already forked obsidian-visualiser
Add character notes and more debugging for mailserver (help me !!!)
This commit is contained in:
3
types/character.d.ts
vendored
3
types/character.d.ts
vendored
@@ -19,6 +19,7 @@ export type Progression = {
|
||||
spells?: string[]; //Spell ID
|
||||
modifiers: Partial<Record<MainStat, number>>;
|
||||
aspect?: string;
|
||||
notes: string;
|
||||
};
|
||||
export type Character = {
|
||||
id: number;
|
||||
@@ -148,4 +149,6 @@ export type CompiledCharacter = {
|
||||
abilities: Partial<Record<Ability, number>>;
|
||||
level: number;
|
||||
features: Record<Category, string[]>; //Currently: List of training option as text. TODO: Update to a more complex structure later
|
||||
|
||||
notes: string;
|
||||
};
|
||||
Reference in New Issue
Block a user