You've already forked obsidian-visualiser
Add Item flavoring
This commit is contained in:
1
app/types/character.d.ts
vendored
1
app/types/character.d.ts
vendored
@@ -89,6 +89,7 @@ export type ItemConfig = CommonItemConfig & (ArmorConfig | WeaponConfig | Wondro
|
||||
type CommonItemConfig = {
|
||||
id: string;
|
||||
name: string; //TODO -> TextID
|
||||
flavoring: i18nID;
|
||||
description: i18nID;
|
||||
rarity: 'common' | 'uncommon' | 'rare' | 'legendary';
|
||||
weight?: number; //Optionnal but highly recommended
|
||||
|
||||
Reference in New Issue
Block a user