mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-19 08:20:30 +01:00
dmg type fallback
This commit is contained in:
parent
2bb90c9053
commit
9d0b9183ee
3 changed files with 6 additions and 10 deletions
|
|
@ -114,7 +114,8 @@ export class DHDamageData extends foundry.abstract.DataModel {
|
|||
required: true
|
||||
}),
|
||||
{
|
||||
label: 'Type'
|
||||
label: 'Type',
|
||||
initial: 'physical',
|
||||
}
|
||||
),
|
||||
resultBased: new fields.BooleanField({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue