feat: Implement structured lootbox results with image support and display referenced items in shop listings.

This commit is contained in:
syntaxbullet
2026-02-08 16:07:13 +01:00
parent ee088ad84b
commit 5e8683a19f
9 changed files with 359 additions and 64 deletions

View File

@@ -168,7 +168,7 @@ export const inventoryService = {
throw new UserError("This item cannot be used.");
}
const results: string[] = [];
const results: any[] = [];
// 2. Apply Effects
const { effectHandlers } = await import("@/modules/inventory/effects/registry");