mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Relocate Damage Reduction
This commit is contained in:
parent
7b24cc01eb
commit
081ebf5bb3
4 changed files with 6 additions and 9 deletions
|
|
@ -41,7 +41,8 @@ export default class BaseDataActor extends foundry.abstract.TypeDataModel {
|
|||
if(this.metadata.hasResistances)
|
||||
schema.resistance = new fields.SchemaField({
|
||||
physical: resistanceField(),
|
||||
magical: resistanceField()
|
||||
magical: resistanceField(),
|
||||
resistance: new fields.NumberField({ integer: true, initial: 0 })
|
||||
})
|
||||
return schema;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue