mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +02:00
Removed inherit
This commit is contained in:
parent
e12d5ce851
commit
12119bfbfc
3 changed files with 0 additions and 15 deletions
|
|
@ -346,16 +346,6 @@ export class DHDamageData extends DHResourceData {
|
|||
export class AltDamageOutcome extends foundry.abstract.DataModel {
|
||||
static defineSchema() {
|
||||
return {
|
||||
inheritDefaultDamage: new fields.BooleanField({
|
||||
required: true,
|
||||
initial: true,
|
||||
label: 'DAGGERHEART.ACTIONS.Settings.inheritDefaultDamage.label'
|
||||
}),
|
||||
inheritDefaultEffects: new fields.BooleanField({
|
||||
required: true,
|
||||
initial: true,
|
||||
label: 'DAGGERHEART.ACTIONS.Settings.inheritDefaultEffects.label'
|
||||
}),
|
||||
...getDamageBaseFields()
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue