Fix actor sheet modifications/updates
This commit is contained in:
@@ -51,6 +51,10 @@ export default class AwECharacter extends foundry.abstract.TypeDataModel {
|
||||
}, {})
|
||||
)
|
||||
|
||||
// Condition penalty magnitudes (used when the respective condition is active)
|
||||
schema.inhibitedPenalty = new fields.NumberField({ required: true, nullable: false, integer: true, initial: 2, min: 0 })
|
||||
schema.vulnerablePenalty = new fields.NumberField({ required: true, nullable: false, integer: true, initial: 2, min: 0 })
|
||||
|
||||
return schema
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user