You've already forked obsidian-visualiser
Dice roll parsing and stringifying.
This commit is contained in:
3
app/types/character.d.ts
vendored
3
app/types/character.d.ts
vendored
@@ -133,7 +133,8 @@ type CommonItemConfig = {
|
||||
equippable: boolean;
|
||||
consummable: boolean;
|
||||
craft?: { mineral: number, natural: number, processed: number, magical: number };
|
||||
}
|
||||
//variants?: string[];
|
||||
};
|
||||
type ArmorConfig = {
|
||||
category: 'armor';
|
||||
health: number;
|
||||
|
||||
Reference in New Issue
Block a user