mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Rename effects tab to outcomes
This commit is contained in:
parent
1af377ba2c
commit
2cc6b2ef84
2 changed files with 7 additions and 7 deletions
|
|
@ -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'
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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|}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue