Rename effects tab to outcomes

This commit is contained in:
Carlos Fernandez 2026-05-15 21:29:27 -04:00
parent 1af377ba2c
commit 2cc6b2ef84
2 changed files with 7 additions and 7 deletions

View file

@ -66,9 +66,9 @@ export default class DHActionBaseConfig extends DaggerheartSheet(ApplicationV2)
id: 'range',
template: 'systems/daggerheart/templates/sheets-settings/action-settings/range.hbs'
},
effect: {
id: 'effect',
template: 'systems/daggerheart/templates/sheets-settings/action-settings/effect.hbs'
outcomes: {
id: 'outcomes',
template: 'systems/daggerheart/templates/sheets-settings/action-settings/outcomes.hbs'
},
trigger: {
id: 'trigger',
@ -101,11 +101,11 @@ export default class DHActionBaseConfig extends DaggerheartSheet(ApplicationV2)
icon: null,
label: 'DAGGERHEART.GENERAL.Tabs.range'
},
effect: {
outcomes: {
active: false,
cssClass: '',
group: 'primary',
id: 'effect',
id: 'outcomes',
icon: null,
label: 'DAGGERHEART.GENERAL.Tabs.outcomes'
},

View file

@ -1,7 +1,7 @@
<section
class="tab {{this.tabs.effect.cssClass}}"
class="tab {{this.tabs.outcomes.cssClass}}"
data-group="primary"
data-tab="effect"
data-tab="outcomes"
>
<nav class='inner-tabs tabs' data-group='outcomes'>
{{#each outcomeTabs as |tab|}}