Compare commits

..

No commits in common. "cf28e011f2d216e66a18d64556c8ddbdabeaebb3" and "d7b37f8178c0fb17aee92056193c7879d8ccdba6" have entirely different histories.

40 changed files with 72 additions and 131 deletions

View file

@ -198,10 +198,7 @@
"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": {
@ -443,10 +440,6 @@
"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"
@ -660,12 +653,6 @@
"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}"
}, },
@ -697,13 +684,7 @@
"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"
@ -1234,11 +1215,6 @@
"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"
@ -2329,7 +2305,6 @@
"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",
@ -2357,7 +2332,6 @@
"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",
@ -2941,9 +2915,6 @@
"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"
@ -2972,6 +2943,7 @@
"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",
@ -3007,7 +2979,7 @@
"weapons": "Weapons", "weapons": "Weapons",
"armors": "Armors", "armors": "Armors",
"consumables": "Consumables", "consumables": "Consumables",
"loots": "Loot" "loots": "Loots"
} }
}, },
"Notifications": { "Notifications": {
@ -3098,7 +3070,6 @@
"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,13 +118,8 @@ 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: 'button', { type: 'submit', icon: 'fa-solid fa-floppy-disk', label: 'Save Changes' }
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: game.i18n.localize('DAGGERHEART.GENERAL.reactionRoll'), title: `Reaction Roll: ${this.actor.name}`,
headerTitle: game.i18n.localize('DAGGERHEART.ACTORS.Adversary.adversaryReactionRoll.headerTitle'), headerTitle: 'Adversary Reaction Roll',
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: game.i18n.localize('DAGGERHEART.ACTORS.Party.triggerRestContent'), content: 'This will trigger a dialog to players make their downtime moves, are you sure?',
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: game.i18n.localize('DAGGERHEART.APPLICATIONS.CreateItemDialog.createItem'), label: 'Create Item',
icon: 'fa-solid fa-plus' icon: 'fa-solid fa-plus'
}, },
{ {
action: 'browse', action: 'browse',
label: game.i18n.localize('DAGGERHEART.APPLICATIONS.CreateItemDialog.browseCompendium'), label: 'Browse Compendium',
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: 'DAGGERHEART.UI.Sidebar.actorDirectory.createAdversary', label: 'Create Adversary',
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: 'DAGGERHEART.GENERAL.fear', title: 'Fear',
positioned: true, positioned: true,
resizable: true, resizable: true,
minimizable: false minimizable: false

View file

@ -207,23 +207,8 @@ 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: splitPath, path: folderId?.split('.') ?? [],
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: game.i18n.localize('DAGGERHEART.GENERAL.damageType'), group: 'Damage Type', //TODO localize
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: 'DAGGERHEART.CONFIG.SceneRangeMeasurementTypes.disable' label: 'Disable Daggerheart Range Measurement'
}, },
default: { default: {
id: 'default', id: 'default',
label: 'DAGGERHEART.CONFIG.SceneRangeMeasurementTypes.default' label: 'Default'
}, },
custom: { custom: {
id: 'custom', id: 'custom',
label: 'DAGGERHEART.CONFIG.SceneRangeMeasurementTypes.custom' label: 'Custom'
} }
}; };

View file

@ -7,12 +7,7 @@ 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: [
@ -323,14 +318,7 @@ 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: [
@ -379,8 +367,7 @@ 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,14 +46,18 @@ export const gameSettings = {
export const actionAutomationChoices = { export const actionAutomationChoices = {
never: { never: {
id: 'never', id: 'never',
label: 'DAGGERHEART.CONFIG.ActionAutomationChoices.never' label: 'Never'
}, },
showDialog: { showDialog: {
id: 'showDialog', id: 'showDialog',
label: 'DAGGERHEART.CONFIG.ActionAutomationChoices.showDialog' label: 'Show Dialog only'
}, },
// npcOnly: {
// id: "npcOnly",
// label: "Always for non-characters"
// },
always: { always: {
id: 'always', id: 'always',
label: 'DAGGERHEART.CONFIG.ActionAutomationChoices.always' label: 'Always'
} }
}; };

View file

@ -295,7 +295,7 @@ export class DHDamageData extends DHResourceData {
required: true required: true
}), }),
{ {
label: game.i18n.localize('DAGGERHEART.GENERAL.type') label: '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: game.i18n.localize('DAGGERHEART.APPLICATIONS.PendingReactionsDialog.title') }, window: { title: 'Pending Reaction Rolls found' },
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>` 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>`
}); });
if (!confirm) return; if (!confirm) return;
} }

View file

@ -24,7 +24,7 @@
} }
h4 { h4 {
font-size: var(--font-size-16); font-size: var(--font-size-16);
color: light-dark(@dark, @beige); color: @beige;
font-weight: 600; font-weight: 600;
} }

View file

