Improve how capacity consumption calculations are performed
This commit is contained in:
parent
cf109a6ed1
commit
aa5c6d5aba
6 changed files with 38 additions and 2 deletions
|
|
@ -14,6 +14,10 @@ export class CommonItemData extends foundry.abstract.TypeDataModel {
|
|||
initial: true,
|
||||
nullable: false,
|
||||
}),
|
||||
quantity_affects_used_capacity: new fields.BooleanField({
|
||||
initial: true,
|
||||
nullable: false,
|
||||
}),
|
||||
buy: new fields.NumberField({
|
||||
initial: null,
|
||||
nullable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue