Changed the label of ActionSheet damage.resources to Mark Resources

This commit is contained in:
WBHarry 2026-07-19 00:17:21 +02:00
parent 3b68c6c895
commit 6460077c94
5 changed files with 6 additions and 6 deletions

View file

@ -105,7 +105,8 @@
},
"damage": {
"multiplier": "Multiplier",
"flatMultiplier": "Flat Multiplier"
"flatMultiplier": "Flat Multiplier",
"markResources": "Mark Resources"
},
"general": {
"customFormula": "Custom Formula",
@ -2483,7 +2484,6 @@
"reroll": "Reroll",
"rerolled": "Rerolled",
"rerollThing": "Reroll {thing}",
"resource": "Resource",
"result": {
"single": "Result",
"plural": "Results"

View file

@ -825,7 +825,7 @@ export const refreshTypes = {
export const itemAbilityCosts = {
resource: {
id: 'resource',
label: 'DAGGERHEART.GENERAL.resource',
label: 'DAGGERHEART.GENERAL.Resource.single',
group: 'Global'
},
quantity: {

View file

@ -9,7 +9,7 @@
{{/if}}
<div class="nest-inputs">
{{formField ../fields.scalable label="DAGGERHEART.GENERAL.scalable" value=cost.scalable name=(concat "cost." index ".scalable") classes="checkbox" localize=true}}
{{formField ../fields.key choices=(@root.disableOption index @root.costOptions ../source) label="DAGGERHEART.GENERAL.resource" value=cost.key name=(concat "cost." index ".key") localize=true blank=false}}
{{formField ../fields.key choices=(@root.disableOption index @root.costOptions ../source) label="DAGGERHEART.GENERAL.Resource.single" value=cost.key name=(concat "cost." index ".key") localize=true blank=false}}
{{formField ../fields.value label="DAGGERHEART.GENERAL.amount" value=cost.value name=(concat "cost." index ".value") localize=true}}
{{formField ../fields.step label="DAGGERHEART.GENERAL.step" value=cost.step name=(concat "cost." index ".step") disabled=(not cost.scalable) localize=true}}
<a class="btn" data-tooltip="{{localize "CONTROLS.CommonDelete"}}" data-action="removeElement" data-index="{{index}}"><i class="fas fa-trash"></i></a>

View file

@ -39,7 +39,7 @@
{{#if (eq @root.source.type 'healing')}}
{{localize "DAGGERHEART.GENERAL.healing"}}
{{else}}
{{localize "DAGGERHEART.GENERAL.Resource.plural"}}
{{localize "DAGGERHEART.ACTIONS.Config.damage.markResources"}}
{{/if}}
{{#unless @root.allDamageTypesUsed}}<a data-action="addDamageResource"><i class="fa-solid fa-plus icon-button"></i></a>{{/unless}}
</legend>

View file

@ -1,7 +1,7 @@
<fieldset class="action-category">
<legend class="action-category-label" data-action="toggleSection" data-section="effects">
<div>{{localize "DAGGERHEART.GENERAL.resource"}}</div>
<div>{{localize "DAGGERHEART.GENERAL.Resource.single"}}</div>
</legend>
<div class="action-category-data open">
<fieldset>