Remove reference to the DiceField data field (for now)
This commit is contained in:
parent
ee77f10957
commit
901eea4ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export class PlayerData extends foundry.abstract.TypeDataModel {
|
||||||
integer: true,
|
integer: true,
|
||||||
}),
|
}),
|
||||||
stats: new fields.SchemaField({
|
stats: new fields.SchemaField({
|
||||||
build: new DiceField(),
|
build: diceChoiceField(), //new DiceField(),
|
||||||
meta: diceChoiceField(),
|
meta: diceChoiceField(),
|
||||||
presence: diceChoiceField(),
|
presence: diceChoiceField(),
|
||||||
hands: diceChoiceField(),
|
hands: diceChoiceField(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue