From 90cef3a7a8e74a7f692e4c2b18765cf6fa571d1f Mon Sep 17 00:00:00 2001
From: CPTN_Cosmo
Date: Sun, 3 Aug 2025 21:24:53 +0200
Subject: [PATCH] added Blade Domain Cards (#553)
---
...ard_A_Soldier_s_Bond_Y08dLFuPXsgeRrHi.json | 83 ++++++-
...omainCard_Battle_Cry_Ef1JsUG50LIoKx2F.json | 167 ++++++++++++-
...Card_Battle_Hardened_NeEOghgfyDUBTwBG.json | 83 ++++++-
...nCard_Battle_Monster_P0ezScyQ5t8ruByf.json | 38 ++-
...inCard_Blade_Touched_Gb5bqpFSBiuBxUix.json | 71 +++++-
...Card_Champion_s_Edge_rnejRbUQsNGX1GMC.json | 233 +++++++++++++++++-
...ainCard_Deadly_Focus_xxZOXC4tiZQ6kg1e.json | 97 +++++++-
...Card_Fortified_Armor_oVa49lI107eZILZr.json | 71 +++++-
.../domainCard_Frenzy_MMl7abdGRLl7TJLO.json | 115 ++++++++-
...mainCard_Get_Back_Up_BFWN2cObMdlk9uVz.json | 47 +++-
...inCard_Glancing_Blow_nCNCqSH7UgW4O3To.json | 51 +++-
...nCard_Gore_and_Glory_3zvjgZ5Od343wHzx.json | 108 +++++++-
...Card_Not_Good_Enough_xheQZOIYp0ERQhT9.json | 11 +-
...domainCard_Onslaught_I7pNsQ9Yx6mRJX4V.json | 51 +++-
.../domainCard_Rage_Up_GRL0cvs96vrTDckZ.json | 194 ++++++++++++++-
...Card_Reaper_s_Strike_MCgNRlh0s5XUPCfl.json | 71 +++++-
.../domainCard_Reckless_2ooUo2yoilGifY81.json | 47 +++-
.../domainCard_Scramble_5bBU9jWHOuOY12lR.json | 11 +-
...rd_Versatile_Fighter_wQ53ImDswEHv5SGQ.json | 47 +++-
.../domainCard_Vitality_sWUlSPOJEaXyQLCj.json | 215 +++++++++++++++-
...domainCard_Whirlwind_anO0arioUy7I5zBg.json | 47 +++-
21 files changed, 1749 insertions(+), 109 deletions(-)
diff --git a/src/packs/domains/domainCard_A_Soldier_s_Bond_Y08dLFuPXsgeRrHi.json b/src/packs/domains/domainCard_A_Soldier_s_Bond_Y08dLFuPXsgeRrHi.json
index ec2c84ab..3fb1299a 100644
--- a/src/packs/domains/domainCard_A_Soldier_s_Bond_Y08dLFuPXsgeRrHi.json
+++ b/src/packs/domains/domainCard_A_Soldier_s_Bond_Y08dLFuPXsgeRrHi.json
@@ -1,6 +1,6 @@
{
"name": "A Soldier’s Bond",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "o7t2fsAmRxKLoHrO",
"system": {
@@ -8,22 +8,95 @@
"domain": "blade",
"recallCost": 1,
"level": 2,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "7Tcn3wYxEIGEfbJ5": {
+ "type": "healing",
+ "_id": "7Tcn3wYxEIGEfbJ5",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [],
+ "uses": {
+ "value": null,
+ "max": "1",
+ "recovery": "longRest",
+ "consumeOnSuccess": false
+ },
+ "damage": {
+ "parts": [
+ {
+ "value": {
+ "custom": {
+ "enabled": true,
+ "formula": "3"
+ },
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null
+ },
+ "applyTo": "hope",
+ "base": false,
+ "resultBased": false,
+ "valueAlt": {
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null,
+ "custom": {
+ "enabled": false
+ }
+ },
+ "type": []
+ }
+ ],
+ "includeBase": false
+ },
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "effects": [],
+ "roll": {
+ "type": null,
+ "trait": null,
+ "difficulty": null,
+ "bonus": null,
+ "advState": "neutral",
+ "diceRolling": {
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "compare": null,
+ "treshold": null
+ },
+ "useDefault": false
+ },
+ "name": "Gain 3 Hope",
+ "img": "icons/magic/light/beam-rays-yellow.webp",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784407,
- "modifiedTime": 1753922784407,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754244754496,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "Y08dLFuPXsgeRrHi",
"sort": 3400000,
"effects": [],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!Y08dLFuPXsgeRrHi"
}
diff --git a/src/packs/domains/domainCard_Battle_Cry_Ef1JsUG50LIoKx2F.json b/src/packs/domains/domainCard_Battle_Cry_Ef1JsUG50LIoKx2F.json
index d7dd4b14..14423eda 100644
--- a/src/packs/domains/domainCard_Battle_Cry_Ef1JsUG50LIoKx2F.json
+++ b/src/packs/domains/domainCard_Battle_Cry_Ef1JsUG50LIoKx2F.json
@@ -1,6 +1,6 @@
{
"name": "Battle Cry",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "me7ywrVh38j6T8Sm",
"system": {
@@ -8,22 +8,177 @@
"domain": "blade",
"recallCost": 2,
"level": 8,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "jakoB9n8KSgvYVZv": {
+ "type": "healing",
+ "_id": "jakoB9n8KSgvYVZv",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [],
+ "uses": {
+ "value": null,
+ "max": "1",
+ "recovery": "longRest",
+ "consumeOnSuccess": false
+ },
+ "damage": {
+ "parts": [
+ {
+ "value": {
+ "custom": {
+ "enabled": true,
+ "formula": "1"
+ },
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null
+ },
+ "applyTo": "stress",
+ "base": false,
+ "resultBased": false,
+ "valueAlt": {
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null,
+ "custom": {
+ "enabled": false
+ }
+ },
+ "type": []
+ },
+ {
+ "value": {
+ "custom": {
+ "enabled": true,
+ "formula": "1"
+ },
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null
+ },
+ "applyTo": "hope",
+ "base": false,
+ "resultBased": false,
+ "valueAlt": {
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null,
+ "custom": {
+ "enabled": false
+ }
+ },
+ "type": []
+ }
+ ],
+ "includeBase": false
+ },
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "effects": [
+ {
+ "_id": "s7ma4TNgAvt0ZgEW",
+ "onSave": false
+ }
+ ],
+ "roll": {
+ "type": null,
+ "trait": null,
+ "difficulty": null,
+ "bonus": null,
+ "advState": "neutral",
+ "diceRolling": {
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "compare": null,
+ "treshold": null
+ },
+ "useDefault": false
+ },
+ "name": "Clear Stress & Gain Hope",
+ "img": "icons/magic/control/buff-flight-wings-runes-purple.webp",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784413,
- "modifiedTime": 1753922784413,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754247384173,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "Ef1JsUG50LIoKx2F",
"sort": 3400000,
- "effects": [],
+ "effects": [
+ {
+ "name": "Battle Cry",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
+ "origin": "Compendium.daggerheart.domains.Item.Ef1JsUG50LIoKx2F",
+ "transfer": false,
+ "_id": "s7ma4TNgAvt0ZgEW",
+ "type": "base",
+ "system": {
+ "rangeDependence": {
+ "enabled": false,
+ "type": "withinRange",
+ "target": "hostile",
+ "range": "melee"
+ }
+ },
+ "changes": [
+ {
+ "key": "system.advantageSources",
+ "mode": 2,
+ "value": "1",
+ "priority": null
+ }
+ ],
+ "disabled": false,
+ "duration": {
+ "startTime": null,
+ "combat": null,
+ "seconds": null,
+ "rounds": null,
+ "turns": null,
+ "startRound": null,
+ "startTurn": null
+ },
+ "description": "",
+ "tint": "#ffffff",
+ "statuses": [],
+ "sort": 0,
+ "flags": {},
+ "_stats": {
+ "compendiumSource": null,
+ "duplicateSource": null,
+ "exportSource": null,
+ "coreVersion": "13.346",
+ "systemId": "daggerheart",
+ "systemVersion": "0.0.1",
+ "createdTime": 1754247384148,
+ "modifiedTime": 1754247399500,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
+ },
+ "_key": "!items.effects!Ef1JsUG50LIoKx2F.s7ma4TNgAvt0ZgEW"
+ }
+ ],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!Ef1JsUG50LIoKx2F"
}
diff --git a/src/packs/domains/domainCard_Battle_Hardened_NeEOghgfyDUBTwBG.json b/src/packs/domains/domainCard_Battle_Hardened_NeEOghgfyDUBTwBG.json
index 366da2b4..39af16dd 100644
--- a/src/packs/domains/domainCard_Battle_Hardened_NeEOghgfyDUBTwBG.json
+++ b/src/packs/domains/domainCard_Battle_Hardened_NeEOghgfyDUBTwBG.json
@@ -1,6 +1,6 @@
{
"name": "Battle-Hardened",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "EiP5dLozOFZKIeWN",
"system": {
@@ -8,22 +8,95 @@
"domain": "blade",
"recallCost": 2,
"level": 6,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "iucXKML1P8Q7nmcp": {
+ "type": "healing",
+ "_id": "iucXKML1P8Q7nmcp",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [],
+ "uses": {
+ "value": null,
+ "max": "1",
+ "recovery": "longRest",
+ "consumeOnSuccess": false
+ },
+ "damage": {
+ "parts": [
+ {
+ "value": {
+ "custom": {
+ "enabled": true,
+ "formula": "1"
+ },
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null
+ },
+ "applyTo": "hitPoints",
+ "base": false,
+ "resultBased": false,
+ "valueAlt": {
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null,
+ "custom": {
+ "enabled": false
+ }
+ },
+ "type": []
+ }
+ ],
+ "includeBase": false
+ },
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "effects": [],
+ "roll": {
+ "type": null,
+ "trait": null,
+ "difficulty": null,
+ "bonus": null,
+ "advState": "neutral",
+ "diceRolling": {
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "compare": null,
+ "treshold": null
+ },
+ "useDefault": false
+ },
+ "name": "Spend a Hope",
+ "img": "icons/magic/life/heart-cross-green.webp",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784415,
- "modifiedTime": 1753922784415,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754246132892,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "NeEOghgfyDUBTwBG",
"sort": 3400000,
"effects": [],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!NeEOghgfyDUBTwBG"
}
diff --git a/src/packs/domains/domainCard_Battle_Monster_P0ezScyQ5t8ruByf.json b/src/packs/domains/domainCard_Battle_Monster_P0ezScyQ5t8ruByf.json
index f69180fc..cd945918 100644
--- a/src/packs/domains/domainCard_Battle_Monster_P0ezScyQ5t8ruByf.json
+++ b/src/packs/domains/domainCard_Battle_Monster_P0ezScyQ5t8ruByf.json
@@ -1,6 +1,6 @@
{
"name": "Battle Monster",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "7pKKYgRQAKlQAksV",
"system": {
@@ -8,22 +8,50 @@
"domain": "blade",
"recallCost": 0,
"level": 10,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "lekCIrTCQ2FhwGd1": {
+ "type": "effect",
+ "_id": "lekCIrTCQ2FhwGd1",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [],
+ "uses": {
+ "value": null,
+ "max": "",
+ "recovery": null,
+ "consumeOnSuccess": false
+ },
+ "effects": [],
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "name": "Mark 4 Stress",
+ "img": "icons/magic/control/silhouette-aura-energy.webp",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784414,
- "modifiedTime": 1753922784414,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754248024583,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "P0ezScyQ5t8ruByf",
"sort": 3400000,
"effects": [],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!P0ezScyQ5t8ruByf"
}
diff --git a/src/packs/domains/domainCard_Blade_Touched_Gb5bqpFSBiuBxUix.json b/src/packs/domains/domainCard_Blade_Touched_Gb5bqpFSBiuBxUix.json
index 6cf59390..56166bfe 100644
--- a/src/packs/domains/domainCard_Blade_Touched_Gb5bqpFSBiuBxUix.json
+++ b/src/packs/domains/domainCard_Blade_Touched_Gb5bqpFSBiuBxUix.json
@@ -1,6 +1,6 @@
{
"name": "Blade-Touched",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "HAGbPLHwm0UozDeG",
"system": {
@@ -15,15 +15,76 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784416,
- "modifiedTime": 1753922784416,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754244839691,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "Gb5bqpFSBiuBxUix",
"sort": 3400000,
- "effects": [],
+ "effects": [
+ {
+ "name": "Blade-Touched",
+ "type": "base",
+ "system": {
+ "rangeDependence": {
+ "enabled": false,
+ "type": "withinRange",
+ "target": "hostile",
+ "range": "melee"
+ }
+ },
+ "_id": "fBpLkCWGsB8MbymR",
+ "img": "icons/skills/melee/strike-sword-slashing-red.webp",
+ "changes": [
+ {
+ "key": "system.bonuses.roll.attack.bonus",
+ "mode": 2,
+ "value": "2",
+ "priority": null
+ },
+ {
+ "key": "system.damageThresholds.severe",
+ "mode": 2,
+ "value": "4",
+ "priority": null
+ }
+ ],
+ "disabled": false,
+ "duration": {
+ "startTime": null,
+ "combat": null,
+ "seconds": null,
+ "rounds": null,
+ "turns": null,
+ "startRound": null,
+ "startTurn": null
+ },
+ "description": "",
+ "origin": null,
+ "tint": "#ffffff",
+ "transfer": true,
+ "statuses": [],
+ "sort": 0,
+ "flags": {},
+ "_stats": {
+ "compendiumSource": null,
+ "duplicateSource": null,
+ "exportSource": null,
+ "coreVersion": "13.346",
+ "systemId": "daggerheart",
+ "systemVersion": "0.0.1",
+ "createdTime": 1754246889363,
+ "modifiedTime": 1754246967549,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
+ },
+ "_key": "!items.effects!Gb5bqpFSBiuBxUix.fBpLkCWGsB8MbymR"
+ }
+ ],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!Gb5bqpFSBiuBxUix"
}
diff --git a/src/packs/domains/domainCard_Champion_s_Edge_rnejRbUQsNGX1GMC.json b/src/packs/domains/domainCard_Champion_s_Edge_rnejRbUQsNGX1GMC.json
index 4d5658ee..804aa177 100644
--- a/src/packs/domains/domainCard_Champion_s_Edge_rnejRbUQsNGX1GMC.json
+++ b/src/packs/domains/domainCard_Champion_s_Edge_rnejRbUQsNGX1GMC.json
@@ -1,6 +1,6 @@
{
"name": "Champion’s Edge",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "Emnx4o1DWGTVKoAg",
"system": {
@@ -8,22 +8,245 @@
"domain": "blade",
"recallCost": 1,
"level": 5,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "CbKKgf1TboGPZitf": {
+ "type": "healing",
+ "_id": "CbKKgf1TboGPZitf",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [
+ {
+ "keyIsID": false,
+ "key": "hope",
+ "value": 1,
+ "scalable": false,
+ "step": null,
+ "consumeOnSuccess": false
+ }
+ ],
+ "uses": {
+ "value": null,
+ "max": "",
+ "recovery": null,
+ "consumeOnSuccess": false
+ },
+ "damage": {
+ "parts": [
+ {
+ "value": {
+ "custom": {
+ "enabled": true,
+ "formula": "1"
+ },
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null
+ },
+ "applyTo": "hitPoints",
+ "base": false,
+ "resultBased": false,
+ "valueAlt": {
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null,
+ "custom": {
+ "enabled": false
+ }
+ },
+ "type": []
+ }
+ ],
+ "includeBase": false
+ },
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "effects": [],
+ "roll": {
+ "type": null,
+ "trait": null,
+ "difficulty": null,
+ "bonus": null,
+ "advState": "neutral",
+ "diceRolling": {
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "compare": null,
+ "treshold": null
+ },
+ "useDefault": false
+ },
+ "name": "Clear 1 HP",
+ "img": "icons/magic/life/heart-cross-green.webp",
+ "range": ""
+ },
+ "hsI4QDa6Br52P2mc": {
+ "type": "healing",
+ "_id": "hsI4QDa6Br52P2mc",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [
+ {
+ "keyIsID": false,
+ "key": "hope",
+ "value": 1,
+ "scalable": false,
+ "step": null,
+ "consumeOnSuccess": false
+ }
+ ],
+ "uses": {
+ "value": null,
+ "max": "",
+ "recovery": null,
+ "consumeOnSuccess": false
+ },
+ "damage": {
+ "parts": [
+ {
+ "value": {
+ "custom": {
+ "enabled": true,
+ "formula": "1"
+ },
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null
+ },
+ "applyTo": "armorSlot",
+ "base": false,
+ "resultBased": false,
+ "valueAlt": {
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null,
+ "custom": {
+ "enabled": false
+ }
+ },
+ "type": []
+ }
+ ],
+ "includeBase": false
+ },
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "effects": [],
+ "roll": {
+ "type": null,
+ "trait": null,
+ "difficulty": null,
+ "bonus": null,
+ "advState": "neutral",
+ "diceRolling": {
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "compare": null,
+ "treshold": null
+ },
+ "useDefault": false
+ },
+ "name": "Clear 1 Armor Slot",
+ "img": "icons/equipment/chest/breastplate-helmet-metal.webp",
+ "range": ""
+ },
+ "IqLoK4KHMpoTGQIM": {
+ "type": "damage",
+ "_id": "IqLoK4KHMpoTGQIM",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [
+ {
+ "keyIsID": false,
+ "key": "hope",
+ "value": 1,
+ "scalable": false,
+ "step": null,
+ "consumeOnSuccess": false
+ }
+ ],
+ "uses": {
+ "value": null,
+ "max": "",
+ "recovery": null,
+ "consumeOnSuccess": false
+ },
+ "damage": {
+ "parts": [
+ {
+ "value": {
+ "custom": {
+ "enabled": true,
+ "formula": "1"
+ },
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null
+ },
+ "applyTo": "hitPoints",
+ "type": [
+ "physical"
+ ],
+ "base": false,
+ "resultBased": false,
+ "valueAlt": {
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null,
+ "custom": {
+ "enabled": false
+ }
+ }
+ }
+ ],
+ "includeBase": false
+ },
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "effects": [],
+ "name": "Deal 1 HP Damage",
+ "img": "icons/skills/melee/strike-axe-blood-red.webp",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784433,
- "modifiedTime": 1753922784433,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754245291254,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "rnejRbUQsNGX1GMC",
"sort": 3400000,
"effects": [],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!rnejRbUQsNGX1GMC"
}
diff --git a/src/packs/domains/domainCard_Deadly_Focus_xxZOXC4tiZQ6kg1e.json b/src/packs/domains/domainCard_Deadly_Focus_xxZOXC4tiZQ6kg1e.json
index 3a3a4451..0164f390 100644
--- a/src/packs/domains/domainCard_Deadly_Focus_xxZOXC4tiZQ6kg1e.json
+++ b/src/packs/domains/domainCard_Deadly_Focus_xxZOXC4tiZQ6kg1e.json
@@ -1,6 +1,6 @@
{
"name": "Deadly Focus",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "yalAnCU3SndrYImF",
"system": {
@@ -8,22 +8,107 @@
"domain": "blade",
"recallCost": 2,
"level": 4,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "xdNbP1ggDxpXZ1HP": {
+ "type": "effect",
+ "_id": "xdNbP1ggDxpXZ1HP",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [],
+ "uses": {
+ "value": null,
+ "max": "",
+ "recovery": null,
+ "consumeOnSuccess": false
+ },
+ "effects": [
+ {
+ "_id": "6sR46Hd554DiLHy4",
+ "onSave": false
+ }
+ ],
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "name": "Focus",
+ "img": "icons/skills/targeting/crosshair-pointed-orange.webp",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784443,
- "modifiedTime": 1753922784443,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754244951595,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "xxZOXC4tiZQ6kg1e",
"sort": 3400000,
- "effects": [],
+ "effects": [
+ {
+ "name": "Deadly Focus",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
+ "origin": "Compendium.daggerheart.domains.Item.xxZOXC4tiZQ6kg1e",
+ "transfer": false,
+ "_id": "6sR46Hd554DiLHy4",
+ "type": "base",
+ "system": {
+ "rangeDependence": {
+ "enabled": false,
+ "type": "withinRange",
+ "target": "hostile",
+ "range": "melee"
+ }
+ },
+ "changes": [
+ {
+ "key": "system.proficiency",
+ "mode": 2,
+ "value": "1",
+ "priority": null
+ }
+ ],
+ "disabled": false,
+ "duration": {
+ "startTime": null,
+ "combat": null,
+ "seconds": null,
+ "rounds": null,
+ "turns": null,
+ "startRound": null,
+ "startTurn": null
+ },
+ "description": "",
+ "tint": "#ffffff",
+ "statuses": [],
+ "sort": 0,
+ "flags": {},
+ "_stats": {
+ "compendiumSource": null,
+ "duplicateSource": null,
+ "exportSource": null,
+ "coreVersion": "13.346",
+ "systemId": "daggerheart",
+ "systemVersion": "0.0.1",
+ "createdTime": 1754244951545,
+ "modifiedTime": 1754244958779,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
+ },
+ "_key": "!items.effects!xxZOXC4tiZQ6kg1e.6sR46Hd554DiLHy4"
+ }
+ ],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!xxZOXC4tiZQ6kg1e"
}
diff --git a/src/packs/domains/domainCard_Fortified_Armor_oVa49lI107eZILZr.json b/src/packs/domains/domainCard_Fortified_Armor_oVa49lI107eZILZr.json
index ef6ce73e..8dc2eb6f 100644
--- a/src/packs/domains/domainCard_Fortified_Armor_oVa49lI107eZILZr.json
+++ b/src/packs/domains/domainCard_Fortified_Armor_oVa49lI107eZILZr.json
@@ -1,6 +1,6 @@
{
"name": "Fortified Armor",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "yalAnCU3SndrYImF",
"system": {
@@ -15,15 +15,76 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784458,
- "modifiedTime": 1753922784458,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754244852896,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "oVa49lI107eZILZr",
"sort": 3400000,
- "effects": [],
+ "effects": [
+ {
+ "name": "Fortified Armor",
+ "type": "base",
+ "system": {
+ "rangeDependence": {
+ "enabled": false,
+ "type": "withinRange",
+ "target": "hostile",
+ "range": "melee"
+ }
+ },
+ "_id": "jx8KWAdyoPV2hV0s",
+ "img": "icons/equipment/chest/breastplate-helmet-metal.webp",
+ "changes": [
+ {
+ "key": "system.damageThresholds.major",
+ "mode": 2,
+ "value": "2",
+ "priority": null
+ },
+ {
+ "key": "system.damageThresholds.severe",
+ "mode": 2,
+ "value": "2",
+ "priority": null
+ }
+ ],
+ "disabled": false,
+ "duration": {
+ "startTime": null,
+ "combat": null,
+ "seconds": null,
+ "rounds": null,
+ "turns": null,
+ "startRound": null,
+ "startTurn": null
+ },
+ "description": "",
+ "origin": null,
+ "tint": "#ffffff",
+ "transfer": true,
+ "statuses": [],
+ "sort": 0,
+ "flags": {},
+ "_stats": {
+ "compendiumSource": null,
+ "duplicateSource": null,
+ "exportSource": null,
+ "coreVersion": "13.346",
+ "systemId": "daggerheart",
+ "systemVersion": "0.0.1",
+ "createdTime": 1754244979623,
+ "modifiedTime": 1754245026233,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
+ },
+ "_key": "!items.effects!oVa49lI107eZILZr.jx8KWAdyoPV2hV0s"
+ }
+ ],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!oVa49lI107eZILZr"
}
diff --git a/src/packs/domains/domainCard_Frenzy_MMl7abdGRLl7TJLO.json b/src/packs/domains/domainCard_Frenzy_MMl7abdGRLl7TJLO.json
index ff7d0f7e..d7523ef5 100644
--- a/src/packs/domains/domainCard_Frenzy_MMl7abdGRLl7TJLO.json
+++ b/src/packs/domains/domainCard_Frenzy_MMl7abdGRLl7TJLO.json
@@ -1,6 +1,6 @@
{
"name": "Frenzy",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "me7ywrVh38j6T8Sm",
"system": {
@@ -8,22 +8,125 @@
"domain": "blade",
"recallCost": 3,
"level": 8,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "xEpwnkNppHe3aoEs": {
+ "type": "effect",
+ "_id": "xEpwnkNppHe3aoEs",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [],
+ "uses": {
+ "value": null,
+ "max": "1",
+ "recovery": "longRest",
+ "consumeOnSuccess": false
+ },
+ "effects": [
+ {
+ "_id": "1POoAgObPOWDpUco",
+ "onSave": false
+ }
+ ],
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "name": "Frenzy",
+ "img": "icons/magic/fire/projectile-wave-yellow.webp",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784459,
- "modifiedTime": 1753922784459,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754247528112,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "MMl7abdGRLl7TJLO",
"sort": 3400000,
- "effects": [],
+ "effects": [
+ {
+ "name": "Frenzy",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
+ "origin": "Compendium.daggerheart.domains.Item.MMl7abdGRLl7TJLO",
+ "transfer": false,
+ "_id": "1POoAgObPOWDpUco",
+ "type": "base",
+ "system": {
+ "rangeDependence": {
+ "enabled": false,
+ "type": "withinRange",
+ "target": "hostile",
+ "range": "melee"
+ }
+ },
+ "changes": [
+ {
+ "key": "system.bonuses.damage.primaryWeapon.bonus",
+ "mode": 2,
+ "value": "10",
+ "priority": null
+ },
+ {
+ "key": "system.bonuses.damage.physical.bonus",
+ "mode": 2,
+ "value": "10",
+ "priority": null
+ },
+ {
+ "key": "system.bonuses.damage.secondaryWeapon.bonus",
+ "mode": 2,
+ "value": "10",
+ "priority": null
+ },
+ {
+ "key": "system.damageThresholds.severe",
+ "mode": 2,
+ "value": "8",
+ "priority": null
+ }
+ ],
+ "disabled": false,
+ "duration": {
+ "startTime": null,
+ "combat": null,
+ "seconds": null,
+ "rounds": null,
+ "turns": null,
+ "startRound": null,
+ "startTurn": null
+ },
+ "description": "",
+ "tint": "#ffffff",
+ "statuses": [],
+ "sort": 0,
+ "flags": {},
+ "_stats": {
+ "compendiumSource": null,
+ "duplicateSource": null,
+ "exportSource": null,
+ "coreVersion": "13.346",
+ "systemId": "daggerheart",
+ "systemVersion": "0.0.1",
+ "createdTime": 1754247528086,
+ "modifiedTime": 1754247639266,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
+ },
+ "_key": "!items.effects!MMl7abdGRLl7TJLO.1POoAgObPOWDpUco"
+ }
+ ],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!MMl7abdGRLl7TJLO"
}
diff --git a/src/packs/domains/domainCard_Get_Back_Up_BFWN2cObMdlk9uVz.json b/src/packs/domains/domainCard_Get_Back_Up_BFWN2cObMdlk9uVz.json
index 80644c5f..a9fb5929 100644
--- a/src/packs/domains/domainCard_Get_Back_Up_BFWN2cObMdlk9uVz.json
+++ b/src/packs/domains/domainCard_Get_Back_Up_BFWN2cObMdlk9uVz.json
@@ -1,6 +1,6 @@
{
"name": "Get Back Up",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "9Xc6KzNyjDtTGZkp",
"system": {
@@ -8,22 +8,59 @@
"domain": "blade",
"recallCost": 1,
"level": 1,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "cXjI5GBpJSd7OtZY": {
+ "type": "effect",
+ "_id": "cXjI5GBpJSd7OtZY",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [
+ {
+ "scalable": false,
+ "key": "stress",
+ "value": 1,
+ "keyIsID": false,
+ "step": null,
+ "consumeOnSuccess": false
+ }
+ ],
+ "uses": {
+ "value": null,
+ "max": "",
+ "recovery": null,
+ "consumeOnSuccess": false
+ },
+ "effects": [],
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "name": "Mark a Stress",
+ "img": "icons/magic/control/silhouette-aura-energy.webp",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784460,
- "modifiedTime": 1753922784460,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754244495256,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "BFWN2cObMdlk9uVz",
"sort": 3400000,
"effects": [],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!BFWN2cObMdlk9uVz"
}
diff --git a/src/packs/domains/domainCard_Glancing_Blow_nCNCqSH7UgW4O3To.json b/src/packs/domains/domainCard_Glancing_Blow_nCNCqSH7UgW4O3To.json
index c6ff2a32..f0264441 100644
--- a/src/packs/domains/domainCard_Glancing_Blow_nCNCqSH7UgW4O3To.json
+++ b/src/packs/domains/domainCard_Glancing_Blow_nCNCqSH7UgW4O3To.json
@@ -1,6 +1,6 @@
{
"name": "Glancing Blow",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "HAGbPLHwm0UozDeG",
"system": {
@@ -8,22 +8,63 @@
"domain": "blade",
"recallCost": 1,
"level": 7,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "DUojhK0OtvsotiE6": {
+ "type": "damage",
+ "_id": "DUojhK0OtvsotiE6",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [
+ {
+ "scalable": false,
+ "key": "stress",
+ "value": 1,
+ "keyIsID": false,
+ "step": null,
+ "consumeOnSuccess": false
+ }
+ ],
+ "uses": {
+ "value": null,
+ "max": "",
+ "recovery": null,
+ "consumeOnSuccess": false
+ },
+ "damage": {
+ "parts": [],
+ "includeBase": false
+ },
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "effects": [],
+ "name": "Mark a Stress",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784462,
- "modifiedTime": 1753922784462,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754247275114,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "nCNCqSH7UgW4O3To",
"sort": 3400000,
"effects": [],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!nCNCqSH7UgW4O3To"
}
diff --git a/src/packs/domains/domainCard_Gore_and_Glory_3zvjgZ5Od343wHzx.json b/src/packs/domains/domainCard_Gore_and_Glory_3zvjgZ5Od343wHzx.json
index 646a8c34..fab18a49 100644
--- a/src/packs/domains/domainCard_Gore_and_Glory_3zvjgZ5Od343wHzx.json
+++ b/src/packs/domains/domainCard_Gore_and_Glory_3zvjgZ5Od343wHzx.json
@@ -1,6 +1,6 @@
{
"name": "Gore and Glory",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "QYdeGsmVYIF34kZR",
"system": {
@@ -8,22 +8,120 @@
"domain": "blade",
"recallCost": 2,
"level": 9,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "crvDbD8V8linpzeg": {
+ "type": "healing",
+ "_id": "crvDbD8V8linpzeg",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [],
+ "uses": {
+ "value": null,
+ "max": "",
+ "recovery": null,
+ "consumeOnSuccess": false
+ },
+ "damage": {
+ "parts": [
+ {
+ "value": {
+ "custom": {
+ "enabled": true,
+ "formula": "1"
+ },
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null
+ },
+ "applyTo": "stress",
+ "base": false,
+ "resultBased": false,
+ "valueAlt": {
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null,
+ "custom": {
+ "enabled": false
+ }
+ },
+ "type": []
+ },
+ {
+ "value": {
+ "custom": {
+ "enabled": true,
+ "formula": "1"
+ },
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null
+ },
+ "applyTo": "hope",
+ "base": false,
+ "resultBased": false,
+ "valueAlt": {
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "bonus": null,
+ "custom": {
+ "enabled": false
+ }
+ },
+ "type": []
+ }
+ ],
+ "includeBase": false
+ },
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "effects": [],
+ "roll": {
+ "type": null,
+ "trait": null,
+ "difficulty": null,
+ "bonus": null,
+ "advState": "neutral",
+ "diceRolling": {
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "compare": null,
+ "treshold": null
+ },
+ "useDefault": false
+ },
+ "name": "Gain Hope & Clear Stress",
+ "img": "icons/magic/control/buff-flight-wings-runes-purple.webp",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784464,
- "modifiedTime": 1753922784464,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754247713267,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "3zvjgZ5Od343wHzx",
"sort": 3400000,
"effects": [],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!3zvjgZ5Od343wHzx"
}
diff --git a/src/packs/domains/domainCard_Not_Good_Enough_xheQZOIYp0ERQhT9.json b/src/packs/domains/domainCard_Not_Good_Enough_xheQZOIYp0ERQhT9.json
index 43147d41..56abe99f 100644
--- a/src/packs/domains/domainCard_Not_Good_Enough_xheQZOIYp0ERQhT9.json
+++ b/src/packs/domains/domainCard_Not_Good_Enough_xheQZOIYp0ERQhT9.json
@@ -1,6 +1,6 @@
{
"name": "Not Good Enough",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "9Xc6KzNyjDtTGZkp",
"system": {
@@ -15,15 +15,18 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784487,
- "modifiedTime": 1753922784487,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754244517328,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "xheQZOIYp0ERQhT9",
"sort": 3400000,
"effects": [],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!xheQZOIYp0ERQhT9"
}
diff --git a/src/packs/domains/domainCard_Onslaught_I7pNsQ9Yx6mRJX4V.json b/src/packs/domains/domainCard_Onslaught_I7pNsQ9Yx6mRJX4V.json
index 2af69bba..425dd8b9 100644
--- a/src/packs/domains/domainCard_Onslaught_I7pNsQ9Yx6mRJX4V.json
+++ b/src/packs/domains/domainCard_Onslaught_I7pNsQ9Yx6mRJX4V.json
@@ -1,6 +1,6 @@
{
"name": "Onslaught",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "7pKKYgRQAKlQAksV",
"system": {
@@ -8,22 +8,63 @@
"domain": "blade",
"recallCost": 3,
"level": 10,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "MxaqNvY9IfWnFe5P": {
+ "type": "damage",
+ "_id": "MxaqNvY9IfWnFe5P",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [
+ {
+ "scalable": false,
+ "key": "stress",
+ "value": 1,
+ "keyIsID": false,
+ "step": null,
+ "consumeOnSuccess": false
+ }
+ ],
+ "uses": {
+ "value": null,
+ "max": "",
+ "recovery": null,
+ "consumeOnSuccess": false
+ },
+ "damage": {
+ "parts": [],
+ "includeBase": false
+ },
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "effects": [],
+ "name": "Mark a Stress",
+ "img": "icons/skills/melee/strike-axe-blood-red.webp",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784490,
- "modifiedTime": 1753922784490,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754248295075,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "I7pNsQ9Yx6mRJX4V",
"sort": 3400000,
"effects": [],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!I7pNsQ9Yx6mRJX4V"
}
diff --git a/src/packs/domains/domainCard_Rage_Up_GRL0cvs96vrTDckZ.json b/src/packs/domains/domainCard_Rage_Up_GRL0cvs96vrTDckZ.json
index 408e605a..7fa82556 100644
--- a/src/packs/domains/domainCard_Rage_Up_GRL0cvs96vrTDckZ.json
+++ b/src/packs/domains/domainCard_Rage_Up_GRL0cvs96vrTDckZ.json
@@ -1,6 +1,6 @@
{
"name": "Rage Up",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "EiP5dLozOFZKIeWN",
"system": {
@@ -8,22 +8,204 @@
"domain": "blade",
"recallCost": 1,
"level": 6,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "LmjwPg03xLnoGTHm": {
+ "type": "effect",
+ "_id": "LmjwPg03xLnoGTHm",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [
+ {
+ "scalable": true,
+ "key": "stress",
+ "value": 1,
+ "step": 1,
+ "keyIsID": false,
+ "consumeOnSuccess": false
+ }
+ ],
+ "uses": {
+ "value": null,
+ "max": "",
+ "recovery": null,
+ "consumeOnSuccess": false
+ },
+ "effects": [
+ {
+ "_id": "bq1MhcmoP6Wo5CXF",
+ "onSave": false
+ }
+ ],
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "name": "Mark 1 Stress",
+ "img": "icons/magic/control/silhouette-aura-energy.webp",
+ "range": ""
+ },
+ "fKY9NcYBwCFwMsgV": {
+ "type": "effect",
+ "_id": "fKY9NcYBwCFwMsgV",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [
+ {
+ "scalable": false,
+ "key": "stress",
+ "value": 2,
+ "keyIsID": false,
+ "step": null,
+ "consumeOnSuccess": false
+ }
+ ],
+ "uses": {
+ "value": null,
+ "max": "",
+ "recovery": null,
+ "consumeOnSuccess": false
+ },
+ "effects": [
+ {
+ "_id": "t6SIjQxB6UBUJ98f",
+ "onSave": false
+ }
+ ],
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "name": "Mark 2 Stress",
+ "img": "icons/magic/control/silhouette-aura-energy.webp",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784496,
- "modifiedTime": 1753922784496,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754246820890,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "GRL0cvs96vrTDckZ",
"sort": 3400000,
- "effects": [],
+ "effects": [
+ {
+ "name": "Rage Up (1)",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
+ "origin": "Compendium.daggerheart.domains.Item.GRL0cvs96vrTDckZ",
+ "transfer": false,
+ "_id": "bq1MhcmoP6Wo5CXF",
+ "type": "base",
+ "system": {
+ "rangeDependence": {
+ "enabled": false,
+ "type": "withinRange",
+ "target": "hostile",
+ "range": "melee"
+ }
+ },
+ "changes": [
+ {
+ "key": "system.bonuses.roll.attack.bonus",
+ "mode": 2,
+ "value": "2*@system.traits.strength.value",
+ "priority": null
+ }
+ ],
+ "disabled": false,
+ "duration": {
+ "startTime": null,
+ "combat": null,
+ "seconds": null,
+ "rounds": null,
+ "turns": null,
+ "startRound": null,
+ "startTurn": null
+ },
+ "description": "",
+ "tint": "#ffffff",
+ "statuses": [],
+ "sort": 0,
+ "flags": {},
+ "_stats": {
+ "compendiumSource": null,
+ "duplicateSource": null,
+ "exportSource": null,
+ "coreVersion": "13.346",
+ "systemId": "daggerheart",
+ "systemVersion": "0.0.1",
+ "createdTime": 1754246159246,
+ "modifiedTime": 1754246767854,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
+ },
+ "_key": "!items.effects!GRL0cvs96vrTDckZ.bq1MhcmoP6Wo5CXF"
+ },
+ {
+ "name": "Rage Up (2)",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
+ "origin": "Compendium.daggerheart.domains.Item.GRL0cvs96vrTDckZ",
+ "transfer": false,
+ "_id": "t6SIjQxB6UBUJ98f",
+ "type": "base",
+ "system": {
+ "rangeDependence": {
+ "enabled": false,
+ "type": "withinRange",
+ "target": "hostile",
+ "range": "melee"
+ }
+ },
+ "changes": [
+ {
+ "key": "system.bonuses.roll.attack.bonus",
+ "mode": 2,
+ "value": "4*@system.traits.strength.value",
+ "priority": null
+ }
+ ],
+ "disabled": false,
+ "duration": {
+ "startTime": null,
+ "combat": null,
+ "seconds": null,
+ "rounds": null,
+ "turns": null,
+ "startRound": null,
+ "startTurn": null
+ },
+ "description": "",
+ "tint": "#ffffff",
+ "statuses": [],
+ "sort": 0,
+ "flags": {},
+ "_stats": {
+ "compendiumSource": null,
+ "duplicateSource": null,
+ "exportSource": null,
+ "coreVersion": "13.346",
+ "systemId": "daggerheart",
+ "systemVersion": "0.0.1",
+ "createdTime": 1754246675511,
+ "modifiedTime": 1754246707418,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
+ },
+ "_key": "!items.effects!GRL0cvs96vrTDckZ.t6SIjQxB6UBUJ98f"
+ }
+ ],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!GRL0cvs96vrTDckZ"
}
diff --git a/src/packs/domains/domainCard_Reaper_s_Strike_MCgNRlh0s5XUPCfl.json b/src/packs/domains/domainCard_Reaper_s_Strike_MCgNRlh0s5XUPCfl.json
index 6e48752e..e1511db6 100644
--- a/src/packs/domains/domainCard_Reaper_s_Strike_MCgNRlh0s5XUPCfl.json
+++ b/src/packs/domains/domainCard_Reaper_s_Strike_MCgNRlh0s5XUPCfl.json
@@ -1,6 +1,6 @@
{
"name": "Reaper’s Strike",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "QYdeGsmVYIF34kZR",
"system": {
@@ -8,22 +8,83 @@
"domain": "blade",
"recallCost": 3,
"level": 9,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "bFW8Qgv6fUswbA6s": {
+ "type": "attack",
+ "_id": "bFW8Qgv6fUswbA6s",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [
+ {
+ "keyIsID": false,
+ "key": "hope",
+ "value": 1,
+ "scalable": false,
+ "step": null,
+ "consumeOnSuccess": false
+ }
+ ],
+ "uses": {
+ "value": null,
+ "max": "1",
+ "recovery": "longRest",
+ "consumeOnSuccess": false
+ },
+ "damage": {
+ "parts": [],
+ "includeBase": false
+ },
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "effects": [],
+ "roll": {
+ "type": "attack",
+ "trait": null,
+ "difficulty": null,
+ "bonus": null,
+ "advState": "neutral",
+ "diceRolling": {
+ "multiplier": "prof",
+ "flatMultiplier": 1,
+ "dice": "d6",
+ "compare": null,
+ "treshold": null
+ },
+ "useDefault": false
+ },
+ "save": {
+ "trait": null,
+ "difficulty": null,
+ "damageMod": "none"
+ },
+ "name": "Spend a Hope",
+ "img": "icons/skills/melee/strike-axe-red.webp",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784498,
- "modifiedTime": 1753922784498,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754247964921,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "MCgNRlh0s5XUPCfl",
"sort": 3400000,
"effects": [],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!MCgNRlh0s5XUPCfl"
}
diff --git a/src/packs/domains/domainCard_Reckless_2ooUo2yoilGifY81.json b/src/packs/domains/domainCard_Reckless_2ooUo2yoilGifY81.json
index 2aa750d2..77b90825 100644
--- a/src/packs/domains/domainCard_Reckless_2ooUo2yoilGifY81.json
+++ b/src/packs/domains/domainCard_Reckless_2ooUo2yoilGifY81.json
@@ -1,6 +1,6 @@
{
"name": "Reckless",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "o7t2fsAmRxKLoHrO",
"system": {
@@ -8,22 +8,59 @@
"domain": "blade",
"recallCost": 1,
"level": 2,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "1vOYZjiUbRBmLcVr": {
+ "type": "effect",
+ "_id": "1vOYZjiUbRBmLcVr",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [
+ {
+ "scalable": false,
+ "key": "stress",
+ "value": 1,
+ "keyIsID": false,
+ "step": null,
+ "consumeOnSuccess": false
+ }
+ ],
+ "uses": {
+ "value": null,
+ "max": "",
+ "recovery": null,
+ "consumeOnSuccess": false
+ },
+ "effects": [],
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "name": "Mark a Stress",
+ "img": "icons/magic/control/silhouette-aura-energy.webp",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784500,
- "modifiedTime": 1753922784500,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754244790951,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "2ooUo2yoilGifY81",
"sort": 3400000,
"effects": [],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!2ooUo2yoilGifY81"
}
diff --git a/src/packs/domains/domainCard_Scramble_5bBU9jWHOuOY12lR.json b/src/packs/domains/domainCard_Scramble_5bBU9jWHOuOY12lR.json
index cb5acc64..32e5b0a6 100644
--- a/src/packs/domains/domainCard_Scramble_5bBU9jWHOuOY12lR.json
+++ b/src/packs/domains/domainCard_Scramble_5bBU9jWHOuOY12lR.json
@@ -1,6 +1,6 @@
{
"name": "Scramble",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "wWL9mV6i2EGX5xHS",
"system": {
@@ -15,15 +15,18 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784509,
- "modifiedTime": 1753922784509,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754244800614,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "5bBU9jWHOuOY12lR",
"sort": 3400000,
"effects": [],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!5bBU9jWHOuOY12lR"
}
diff --git a/src/packs/domains/domainCard_Versatile_Fighter_wQ53ImDswEHv5SGQ.json b/src/packs/domains/domainCard_Versatile_Fighter_wQ53ImDswEHv5SGQ.json
index aebaf817..2090343a 100644
--- a/src/packs/domains/domainCard_Versatile_Fighter_wQ53ImDswEHv5SGQ.json
+++ b/src/packs/domains/domainCard_Versatile_Fighter_wQ53ImDswEHv5SGQ.json
@@ -1,6 +1,6 @@
{
"name": "Versatile Fighter",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "wWL9mV6i2EGX5xHS",
"system": {
@@ -8,22 +8,59 @@
"domain": "blade",
"recallCost": 1,
"level": 3,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "XAaygVE635axvBX7": {
+ "type": "effect",
+ "_id": "XAaygVE635axvBX7",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [
+ {
+ "scalable": false,
+ "key": "stress",
+ "value": 1,
+ "keyIsID": false,
+ "step": null,
+ "consumeOnSuccess": false
+ }
+ ],
+ "uses": {
+ "value": null,
+ "max": "",
+ "recovery": null,
+ "consumeOnSuccess": false
+ },
+ "effects": [],
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "name": "Mark a Stress",
+ "img": "icons/magic/control/silhouette-aura-energy.webp",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784541,
- "modifiedTime": 1753922784541,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754244901236,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "wQ53ImDswEHv5SGQ",
"sort": 3400000,
"effects": [],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!wQ53ImDswEHv5SGQ"
}
diff --git a/src/packs/domains/domainCard_Vitality_sWUlSPOJEaXyQLCj.json b/src/packs/domains/domainCard_Vitality_sWUlSPOJEaXyQLCj.json
index a5329a78..be4a1dbe 100644
--- a/src/packs/domains/domainCard_Vitality_sWUlSPOJEaXyQLCj.json
+++ b/src/packs/domains/domainCard_Vitality_sWUlSPOJEaXyQLCj.json
@@ -1,29 +1,230 @@
{
"name": "Vitality",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "Emnx4o1DWGTVKoAg",
"system": {
- "description": "When you choose this card, permanently gain two of the following benefits:
- One Stress slot
- One Hit Point slot
- +2 bonus to your damage thresholds
Then place this card in your vault permanently.
",
+ "description": "When you choose this card, permanently gain two of the following benefits:
One Stress slot
One Hit Point slot
- +2 bonus to your damage thresholds
Then place this card in your vault permanently.
",
"domain": "blade",
"recallCost": 0,
"level": 5,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "W8nmboZ41sij2ybT": {
+ "type": "effect",
+ "_id": "W8nmboZ41sij2ybT",
+ "systemPath": "actions",
+ "description": "Choose from:
One Stress slot
One Hit Point slot
- +2 bonus to your damage thresholds
(The effects are applied disabled. You have to manually enable two of them in your character sheet for now.
",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [],
+ "uses": {
+ "value": null,
+ "max": "",
+ "recovery": null,
+ "consumeOnSuccess": false
+ },
+ "effects": [
+ {
+ "_id": "1jtgIyFvDpTb0asZ",
+ "onSave": false
+ },
+ {
+ "_id": "vj9rm1tLqqsSFOXF",
+ "onSave": false
+ },
+ {
+ "_id": "BcqCG9yF6l1LRYqm",
+ "onSave": false
+ }
+ ],
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "name": "Apply Effect",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784542,
- "modifiedTime": 1753922784542,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754245974822,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "sWUlSPOJEaXyQLCj",
"sort": 3400000,
- "effects": [],
+ "effects": [
+ {
+ "name": "Vitality (HP)",
+ "img": "icons/magic/life/heart-cross-green.webp",
+ "origin": "Compendium.daggerheart.domains.Item.sWUlSPOJEaXyQLCj",
+ "transfer": true,
+ "_id": "1jtgIyFvDpTb0asZ",
+ "type": "base",
+ "system": {
+ "rangeDependence": {
+ "enabled": false,
+ "type": "withinRange",
+ "target": "hostile",
+ "range": "melee"
+ }
+ },
+ "changes": [
+ {
+ "key": "system.resources.hitPoints",
+ "mode": 2,
+ "value": "1",
+ "priority": null
+ }
+ ],
+ "disabled": true,
+ "duration": {
+ "startTime": null,
+ "combat": null,
+ "seconds": null,
+ "rounds": null,
+ "turns": null,
+ "startRound": null,
+ "startTurn": null
+ },
+ "description": "Permanenlty add one Hit Point slot
",
+ "tint": "#ffffff",
+ "statuses": [],
+ "sort": 0,
+ "flags": {},
+ "_stats": {
+ "compendiumSource": null,
+ "duplicateSource": null,
+ "exportSource": null,
+ "coreVersion": "13.346",
+ "systemId": "daggerheart",
+ "systemVersion": "0.0.1",
+ "createdTime": 1754245866724,
+ "modifiedTime": 1754246004543,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
+ },
+ "_key": "!items.effects!sWUlSPOJEaXyQLCj.1jtgIyFvDpTb0asZ"
+ },
+ {
+ "name": "Vitality (Stress)",
+ "img": "icons/magic/life/heart-cross-blue.webp",
+ "origin": "Compendium.daggerheart.domains.Item.sWUlSPOJEaXyQLCj",
+ "transfer": true,
+ "_id": "vj9rm1tLqqsSFOXF",
+ "type": "base",
+ "system": {
+ "rangeDependence": {
+ "enabled": false,
+ "type": "withinRange",
+ "target": "hostile",
+ "range": "melee"
+ }
+ },
+ "changes": [
+ {
+ "key": "system.resources.stress",
+ "mode": 2,
+ "value": "1",
+ "priority": null
+ }
+ ],
+ "disabled": true,
+ "duration": {
+ "startTime": null,
+ "combat": null,
+ "seconds": null,
+ "rounds": null,
+ "turns": null,
+ "startRound": null,
+ "startTurn": null
+ },
+ "description": "Permanently add one Stress slot
",
+ "tint": "#ffffff",
+ "statuses": [],
+ "sort": 0,
+ "flags": {},
+ "_stats": {
+ "compendiumSource": null,
+ "duplicateSource": null,
+ "exportSource": null,
+ "coreVersion": "13.346",
+ "systemId": "daggerheart",
+ "systemVersion": "0.0.1",
+ "createdTime": 1754245912530,
+ "modifiedTime": 1754245972468,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
+ },
+ "_key": "!items.effects!sWUlSPOJEaXyQLCj.vj9rm1tLqqsSFOXF"
+ },
+ {
+ "name": "Vitality (Thresholds)",
+ "img": "icons/magic/life/heart-cross-purple-orange.webp",
+ "origin": "Compendium.daggerheart.domains.Item.sWUlSPOJEaXyQLCj",
+ "transfer": true,
+ "_id": "BcqCG9yF6l1LRYqm",
+ "type": "base",
+ "system": {
+ "rangeDependence": {
+ "enabled": false,
+ "type": "withinRange",
+ "target": "hostile",
+ "range": "melee"
+ }
+ },
+ "changes": [
+ {
+ "key": "system.damageThresholds.major",
+ "mode": 2,
+ "value": "2",
+ "priority": null
+ },
+ {
+ "key": "system.damageThresholds.severe",
+ "mode": 2,
+ "value": "2",
+ "priority": null
+ }
+ ],
+ "disabled": true,
+ "duration": {
+ "startTime": null,
+ "combat": null,
+ "seconds": null,
+ "rounds": null,
+ "turns": null,
+ "startRound": null,
+ "startTurn": null
+ },
+ "description": "Permanently add a +2 bonus to your damage thresholds
",
+ "tint": "#ffffff",
+ "statuses": [],
+ "sort": 0,
+ "flags": {},
+ "_stats": {
+ "compendiumSource": null,
+ "duplicateSource": null,
+ "exportSource": null,
+ "coreVersion": "13.346",
+ "systemId": "daggerheart",
+ "systemVersion": "0.0.1",
+ "createdTime": 1754245974802,
+ "modifiedTime": 1754246033724,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
+ },
+ "_key": "!items.effects!sWUlSPOJEaXyQLCj.BcqCG9yF6l1LRYqm"
+ }
+ ],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!sWUlSPOJEaXyQLCj"
}
diff --git a/src/packs/domains/domainCard_Whirlwind_anO0arioUy7I5zBg.json b/src/packs/domains/domainCard_Whirlwind_anO0arioUy7I5zBg.json
index 974fad1e..8e4d7daf 100644
--- a/src/packs/domains/domainCard_Whirlwind_anO0arioUy7I5zBg.json
+++ b/src/packs/domains/domainCard_Whirlwind_anO0arioUy7I5zBg.json
@@ -1,6 +1,6 @@
{
"name": "Whirlwind",
- "img": "icons/svg/item-bag.svg",
+ "img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
"type": "domainCard",
"folder": "9Xc6KzNyjDtTGZkp",
"system": {
@@ -8,22 +8,59 @@
"domain": "blade",
"recallCost": 0,
"level": 1,
- "type": "ability"
+ "type": "ability",
+ "actions": {
+ "g9X0wRuCtAYzF576": {
+ "type": "effect",
+ "_id": "g9X0wRuCtAYzF576",
+ "systemPath": "actions",
+ "description": "",
+ "chatDisplay": true,
+ "actionType": "action",
+ "cost": [
+ {
+ "keyIsID": false,
+ "key": "hope",
+ "value": 1,
+ "scalable": false,
+ "step": null,
+ "consumeOnSuccess": false
+ }
+ ],
+ "uses": {
+ "value": null,
+ "max": "",
+ "recovery": null,
+ "consumeOnSuccess": false
+ },
+ "effects": [],
+ "target": {
+ "type": "any",
+ "amount": null
+ },
+ "name": "Spend a Hope",
+ "img": "icons/magic/control/buff-flight-wings-runes-purple-orange.webp",
+ "range": ""
+ }
+ }
},
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
- "coreVersion": "13.344",
+ "coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753922784545,
- "modifiedTime": 1753922784545,
- "lastModifiedBy": "WafZqd6qLGpBRGTt"
+ "modifiedTime": 1754244586174,
+ "lastModifiedBy": "l5jB3XmcVXOTQpRZ"
},
"_id": "anO0arioUy7I5zBg",
"sort": 3400000,
"effects": [],
+ "ownership": {
+ "default": 0
+ },
"_key": "!items!anO0arioUy7I5zBg"
}