RC-98 | Add quantity to items

This commit is contained in:
Oliver-Akins 2025-01-26 14:17:56 -07:00
parent aa05cdde46
commit 3cff9fda7d
8 changed files with 57 additions and 4 deletions

View file

@ -96,7 +96,7 @@ export class HeroSkillsCardV1 extends GenericAppMixin(HandlebarsApplicationMixin
ctx.gear.push({
index: ctx.gear.length,
uuid: item.uuid,
name: item.name,
name: item.quantifiedName,
empty: false,
});