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',
|
id: 'range',
|
||||||
template: 'systems/daggerheart/templates/sheets-settings/action-settings/range.hbs'
|
template: 'systems/daggerheart/templates/sheets-settings/action-settings/range.hbs'
|
||||||
},
|
},
|
||||||
effect: {
|
outcomes: {
|
||||||
id: 'effect',
|
id: 'outcomes',
|
||||||
template: 'systems/daggerheart/templates/sheets-settings/action-settings/effect.hbs'
|
template: 'systems/daggerheart/templates/sheets-settings/action-settings/outcomes.hbs'
|
||||||
},
|
},
|
||||||
trigger: {
|
trigger: {
|
||||||
id: 'trigger',
|
id: 'trigger',
|
||||||
|
|
@ -101,11 +101,11 @@ export default class DHActionBaseConfig extends DaggerheartSheet(ApplicationV2)
|
||||||
icon: null,
|
icon: null,
|
||||||
label: 'DAGGERHEART.GENERAL.Tabs.range'
|
label: 'DAGGERHEART.GENERAL.Tabs.range'
|
||||||
},
|
},
|
||||||
effect: {
|
outcomes: {
|
||||||
active: false,
|
active: false,
|
||||||
cssClass: '',
|
cssClass: '',
|
||||||
group: 'primary',
|
group: 'primary',
|
||||||
id: 'effect',
|
id: 'outcomes',
|
||||||
icon: null,
|
icon: null,
|
||||||
label: 'DAGGERHEART.GENERAL.Tabs.outcomes'
|
label: 'DAGGERHEART.GENERAL.Tabs.outcomes'
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<section
|
<section
|
||||||
class="tab {{this.tabs.effect.cssClass}}"
|
class="tab {{this.tabs.outcomes.cssClass}}"
|
||||||
data-group="primary"
|
data-group="primary"
|
||||||
data-tab="effect"
|
data-tab="outcomes"
|
||||||
>
|
>
|
||||||
<nav class='inner-tabs tabs' data-group='outcomes'>
|
<nav class='inner-tabs tabs' data-group='outcomes'>
|
||||||
{{#each outcomeTabs as |tab|}}
|
{{#each outcomeTabs as |tab|}}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue