Work on creating more of the necessary data models
This commit is contained in:
parent
ef9a3f2542
commit
eb8d4f7c11
8 changed files with 56 additions and 15 deletions
|
|
@ -4,7 +4,6 @@ export class PetItemData extends DescribedItemData {
|
|||
static defineSchema() {
|
||||
const fields = foundry.data.fields;
|
||||
return mergeObject(super.defineSchema(), {
|
||||
purchase: new fields.NumberField({ initial: 0, }),
|
||||
upkeep: new fields.NumberField({ intial: null, nullable: true }),
|
||||
pokeballd: new fields.BooleanField({ initial: false }),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue