diff --git a/module/data/activeEffect/changeTypes/armor.mjs b/module/data/activeEffect/changeTypes/armor.mjs index 2f3b9765..217ff9dd 100644 --- a/module/data/activeEffect/changeTypes/armor.mjs +++ b/module/data/activeEffect/changeTypes/armor.mjs @@ -82,7 +82,7 @@ export default class ArmorChange extends foundry.abstract.DataModel { { ...change, key: 'system.damageThresholds.major', - type: CONFIG.DH.GENERAL.activeEffectModes.override.id, + type: CONFIG.DH.GENERAL.activeEffectModes.add.id, priority: 50, value: major }, @@ -96,7 +96,7 @@ export default class ArmorChange extends foundry.abstract.DataModel { { ...change, key: 'system.damageThresholds.severe', - type: CONFIG.DH.GENERAL.activeEffectModes.override.id, + type: CONFIG.DH.GENERAL.activeEffectModes.add.id, priority: 50, value: severe }, diff --git a/src/packs/domains/domainCard_Bare_Bones_l5D9kq901JDESaXw.json b/src/packs/domains/domainCard_Bare_Bones_l5D9kq901JDESaXw.json index 098f5f4c..7956d6eb 100644 --- a/src/packs/domains/domainCard_Bare_Bones_l5D9kq901JDESaXw.json +++ b/src/packs/domains/domainCard_Bare_Bones_l5D9kq901JDESaXw.json @@ -4,7 +4,7 @@ "type": "domainCard", "folder": "QpOL7jPbMBzH96qR", "system": { - "description": "

When you choose not to equip armor, you have a base Armor Score of 3 + your Strength and use the following as your base damage thresholds:

Equip the below armor to use Bare Bones.

@UUID[Compendium.daggerheart.armors.Item.ITAjcigTcUw5pMCN]{Bare Bones}

", + "description": "

When you choose not to equip armor, you have a base Armor Score of 3 + your Strength and use the following as your base damage thresholds:

", "domain": "valor", "recallCost": 0, "level": 1, @@ -28,22 +28,33 @@ { "type": "armor", "phase": "initial", - "priority": 20, "value": { + "current": 0, "max": "3 + @system.traits.strength.value", "interaction": "inactive", "damageThresholds": { - "major": "9 + (@tier - 1) * 5 + max(0, (@tier -2) * 2 )", + "major": "9 + (@tier - 1) * 2", "severe": "19 + (@tier - 1) * 5 + max(0, (@tier -2) * 2 )" } - } + }, + "priority": 20 } - ] + ], + "duration": { + "type": "" + } }, "_id": "FCsgz7Tdsw6QUzBs", "img": "icons/magic/control/buff-strength-muscle-damage-orange.webp", "disabled": false, - "start": null, + "start": { + "time": 0, + "combat": null, + "combatant": null, + "initiative": null, + "round": null, + "turn": null + }, "duration": { "value": null, "units": "seconds", diff --git a/system.json b/system.json index 313d5fe9..450c33b2 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "id": "daggerheart", "title": "Daggerheart", "description": "An unofficial implementation of the Daggerheart system", - "version": "2.1.0", + "version": "2.1.1", "compatibility": { "minimum": "14.359", "verified": "14.360", @@ -298,5 +298,5 @@ "secondaryTokenAttribute": "resources.stress", "url": "https://github.com/Foundryborne/daggerheart", "manifest": "https://raw.githubusercontent.com/Foundryborne/daggerheart/main/system.json", - "download": "https://github.com/Foundryborne/daggerheart/releases/download/2.1.0/system.zip" + "download": "https://github.com/Foundryborne/daggerheart/releases/download/2.1.1/system.zip" }