Some corrections and adds to Consumables and Loot compendia (#492)

This commit is contained in:
WBHarry 2025-08-01 01:25:28 +02:00 committed by GitHub
parent 3e333d3533
commit 6ca24b3db7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
61 changed files with 2142 additions and 540 deletions

View file

@ -7,7 +7,7 @@ export default class D20RollDialog extends HandlebarsApplicationMixin(Applicatio
this.roll = roll;
this.config = config;
this.config.experiences = [];
this.reactionOverride = config.roll.type === 'reaction';
this.reactionOverride = config.roll?.type === 'reaction';
if (config.source?.action) {
this.item = config.data.parent.items.get(config.source.item) ?? config.data.parent;
@ -149,16 +149,16 @@ export default class D20RollDialog extends HandlebarsApplicationMixin(Applicatio
static toggleReaction() {
if (this.config.roll) {
this.reactionOverride = !this.reactionOverride;
this.config.roll.type = this.reactionOverride
? CONFIG.DH.ITEM.actionTypes.reaction.id
: this.config.roll.type === CONFIG.DH.ITEM.actionTypes.reaction.id
? null
: this.config.roll.type;
this.render();
}
}
static async submitRoll() {
this.config.roll.type = this.reactionOverride
? CONFIG.DH.ITEM.actionTypes.reaction.id
: this.config.roll.type === CONFIG.DH.ITEM.actionTypes.reaction.id
? null
: this.config.roll.type;
await this.close({ submitted: true });
}

View file

@ -566,7 +566,7 @@ export default class DhCharacter extends BaseDataActor {
this.attack.roll.trait = this.rules.attack.roll.trait ?? this.attack.roll.trait;
this.resources.armor = {
value: this.armor.system.marks.value,
value: this.armor?.system?.marks?.value ?? 0,
max: this.armorScore,
isReversed: true
};

View file

@ -145,6 +145,7 @@ export default class D20Roll extends DHRoll {
data.difficulty = config.roll.difficulty;
data.success = roll.isCritical || roll.total >= config.roll.difficulty;
}
data.type = config.roll.type;
data.advantage = {
type: config.roll.advantage,
dice: roll.dAdvantage?.denomination,

View file

@ -69,7 +69,6 @@ export default class DHRoll extends Roll {
static postEvaluate(roll, config = {}) {
return {
type: config.roll.type,
total: roll.total,
formula: roll.formula,
dice: roll.dice.map(d => ({

View file

@ -6,7 +6,38 @@
"system": {
"description": "<p>You can use this stitcher to spend any number of Hope and clear that many Armor Slots.</p>",
"quantity": 1,
"actions": {},
"actions": {
"htoGx8qrv8trds81": {
"type": "effect",
"_id": "htoGx8qrv8trds81",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [
{
"scalable": true,
"key": "hope",
"value": 1,
"step": 1,
"keyIsID": false
}
],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"effects": [],
"target": {
"type": "any",
"amount": null
},
"name": "Stitch",
"img": "icons/skills/trades/textiles-stitching-leather-brown.webp",
"range": ""
}
},
"consumeOnUse": true
},
"effects": [],
@ -21,12 +52,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753588973384,
"modifiedTime": 1753623129674,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753990471152,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!VlbsCjvvLNfTzNXb"
}

View file

@ -17,7 +17,7 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [
@ -27,7 +27,7 @@
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -73,12 +73,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753587072840,
"modifiedTime": 1753587081602,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753991772642,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!JGD3M9hBHtVAA8XP.I5vgALTNDVApxy9d"
}
@ -94,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753587033468,
"modifiedTime": 1753587890614,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993286360,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!JGD3M9hBHtVAA8XP"
}

View file

@ -57,7 +57,7 @@
"startRound": null,
"startTurn": null
},
"description": "",
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">You are Vulnerable until you mark a Hit Point.</span></p>",
"tint": "#ffffff",
"statuses": [
"vulnerable"
@ -68,12 +68,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753592689854,
"modifiedTime": 1753592707034,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753991240756,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!eAXHdzA5qNPldOpn.nryJhrF26hyFQUxH"
}

View file

@ -17,7 +17,7 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [
@ -27,7 +27,7 @@
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -73,12 +73,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753586918808,
"modifiedTime": 1753586928363,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753991761053,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!FOPQNqXbiVO0ilYL.HVCJp9Tkhr1i4Oc1"
}
@ -94,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753586850134,
"modifiedTime": 1753587920117,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993272604,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!FOPQNqXbiVO0ilYL"
}

View file

@ -17,7 +17,7 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [
@ -27,7 +27,7 @@
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -73,12 +73,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753587164842,
"modifiedTime": 1753587173489,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753991748543,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!CVBbFfOY75YwyQsp.COrKb7gBin4Ro6r6"
}
@ -94,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753587097370,
"modifiedTime": 1753587932738,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993259552,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!CVBbFfOY75YwyQsp"
}

View file

@ -17,7 +17,7 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [
@ -27,7 +27,7 @@
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -73,12 +73,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753587008395,
"modifiedTime": 1753587017580,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993225233,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!eeBhZSGLjuNZuJuI.1VAQYZ1YYc9ew9UR"
}
@ -94,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753586944889,
"modifiedTime": 1753587943049,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993217076,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!eeBhZSGLjuNZuJuI"
}

View file

@ -20,7 +20,12 @@
"max": null,
"recovery": null
},
"effects": [],
"effects": [
{
"_id": "IqlpqsgurXsUEQhs",
"onSave": false
}
],
"target": {
"type": null,
"amount": null
@ -32,7 +37,52 @@
},
"consumeOnUse": true
},
"effects": [],
"effects": [
{
"name": "Death Tea",
"img": "icons/consumables/drinks/wine-amphora-clay-gray.webp",
"origin": "Compendium.daggerheart.consumables.Item.xDnJeF1grkmKck8Q",
"transfer": false,
"_id": "IqlpqsgurXsUEQhs",
"type": "base",
"system": {
"rangeDependence": {
"enabled": false,
"type": "withinRange",
"target": "hostile",
"range": "melee"
}
},
"changes": [],
"disabled": false,
"duration": {
"startTime": null,
"combat": null,
"seconds": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">After you drink this tea, you instantly kill your target when you critically succeed on an attack. If you dont critically succeed on an attack before your next long rest, you die.</span></p>",
"tint": "#ffffff",
"statuses": [],
"sort": 0,
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753993240647,
"modifiedTime": 1753993244347,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!xDnJeF1grkmKck8Q.IqlpqsgurXsUEQhs"
}
],
"folder": null,
"sort": 0,
"ownership": {
@ -44,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753592717630,
"modifiedTime": 1753592777582,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993240672,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!xDnJeF1grkmKck8Q"
}

View file

@ -17,7 +17,7 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"damage": {
@ -52,7 +52,7 @@
"includeBase": false
},
"target": {
"type": null,
"type": "self",
"amount": null
},
"effects": [],
@ -75,12 +75,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753590938047,
"modifiedTime": 1753591027903,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993201934,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!eU8VpbWB2NHIL47n"
}

View file

@ -17,7 +17,7 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [
@ -27,7 +27,7 @@
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -94,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753587185754,
"modifiedTime": 1753588649868,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993190563,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!aWHSO2AqDufi7nL4"
}

View file

@ -6,7 +6,124 @@
"system": {
"description": "<p>You can eat this meal to clear all HP and Stress and gain 1d4 Hope.</p>",
"quantity": 1,
"actions": {},
"actions": {
"TL1fJitAJmDzrnHT": {
"type": "healing",
"_id": "TL1fJitAJmDzrnHT",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": true,
"formula": "@system.resources.hitPoints.max"
},
"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": []
},
{
"value": {
"custom": {
"enabled": true,
"formula": "@system.resources.stress.max"
},
"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": false
},
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d4",
"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": "self",
"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": "Eat",
"img": "icons/consumables/food/bowl-stew-tofu-potato-red.webp",
"range": ""
}
},
"consumeOnUse": true
},
"effects": [],
@ -21,12 +138,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753591925502,
"modifiedTime": 1753623203098,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993182306,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!aX6NyxkNzu0LcJpt"
}

View file

@ -7,9 +7,9 @@
"description": "<p>You can apply this venom to a weapon that deals physical damage to add a d6 to your next damage roll with that weapon.</p>",
"quantity": 1,
"actions": {
"PxLGZBoJCS0L4QZl": {
"type": "damage",
"_id": "PxLGZBoJCS0L4QZl",
"BuzdaD4vLsbBS2gy": {
"type": "effect",
"_id": "BuzdaD4vLsbBS2gy",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
@ -17,53 +17,79 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": false
},
"multiplier": "flat",
"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
},
"effects": [
{
"_id": "yx4ZkXeuXgw2KvV4",
"onSave": false
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"effects": [],
"name": "Apply Venom",
"name": "Apply",
"img": "icons/consumables/potions/bottle-conical-corked-labeled-skull-poison-green.webp",
"range": ""
}
},
"consumeOnUse": true
},
"effects": [],
"effects": [
{
"name": "Grindletooth Venom",
"img": "icons/consumables/potions/bottle-conical-corked-labeled-skull-poison-green.webp",
"origin": "Compendium.daggerheart.consumables.Item.8WkhvSzeOmLdnoLJ",
"transfer": false,
"_id": "yx4ZkXeuXgw2KvV4",
"type": "base",
"system": {
"rangeDependence": {
"enabled": false,
"type": "withinRange",
"target": "hostile",
"range": "melee"
}
},
"changes": [
{
"key": "system.bonuses.damage.physical.dice",
"mode": 2,
"value": "1d6",
"priority": null
}
],
"disabled": false,
"duration": {
"startTime": null,
"combat": null,
"seconds": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">You deal 1d6 additional physical damage on your next damage roll with the weapon the venom was applied to.</span></p>",
"tint": "#ffffff",
"statuses": [],
"sort": 0,
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753991894209,
"modifiedTime": 1753992577548,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!8WkhvSzeOmLdnoLJ.yx4ZkXeuXgw2KvV4"
}
],
"folder": null,
"sort": 0,
"ownership": {
@ -75,12 +101,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753587386639,
"modifiedTime": 1753587966903,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993171395,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!8WkhvSzeOmLdnoLJ"
}

View file

@ -17,7 +17,7 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [
@ -27,7 +27,7 @@
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -100,12 +100,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753592174440,
"modifiedTime": 1753592211868,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993162834,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!fl2f3ees8RFMze9t"
}

View file

@ -6,7 +6,74 @@
"system": {
"description": "<p>Clear 1d4+1 HP.</p>",
"quantity": 1,
"actions": {},
"actions": {
"O5MYyHpkiEz9uf6A": {
"type": "healing",
"_id": "O5MYyHpkiEz9uf6A",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": false
},
"multiplier": "flat",
"dice": "d4",
"bonus": 1,
"flatMultiplier": 1
},
"applyTo": "hitPoints",
"base": false,
"resultBased": false,
"valueAlt": {
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false
}
},
"type": []
}
],
"includeBase": false
},
"target": {
"type": "self",
"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": "Drink",
"img": "icons/consumables/potions/bottle-corked-red.webp",
"range": ""
}
},
"consumeOnUse": true
},
"effects": [],
@ -21,12 +88,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753588839527,
"modifiedTime": 1753623230976,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993155821,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!Aruc2NLutWuVIjP1"
}

View file

@ -17,12 +17,17 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [],
"effects": [
{
"_id": "QyzXAnvho7lVQQtP",
"onSave": false
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -32,7 +37,52 @@
},
"consumeOnUse": true
},
"effects": [],
"effects": [
{
"name": "Homets Secret Potion",
"img": "icons/consumables/potions/conical-ornate-purple.webp",
"origin": "Compendium.daggerheart.consumables.Item.VSwa1LpQ9PjZKsWF",
"transfer": false,
"_id": "QyzXAnvho7lVQQtP",
"type": "base",
"system": {
"rangeDependence": {
"enabled": false,
"type": "withinRange",
"target": "hostile",
"range": "melee"
}
},
"changes": [],
"disabled": false,
"duration": {
"startTime": null,
"combat": null,
"seconds": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">The next successful attack you make critically succeeds.</span></p>",
"tint": "#ffffff",
"statuses": [],
"sort": 0,
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753992037102,
"modifiedTime": 1753992049261,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!VSwa1LpQ9PjZKsWF.QyzXAnvho7lVQQtP"
}
],
"folder": null,
"sort": 0,
"ownership": {
@ -44,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753589998065,
"modifiedTime": 1753590051364,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993147954,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!VSwa1LpQ9PjZKsWF"
}

View file

@ -7,9 +7,9 @@
"description": "<p>You can apply this venom to a weapon that deals physical damage to add a d8 to your next damage roll with that weapon.</p>",
"quantity": 1,
"actions": {
"qCr94sRkuODpywiZ": {
"type": "damage",
"_id": "qCr94sRkuODpywiZ",
"KhZ4WVT9cLA1a1y8": {
"type": "effect",
"_id": "KhZ4WVT9cLA1a1y8",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
@ -17,53 +17,79 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": false
},
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d8",
"bonus": null
},
"applyTo": "hitPoints",
"type": [
"physical"
],
"base": false,
"resultBased": false,
"valueAlt": {
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false
}
}
}
],
"includeBase": false
},
"effects": [
{
"_id": "P7tbNjq58bQ9R1Cc",
"onSave": false
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"effects": [],
"name": "Apply Venom",
"name": "Apply",
"img": "icons/consumables/potions/potion-jar-corked-labeled-poison-skull-green.webp",
"range": ""
}
},
"consumeOnUse": true
},
"effects": [],
"effects": [
{
"name": "Improved Grindletooth Venom",
"img": "icons/consumables/potions/potion-jar-corked-labeled-poison-skull-green.webp",
"origin": "Compendium.daggerheart.consumables.Item.BqBWXXe9T07AMV4u",
"transfer": false,
"_id": "P7tbNjq58bQ9R1Cc",
"type": "base",
"system": {
"rangeDependence": {
"enabled": false,
"type": "withinRange",
"target": "hostile",
"range": "melee"
}
},
"changes": [
{
"key": "system.bonuses.damage.physical.dice",
"mode": 2,
"value": "1d8",
"priority": null
}
],
"disabled": false,
"duration": {
"startTime": null,
"combat": null,
"seconds": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">You deal 1d8 additional physical damage on your next damage roll with the weapon the venom was applied to.</span></p>",
"tint": "#ffffff",
"statuses": [],
"sort": 0,
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753992123122,
"modifiedTime": 1753992593459,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!BqBWXXe9T07AMV4u.P7tbNjq58bQ9R1Cc"
}
],
"folder": null,
"sort": 0,
"ownership": {
@ -75,12 +101,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753588170670,
"modifiedTime": 1753588234520,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753992123149,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!BqBWXXe9T07AMV4u"
}

View file

@ -17,7 +17,7 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [
@ -27,7 +27,7 @@
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -94,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753589747286,
"modifiedTime": 1753589806499,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993121571,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!CCPFm5iXXwvyYYwR"
}

View file

@ -17,7 +17,7 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [
@ -27,7 +27,7 @@
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -94,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753589623872,
"modifiedTime": 1753589654996,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993114459,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!mnyQDRtngWWQeRXF"
}

View file

@ -17,7 +17,7 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [
@ -27,7 +27,7 @@
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -94,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753589816684,
"modifiedTime": 1753589854510,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993108884,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!IJLAUlQymbSjzsri"
}

View file

@ -17,7 +17,7 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [
@ -27,7 +27,7 @@
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -94,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753589675185,
"modifiedTime": 1753589723393,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993102418,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!80s1FLmTLtohZ5GH"
}

View file

@ -17,7 +17,7 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [
@ -27,7 +27,7 @@
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -94,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753589874661,
"modifiedTime": 1753589930795,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993094810,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!SDdv1G2veMLKrxcJ"
}

View file

@ -6,7 +6,74 @@
"system": {
"description": "<p>Clear 1d4+2 HP.</p>",
"quantity": 1,
"actions": {},
"actions": {
"Xm2ldAlmUQY4jlLb": {
"type": "healing",
"_id": "Xm2ldAlmUQY4jlLb",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": false
},
"multiplier": "flat",
"dice": "d4",
"bonus": 2,
"flatMultiplier": 1
},
"applyTo": "hitPoints",
"base": false,
"resultBased": false,
"valueAlt": {
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false
}
},
"type": []
}
],
"includeBase": false
},
"target": {
"type": "self",
"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": "Drink",
"img": "icons/consumables/potions/bottle-round-label-cork-red.webp",
"range": ""
}
},
"consumeOnUse": true
},
"effects": [],
@ -21,12 +88,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753591046168,
"modifiedTime": 1753623266522,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993085839,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!cM7pHe8bBAxSZ2xR"
}

View file

@ -6,7 +6,74 @@
"system": {
"description": "<p>Clear 1d4+2 Stress.</p>",
"quantity": 1,
"actions": {},
"actions": {
"3duuNVqCeQaUUKTo": {
"type": "healing",
"_id": "3duuNVqCeQaUUKTo",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": false
},
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d4",
"bonus": 2
},
"applyTo": "stress",
"base": false,
"resultBased": false,
"valueAlt": {
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false
}
},
"type": []
}
],
"includeBase": false
},
"target": {
"type": "self",
"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": "Drink",
"img": "icons/consumables/potions/bottle-round-label-cork-green.webp",
"range": ""
}
},
"consumeOnUse": true
},
"effects": [],
@ -21,12 +88,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753591113317,
"modifiedTime": 1753623276997,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993078821,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!I4cQ03xbxnc81EGa"
}

View file

@ -17,7 +17,7 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [
@ -27,7 +27,7 @@
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -94,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753589545730,
"modifiedTime": 1753589592499,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993065896,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!yK6eEDUrsPbZA8G0"
}

View file

@ -6,7 +6,74 @@
"system": {
"description": "<p>Clear 1d4 HP.</p>",
"quantity": 1,
"actions": {},
"actions": {
"9HVL2MPFX9VGiSsV": {
"type": "healing",
"_id": "9HVL2MPFX9VGiSsV",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": false
},
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d4",
"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": "self",
"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": "Drink",
"img": "icons/consumables/potions/potion-tube-corked-red.webp",
"range": ""
}
},
"consumeOnUse": true
},
"effects": [],
@ -21,12 +88,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753587253431,
"modifiedTime": 1753623289863,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993058583,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!tPfKtKRRjv8qdSqy"
}

View file

@ -6,7 +6,74 @@
"system": {
"description": "<p>Clear 1d4 Stress.</p>",
"quantity": 1,
"actions": {},
"actions": {
"fdjpkjhzHQOrZPm0": {
"type": "healing",
"_id": "fdjpkjhzHQOrZPm0",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": false
},
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d4",
"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": "self",
"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": "Drink",
"img": "icons/consumables/potions/potion-tube-corked-green.webp",
"range": ""
}
},
"consumeOnUse": true
},
"effects": [],
@ -21,12 +88,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753587324465,
"modifiedTime": 1753623297325,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993052307,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!b6vGSPFWOlzZZDLO"
}

View file

@ -25,12 +25,17 @@
],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [],
"effects": [
{
"_id": "rMno0zO5Cbwlu4zn",
"onSave": false
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Use",
@ -40,7 +45,52 @@
},
"consumeOnUse": true
},
"effects": [],
"effects": [
{
"name": "Morphing Clay",
"img": "icons/commodities/stone/ore-chunk-brown.webp",
"origin": "Compendium.daggerheart.consumables.Item.f1NHVSIHJJCIOaBl",
"transfer": false,
"_id": "rMno0zO5Cbwlu4zn",
"type": "base",
"system": {
"rangeDependence": {
"enabled": false,
"type": "withinRange",
"target": "hostile",
"range": "melee"
}
},
"changes": [],
"disabled": false,
"duration": {
"startTime": null,
"combat": null,
"seconds": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">Your face is unrecognizable until your next rest.</span></p>",
"tint": "#ffffff",
"statuses": [],
"sort": 0,
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753992314196,
"modifiedTime": 1753992340780,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!f1NHVSIHJJCIOaBl.rMno0zO5Cbwlu4zn"
}
],
"folder": null,
"sort": 0,
"ownership": {
@ -52,12 +102,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753588254032,
"modifiedTime": 1753588327474,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753993039274,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!f1NHVSIHJJCIOaBl"
}

View file

@ -7,9 +7,9 @@
"description": "<p>You can apply this dust to a weapon that deals magic damage to add a d12 to your next damage roll with that weapon.</p>",
"quantity": 1,
"actions": {
"yAE40wCrWg0qC3z0": {
"type": "damage",
"_id": "yAE40wCrWg0qC3z0",
"oHph7e6VrOwPetbE": {
"type": "effect",
"_id": "oHph7e6VrOwPetbE",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
@ -17,53 +17,79 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": false
},
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d12",
"bonus": null
},
"applyTo": "hitPoints",
"type": [
"magical"
],
"base": false,
"resultBased": false,
"valueAlt": {
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false
}
}
}
],
"includeBase": false
},
"effects": [
{
"_id": "L68lFhuWdS3ppDxR",
"onSave": false
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"effects": [],
"name": "Apply",
"name": "Use",
"img": "icons/commodities/materials/bowl-powder-grey.webp",
"range": ""
}
},
"consumeOnUse": true
},
"effects": [],
"effects": [
{
"name": "Mythic Dust",
"img": "icons/commodities/materials/bowl-powder-grey.webp",
"origin": "Compendium.daggerheart.consumables.Item.Zsh2AvZr8EkGtLyw",
"transfer": false,
"_id": "L68lFhuWdS3ppDxR",
"type": "base",
"system": {
"rangeDependence": {
"enabled": false,
"type": "withinRange",
"target": "hostile",
"range": "melee"
}
},
"changes": [
{
"key": "system.bonuses.damage.magical.dice",
"mode": 2,
"value": "1d12",
"priority": null
}
],
"disabled": false,
"duration": {
"startTime": null,
"combat": null,
"seconds": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">You deal 1d12 additional magical damage on your next damage roll with the weapon the venom was applied to.</span></p>",
"tint": "#ffffff",
"statuses": [],
"sort": 0,
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753992360178,
"modifiedTime": 1753992538796,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!Zsh2AvZr8EkGtLyw.L68lFhuWdS3ppDxR"
}
],
"folder": null,
"sort": 0,
"ownership": {
@ -75,12 +101,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753590241722,
"modifiedTime": 1753590307682,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753992387326,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!Zsh2AvZr8EkGtLyw"
}

View file

@ -17,12 +17,17 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [],
"effects": [
{
"_id": "n73d0J4oMCBIPWHN",
"onSave": false
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Use",
@ -32,7 +37,52 @@
},
"consumeOnUse": true
},
"effects": [],
"effects": [
{
"name": "Ogre Musk",
"img": "icons/commodities/materials/slime-thick-green.webp",
"origin": "Compendium.daggerheart.consumables.Item.qr1bosjFcUfuwq4B",
"transfer": false,
"_id": "n73d0J4oMCBIPWHN",
"type": "base",
"system": {
"rangeDependence": {
"enabled": false,
"type": "withinRange",
"target": "hostile",
"range": "melee"
}
},
"changes": [],
"disabled": false,
"duration": {
"startTime": null,
"combat": null,
"seconds": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">You cannot be tracked by mundane or magical means until your next rest.</span></p>",
"tint": "#ffffff",
"statuses": [],
"sort": 0,
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753992438445,
"modifiedTime": 1753992468525,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!qr1bosjFcUfuwq4B.n73d0J4oMCBIPWHN"
}
],
"folder": null,
"sort": 0,
"ownership": {
@ -44,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753591168468,
"modifiedTime": 1753591274462,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753992446047,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!qr1bosjFcUfuwq4B"
}

View file

@ -17,7 +17,7 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [
@ -27,7 +27,7 @@
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -100,12 +100,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753588038000,
"modifiedTime": 1753616591291,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753992490244,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!dvL8oaxpEF6jKvYN"
}

View file

@ -7,9 +7,9 @@
"description": "<p>You can apply this saliva to a weapon that deals physical damage to add a d12 to your next damage roll with that weapon.</p>",
"quantity": 1,
"actions": {
"RJ9WXmH6mwQKpS8O": {
"type": "damage",
"_id": "RJ9WXmH6mwQKpS8O",
"kOU2DpAIHvQsFY5A": {
"type": "effect",
"_id": "kOU2DpAIHvQsFY5A",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
@ -17,45 +17,19 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": false
},
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d12",
"bonus": null
},
"applyTo": "hitPoints",
"type": [
"physical"
],
"base": false,
"resultBased": false,
"valueAlt": {
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false
}
}
}
],
"includeBase": false
},
"effects": [
{
"_id": "tWf00ezdpxQQLuZ1",
"onSave": false
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"effects": [],
"name": "Apply",
"img": "icons/commodities/materials/slime-thick-blue.webp",
"range": ""
@ -63,7 +37,59 @@
},
"consumeOnUse": true
},
"effects": [],
"effects": [
{
"name": "Redthorn Saliva",
"img": "icons/commodities/materials/slime-thick-blue.webp",
"origin": "Compendium.daggerheart.consumables.Item.s2Exl2XFuoOhtIov",
"transfer": false,
"_id": "tWf00ezdpxQQLuZ1",
"type": "base",
"system": {
"rangeDependence": {
"enabled": false,
"type": "withinRange",
"target": "hostile",
"range": "melee"
}
},
"changes": [
{
"key": "system.bonuses.damage.physical.dice",
"mode": 2,
"value": "1d12",
"priority": null
}
],
"disabled": false,
"duration": {
"startTime": null,
"combat": null,
"seconds": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">You deal 1d12 additional physical damage on your next damage roll with the weapon the saliva was applied to.</span></p>",
"tint": "#ffffff",
"statuses": [],
"sort": 0,
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753992517609,
"modifiedTime": 1753992565438,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!s2Exl2XFuoOhtIov.tWf00ezdpxQQLuZ1"
}
],
"folder": null,
"sort": 0,
"ownership": {
@ -75,12 +101,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753590061810,
"modifiedTime": 1753590334574,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753992517634,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!s2Exl2XFuoOhtIov"
}

View file

@ -17,7 +17,7 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [
@ -27,7 +27,7 @@
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -100,12 +100,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753592077792,
"modifiedTime": 1753592138977,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753992994457,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!HGixKenQwhyRAYNk"
}

View file

@ -6,7 +6,75 @@
"system": {
"description": "<p>You can drink this potion to fall asleep for a full nights rest. You clear all Stress upon waking.</p>",
"quantity": 1,
"actions": {},
"actions": {
"0cqzI66ChzO6x8WF": {
"type": "healing",
"_id": "0cqzI66ChzO6x8WF",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": true,
"formula": "@system.resources.stress.max"
},
"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": []
}
],
"includeBase": false
},
"target": {
"type": "self",
"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": "Wake",
"img": "icons/consumables/potions/bottle-bulb-corked-labeled-blue.webp",
"range": ""
}
},
"consumeOnUse": true
},
"effects": [],
@ -21,12 +89,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753591837472,
"modifiedTime": 1753623358593,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753992986613,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!XZavUVlHEvE2srEt"
}

View file

@ -6,7 +6,83 @@
"system": {
"description": "<p>Mark a Stress and clear a HP.</p>",
"quantity": 1,
"actions": {},
"actions": {
"FVn1NAbzHHyX2lsM": {
"type": "healing",
"_id": "FVn1NAbzHHyX2lsM",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [
{
"scalable": false,
"key": "stress",
"value": 1,
"keyIsID": false,
"step": null
}
],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"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": "self",
"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": "Imbibe",
"img": "icons/commodities/materials/bowl-powder-gold.webp",
"range": ""
}
},
"consumeOnUse": true
},
"effects": [],
@ -21,12 +97,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753588752841,
"modifiedTime": 1753623348062,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753992977908,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!cg6VtQ0eVZjDdcK0"
}

View file

@ -6,7 +6,74 @@
"system": {
"description": "<p>Clear 1d4+1 Stress.</p>",
"quantity": 1,
"actions": {},
"actions": {
"BnYXCo5zr50Sw8gj": {
"type": "healing",
"_id": "BnYXCo5zr50Sw8gj",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": false
},
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d4",
"bonus": 1
},
"applyTo": "stress",
"base": false,
"resultBased": false,
"valueAlt": {
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false
}
},
"type": []
}
],
"includeBase": false
},
"target": {
"type": "self",
"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": "Drink",
"img": "icons/consumables/potions/bottle-corked-green.webp",
"range": ""
}
},
"consumeOnUse": true
},
"effects": [],
@ -21,12 +88,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753588904835,
"modifiedTime": 1753623366482,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753992968712,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!hf3k1POoVSooJyN2"
}

View file

@ -17,7 +17,7 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [
@ -27,7 +27,7 @@
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -94,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753585993187,
"modifiedTime": 1753587999711,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753992957300,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!lNtcrkgFGOJNaroE"
}

View file

@ -7,9 +7,9 @@
"description": "<p>Consume this sap to roll a [[/r d6]]. On a result of 56, clear 2 HP. On a result of 24, clear 3 Stress. On a result of 1, see through the veil of death and return changed, gaining one scar.</p>",
"quantity": 1,
"actions": {
"bxM1ig880ykRgmTl": {
"type": "effect",
"_id": "bxM1ig880ykRgmTl",
"Fh7OR8ZmiLNvRPHa": {
"type": "attack",
"_id": "Fh7OR8ZmiLNvRPHa",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
@ -17,15 +17,39 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [],
"damage": {
"parts": [],
"includeBase": false
},
"target": {
"type": null,
"type": "any",
"amount": null
},
"name": "Drink",
"effects": [],
"roll": {
"type": "diceSet",
"trait": null,
"difficulty": null,
"bonus": null,
"advState": "neutral",
"diceRolling": {
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d6",
"compare": null,
"treshold": null
},
"useDefault": false
},
"save": {
"trait": null,
"difficulty": null,
"damageMod": "none"
},
"name": "Consume",
"img": "icons/consumables/drinks/wine-amphora-clay-pink.webp",
"range": ""
}
@ -44,12 +68,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753590791260,
"modifiedTime": 1753590920951,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753992739516,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!kwexUzdM9wm1Qums"
}

View file

@ -6,7 +6,140 @@
"system": {
"description": "<p>You can consume this moss during a rest to clear 1d10 HP or 1d10 Stress.</p>",
"quantity": 1,
"actions": {},
"actions": {
"Sft4HkhlqsYH5qKI": {
"type": "healing",
"_id": "Sft4HkhlqsYH5qKI",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": false
},
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d10",
"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": "self",
"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 Hit Points",
"img": "icons/consumables/plants/succulent-bundle-green.webp",
"range": ""
},
"IolxVguij8PjHSVt": {
"type": "healing",
"_id": "IolxVguij8PjHSVt",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": false
},
"multiplier": "flat",
"dice": "d10",
"bonus": null,
"flatMultiplier": 1
},
"applyTo": "stress",
"base": false,
"resultBased": false,
"valueAlt": {
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false
}
},
"type": []
}
],
"includeBase": false
},
"target": {
"type": "self",
"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 Stress",
"img": "icons/consumables/plants/succulent-bundle-green.webp",
"range": ""
}
},
"consumeOnUse": true
},
"effects": [],
@ -21,12 +154,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753592391195,
"modifiedTime": 1753623392811,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753992944498,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!GrDrRqWgv7gvl9vn"
}

View file

@ -6,7 +6,75 @@
"system": {
"description": "<p>You can eat these paired leaves to immediately gain 2 Hope.</p>",
"quantity": 1,
"actions": {},
"actions": {
"9e4l2Yiy8uV26SQF": {
"type": "healing",
"_id": "9e4l2Yiy8uV26SQF",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": true,
"formula": "2"
},
"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": "self",
"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": "Eat",
"img": "icons/consumables/plants/leaf-serrated-pink.webp",
"range": ""
}
},
"consumeOnUse": true
},
"effects": [],
@ -21,12 +89,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753587484164,
"modifiedTime": 1753623431444,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753992927147,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!hvy5BkG3F6iOIXTx"
}

View file

@ -44,12 +44,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753588345314,
"modifiedTime": 1753616649293,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753992848674,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!Nwv5ydGf0MWnzq1n"
}

View file

@ -17,12 +17,17 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [],
"effects": [
{
"_id": "548KAUPcSbQLsivh",
"onSave": false
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Drink",
@ -32,7 +37,52 @@
},
"consumeOnUse": true
},
"effects": [],
"effects": [
{
"name": "Vial of Moondrip",
"img": "icons/consumables/potions/bottle-ornate-bat-teal.webp",
"origin": "Compendium.daggerheart.consumables.Item.VqEX5YwK5oL3r1t6",
"transfer": false,
"_id": "548KAUPcSbQLsivh",
"type": "base",
"system": {
"rangeDependence": {
"enabled": false,
"type": "withinRange",
"target": "hostile",
"range": "melee"
}
},
"changes": [],
"disabled": false,
"duration": {
"startTime": null,
"combat": null,
"seconds": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">You can see in total darkness until your next rest.</span></p>",
"tint": "#ffffff",
"statuses": [],
"sort": 0,
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753992869479,
"modifiedTime": 1753992876165,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!VqEX5YwK5oL3r1t6.548KAUPcSbQLsivh"
}
],
"folder": null,
"sort": 0,
"ownership": {
@ -44,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753587590537,
"modifiedTime": 1753588714959,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753992914849,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!VqEX5YwK5oL3r1t6"
}

View file

@ -17,12 +17,17 @@
"cost": [],
"uses": {
"value": null,
"max": null,
"max": "",
"recovery": null
},
"effects": [],
"effects": [
{
"_id": "80F8gAn7ejhhNL7R",
"onSave": false
}
],
"target": {
"type": null,
"type": "self",
"amount": null
},
"name": "Use",
@ -32,7 +37,52 @@
},
"consumeOnUse": true
},
"effects": [],
"effects": [
{
"name": "Wingsprout",
"img": "icons/consumables/plants/leaf-broad-blue.webp",
"origin": "Compendium.daggerheart.consumables.Item.n10vozlmosVR6lo4",
"transfer": false,
"_id": "80F8gAn7ejhhNL7R",
"type": "base",
"system": {
"rangeDependence": {
"enabled": false,
"type": "withinRange",
"target": "hostile",
"range": "melee"
}
},
"changes": [],
"disabled": false,
"duration": {
"startTime": null,
"combat": null,
"seconds": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">You gain magic wings that allow you to fly for a number of minutes equal to your level.</span></p>",
"tint": "#ffffff",
"statuses": [],
"sort": 0,
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753992894565,
"modifiedTime": 1753992898781,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!n10vozlmosVR6lo4.80F8gAn7ejhhNL7R"
}
],
"folder": null,
"sort": 0,
"ownership": {
@ -44,12 +94,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753591283853,
"modifiedTime": 1753591361344,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753992905805,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!n10vozlmosVR6lo4"
}

View file

@ -4,7 +4,7 @@
"_id": "Mn1eo2Mdtu1kzyxB",
"img": "icons/commodities/gems/gem-faceted-trillion-blue.webp",
"system": {
"description": "",
"description": "<p>Position this prism in a location of your choosing and activate it. All allies within Close range of it gain a +1 bonus to their Spellcast Rolls. While activated, the prism cant be moved. Once the prism is deactivated, it cant be activated again until your next long rest.</p>",
"quantity": 1,
"actions": {
"QgBDJh0laEvOB94w": {
@ -93,12 +93,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753626536923,
"modifiedTime": 1753626610902,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753989088942,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!Mn1eo2Mdtu1kzyxB"
}

View file

@ -13,7 +13,7 @@
"name": "Attune Relic",
"type": "base",
"_id": "KmoJVnCQJUGyrZIk",
"img": "icons/magic/life/heart-cross-blue.webp",
"img": "icons/magic/perception/eye-ringed-green.webp",
"system": {},
"changes": [
{
@ -33,7 +33,7 @@
"startRound": null,
"startTurn": null
},
"description": "",
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">You gain a +1 bonus to your Instinct.</span></p>",
"origin": null,
"tint": "#ffffff",
"transfer": true,
@ -44,12 +44,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753639655271,
"modifiedTime": 1753639665432,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753989634795,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!vK6bKyQTT3m8WvMh.KmoJVnCQJUGyrZIk"
}

View file

@ -6,9 +6,108 @@
"system": {
"description": "<p>You can convince this small bag of sand to be much heavier or lighter with a successful <code>[[/dr trait=\"presence\" difficulty=\"10\"]]</code>. Additionally, on a successful <code>[[/dr trait=\"finesse\" difficulty=\"10\"]]</code>, you can blow a bit of sand into a targets face to make them temporarily Vulnerable.</p>",
"quantity": 1,
"actions": {}
"actions": {
"vPXp3uifPTpZxcvt": {
"type": "attack",
"_id": "vPXp3uifPTpZxcvt",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [],
"includeBase": false
},
"target": {
"type": "any",
"amount": null
},
"effects": [
{
"_id": "Ouq3xWzj5rf6olVs",
"onSave": false
}
],
"roll": {
"type": "trait",
"trait": "finesse",
"difficulty": 10,
"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": "Blow Sand",
"img": "icons/containers/bags/pouch-cloth-tan.webp",
"range": ""
}
}
},
"effects": [],
"effects": [
{
"name": "Bag of Ficklesand",
"img": "icons/containers/bags/pouch-cloth-tan.webp",
"origin": "Compendium.daggerheart.loot.Item.v758j4FwNVAurhYK",
"transfer": false,
"_id": "Ouq3xWzj5rf6olVs",
"type": "base",
"system": {
"rangeDependence": {
"enabled": false,
"type": "withinRange",
"target": "hostile",
"range": "melee"
}
},
"changes": [],
"disabled": false,
"duration": {
"startTime": null,
"combat": null,
"seconds": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"description": "",
"tint": "#ffffff",
"statuses": [
"vulnerable"
],
"sort": 0,
"flags": {},
"_stats": {
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753989248179,
"modifiedTime": 1753989257670,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!v758j4FwNVAurhYK.Ouq3xWzj5rf6olVs"
}
],
"folder": null,
"sort": 0,
"ownership": {
@ -20,12 +119,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753637946114,
"modifiedTime": 1753638703757,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753989248198,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!v758j4FwNVAurhYK"
}

View file

@ -13,7 +13,7 @@
"name": "Bolster Relic",
"type": "base",
"_id": "ByYXvJNr5YbXqn8I",
"img": "icons/magic/life/heart-cross-blue.webp",
"img": "icons/magic/control/buff-strength-muscle-damage-orange.webp",
"system": {},
"changes": [
{
@ -33,7 +33,7 @@
"startRound": null,
"startTurn": null
},
"description": "",
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">You gain a +1 bonus to your Strength.</span></p>",
"origin": null,
"tint": "#ffffff",
"transfer": true,
@ -44,12 +44,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753639476499,
"modifiedTime": 1753639561079,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753989646651,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!m3EpxlDgxn2tCDDR.ByYXvJNr5YbXqn8I"
}

View file

@ -7,9 +7,9 @@
"description": "<p>Once per long rest, you can open this small box and roll a [[/r d12]]. On a result of 16, its empty. On a result of 710, it contains one random common consumable. On a result of 1112, it contains two random common consumables.</p>",
"quantity": 1,
"actions": {
"5vW3p31WvGN6v8qc": {
"type": "effect",
"_id": "5vW3p31WvGN6v8qc",
"lt1iEma1OVUNZ77o": {
"type": "attack",
"_id": "lt1iEma1OVUNZ77o",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
@ -17,14 +17,38 @@
"cost": [],
"uses": {
"value": null,
"max": 1,
"max": "1",
"recovery": "longRest"
},
"effects": [],
"damage": {
"parts": [],
"includeBase": false
},
"target": {
"type": "any",
"amount": null
},
"effects": [],
"roll": {
"type": "diceSet",
"trait": null,
"difficulty": null,
"bonus": null,
"advState": "neutral",
"diceRolling": {
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d12",
"compare": null,
"treshold": null
},
"useDefault": false
},
"save": {
"trait": null,
"difficulty": null,
"damageMod": "none"
},
"name": "Open",
"img": "icons/containers/boxes/crate-heavy-yellow.webp",
"range": ""
@ -43,12 +67,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753638361357,
"modifiedTime": 1753638425801,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753989365853,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!bZyT7Qw7iafswlTY"
}

View file

@ -6,7 +6,54 @@
"system": {
"description": "<p>When you would mark your last Stress, roll a [[/r d6]]. On a result of 5 or higher, dont mark it.</p>",
"quantity": 1,
"actions": {}
"actions": {
"wIlkGuUddWSUp4nN": {
"type": "attack",
"_id": "wIlkGuUddWSUp4nN",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"damage": {
"parts": [],
"includeBase": false
},
"target": {
"type": "any",
"amount": null
},
"effects": [],
"roll": {
"type": "diceSet",
"trait": null,
"difficulty": null,
"bonus": null,
"advState": "neutral",
"diceRolling": {
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d6",
"compare": "aboveEqual",
"treshold": 5
},
"useDefault": false
},
"save": {
"trait": null,
"difficulty": null,
"damageMod": "none"
},
"name": "Use",
"img": "icons/equipment/neck/amulet-round-blue.webp",
"range": ""
}
}
},
"effects": [],
"folder": null,
@ -20,12 +67,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753637842111,
"modifiedTime": 1753637884439,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753989405747,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!tgFFMxpuRSiRrrEB"
}

View file

@ -6,62 +6,67 @@
"system": {
"description": "<p>When you succeed on an attack with an arrow stored in this quiver, gain a bonus to the damage roll equal to your current tier.</p>",
"quantity": 1,
"actions": {
"VI11nILEneaigrRE": {
"type": "damage",
"_id": "VI11nILEneaigrRE",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [],
"uses": {
"value": null,
"max": null,
"recovery": null
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": true,
"formula": "@tier"
},
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null
},
"applyTo": "hitPoints",
"type": [],
"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": "Use Arrow",
"img": "icons/containers/ammunition/arrows-quiver-grey-gold.webp",
"range": ""
}
}
"actions": {}
},
"effects": [],
"effects": [
{
"name": "Charging Quiver",
"type": "base",
"_id": "0zebbOsyjkm9IqE6",
"img": "icons/weapons/ammunition/arrow-broadhead-glowing-orange.webp",
"system": {
"rangeDependence": {
"enabled": false,
"type": "withinRange",
"target": "hostile",
"range": "melee"
}
},
"changes": [
{
"key": "system.bonuses.damage.physical.bonus",
"mode": 2,
"value": "@system.tier",
"priority": null
},
{
"key": "system.bonuses.damage.magical.bonus",
"mode": 2,
"value": "@system.tier",
"priority": null
}
],
"disabled": true,
"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": 1753989433725,
"modifiedTime": 1753989574054,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!gsUDP90d4SRtLEUn.0zebbOsyjkm9IqE6"
}
],
"folder": null,
"sort": 0,
"ownership": {
@ -73,12 +78,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753625025089,
"modifiedTime": 1753625150698,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753989432098,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!gsUDP90d4SRtLEUn"
}

View file

@ -13,7 +13,7 @@
"name": "Charm Relic",
"type": "base",
"_id": "2yr8Ps6wvaG3b1qy",
"img": "icons/magic/life/heart-cross-blue.webp",
"img": "icons/magic/life/heart-cross-strong-purple-orange.webp",
"system": {},
"changes": [
{
@ -33,7 +33,7 @@
"startRound": null,
"startTurn": null
},
"description": "",
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">You gain a +1 bonus to your Presence.</span></p>",
"origin": null,
"tint": "#ffffff",
"transfer": true,
@ -44,12 +44,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753639698545,
"modifiedTime": 1753639708693,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753989621310,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!9P9jqGSlxVCbTdLe.2yr8Ps6wvaG3b1qy"
}

View file

@ -13,7 +13,7 @@
"name": "Control Relic",
"type": "base",
"_id": "OwjK2TqOizTiRGxD",
"img": "icons/magic/life/heart-cross-blue.webp",
"img": "icons/skills/targeting/target-glowing-yellow.webp",
"system": {},
"changes": [
{
@ -33,7 +33,7 @@
"startRound": null,
"startTurn": null
},
"description": "",
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">You gain a +1 bonus to your Finesse.</span></p>",
"origin": null,
"tint": "#ffffff",
"transfer": true,
@ -44,12 +44,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753639502481,
"modifiedTime": 1753639535252,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753989714746,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!QPGBDItjrRhXU6iJ.OwjK2TqOizTiRGxD"
}

View file

@ -27,7 +27,7 @@
}
],
"target": {
"type": "any",
"type": "self",
"amount": null
},
"name": "Activate",
@ -56,7 +56,7 @@
"startRound": null,
"startTurn": null
},
"description": "",
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">You are Hidden until you move. While Hidden in this way, you remain unseen even if an adversary moves to where they would normally see you.</span></p>",
"tint": "#ffffff",
"statuses": [
"hidden"
@ -67,12 +67,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753639111583,
"modifiedTime": 1753639213582,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753989796129,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!PkmTZXRMZL022O75.YBkYjxU0Vn5JEsMK"
}
@ -88,12 +88,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753638931971,
"modifiedTime": 1753639111606,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753989758225,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!PkmTZXRMZL022O75"
}

View file

@ -13,7 +13,7 @@
"name": "Enlighten Relic",
"type": "base",
"_id": "aWOGlmqC9l86GlFV",
"img": "icons/magic/life/heart-cross-blue.webp",
"img": "icons/magic/perception/third-eye-blue-red.webp",
"system": {},
"changes": [
{
@ -33,7 +33,7 @@
"startRound": null,
"startTurn": null
},
"description": "",
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">You gain a +1 bonus to your Knowledge.</span></p>",
"origin": null,
"tint": "#ffffff",
"transfer": true,
@ -44,12 +44,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753639757883,
"modifiedTime": 1753639770922,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753989839297,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!vSGx1f9SYUiA29L3.aWOGlmqC9l86GlFV"
}

View file

@ -4,9 +4,40 @@
"_id": "CiXwelozmBDcPY48",
"img": "icons/commodities/leather/leather-patch-red.webp",
"system": {
"description": "<p>While falling, you can mark a Stress to deploy this small parachute and glide safely to the ground.</p>",
"description": "<p>While falling, you can <strong>mark a Stress</strong> to deploy this small parachute and glide safely to the ground.</p>",
"quantity": 1,
"actions": {}
"actions": {
"Adz50oihGEMJxbyA": {
"type": "effect",
"_id": "Adz50oihGEMJxbyA",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
"actionType": "action",
"cost": [
{
"scalable": false,
"key": "stress",
"value": 1,
"keyIsID": false,
"step": null
}
],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"effects": [],
"target": {
"type": "any",
"amount": null
},
"name": "Mark Stress",
"img": "icons/commodities/leather/leather-patch-red.webp",
"range": ""
}
}
},
"effects": [],
"folder": null,
@ -20,12 +51,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753637642501,
"modifiedTime": 1753637766985,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753989923053,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!CiXwelozmBDcPY48"
}

View file

@ -7,9 +7,9 @@
"description": "<p>Three times per rest when you succeed on an attack with one of these arrows, you can add your Proficiency to the damage roll.</p>",
"quantity": 1,
"actions": {
"0TomBo6UygDFhawG": {
"type": "damage",
"_id": "0TomBo6UygDFhawG",
"DW5AqEM0F8XaUqpn": {
"type": "effect",
"_id": "DW5AqEM0F8XaUqpn",
"systemPath": "actions",
"description": "",
"chatDisplay": true,
@ -17,51 +17,79 @@
"cost": [],
"uses": {
"value": null,
"max": 3,
"max": "3",
"recovery": "shortRest"
},
"damage": {
"parts": [
{
"value": {
"custom": {
"enabled": true,
"formula": "@prof"
},
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null
},
"applyTo": "hitPoints",
"type": [],
"base": false,
"resultBased": false,
"valueAlt": {
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false
}
}
}
],
"includeBase": false
},
"effects": [],
"target": {
"type": "any",
"type": "self",
"amount": null
},
"effects": [],
"name": "Use Arrow",
"name": "Use",
"img": "icons/weapons/ammunition/arrow-broadhead-glowing-orange.webp",
"range": ""
}
}
},
"effects": [],
"effects": [
{
"name": "Piercing Arrows",
"type": "base",
"_id": "lRfqfbwlfxzPbE6U",
"img": "icons/weapons/ammunition/arrow-broadhead-glowing-orange.webp",
"system": {
"rangeDependence": {
"enabled": false,
"type": "withinRange",
"target": "hostile",
"range": "melee"
}
},
"changes": [
{
"key": "system.bonuses.damage.physical.bonus",
"mode": 2,
"value": "@system.proficiency",
"priority": null
},
{
"key": "system.bonuses.damage.magical.bonus",
"mode": 2,
"value": "@system.proficiency",
"priority": null
}
],
"disabled": true,
"duration": {
"startTime": null,
"combat": null,
"seconds": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">Add your Proficiency to the damage roll of this attack.</span></p>",
"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": 1753990197623,
"modifiedTime": 1753990270846,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!I63LTFD6GXHgyGpR.lRfqfbwlfxzPbE6U"
}
],
"folder": null,
"sort": 0,
"ownership": {
@ -73,12 +101,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753625947079,
"modifiedTime": 1753626142491,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753990194353,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!I63LTFD6GXHgyGpR"
}

View file

@ -39,7 +39,52 @@
}
}
},
"effects": [],
"effects": [
{
"name": "Ring of Silence",
"type": "base",
"_id": "aCt3QjdeTREZAlEa",
"img": "icons/equipment/finger/ring-ball-purple.webp",
"system": {
"rangeDependence": {
"enabled": false,
"type": "withinRange",
"target": "hostile",
"range": "melee"
}
},
"changes": [],
"disabled": true,
"duration": {
"startTime": null,
"combat": null,
"seconds": null,
"rounds": null,
"turns": null,
"startRound": null,
"startTurn": null
},
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">Your footsteps are silent until your next rest.</span></p>",
"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": 1753990311274,
"modifiedTime": 1753990345889,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!K1ysGnTpNyxPu5Au.aCt3QjdeTREZAlEa"
}
],
"folder": null,
"sort": 0,
"ownership": {

View file

@ -4,7 +4,7 @@
"_id": "2ULPgNyqCrxea0v0",
"img": "icons/commodities/gems/gem-rough-navette-purple-pink.webp",
"system": {
"description": "<p>Once per long rest, you can spend 2 Hope to recall a domain card from your vault instead of paying its Recall</p><p>Cost.</p>",
"description": "<p>Once per long rest, you can <strong>spend 2 Hope</strong> to recall a domain card from your vault instead of paying its Recall Cost.</p>",
"quantity": 1,
"actions": {
"YNRybKQC51muVHYH": {
@ -51,12 +51,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753640199098,
"modifiedTime": 1753640251763,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753990369010,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items!2ULPgNyqCrxea0v0"
}

View file

@ -13,7 +13,7 @@
"name": "Stride Relic",
"type": "base",
"_id": "7lHIbMyCDonSxSZf",
"img": "icons/magic/life/heart-cross-blue.webp",
"img": "icons/skills/movement/feet-winged-boots-glowing-yellow.webp",
"system": {},
"changes": [
{
@ -33,7 +33,7 @@
"startRound": null,
"startTurn": null
},
"description": "",
"description": "<p><span style=\"color:rgb(239, 230, 216);font-family:Montserrat, sans-serif;font-size:14px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;white-space:normal;background-color:rgba(24, 22, 46, 0.376);text-decoration-thickness:initial;text-decoration-style:initial;text-decoration-color:initial;display:inline !important;float:none\">You gain a +1 bonus to your Agility.</span></p>",
"origin": null,
"tint": "#ffffff",
"transfer": true,
@ -44,12 +44,12 @@
"compendiumSource": null,
"duplicateSource": null,
"exportSource": null,
"coreVersion": "13.344",
"coreVersion": "13.346",
"systemId": "daggerheart",
"systemVersion": "0.0.1",
"createdTime": 1753639435741,
"modifiedTime": 1753639579370,
"lastModifiedBy": "OFxauskoxcvVTVNA"
"modifiedTime": 1753990402231,
"lastModifiedBy": "MQSznptE5yLT7kj8"
},
"_key": "!items.effects!FfJISMzYATaPQPLc.7lHIbMyCDonSxSZf"
}