@ -10,7 +10,6 @@
.encounter-battlepoints { .encounter-battlepoints {
display: flex; display: flex;
cursor: help; cursor: help;
color: light-dark(@dark, @beige);
} }
.inner-controls { .inner-controls {

View file

@ -2,15 +2,12 @@
"id": "daggerheart", "id": "daggerheart",
"title": "Daggerheart", "title": "Daggerheart",
"description": "An unofficial implementation of the Daggerheart system", "description": "An unofficial implementation of the Daggerheart system",
"version": "1.9.9", "version": "1.9.8",
"compatibility": { "compatibility": {
"minimum": "13.346", "minimum": "13.346",
"verified": "13.351", "verified": "13.351",
"maximum": "13" "maximum": "13"
}, },
"url": "https://github.com/Foundryborne/daggerheart",
"manifest": "https://raw.githubusercontent.com/Foundryborne/daggerheart/V13/system.json",
"download": "https://github.com/Foundryborne/daggerheart/releases/download/1.9.9/system.zip",
"authors": [ "authors": [
{ {
"name": "WBHarry" "name": "WBHarry"
@ -299,5 +296,8 @@
}, },
"background": "systems/daggerheart/assets/logos/FoundrybornBackgroundLogo.png", "background": "systems/daggerheart/assets/logos/FoundrybornBackgroundLogo.png",
"primaryTokenAttribute": "resources.hitPoints", "primaryTokenAttribute": "resources.hitPoints",
"secondaryTokenAttribute": "resources.stress" "secondaryTokenAttribute": "resources.stress",
"url": "https://your/hosted/system/repo/",
"manifest": "https://your/hosted/system/repo/system.json",
"download": "https://your/packaged/download/archive.zip"
} }

View file

@ -1,8 +1,8 @@
<section class="creation-action-footer"> <section class="creation-action-footer">
<button data-action="close">{{localize "COMMON.Cancel"}}</button> <button data-action="close">{{localize "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 "DAGGERHEART.GENERAL.next"}}</button> <button data-action="setupGoNext" {{disabled nextDisabled}}>{{localize "Next"}}</button>
{{/if}} {{/if}}
</section> </section>

View file

@ -28,6 +28,6 @@
</div> </div>
</fieldset> </fieldset>
<button type="button" data-action="finishSelection">{{localize "ACTIONS.Reset"}}</button> <button type="button" data-action="finishSelection">{{localize "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 "COMMON.Cancel"}}</span> <span>{{localize "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="{{localize "DAGGERHEART.GENERAL.situationalBonus"}}"> <input type="text" value="{{extraFormula}}" name="roll.{{ @index }}.extraFormula" placeholder="Situational Bonus">
</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}}{{localize "DAGGERHEART.GENERAL.situationalBonus"}}{{/if}}"> <input type="text" value="{{extraFormula}}" name="extraFormula" placeholder="{{#if (eq @root.rollType 'DualityRoll')}}Ex: 1d6 + 5{{else}}Situational Bonus{{/if}}">
</fieldset> </fieldset>
{{/if}} {{/if}}
{{/unless}} {{/unless}}

View file

@ -28,7 +28,7 @@
</fieldset> </fieldset>
<footer> <footer>
<button type="button" data-action="close">{{localize "COMMON.Cancel"}}</button> <button type="button" data-action="close">{{localize "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 "COMMON.Cancel"}}</button> <button data-action="close">{{localize "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 "COMMON.Cancel"}}</button> <button data-action="close">{{localize "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 "COMMON.Cancel"}}</button> <button type="button" data-action="close">{{localize "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 "ACTIONS.Reset"}}</span> <span>{{localize "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 "EDITOR.Save"}}</span> <span>{{localize "Save Changes"}}</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 "COMMON.Cancel"}}</button> <button data-action="close">{{localize "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 "ACTIONS.Reset"}}</span> <span>{{localize "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 "EDITOR.Save"}}</span> <span>{{localize "Save Changes"}}</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 "ACTIONS.Reset"}}</span> <span>{{localize "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 "EDITOR.Save"}}</span> <span>{{localize "Save Changes"}}</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 "ACTIONS.ResetReset"}}</span> <span>{{localize "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 "EDITOR.Save"}}</span> <span>{{localize "Save Changes"}}</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="{{localize "DAGGERHEART.GENERAL.searchPlaceholder"}}"> <input type="search" name="search" class="search-inventory" placeholder="Search...">
</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="{{localize "DAGGERHEART.GENERAL.searchPlaceholder"}}"> <input type="search" name="search" class="search-loadout" placeholder="Search...">
</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="{{localize "DAGGERHEART.GENERAL.searchPlaceholder"}}"> <input type="search" name="search" class="search-inventory" placeholder="Search...">
</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>{{localize "DAGGERHEART.APPLICATIONS.TagTeamSelect.title"}}</span> <span>Tag Team Roll</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>{{localize "DAGGERHEART.APPLICATIONS.GroupRollSelect.title"}}</span> <span>Group Roll</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">{{localize "DAGGERHEART.UI.Chat.saveRoll.reactionRollAllTargets"}}<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">Reaction Roll All Targets<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.pathLabels}} {{#each menu.path}}
{{#unless @first}} {{#if (eq this "folders")}}
<span class="path-link"> <span class="path-link">
/ /
</span> </span>
{{/unless}} {{else}}
<span class="item-path">{{this}}</span> <span class="item-path">{{this}}</span>
{{/if}}
{{/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.GENERAL.searchPlaceholder'}}"> <input type="search" name="search" class="search-input" placeholder="{{localize 'DAGGERHEART.UI.ItemBrowser.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 "DAGGERHEART.GENERAL.type"}} {{#with (lookup @root.config.GENERAL.abilityCosts cost.type) as | type |}}{{localize type.label}}{{/with}}</span> <span>{{localize "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 "DAGGERHEART.GENERAL.type"}}</label> <label>{{localize "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 "DAGGERHEART.GENERAL.Adversary.plural"}} ({{currentBP}}/{{maxBP}})</h2></div> <div class="tooltip-header"><h2>{{localize "Adversaries"}} ({{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 "DAGGERHEART.GENERAL.Modifier.plural"}}</h2></div> <div class="tooltip-header"><h2>{{localize "Modifiers"}}</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}}">