Update item data models
This commit is contained in:
parent
27c30b7eef
commit
5e2fb95c73
3 changed files with 21 additions and 10 deletions
|
|
@ -3,12 +3,6 @@ import { DescribedItemData } from "./DescribedItemData.mjs";
|
|||
export class EquipmentItemData extends DescribedItemData {
|
||||
static defineSchema() {
|
||||
const fields = foundry.data.fields;
|
||||
return mergeObject(super.defineSchema(), {
|
||||
extra_inventory: new fields.NumberField({
|
||||
initial: null,
|
||||
nullable: true,
|
||||
required: false,
|
||||
}),
|
||||
});
|
||||
return mergeObject(super.defineSchema(), {});
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue