Remove maximum value from supplies and materials
This commit is contained in:
parent
8786e4781d
commit
10c118d846
1 changed files with 0 additions and 2 deletions
|
|
@ -119,13 +119,11 @@ export class PlayerData extends foundry.abstract.TypeDataModel {
|
|||
supplies: new fields.NumberField({
|
||||
initial: 0,
|
||||
min: 0,
|
||||
max: 5,
|
||||
integer: true
|
||||
}),
|
||||
materials: new fields.NumberField({
|
||||
initial: 0,
|
||||
min: 0,
|
||||
max: 5,
|
||||
integer: true
|
||||
}),
|
||||
pet: new fields.SchemaField({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue