Add the capacity display (closes #96)

This commit is contained in:
Oliver-Akins 2024-03-17 12:54:15 -06:00
parent b6ca477be7
commit aab71df1fc
3 changed files with 16 additions and 4 deletions

View file

@ -10,6 +10,10 @@ export class CommonItemData extends foundry.abstract.TypeDataModel {
nullable: false,
integer: true,
}),
uses_inventory_slot: new fields.BooleanField({
initial: true,
nullable: false,
}),
buy: new fields.NumberField({
initial: null,
nullable: true,