mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 06:26:13 +01:00
Working armor application
This commit is contained in:
parent
7036a53c71
commit
514e0260eb
9 changed files with 99 additions and 18 deletions
|
|
@ -854,6 +854,11 @@ export const sceneRangeMeasurementSetting = {
|
|||
};
|
||||
|
||||
export const activeEffectModes = {
|
||||
armor: {
|
||||
id: 'armor',
|
||||
priority: 20,
|
||||
label: 'TYPES.ActiveEffect.armor'
|
||||
},
|
||||
custom: {
|
||||
id: 'custom',
|
||||
priority: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue