Add Item flavoring

This commit is contained in:
2025-12-08 18:50:49 +01:00
parent b1229f81f6
commit cbe4e1d068
2 changed files with 15 additions and 8 deletions

View File

@@ -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