Do some more work on the character sheet MVP
This commit is contained in:
parent
340f80c5b9
commit
a2a72792a2
11 changed files with 138 additions and 17 deletions
|
|
@ -96,6 +96,11 @@ export class PlayerData extends foundry.abstract.DataModel {
|
|||
info: new fields.HTMLField(),
|
||||
})
|
||||
),
|
||||
respawns: new fields.SchemaField({
|
||||
r1: new fields.BooleanField(),
|
||||
r2: new fields.BooleanField(),
|
||||
r3: new fields.BooleanField(),
|
||||
}),
|
||||
};
|
||||
};
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue