mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Checking it out. May not work. Not a Telegram.
This commit is contained in:
parent
09141053c9
commit
e44823b6dd
6 changed files with 64 additions and 1 deletions
|
|
@ -489,6 +489,18 @@ export const orderedArmorFeatures = () => {
|
|||
return Object.values(all).sort((a, b) => game.i18n.localize(a.label).localeCompare(game.i18n.localize(b.label)));
|
||||
};
|
||||
|
||||
export const armorPriorityKeys = {
|
||||
armor: {label: 'DAGGERHEART.CONFIG.ArmorKeys.armor'},
|
||||
weapon: {label: 'DAGGERHEART.CONFIG.ArmorKeys.weapon'},
|
||||
consumable: {label: 'DAGGERHEART.CONFIG.ArmorKeys.consumable'},
|
||||
loot: {label: 'DAGGERHEART.CONFIG.ArmorKeys.loot'},
|
||||
features: {label: 'DAGGERHEART.CONFIG.ArmorKeys.features'}
|
||||
}
|
||||
|
||||
export const allArmorKeys = () => {
|
||||
return {...armorPriorityKeys};
|
||||
}
|
||||
|
||||
export const weaponFeatures = {
|
||||
barrier: {
|
||||
label: 'DAGGERHEART.CONFIG.WeaponFeature.barrier.name',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue