* Fixes

* .
This commit is contained in:
WBHarry 2026-04-11 22:55:41 +02:00 committed by GitHub
parent f4282429cd
commit d12220c64f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
37 changed files with 124 additions and 66 deletions

View file

@ -198,7 +198,10 @@
"type": { "label": "Type" } "type": { "label": "Type" }
}, },
"hordeDamage": "Horde Damage", "hordeDamage": "Horde Damage",
"horderHp": "Horde/HP" "horderHp": "Horde/HP",
"adversaryReactionRoll": {
"headerTitle": "Adversary Reaction Roll"
}
}, },
"Character": { "Character": {
"advantageSources": { "advantageSources": {
@ -440,6 +443,10 @@
"defaultOwnershipTooltip": "The default player ownership of countdowns", "defaultOwnershipTooltip": "The default player ownership of countdowns",
"hideNewCountdowns": "Hide New Countdowns" "hideNewCountdowns": "Hide New Countdowns"
}, },
"CreateItemDialog": {
"createItem": "Create Item",
"browseCompendium": "Browse Compendium"
},
"DaggerheartMenu": { "DaggerheartMenu": {
"title": "GM Tools", "title": "GM Tools",
"refreshFeatures": "Refresh Features" "refreshFeatures": "Refresh Features"
@ -653,6 +660,12 @@
"noPlayers": "No players to assign ownership to", "noPlayers": "No players to assign ownership to",
"default": "Default Ownership" "default": "Default Ownership"
}, },
"PendingReactionsDialog": {
"title": "Pending Reaction Rolls Found",
"unfinishedRolls": "Some Tokens still need to roll their Reaction Roll.",
"confirmation": "Are you sure you want to continue ?",
"warning": "Undone reaction rolls will be considered as failed"
},
"ReactionRoll": { "ReactionRoll": {
"title": "Reaction Roll: {trait}" "title": "Reaction Roll: {trait}"
}, },
@ -684,7 +697,13 @@
"damageNotRolled": "Damage not rolled in chat message yet", "damageNotRolled": "Damage not rolled in chat message yet",
"insufficientHope": "The initiating character doesn't have enough hope", "insufficientHope": "The initiating character doesn't have enough hope",
"createTagTeam": "Create TagTeam Roll", "createTagTeam": "Create TagTeam Roll",
"chatMessageRollTitle": "Roll" "chatMessageRollTitle": "Roll",
"cancelConfirmTitle": "Cancel Tag Team Roll",
"cancelConfirmText": "Are you sure you want to cancel the Tag Team Roll? This will close it for all other players too.",
"hints": {
"completeRolls": "Set up and complete the rolls for the characters",
"selectRoll": "Select which roll value to be used for the Tag Team"
}
}, },
"TokenConfig": { "TokenConfig": {
"actorSizeUsed": "Actor size is set, determining the dimensions" "actorSizeUsed": "Actor size is set, determining the dimensions"
@ -1215,6 +1234,11 @@
"on": "On", "on": "On",
"onWithToggle": "On With Toggle" "onWithToggle": "On With Toggle"
}, },
"SceneRangeMeasurementTypes": {
"disable": "Disable Daggerheart Range Measurement",
"default": "Default",
"custom": "Custom"
},
"SelectAction": { "SelectAction": {
"selectType": "Select Action Type", "selectType": "Select Action Type",
"selectAction": "Action Selection" "selectAction": "Action Selection"
@ -2305,6 +2329,7 @@
"multiclass": "Multiclass", "multiclass": "Multiclass",
"newCategory": "New Category", "newCategory": "New Category",
"newThing": "New {thing}", "newThing": "New {thing}",
"next": "Next",
"none": "None", "none": "None",
"noTarget": "No current target", "noTarget": "No current target",
"partner": "Partner", "partner": "Partner",
@ -2332,6 +2357,7 @@
"scalable": "Scalable", "scalable": "Scalable",
"scars": "Scars", "scars": "Scars",
"situationalBonus": "Situational Bonus", "situationalBonus": "Situational Bonus",
"searchPlaceholder": "Search...",
"spent": "Spent", "spent": "Spent",
"step": "Step", "step": "Step",
"stress": "Stress", "stress": "Stress",
@ -2915,6 +2941,9 @@
"resourceRoll": { "resourceRoll": {
"playerMessage": "{user} rerolled their {name}" "playerMessage": "{user} rerolled their {name}"
}, },
"saveRoll": {
"reactionRollAllTargets": "Reaction Roll All Targets"
},
"tagTeam": { "tagTeam": {
"title": "Tag Team", "title": "Tag Team",
"membersTitle": "Members" "membersTitle": "Members"
@ -2943,7 +2972,6 @@
"title": "Daggerheart Compendium Browser", "title": "Daggerheart Compendium Browser",
"hint": "Select a Folder in sidebar to start browsing through the compendium", "hint": "Select a Folder in sidebar to start browsing through the compendium",
"browserSettings": "Browser Settings", "browserSettings": "Browser Settings",
"searchPlaceholder": "Search...",
"columnName": "Name", "columnName": "Name",
"tooltipFilters": "Filters", "tooltipFilters": "Filters",
"tooltipErase": "Erase", "tooltipErase": "Erase",
@ -2979,7 +3007,7 @@
"weapons": "Weapons", "weapons": "Weapons",
"armors": "Armors", "armors": "Armors",
"consumables": "Consumables", "consumables": "Consumables",
"loots": "Loots" "loots": "Loot"
} }
}, },
"Notifications": { "Notifications": {
@ -3070,6 +3098,7 @@
"companion": "Level {level} - {partner}", "companion": "Level {level} - {partner}",
"companionNoPartner": "No Partner", "companionNoPartner": "No Partner",
"duplicateToNewTier": "Duplicate to New Tier", "duplicateToNewTier": "Duplicate to New Tier",
"createAdversary": "Create Adversary",
"pickTierTitle": "Pick a new tier for this adversary" "pickTierTitle": "Pick a new tier for this adversary"
}, },
"daggerheartMenu": { "daggerheartMenu": {

View file

@ -118,8 +118,13 @@ export default class DHAppearanceSettings extends HandlebarsApplicationMixin(App
break; break;
case 'footer': case 'footer':
partContext.buttons = [ partContext.buttons = [
{ type: 'button', action: 'reset', icon: 'fa-solid fa-arrow-rotate-left', label: 'Reset' }, {
{ type: 'submit', icon: 'fa-solid fa-floppy-disk', label: 'Save Changes' } type: 'button',
action: 'reset',
icon: 'fa-solid fa-arrow-rotate-left',
label: game.i18n.localize('ACTIONS.Reset')
},
{ type: 'submit', icon: 'fa-solid fa-floppy-disk', label: game.i18n.localize('EDITOR.Save') }
]; ];
break; break;
} }

View file

@ -217,8 +217,8 @@ export default class AdversarySheet extends DHBaseActorSheet {
static #reactionRoll(event) { static #reactionRoll(event) {
const config = { const config = {
event, event,
title: `Reaction Roll: ${this.actor.name}`, title: game.i18n.localize('DAGGERHEART.GENERAL.reactionRoll'),
headerTitle: 'Adversary Reaction Roll', headerTitle: game.i18n.localize('DAGGERHEART.ACTORS.Adversary.adversaryReactionRoll.headerTitle'),
roll: { roll: {
type: 'trait' type: 'trait'
}, },

View file

@ -229,7 +229,7 @@ export default class Party extends DHBaseActorSheet {
title: game.i18n.localize(`DAGGERHEART.APPLICATIONS.Downtime.${button.dataset.type}.title`), title: game.i18n.localize(`DAGGERHEART.APPLICATIONS.Downtime.${button.dataset.type}.title`),
icon: button.dataset.type === 'shortRest' ? 'fa-solid fa-utensils' : 'fa-solid fa-bed' icon: button.dataset.type === 'shortRest' ? 'fa-solid fa-utensils' : 'fa-solid fa-bed'
}, },
content: 'This will trigger a dialog to players make their downtime moves, are you sure?', content: game.i18n.localize('DAGGERHEART.ACTORS.Party.triggerRestContent'),
classes: ['daggerheart', 'dialog', 'dh-style'] classes: ['daggerheart', 'dialog', 'dh-style']
}); });

View file

@ -652,12 +652,12 @@ export default function DHApplicationMixin(Base) {
buttons: [ buttons: [
{ {
action: 'create', action: 'create',
label: 'Create Item', label: game.i18n.localize('DAGGERHEART.APPLICATIONS.CreateItemDialog.createItem'),
icon: 'fa-solid fa-plus' icon: 'fa-solid fa-plus'
}, },
{ {
action: 'browse', action: 'browse',
label: 'Browse Compendium', label: game.i18n.localize('DAGGERHEART.APPLICATIONS.CreateItemDialog.browseCompendium'),
icon: 'fa-solid fa-book' icon: 'fa-solid fa-book'
} }
] ]

View file

@ -76,7 +76,7 @@ export default class DhActorDirectory extends foundry.applications.sidebar.tabs.
window: { title: 'DAGGERHEART.UI.Sidebar.actorDirectory.pickTierTitle' }, window: { title: 'DAGGERHEART.UI.Sidebar.actorDirectory.pickTierTitle' },
content, content,
ok: { ok: {
label: 'Create Adversary', label: 'DAGGERHEART.UI.Sidebar.actorDirectory.createAdversary',
callback: (event, button, dialog) => Number(button.form.elements.tier.value) callback: (event, button, dialog) => Number(button.form.elements.tier.value)
} }
}); });

View file

@ -22,7 +22,7 @@ export default class FearTracker extends HandlebarsApplicationMixin(ApplicationV
tag: 'div', tag: 'div',
window: { window: {
frame: true, frame: true,
title: 'Fear', title: 'DAGGERHEART.GENERAL.fear',
positioned: true, positioned: true,
resizable: true, resizable: true,
minimizable: false minimizable: false

View file

@ -207,8 +207,23 @@ export class ItemBrowser extends HandlebarsApplicationMixin(ApplicationV2) {
label: game.i18n.localize(col.label) label: game.i18n.localize(col.label)
})); }));
const splitPath = folderId?.split('.') ?? [];
const { pathLabels } = splitPath.reduce(
(acc, curr) => {
acc.currentPath = !acc.currentPath ? curr : [acc.currentPath, curr].join('.');
if (curr === 'folder') return acc;
const label = foundry.utils.getProperty(this.config, acc.currentPath)?.label;
if (label) acc.pathLabels.push(game.i18n.localize(label));
return acc;
},
{ pathLabels: [], currentPath: '' }
);
this.selectedMenu = { this.selectedMenu = {
path: folderId?.split('.') ?? [], path: splitPath,
pathLabels: pathLabels,
data: { data: {
...folderData, ...folderData,
columns: columns columns: columns

View file

@ -188,7 +188,7 @@ export default class FilterMenu extends foundry.applications.ux.ContextMenu {
})); }));
const damageTypeFilter = Object.values(CONFIG.DH.GENERAL.damageTypes).map(({ id, abbreviation }) => ({ const damageTypeFilter = Object.values(CONFIG.DH.GENERAL.damageTypes).map(({ id, abbreviation }) => ({
group: 'Damage Type', //TODO localize group: game.i18n.localize('DAGGERHEART.GENERAL.damageType'),
name: game.i18n.localize(abbreviation), name: game.i18n.localize(abbreviation),
filter: { filter: {
field: 'system.damage.type', field: 'system.damage.type',

View file

@ -943,14 +943,14 @@ export const countdownAppMode = {
export const sceneRangeMeasurementSetting = { export const sceneRangeMeasurementSetting = {
disable: { disable: {
id: 'disable', id: 'disable',
label: 'Disable Daggerheart Range Measurement' label: 'DAGGERHEART.CONFIG.SceneRangeMeasurementTypes.disable'
}, },
default: { default: {
id: 'default', id: 'default',
label: 'Default' label: 'DAGGERHEART.CONFIG.SceneRangeMeasurementTypes.default'
}, },
custom: { custom: {
id: 'custom', id: 'custom',
label: 'Custom' label: 'DAGGERHEART.CONFIG.SceneRangeMeasurementTypes.custom'
} }
}; };

View file

@ -7,7 +7,12 @@ export const typeConfig = {
}, },
{ {
key: 'system.type', key: 'system.type',
label: 'DAGGERHEART.GENERAL.type' label: 'DAGGERHEART.GENERAL.type',
format: type => {
if (!type) return '-';
return CONFIG.DH.ACTOR.allAdversaryTypes()[type].label;
}
} }
], ],
filters: [ filters: [
@ -318,7 +323,14 @@ export const typeConfig = {
}, },
{ {
key: 'system.domains', key: 'system.domains',
label: 'DAGGERHEART.GENERAL.Domain.plural' label: 'DAGGERHEART.GENERAL.Domain.plural',
format: domains => {
const config = CONFIG.DH.DOMAIN.allDomains();
return domains
.map(x => (x ? game.i18n.localize(config[x].label) : null))
.filter(x => x)
.join(', ');
}
} }
], ],
filters: [ filters: [
@ -367,7 +379,8 @@ export const typeConfig = {
}, },
{ {
key: 'system.spellcastingTrait', key: 'system.spellcastingTrait',
label: 'DAGGERHEART.ITEMS.Subclass.spellcastingTrait' label: 'DAGGERHEART.ITEMS.Subclass.spellcastingTrait',
format: trait => (trait ? `DAGGERHEART.CONFIG.Traits.${trait}.name` : '-')
} }
], ],
filters: [ filters: [

View file

@ -46,18 +46,14 @@ export const gameSettings = {
export const actionAutomationChoices = { export const actionAutomationChoices = {
never: { never: {
id: 'never', id: 'never',
label: 'Never' label: 'DAGGERHEART.CONFIG.ActionAutomationChoices.never'
}, },
showDialog: { showDialog: {
id: 'showDialog', id: 'showDialog',
label: 'Show Dialog only' label: 'DAGGERHEART.CONFIG.ActionAutomationChoices.showDialog'
}, },
// npcOnly: {
// id: "npcOnly",
// label: "Always for non-characters"
// },
always: { always: {
id: 'always', id: 'always',
label: 'Always' label: 'DAGGERHEART.CONFIG.ActionAutomationChoices.always'
} }
}; };

View file

@ -295,7 +295,7 @@ export class DHDamageData extends DHResourceData {
required: true required: true
}), }),
{ {
label: 'Type' label: game.i18n.localize('DAGGERHEART.GENERAL.type')
} }
) )
}; };

View file

@ -197,8 +197,8 @@ export default class DhpChatMessage extends foundry.documents.ChatMessage {
const pendingingSaves = targets.filter(t => t.saved.success === null); const pendingingSaves = targets.filter(t => t.saved.success === null);
if (pendingingSaves.length) { if (pendingingSaves.length) {
const confirm = await foundry.applications.api.DialogV2.confirm({ const confirm = await foundry.applications.api.DialogV2.confirm({
window: { title: 'Pending Reaction Rolls found' }, window: { title: game.i18n.localize('DAGGERHEART.APPLICATIONS.PendingReactionsDialog.title') },
content: `<p>Some Tokens still need to roll their Reaction Roll.</p><p>Are you sure you want to continue ?</p><p><i>Undone reaction rolls will be considered as failed</i></p>` content: `<p>${game.i18n.localize('DAGGERHEART.APPLICATIONS.PendingReactionsDialog.unfinishedRolls')}</p><p>${game.i18n.localize('DAGGERHEART.APPLICATIONS.PendingReactionsDialog.confirmation')}</p><p><i>${game.i18n.localize('DAGGERHEART.APPLICATIONS.PendingReactionsDialog.warning')}</i></p>`
}); });
if (!confirm) return; if (!confirm) return;
} }

View file

@ -1,8 +1,8 @@
<section class="creation-action-footer"> <section class="creation-action-footer">
<button data-action="close">{{localize "Cancel"}}</button> <button data-action="close">{{localize "COMMON.Cancel"}}</button>
{{#if isLastTab}} {{#if isLastTab}}
<button data-action="finish">{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.finishCreation"}}</button> <button data-action="finish">{{localize "DAGGERHEART.APPLICATIONS.CharacterCreation.finishCreation"}}</button>
{{else}} {{else}}
<button data-action="setupGoNext" {{disabled nextDisabled}}>{{localize "Next"}}</button> <button data-action="setupGoNext" {{disabled nextDisabled}}>{{localize "DAGGERHEART.GENERAL.next"}}</button>
{{/if}} {{/if}}
</section> </section>

View file

@ -28,6 +28,6 @@
</div> </div>
</fieldset> </fieldset>
<button type="button" data-action="finishSelection">{{localize "Reset"}}</button> <button type="button" data-action="finishSelection">{{localize "ACTIONS.Reset"}}</button>
</div> </div>
</div> </div>

View file

@ -17,7 +17,7 @@
</div> </div>
<footer class="flexrow"> <footer class="flexrow">
<button data-action="close"> <button data-action="close">
<span>{{localize "Cancel"}}</span> <span>{{localize "COMMON.Cancel"}}</span>
</button> </button>
<button data-action="takeMove" {{#if (not this.selectedMove)}}disabled{{/if}}> <button data-action="takeMove" {{#if (not this.selectedMove)}}disabled{{/if}}>
<span> <span>

View file

@ -35,7 +35,7 @@
</span> </span>
</div> </div>
<div class="form-group"> <div class="form-group">
<input type="text" value="{{extraFormula}}" name="roll.{{ @index }}.extraFormula" placeholder="Situational Bonus"> <input type="text" value="{{extraFormula}}" name="roll.{{ @index }}.extraFormula" placeholder="{{localize "DAGGERHEART.GENERAL.situationalBonus"}}">
</div> </div>
{{/each}} {{/each}}
{{#unless (empty @root.modifiers)}} {{#unless (empty @root.modifiers)}}

View file

@ -175,7 +175,7 @@
</select> </select>
{{/if}} {{/if}}
{{#if (eq @root.rollType 'DualityRoll')}}<span class="formula-label">{{localize "DAGGERHEART.GENERAL.situationalBonus"}}</span>{{/if}} {{#if (eq @root.rollType 'DualityRoll')}}<span class="formula-label">{{localize "DAGGERHEART.GENERAL.situationalBonus"}}</span>{{/if}}
<input type="text" value="{{extraFormula}}" name="extraFormula" placeholder="{{#if (eq @root.rollType 'DualityRoll')}}Ex: 1d6 + 5{{else}}Situational Bonus{{/if}}"> <input type="text" value="{{extraFormula}}" name="extraFormula" placeholder="{{#if (eq @root.rollType 'DualityRoll')}}Ex: 1d6 + 5{{else}}{{localize "DAGGERHEART.GENERAL.situationalBonus"}}{{/if}}">
</fieldset> </fieldset>
{{/if}} {{/if}}
{{/unless}} {{/unless}}

View file

@ -28,7 +28,7 @@
</fieldset> </fieldset>
<footer> <footer>
<button type="button" data-action="close">{{localize "Cancel"}}</button> <button type="button" data-action="close">{{localize "COMMON.Cancel"}}</button>
<button type="button" data-action="takeDowntime" {{#if disabledDowntime}}disabled{{/if}}>{{localize "DAGGERHEART.APPLICATIONS.Downtime.takeDowntime"}}</button> <button type="button" data-action="takeDowntime" {{#if disabledDowntime}}disabled{{/if}}>{{localize "DAGGERHEART.APPLICATIONS.Downtime.takeDowntime"}}</button>
</footer> </footer>
</div> </div>

View file

@ -1,4 +1,4 @@
<div class="footer"> <div class="footer">
<button data-action="close">{{localize "Cancel"}}</button> <button data-action="close">{{localize "COMMON.Cancel"}}</button>
<button type="button" data-action="finishSelection">{{localize "DAGGERHEART.APPLICATIONS.ImageSelect.selectImage"}}</button> <button type="button" data-action="finishSelection">{{localize "DAGGERHEART.APPLICATIONS.ImageSelect.selectImage"}}</button>
</div> </div>

View file

@ -16,7 +16,7 @@
</div> </div>
<footer> <footer>
<button data-action="close">{{localize "Cancel"}}</button> <button data-action="close">{{localize "COMMON.Cancel"}}</button>
<button data-action="save" {{disabled multiclassDisabled}}>{{localize "DAGGERHEART.GENERAL.multiclass"}}</button> <button data-action="save" {{disabled multiclassDisabled}}>{{localize "DAGGERHEART.GENERAL.multiclass"}}</button>
</footer> </footer>
</div> </div>

View file

@ -20,7 +20,7 @@
{{/if}} {{/if}}
{{#unless levelupAuto}} {{#unless levelupAuto}}
<div class="levelup-footer"> <div class="levelup-footer">
<button type="button" data-action="close">{{localize "Cancel"}}</button> <button type="button" data-action="close">{{localize "COMMON.Cancel"}}</button>
<button type="button" data-action="save">{{localize "Save"}}</button> <button type="button" data-action="save">{{localize "Save"}}</button>
</div> </div>
{{/unless}} {{/unless}}

View file

@ -1,10 +1,10 @@
<footer class="form-footer"> <footer class="form-footer">
<button data-action="reset"> <button data-action="reset">
<i class="fa-solid fa-arrow-rotate-left"></i> <i class="fa-solid fa-arrow-rotate-left"></i>
<span>{{localize "Reset"}}</span> <span>{{localize "ACTIONS.Reset"}}</span>
</button> </button>
<button data-action="save" > <button data-action="save" >
<i class="fa-solid fa-floppy-disk"></i> <i class="fa-solid fa-floppy-disk"></i>
<span>{{localize "Save Changes"}}</span> <span>{{localize "EDITOR.Save"}}</span>
</button> </button>
</footer> </footer>

View file

@ -1,4 +1,4 @@
<section class='tab-form-footer spaced'> <section class='tab-form-footer spaced'>
<button data-action="close">{{localize "Cancel"}}</button> <button data-action="close">{{localize "COMMON.Cancel"}}</button>
<button data-action="saveForm"><i class="fa-solid fa-floppy-disk"></i> {{localize "Save"}}</button> <button data-action="saveForm"><i class="fa-solid fa-floppy-disk"></i> {{localize "Save"}}</button>
</section> </section>

View file

@ -1,10 +1,10 @@
<footer class="form-footer"> <footer class="form-footer">
<button type="button" data-action="reset"> <button type="button" data-action="reset">
<i class="fa-solid fa-arrow-rotate-left"></i> <i class="fa-solid fa-arrow-rotate-left"></i>
<span>{{localize "Reset"}}</span> <span>{{localize "ACTIONS.Reset"}}</span>
</button> </button>
<button type="button" data-action="save" > <button type="button" data-action="save" >
<i class="fa-solid fa-floppy-disk"></i> <i class="fa-solid fa-floppy-disk"></i>
<span>{{localize "Save Changes"}}</span> <span>{{localize "EDITOR.Save"}}</span>
</button> </button>
</footer> </footer>

View file

@ -1,10 +1,10 @@
<footer class="form-footer"> <footer class="form-footer">
<button data-action="reset"> <button data-action="reset">
<i class="fa-solid fa-arrow-rotate-left"></i> <i class="fa-solid fa-arrow-rotate-left"></i>
<span>{{localize "Reset"}}</span> <span>{{localize "ACTIONS.Reset"}}</span>
</button> </button>
<button data-action="save" > <button data-action="save" >
<i class="fa-solid fa-floppy-disk"></i> <i class="fa-solid fa-floppy-disk"></i>
<span>{{localize "Save Changes"}}</span> <span>{{localize "EDITOR.Save"}}</span>
</button> </button>
</footer> </footer>

View file

@ -32,11 +32,11 @@
<footer class="form-footer"> <footer class="form-footer">
<button data-action="reset"> <button data-action="reset">
<i class="fa-solid fa-arrow-rotate-left"></i> <i class="fa-solid fa-arrow-rotate-left"></i>
<span>{{localize "Reset"}}</span> <span>{{localize "ACTIONS.ResetReset"}}</span>
</button> </button>
<button data-action="save" > <button data-action="save" >
<i class="fa-solid fa-floppy-disk"></i> <i class="fa-solid fa-floppy-disk"></i>
<span>{{localize "Save Changes"}}</span> <span>{{localize "EDITOR.Save"}}</span>
</button> </button>
</footer> </footer>
</div> </div>

View file

@ -5,7 +5,7 @@
<div class="icon"> <div class="icon">
<i class="fa-solid fa-magnifying-glass"></i> <i class="fa-solid fa-magnifying-glass"></i>
</div> </div>
<input type="search" name="search" class="search-inventory" placeholder="Search..."> <input type="search" name="search" class="search-inventory" placeholder="{{localize "DAGGERHEART.GENERAL.searchPlaceholder"}}">
</div> </div>
<a class="filter-button"> <a class="filter-button">
<i class="fa-solid fa-filter"></i> <i class="fa-solid fa-filter"></i>

View file

@ -5,7 +5,7 @@
<div class="icon"> <div class="icon">
<i class="fa-solid fa-magnifying-glass"></i> <i class="fa-solid fa-magnifying-glass"></i>
</div> </div>
<input type="search" name="search" class="search-loadout" placeholder="Search..."> <input type="search" name="search" class="search-loadout" placeholder="{{localize "DAGGERHEART.GENERAL.searchPlaceholder"}}">
</div> </div>
<a class="filter-button"> <a class="filter-button">
<i class="fa-solid fa-filter"></i> <i class="fa-solid fa-filter"></i>

View file

@ -5,7 +5,7 @@
<div class="icon"> <div class="icon">
<i class="fa-solid fa-magnifying-glass"></i> <i class="fa-solid fa-magnifying-glass"></i>
</div> </div>
<input type="search" name="search" class="search-inventory" placeholder="Search..."> <input type="search" name="search" class="search-inventory" placeholder="{{localize "DAGGERHEART.GENERAL.searchPlaceholder"}}">
</div> </div>
<a class="filter-button"> <a class="filter-button">
<i class="fa-solid fa-filter"></i> <i class="fa-solid fa-filter"></i>

View file

@ -7,11 +7,11 @@
<div class="actions-section"> <div class="actions-section">
<button data-action="tagTeamRoll"> <button data-action="tagTeamRoll">
<i class="fa-solid fa-user-group"></i> <i class="fa-solid fa-user-group"></i>
<span>Tag Team Roll</span> <span>{{localize "DAGGERHEART.APPLICATIONS.TagTeamSelect.title"}}</span>
</button> </button>
<button data-action="groupRoll"> <button data-action="groupRoll">
<i class="fa-solid fa-users"></i> <i class="fa-solid fa-users"></i>
<span>Group Roll</span> <span>{{localize "DAGGERHEART.APPLICATIONS.GroupRollSelect.title"}}</span>
</button> </button>
{{!-- NOT YET IMPLEMENTED --}} {{!-- NOT YET IMPLEMENTED --}}
{{!-- <button> {{!-- <button>

View file

@ -24,7 +24,7 @@
<div class="roll-part-header"><div></div></div> <div class="roll-part-header"><div></div></div>
</div> </div>
{{/if}} {{/if}}
{{#if (and hasSave currentTargets.length)}}<div class="roll-part-extra roll-all-save-button">Reaction Roll All Targets<i class="fa-solid fa-shield fa-lg"></i></div>{{/if}} {{#if (and hasSave currentTargets.length)}}<div class="roll-part-extra roll-all-save-button">{{localize "DAGGERHEART.UI.Chat.saveRoll.reactionRollAllTargets"}}<i class="fa-solid fa-shield fa-lg"></i></div>{{/if}}
{{#each currentTargets}} {{#each currentTargets}}
<div class="roll-target" data-token="{{id}}"> <div class="roll-target" data-token="{{id}}">
<img class="target-img" src="{{img}}"> <img class="target-img" src="{{img}}">

View file

@ -1,14 +1,14 @@
<div class="compendium-results"> <div class="compendium-results">
{{#if menu.path.length }} {{#if menu.path.length }}
<div class="menu-path"> <div class="menu-path">
{{#each menu.path}} {{#each menu.pathLabels}}
{{#if (eq this "folders")}} {{#unless @first}}
<span class="path-link"> <span class="path-link">
/ /
</span> </span>
{{else}} {{/unless}}
<span class="item-path">{{this}}</span>
{{/if}} <span class="item-path">{{this}}</span>
{{/each}} {{/each}}
</div> </div>
<div class="item-filter"> <div class="item-filter">
@ -17,7 +17,7 @@
<div class="icon"> <div class="icon">
<i class="fa-solid fa-magnifying-glass"></i> <i class="fa-solid fa-magnifying-glass"></i>
</div> </div>
<input type="search" name="search" class="search-input" placeholder="{{localize 'DAGGERHEART.UI.ItemBrowser.searchPlaceholder'}}"> <input type="search" name="search" class="search-input" placeholder="{{localize 'DAGGERHEART.GENERAL.searchPlaceholder'}}">
</div> </div>
<a data-tooltip="{{localize 'DAGGERHEART.UI.ItemBrowser.tooltipFilters'}}" data-action="expandContent" disabled><i class="fa-solid fa-filter"></i></a> <a data-tooltip="{{localize 'DAGGERHEART.UI.ItemBrowser.tooltipFilters'}}" data-action="expandContent" disabled><i class="fa-solid fa-filter"></i></a>
<a data-tooltip="{{localize 'DAGGERHEART.UI.ItemBrowser.tooltipErase'}}" data-action="resetFilters"><i class="fa-solid fa-eraser"></i></a> <a data-tooltip="{{localize 'DAGGERHEART.UI.ItemBrowser.tooltipErase'}}" data-action="resetFilters"><i class="fa-solid fa-eraser"></i></a>

View file

@ -16,7 +16,7 @@
{{#if (gt item.cost.length 0)}} {{#if (gt item.cost.length 0)}}
{{#each item.cost as | cost |}} {{#each item.cost as | cost |}}
<div class="tag"> <div class="tag">
<span>{{localize "Type"}} {{#with (lookup @root.config.GENERAL.abilityCosts cost.type) as | type |}}{{localize type.label}}{{/with}}</span> <span>{{localize "DAGGERHEART.GENERAL.type"}} {{#with (lookup @root.config.GENERAL.abilityCosts cost.type) as | type |}}{{localize type.label}}{{/with}}</span>
</div> </div>
<div class="tag"> <div class="tag">
<span>{{localize "DAGGERHEART.GENERAL.value"}} {{cost.value}}</span> <span>{{localize "DAGGERHEART.GENERAL.value"}} {{cost.value}}</span>

View file

@ -11,7 +11,7 @@
{{/with}} {{/with}}
</div> </div>
<div class="tooltip-information"> <div class="tooltip-information">
<label>{{localize "Type"}}</label> <label>{{localize "DAGGERHEART.GENERAL.type"}}</label>
{{#with (lookup adversaryTypes item.system.type) as | type |}} {{#with (lookup adversaryTypes item.system.type) as | type |}}
<div>{{localize type.label}}</div> <div>{{localize type.label}}</div>
{{/with}} {{/with}}

View file

@ -1,6 +1,6 @@
<div class="daggerheart dh-style tooltip"> <div class="daggerheart dh-style tooltip">
<div class="tooltip-header"><h2>{{localize "Adversaries"}} ({{currentBP}}/{{maxBP}})</h2></div> <div class="tooltip-header"><h2>{{localize "DAGGERHEART.GENERAL.Adversary.plural"}} ({{currentBP}}/{{maxBP}})</h2></div>
<div class="battlepoint-categories-container"> <div class="battlepoint-categories-container">
<div class="battlepoint-categories-inner-container"> <div class="battlepoint-categories-inner-container">
{{#each categories as |category key|}} {{#each categories as |category key|}}
@ -17,7 +17,7 @@
</div> </div>
</div> </div>
<div class="tooltip-header"><h2>{{localize "Modifiers"}}</h2></div> <div class="tooltip-header"><h2>{{localize "DAGGERHEART.GENERAL.Modifier.plural"}}</h2></div>
<div class="battlepoint-toggles-container"> <div class="battlepoint-toggles-container">
{{#each toggles as |toggle|}} {{#each toggles as |toggle|}}
<div class="battlepoint-toggle-container {{#if (and toggle.disabled (not toggle.checked))}}inactive{{/if}}"> <div class="battlepoint-toggle-container {{#if (and toggle.disabled (not toggle.checked))}}inactive{{/if}}">