mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
Fixed so subclass features beyond foundation are only transferred when they should (#582)
This commit is contained in:
parent
04fbf9db4f
commit
3c470a2d2e
19 changed files with 674 additions and 172 deletions
|
|
@ -147,4 +147,29 @@ export default class DhActiveEffect extends foundry.documents.ActiveEffect {
|
||||||
|
|
||||||
cls.create(msg);
|
cls.create(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
prepareDerivedData() {
|
||||||
|
/* Preventing subclass features from transferring to actor if they do not have the right subclass advancement */
|
||||||
|
if (this.parent?.type === 'feature') {
|
||||||
|
const origSubclassParent = this.parent.system.originItemType === 'subclass';
|
||||||
|
if (origSubclassParent) {
|
||||||
|
const subclass = this.parent.parent.items.find(
|
||||||
|
x =>
|
||||||
|
x.type === 'subclass' &&
|
||||||
|
x.system.isMulticlass === (this.parent.system.identifier === 'multiclass')
|
||||||
|
);
|
||||||
|
const featureState = subclass.system.featureState;
|
||||||
|
const featureType = subclass
|
||||||
|
? (subclass.system.features.find(x => x.item?.uuid === this.parent.uuid)?.type ?? null)
|
||||||
|
: null;
|
||||||
|
|
||||||
|
if (
|
||||||
|
(featureType === CONFIG.DH.ITEM.featureSubTypes.specialization && featureState < 2) ||
|
||||||
|
(featureType === CONFIG.DH.ITEM.featureSubTypes.mastery && featureState < 3)
|
||||||
|
) {
|
||||||
|
this.transfer = false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -57,8 +57,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754221506611,
|
"createdTime": 1754221506611,
|
||||||
"modifiedTime": 1754246229626,
|
"modifiedTime": 1754353698203,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items!6rlxhrRwFaVgq9fe"
|
"_key": "!items!6rlxhrRwFaVgq9fe"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,7 @@
|
||||||
"priority": null
|
"priority": null
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"disabled": false,
|
"disabled": true,
|
||||||
"duration": {
|
"duration": {
|
||||||
"startTime": null,
|
"startTime": null,
|
||||||
"combat": null,
|
"combat": null,
|
||||||
|
|
@ -94,8 +94,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754323997794,
|
"createdTime": 1754323997794,
|
||||||
"modifiedTime": 1754324067589,
|
"modifiedTime": 1754351805065,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items.effects!hVaaPIjxoextIgSL.hhVjBro2osGDTT5g"
|
"_key": "!items.effects!hVaaPIjxoextIgSL.hhVjBro2osGDTT5g"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@
|
||||||
"priority": null
|
"priority": null
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"disabled": false,
|
"disabled": true,
|
||||||
"duration": {
|
"duration": {
|
||||||
"startTime": null,
|
"startTime": null,
|
||||||
"combat": null,
|
"combat": null,
|
||||||
|
|
@ -92,8 +92,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754324821680,
|
"createdTime": 1754324821680,
|
||||||
"modifiedTime": 1754325658116,
|
"modifiedTime": 1754351786656,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items.effects!5QqpEwmwkPfZHpMW.380jFzw756qSy5ae"
|
"_key": "!items.effects!5QqpEwmwkPfZHpMW.380jFzw756qSy5ae"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,11 +7,80 @@
|
||||||
"system": {
|
"system": {
|
||||||
"description": "<p>When an adversary damages an ally within Melee range, you gain a +1 bonus to your Proficiency for the next successful attack you make against that adversary.</p>",
|
"description": "<p>When an adversary damages an ally within Melee range, you gain a +1 bonus to your Proficiency for the next successful attack you make against that adversary.</p>",
|
||||||
"resource": null,
|
"resource": null,
|
||||||
"actions": {},
|
"actions": {
|
||||||
|
"yalzg4VRmZvakshJ": {
|
||||||
|
"type": "effect",
|
||||||
|
"_id": "yalzg4VRmZvakshJ",
|
||||||
|
"systemPath": "actions",
|
||||||
|
"description": "<p>When an adversary damages an ally within Melee range, you gain a +1 bonus to your Proficiency for the next successful attack you make against that adversary.</p>",
|
||||||
|
"chatDisplay": true,
|
||||||
|
"actionType": "action",
|
||||||
|
"cost": [],
|
||||||
|
"uses": {
|
||||||
|
"value": null,
|
||||||
|
"max": "",
|
||||||
|
"recovery": null,
|
||||||
|
"consumeOnSuccess": false
|
||||||
|
},
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"_id": "9Uo0yOYGn3vandPp",
|
||||||
|
"onSave": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"target": {
|
||||||
|
"type": "any",
|
||||||
|
"amount": null
|
||||||
|
},
|
||||||
|
"name": "Mark Adversary",
|
||||||
|
"img": "icons/skills/targeting/crosshair-arrowhead-blue.webp",
|
||||||
|
"range": "melee"
|
||||||
|
}
|
||||||
|
},
|
||||||
"originItemType": null,
|
"originItemType": null,
|
||||||
"originId": null
|
"originId": null
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [
|
||||||
|
{
|
||||||
|
"name": "Act of Reprisal",
|
||||||
|
"img": "icons/skills/targeting/crosshair-arrowhead-blue.webp",
|
||||||
|
"origin": "Compendium.daggerheart.subclasses.Item.k7vvMJtEcxMWUUrW",
|
||||||
|
"transfer": false,
|
||||||
|
"_id": "9Uo0yOYGn3vandPp",
|
||||||
|
"type": "base",
|
||||||
|
"system": {
|
||||||
|
"rangeDependence": {
|
||||||
|
"enabled": false,
|
||||||
|
"type": "withinRange",
|
||||||
|
"target": "hostile",
|
||||||
|
"range": "melee"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"changes": [],
|
||||||
|
"disabled": false,
|
||||||
|
"duration": {
|
||||||
|
"startTime": null,
|
||||||
|
"combat": 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": 1754351612885,
|
||||||
|
"modifiedTime": 1754351612885,
|
||||||
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
|
},
|
||||||
|
"_key": "!items.effects!k7vvMJtEcxMWUUrW.9Uo0yOYGn3vandPp"
|
||||||
|
}
|
||||||
|
],
|
||||||
"sort": 400000,
|
"sort": 400000,
|
||||||
"ownership": {
|
"ownership": {
|
||||||
"default": 0,
|
"default": 0,
|
||||||
|
|
@ -26,8 +95,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754243143650,
|
"createdTime": 1754243143650,
|
||||||
"modifiedTime": 1754243725513,
|
"modifiedTime": 1754351612905,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items!k7vvMJtEcxMWUUrW"
|
"_key": "!items!k7vvMJtEcxMWUUrW"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,11 +7,98 @@
|
||||||
"system": {
|
"system": {
|
||||||
"description": "<p>While you're Vulnerable, add your level to your damage rolls.</p>",
|
"description": "<p>While you're Vulnerable, add your level to your damage rolls.</p>",
|
||||||
"resource": null,
|
"resource": null,
|
||||||
"actions": {},
|
"actions": {
|
||||||
|
"UgffABhuobRDP7MQ": {
|
||||||
|
"type": "effect",
|
||||||
|
"_id": "UgffABhuobRDP7MQ",
|
||||||
|
"systemPath": "actions",
|
||||||
|
"description": "<p>While you're Vulnerable, add your level to your damage rolls.</p>",
|
||||||
|
"chatDisplay": true,
|
||||||
|
"actionType": "action",
|
||||||
|
"cost": [],
|
||||||
|
"uses": {
|
||||||
|
"value": null,
|
||||||
|
"max": "",
|
||||||
|
"recovery": null,
|
||||||
|
"consumeOnSuccess": false
|
||||||
|
},
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"_id": "HMx9uZ54mvMiH95x",
|
||||||
|
"onSave": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"target": {
|
||||||
|
"type": "self",
|
||||||
|
"amount": null
|
||||||
|
},
|
||||||
|
"name": "Apply",
|
||||||
|
"img": "icons/magic/unholy/hand-marked-pink.webp",
|
||||||
|
"range": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
"originItemType": null,
|
"originItemType": null,
|
||||||
"originId": null
|
"originId": null
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [
|
||||||
|
{
|
||||||
|
"name": "Adrenaline",
|
||||||
|
"img": "icons/magic/unholy/hand-marked-pink.webp",
|
||||||
|
"origin": "Compendium.daggerheart.subclasses.Item.uByM34yQlw38yf1V",
|
||||||
|
"transfer": true,
|
||||||
|
"_id": "HMx9uZ54mvMiH95x",
|
||||||
|
"type": "base",
|
||||||
|
"system": {
|
||||||
|
"rangeDependence": {
|
||||||
|
"enabled": false,
|
||||||
|
"type": "withinRange",
|
||||||
|
"target": "hostile",
|
||||||
|
"range": "melee"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"key": "system.bonuses.damage.physical.bonus",
|
||||||
|
"mode": 2,
|
||||||
|
"value": "@system.levelData.level.current",
|
||||||
|
"priority": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "system.bonuses.damage.magical.bonus",
|
||||||
|
"mode": 2,
|
||||||
|
"value": "@system.levelData.level.current",
|
||||||
|
"priority": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"disabled": true,
|
||||||
|
"duration": {
|
||||||
|
"startTime": null,
|
||||||
|
"combat": null,
|
||||||
|
"seconds": null,
|
||||||
|
"rounds": null,
|
||||||
|
"turns": null,
|
||||||
|
"startRound": null,
|
||||||
|
"startTurn": null
|
||||||
|
},
|
||||||
|
"description": "<p>While you're Vulnerable, add your level to your damage rolls.</p>",
|
||||||
|
"tint": "#ffffff",
|
||||||
|
"statuses": [],
|
||||||
|
"sort": 0,
|
||||||
|
"flags": {},
|
||||||
|
"_stats": {
|
||||||
|
"compendiumSource": null,
|
||||||
|
"duplicateSource": null,
|
||||||
|
"exportSource": null,
|
||||||
|
"coreVersion": "13.346",
|
||||||
|
"systemId": "daggerheart",
|
||||||
|
"systemVersion": "0.0.1",
|
||||||
|
"createdTime": 1754351983776,
|
||||||
|
"modifiedTime": 1754352026131,
|
||||||
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
|
},
|
||||||
|
"_key": "!items.effects!uByM34yQlw38yf1V.HMx9uZ54mvMiH95x"
|
||||||
|
}
|
||||||
|
],
|
||||||
"sort": 0,
|
"sort": 0,
|
||||||
"ownership": {
|
"ownership": {
|
||||||
"default": 0,
|
"default": 0,
|
||||||
|
|
@ -26,8 +113,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754319984350,
|
"createdTime": 1754319984350,
|
||||||
"modifiedTime": 1754320021016,
|
"modifiedTime": 1754351983791,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items!uByM34yQlw38yf1V"
|
"_key": "!items!uByM34yQlw38yf1V"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
"type": "healing",
|
"type": "healing",
|
||||||
"_id": "az7YUpxy1ysn12tO",
|
"_id": "az7YUpxy1ysn12tO",
|
||||||
"systemPath": "actions",
|
"systemPath": "actions",
|
||||||
"description": "",
|
"description": "<p>Once per long rest, you can create a space of natural serenity within Close range. When you spend a few minutes resting within the space, clear Stress equal to your Instinct, distributed as you choose between you and your allies.</p>",
|
||||||
"chatDisplay": false,
|
"chatDisplay": false,
|
||||||
"actionType": "action",
|
"actionType": "action",
|
||||||
"cost": [
|
"cost": [
|
||||||
|
|
@ -32,8 +32,8 @@
|
||||||
],
|
],
|
||||||
"uses": {
|
"uses": {
|
||||||
"value": null,
|
"value": null,
|
||||||
"max": "",
|
"max": "1",
|
||||||
"recovery": null
|
"recovery": "longRest"
|
||||||
},
|
},
|
||||||
"damage": {
|
"damage": {
|
||||||
"parts": [
|
"parts": [
|
||||||
|
|
@ -108,8 +108,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754179740310,
|
"createdTime": 1754179740310,
|
||||||
"modifiedTime": 1754236434756,
|
"modifiedTime": 1754353339637,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items!etaQ01yGJhBLDUqZ"
|
"_key": "!items!etaQ01yGJhBLDUqZ"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,14 +5,14 @@
|
||||||
"_id": "frBTtNMX9Y2gkuPz",
|
"_id": "frBTtNMX9Y2gkuPz",
|
||||||
"img": "icons/magic/air/wind-vortex-swirl-purple.webp",
|
"img": "icons/magic/air/wind-vortex-swirl-purple.webp",
|
||||||
"system": {
|
"system": {
|
||||||
"description": "<p>Make <strong>a Spellcast Roll (15)</strong>. On a success, create a temporary dark cloud that covers any area within Close range. Anyone in this cloud can’t see outside of it, and anyone outside of it can’t see in. You’re considered Cloaked from any adversary for whom the cloud blocks line of sight.</p>",
|
"description": "<p>Make <strong>a Spellcast Roll (15)</strong>. On a success, create a temporary dark cloud that covers any area within Close range. Anyone in this cloud can’t see outside of it, and anyone outside of it can’t see in. You’re considered Cloaked from any adversary for whom the cloud blocks line of sight.</p><p>@Template[type:emanation|range:c]</p>",
|
||||||
"resource": null,
|
"resource": null,
|
||||||
"actions": {
|
"actions": {
|
||||||
"nIgBwYfAVAJ98lzb": {
|
"nIgBwYfAVAJ98lzb": {
|
||||||
"type": "attack",
|
"type": "attack",
|
||||||
"_id": "nIgBwYfAVAJ98lzb",
|
"_id": "nIgBwYfAVAJ98lzb",
|
||||||
"systemPath": "actions",
|
"systemPath": "actions",
|
||||||
"description": "<p>Make <strong>a Spellcast Roll (15)</strong>. On a success, create a temporary dark cloud that covers any area within Close range. Anyone in this cloud can’t see outside of it, and anyone outside of it can’t see in. You’re considered Cloaked from any adversary for whom the cloud blocks line of sight.</p>",
|
"description": "<p>Make <strong>a Spellcast Roll (15)</strong>. On a success, create a temporary dark cloud that covers any area within Close range. Anyone in this cloud can’t see outside of it, and anyone outside of it can’t see in. You’re considered Cloaked from any adversary for whom the cloud blocks line of sight.</p><p>@Template[type:emanation|range:c]</p>",
|
||||||
"chatDisplay": true,
|
"chatDisplay": true,
|
||||||
"actionType": "action",
|
"actionType": "action",
|
||||||
"cost": [],
|
"cost": [],
|
||||||
|
|
@ -73,8 +73,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754319411878,
|
"createdTime": 1754319411878,
|
||||||
"modifiedTime": 1754319648922,
|
"modifiedTime": 1754351939150,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items!frBTtNMX9Y2gkuPz"
|
"_key": "!items!frBTtNMX9Y2gkuPz"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
"type": "effect",
|
"type": "effect",
|
||||||
"_id": "9WxcZ3BuXUKfqUMz",
|
"_id": "9WxcZ3BuXUKfqUMz",
|
||||||
"systemPath": "actions",
|
"systemPath": "actions",
|
||||||
"description": "<p>You can mark a Stress to reduce the number of Hit Points they mark by 1.</p>",
|
"description": "<p>When you’re in Beastform and an ally within Close range marks 2 or more Hit Points, you can mark a Stress to reduce the number of Hit Points they mark by 1.</p>",
|
||||||
"chatDisplay": true,
|
"chatDisplay": true,
|
||||||
"actionType": "action",
|
"actionType": "action",
|
||||||
"cost": [
|
"cost": [
|
||||||
|
|
@ -57,8 +57,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754220872809,
|
"createdTime": 1754220872809,
|
||||||
"modifiedTime": 1754236539067,
|
"modifiedTime": 1754353606220,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items!Jdktv5p1K2PfgxrT"
|
"_key": "!items!Jdktv5p1K2PfgxrT"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,12 @@
|
||||||
"type": "hostile",
|
"type": "hostile",
|
||||||
"amount": 1
|
"amount": 1
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [
|
||||||
|
{
|
||||||
|
"_id": "WX5AMEpmUAutB9Hm",
|
||||||
|
"onSave": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"name": "Fire",
|
"name": "Fire",
|
||||||
"img": "icons/magic/fire/barrier-wall-explosion-orange.webp",
|
"img": "icons/magic/fire/barrier-wall-explosion-orange.webp",
|
||||||
"range": "close"
|
"range": "close"
|
||||||
|
|
@ -100,7 +105,12 @@
|
||||||
"max": "",
|
"max": "",
|
||||||
"recovery": null
|
"recovery": null
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [
|
||||||
|
{
|
||||||
|
"_id": "H7W52ps5d3UGmaFr",
|
||||||
|
"onSave": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"target": {
|
"target": {
|
||||||
"type": "hostile",
|
"type": "hostile",
|
||||||
"amount": null
|
"amount": null
|
||||||
|
|
@ -109,9 +119,9 @@
|
||||||
"img": "icons/magic/water/vortex-water-whirlpool.webp",
|
"img": "icons/magic/water/vortex-water-whirlpool.webp",
|
||||||
"range": "close"
|
"range": "close"
|
||||||
},
|
},
|
||||||
"hwnpFPP7k78hok4h": {
|
"hAsKFFewtTqd1gg9": {
|
||||||
"type": "effect",
|
"type": "attack",
|
||||||
"_id": "hwnpFPP7k78hok4h",
|
"_id": "hAsKFFewtTqd1gg9",
|
||||||
"systemPath": "actions",
|
"systemPath": "actions",
|
||||||
"description": "<p>When you or an ally takes damage from an attack beyond Melee range, reduce the damage by 1d8.</p>",
|
"description": "<p>When you or an ally takes damage from an attack beyond Melee range, reduce the damage by 1d8.</p>",
|
||||||
"chatDisplay": true,
|
"chatDisplay": true,
|
||||||
|
|
@ -120,18 +130,43 @@
|
||||||
"uses": {
|
"uses": {
|
||||||
"value": null,
|
"value": null,
|
||||||
"max": "",
|
"max": "",
|
||||||
"recovery": null
|
"recovery": null,
|
||||||
|
"consumeOnSuccess": false
|
||||||
|
},
|
||||||
|
"damage": {
|
||||||
|
"parts": [],
|
||||||
|
"includeBase": false
|
||||||
},
|
},
|
||||||
"effects": [
|
|
||||||
{
|
|
||||||
"_id": "AaaAIqPtSkzBn8kU",
|
|
||||||
"onSave": false
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"target": {
|
"target": {
|
||||||
"type": "any",
|
"type": "any",
|
||||||
"amount": null
|
"amount": null
|
||||||
},
|
},
|
||||||
|
"effects": [
|
||||||
|
{
|
||||||
|
"_id": "mJBA2QTyM9SM5NVS",
|
||||||
|
"onSave": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"roll": {
|
||||||
|
"type": "diceSet",
|
||||||
|
"trait": null,
|
||||||
|
"difficulty": null,
|
||||||
|
"bonus": null,
|
||||||
|
"advState": "neutral",
|
||||||
|
"diceRolling": {
|
||||||
|
"multiplier": "flat",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"dice": "d8",
|
||||||
|
"compare": null,
|
||||||
|
"treshold": null
|
||||||
|
},
|
||||||
|
"useDefault": false
|
||||||
|
},
|
||||||
|
"save": {
|
||||||
|
"trait": null,
|
||||||
|
"difficulty": null,
|
||||||
|
"damageMod": "none"
|
||||||
|
},
|
||||||
"name": "Air",
|
"name": "Air",
|
||||||
"img": "icons/magic/air/air-burst-spiral-blue-gray.webp",
|
"img": "icons/magic/air/air-burst-spiral-blue-gray.webp",
|
||||||
"range": ""
|
"range": ""
|
||||||
|
|
@ -142,7 +177,7 @@
|
||||||
},
|
},
|
||||||
"effects": [
|
"effects": [
|
||||||
{
|
{
|
||||||
"name": "Earth",
|
"name": "Elemental Aura (Earth)",
|
||||||
"img": "icons/magic/control/buff-strength-muscle-damage-orange.webp",
|
"img": "icons/magic/control/buff-strength-muscle-damage-orange.webp",
|
||||||
"origin": "Compendium.daggerheart.subclasses.Item.2JH9NaOh69yN80Gw",
|
"origin": "Compendium.daggerheart.subclasses.Item.2JH9NaOh69yN80Gw",
|
||||||
"transfer": false,
|
"transfer": false,
|
||||||
|
|
@ -187,17 +222,17 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754182613977,
|
"createdTime": 1754182613977,
|
||||||
"modifiedTime": 1754182657683,
|
"modifiedTime": 1754352962237,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items.effects!2JH9NaOh69yN80Gw.WRuijfHxmUscAa69"
|
"_key": "!items.effects!2JH9NaOh69yN80Gw.WRuijfHxmUscAa69"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Air: Damage Reduction",
|
"name": "Elemental Aura (Water)",
|
||||||
"img": "icons/magic/air/air-burst-spiral-blue-gray.webp",
|
"img": "icons/magic/water/vortex-water-whirlpool.webp",
|
||||||
"origin": "Compendium.daggerheart.subclasses.Item.2JH9NaOh69yN80Gw",
|
"origin": "Compendium.daggerheart.subclasses.Item.2JH9NaOh69yN80Gw",
|
||||||
"transfer": false,
|
"transfer": false,
|
||||||
"_id": "AaaAIqPtSkzBn8kU",
|
"_id": "H7W52ps5d3UGmaFr",
|
||||||
"type": "base",
|
"type": "base",
|
||||||
"system": {
|
"system": {
|
||||||
"rangeDependence": {
|
"rangeDependence": {
|
||||||
|
|
@ -207,20 +242,7 @@
|
||||||
"range": "melee"
|
"range": "melee"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"changes": [
|
"changes": [],
|
||||||
{
|
|
||||||
"key": "system.resistance.magical.reduction",
|
|
||||||
"mode": 2,
|
|
||||||
"value": "1d8",
|
|
||||||
"priority": null
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "system.resistance.physical.reduction",
|
|
||||||
"mode": 2,
|
|
||||||
"value": "1d8",
|
|
||||||
"priority": null
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
"duration": {
|
"duration": {
|
||||||
"startTime": null,
|
"startTime": null,
|
||||||
|
|
@ -243,11 +265,99 @@
|
||||||
"coreVersion": "13.346",
|
"coreVersion": "13.346",
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754182834617,
|
"createdTime": 1754352980689,
|
||||||
"modifiedTime": 1754182907209,
|
"modifiedTime": 1754353001551,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items.effects!2JH9NaOh69yN80Gw.AaaAIqPtSkzBn8kU"
|
"_key": "!items.effects!2JH9NaOh69yN80Gw.H7W52ps5d3UGmaFr"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Elemental Aura (Fire)",
|
||||||
|
"img": "icons/magic/fire/barrier-wall-explosion-orange.webp",
|
||||||
|
"origin": "Compendium.daggerheart.subclasses.Item.2JH9NaOh69yN80Gw",
|
||||||
|
"transfer": false,
|
||||||
|
"_id": "WX5AMEpmUAutB9Hm",
|
||||||
|
"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": [],
|
||||||
|
"sort": 0,
|
||||||
|
"flags": {},
|
||||||
|
"_stats": {
|
||||||
|
"compendiumSource": null,
|
||||||
|
"duplicateSource": null,
|
||||||
|
"exportSource": null,
|
||||||
|
"coreVersion": "13.346",
|
||||||
|
"systemId": "daggerheart",
|
||||||
|
"systemVersion": "0.0.1",
|
||||||
|
"createdTime": 1754353017921,
|
||||||
|
"modifiedTime": 1754353031373,
|
||||||
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
|
},
|
||||||
|
"_key": "!items.effects!2JH9NaOh69yN80Gw.WX5AMEpmUAutB9Hm"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Elemental Aura (Air)",
|
||||||
|
"img": "icons/magic/air/air-burst-spiral-blue-gray.webp",
|
||||||
|
"origin": "Compendium.daggerheart.subclasses.Item.2JH9NaOh69yN80Gw",
|
||||||
|
"transfer": false,
|
||||||
|
"_id": "mJBA2QTyM9SM5NVS",
|
||||||
|
"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": [],
|
||||||
|
"sort": 0,
|
||||||
|
"flags": {},
|
||||||
|
"_stats": {
|
||||||
|
"compendiumSource": null,
|
||||||
|
"duplicateSource": null,
|
||||||
|
"exportSource": null,
|
||||||
|
"coreVersion": "13.346",
|
||||||
|
"systemId": "daggerheart",
|
||||||
|
"systemVersion": "0.0.1",
|
||||||
|
"createdTime": 1754353118747,
|
||||||
|
"modifiedTime": 1754353132571,
|
||||||
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
|
},
|
||||||
|
"_key": "!items.effects!2JH9NaOh69yN80Gw.mJBA2QTyM9SM5NVS"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"sort": 100000,
|
"sort": 100000,
|
||||||
|
|
@ -264,8 +374,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754180638227,
|
"createdTime": 1754180638227,
|
||||||
"modifiedTime": 1754236485950,
|
"modifiedTime": 1754353118771,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items!2JH9NaOh69yN80Gw"
|
"_key": "!items!2JH9NaOh69yN80Gw"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,12 @@
|
||||||
"max": "",
|
"max": "",
|
||||||
"recovery": null
|
"recovery": null
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [
|
||||||
|
{
|
||||||
|
"_id": "p5FoUb4JKQFP405d",
|
||||||
|
"onSave": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"target": {
|
"target": {
|
||||||
"type": "any",
|
"type": "any",
|
||||||
"amount": null
|
"amount": null
|
||||||
|
|
@ -125,8 +130,8 @@
|
||||||
},
|
},
|
||||||
"effects": [
|
"effects": [
|
||||||
{
|
{
|
||||||
"name": "Elemental Dominion: Fire",
|
"name": "Elemental Dominion (Fire)",
|
||||||
"img": "icons/magic/nature/meteorite-purple.webp",
|
"img": "icons/magic/fire/flame-burning-fist-strike.webp",
|
||||||
"origin": "Compendium.daggerheart.subclasses.Item.EFUJHrkTuyv8uA9l",
|
"origin": "Compendium.daggerheart.subclasses.Item.EFUJHrkTuyv8uA9l",
|
||||||
"transfer": false,
|
"transfer": false,
|
||||||
"_id": "FoBFRSXRfGa1zkiX",
|
"_id": "FoBFRSXRfGa1zkiX",
|
||||||
|
|
@ -170,14 +175,14 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754220142535,
|
"createdTime": 1754220142535,
|
||||||
"modifiedTime": 1754220679398,
|
"modifiedTime": 1754353215650,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items.effects!EFUJHrkTuyv8uA9l.FoBFRSXRfGa1zkiX"
|
"_key": "!items.effects!EFUJHrkTuyv8uA9l.FoBFRSXRfGa1zkiX"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Elemental Dominion: Water",
|
"name": "Elemental Dominion (Water)",
|
||||||
"img": "icons/magic/nature/meteorite-purple.webp",
|
"img": "icons/magic/water/heart-ice-freeze.webp",
|
||||||
"origin": "Compendium.daggerheart.subclasses.Item.EFUJHrkTuyv8uA9l",
|
"origin": "Compendium.daggerheart.subclasses.Item.EFUJHrkTuyv8uA9l",
|
||||||
"transfer": false,
|
"transfer": false,
|
||||||
"_id": "bGwFZZT4juuaIRmZ",
|
"_id": "bGwFZZT4juuaIRmZ",
|
||||||
|
|
@ -216,14 +221,14 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754220553326,
|
"createdTime": 1754220553326,
|
||||||
"modifiedTime": 1754220637880,
|
"modifiedTime": 1754353227575,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items.effects!EFUJHrkTuyv8uA9l.bGwFZZT4juuaIRmZ"
|
"_key": "!items.effects!EFUJHrkTuyv8uA9l.bGwFZZT4juuaIRmZ"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Elemental Dominion: Air",
|
"name": "Elemental Dominion (Air)",
|
||||||
"img": "icons/magic/nature/meteorite-purple.webp",
|
"img": "icons/magic/air/air-smoke-casting.webp",
|
||||||
"origin": "Compendium.daggerheart.subclasses.Item.EFUJHrkTuyv8uA9l",
|
"origin": "Compendium.daggerheart.subclasses.Item.EFUJHrkTuyv8uA9l",
|
||||||
"transfer": false,
|
"transfer": false,
|
||||||
"_id": "edF2zvvlcGf54r2n",
|
"_id": "edF2zvvlcGf54r2n",
|
||||||
|
|
@ -267,10 +272,54 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754220756066,
|
"createdTime": 1754220756066,
|
||||||
"modifiedTime": 1754220794564,
|
"modifiedTime": 1754353239076,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items.effects!EFUJHrkTuyv8uA9l.edF2zvvlcGf54r2n"
|
"_key": "!items.effects!EFUJHrkTuyv8uA9l.edF2zvvlcGf54r2n"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Elemental Dominion (Earth)",
|
||||||
|
"img": "icons/magic/earth/strike-fist-stone.webp",
|
||||||
|
"origin": "Compendium.daggerheart.subclasses.Item.EFUJHrkTuyv8uA9l",
|
||||||
|
"transfer": false,
|
||||||
|
"_id": "p5FoUb4JKQFP405d",
|
||||||
|
"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": [],
|
||||||
|
"sort": 0,
|
||||||
|
"flags": {},
|
||||||
|
"_stats": {
|
||||||
|
"compendiumSource": null,
|
||||||
|
"duplicateSource": null,
|
||||||
|
"exportSource": null,
|
||||||
|
"coreVersion": "13.346",
|
||||||
|
"systemId": "daggerheart",
|
||||||
|
"systemVersion": "0.0.1",
|
||||||
|
"createdTime": 1754353189959,
|
||||||
|
"modifiedTime": 1754353202649,
|
||||||
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
|
},
|
||||||
|
"_key": "!items.effects!EFUJHrkTuyv8uA9l.p5FoUb4JKQFP405d"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"sort": 300000,
|
"sort": 300000,
|
||||||
|
|
@ -287,8 +336,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754219959517,
|
"createdTime": 1754219959517,
|
||||||
"modifiedTime": 1754236534716,
|
"modifiedTime": 1754353189971,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items!EFUJHrkTuyv8uA9l"
|
"_key": "!items!EFUJHrkTuyv8uA9l"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
"type": "attack",
|
"type": "attack",
|
||||||
"_id": "wVGSzAnJGs5eXKqI",
|
"_id": "wVGSzAnJGs5eXKqI",
|
||||||
"systemPath": "actions",
|
"systemPath": "actions",
|
||||||
"description": "<p>When an adversary within Melee range deals damage to you, they take 1d10 magic damage.</p>",
|
"description": "<p>When an adversary within Melee range deals damage to you, they take @Damage[type:magical|value:1d10].</p>",
|
||||||
"chatDisplay": true,
|
"chatDisplay": true,
|
||||||
"actionType": "reaction",
|
"actionType": "reaction",
|
||||||
"cost": [
|
"cost": [
|
||||||
|
|
@ -64,7 +64,12 @@
|
||||||
"type": "hostile",
|
"type": "hostile",
|
||||||
"amount": 1
|
"amount": 1
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [
|
||||||
|
{
|
||||||
|
"_id": "ANle8tuOEZIevTWv",
|
||||||
|
"onSave": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"roll": {
|
"roll": {
|
||||||
"type": null,
|
"type": null,
|
||||||
"trait": null,
|
"trait": null,
|
||||||
|
|
@ -128,7 +133,7 @@
|
||||||
"type": "damage",
|
"type": "damage",
|
||||||
"_id": "pY2EdEMoyLGYWjK5",
|
"_id": "pY2EdEMoyLGYWjK5",
|
||||||
"systemPath": "actions",
|
"systemPath": "actions",
|
||||||
"description": "<p>When you deal damage to an adversary within Melee range, all other adversaries within Very Close range must mark a Stress.</p>",
|
"description": "<p>When you deal damage to an adversary within Melee range, all other adversaries within Very Close range must mark a Stress.</p><p>@Template[type:emanation|range:vc]</p>",
|
||||||
"chatDisplay": true,
|
"chatDisplay": true,
|
||||||
"actionType": "action",
|
"actionType": "action",
|
||||||
"cost": [
|
"cost": [
|
||||||
|
|
@ -179,7 +184,12 @@
|
||||||
"type": "any",
|
"type": "any",
|
||||||
"amount": null
|
"amount": null
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [
|
||||||
|
{
|
||||||
|
"_id": "Jy6dpEbzkZ2eRDf5",
|
||||||
|
"onSave": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"name": "Water",
|
"name": "Water",
|
||||||
"img": "icons/magic/water/wave-water-blue.webp",
|
"img": "icons/magic/water/wave-water-blue.webp",
|
||||||
"range": ""
|
"range": ""
|
||||||
|
|
@ -225,7 +235,7 @@
|
||||||
},
|
},
|
||||||
"effects": [
|
"effects": [
|
||||||
{
|
{
|
||||||
"name": "Earth",
|
"name": "Elemental Incarnation (Earth)",
|
||||||
"img": "icons/magic/earth/construct-stone.webp",
|
"img": "icons/magic/earth/construct-stone.webp",
|
||||||
"origin": "Compendium.daggerheart.subclasses.Item.f37TTgCc0Q3Ih1A1",
|
"origin": "Compendium.daggerheart.subclasses.Item.f37TTgCc0Q3Ih1A1",
|
||||||
"transfer": false,
|
"transfer": false,
|
||||||
|
|
@ -276,13 +286,13 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754177069880,
|
"createdTime": 1754177069880,
|
||||||
"modifiedTime": 1754177289226,
|
"modifiedTime": 1754352335991,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items.effects!f37TTgCc0Q3Ih1A1.7xyUtUbBk5jbNnqY"
|
"_key": "!items.effects!f37TTgCc0Q3Ih1A1.7xyUtUbBk5jbNnqY"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Air",
|
"name": "Elemental Incarnation (Air)",
|
||||||
"img": "icons/magic/air/fog-gas-smoke-dense-white.webp",
|
"img": "icons/magic/air/fog-gas-smoke-dense-white.webp",
|
||||||
"origin": "Compendium.daggerheart.subclasses.Item.f37TTgCc0Q3Ih1A1",
|
"origin": "Compendium.daggerheart.subclasses.Item.f37TTgCc0Q3Ih1A1",
|
||||||
"transfer": false,
|
"transfer": false,
|
||||||
|
|
@ -314,7 +324,7 @@
|
||||||
"startRound": null,
|
"startRound": null,
|
||||||
"startTurn": null
|
"startTurn": null
|
||||||
},
|
},
|
||||||
"description": "",
|
"description": "<p>You can hover, gaining advantage on Agility Rolls.</p>",
|
||||||
"tint": "#ffffff",
|
"tint": "#ffffff",
|
||||||
"statuses": [],
|
"statuses": [],
|
||||||
"sort": 0,
|
"sort": 0,
|
||||||
|
|
@ -327,10 +337,98 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754178115976,
|
"createdTime": 1754178115976,
|
||||||
"modifiedTime": 1754178173880,
|
"modifiedTime": 1754352345491,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items.effects!f37TTgCc0Q3Ih1A1.3ck6CeapLxQVjE2W"
|
"_key": "!items.effects!f37TTgCc0Q3Ih1A1.3ck6CeapLxQVjE2W"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Elemental Incarnation (Water)",
|
||||||
|
"img": "icons/magic/water/wave-water-blue.webp",
|
||||||
|
"origin": "Compendium.daggerheart.subclasses.Item.f37TTgCc0Q3Ih1A1",
|
||||||
|
"transfer": false,
|
||||||
|
"_id": "Jy6dpEbzkZ2eRDf5",
|
||||||
|
"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": [],
|
||||||
|
"sort": 0,
|
||||||
|
"flags": {},
|
||||||
|
"_stats": {
|
||||||
|
"compendiumSource": null,
|
||||||
|
"duplicateSource": null,
|
||||||
|
"exportSource": null,
|
||||||
|
"coreVersion": "13.346",
|
||||||
|
"systemId": "daggerheart",
|
||||||
|
"systemVersion": "0.0.1",
|
||||||
|
"createdTime": 1754352177743,
|
||||||
|
"modifiedTime": 1754352209753,
|
||||||
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
|
},
|
||||||
|
"_key": "!items.effects!f37TTgCc0Q3Ih1A1.Jy6dpEbzkZ2eRDf5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Elemental Incarnation (Fire)",
|
||||||
|
"img": "icons/magic/fire/elemental-fire-flying.webp",
|
||||||
|
"origin": "Compendium.daggerheart.subclasses.Item.f37TTgCc0Q3Ih1A1",
|
||||||
|
"transfer": false,
|
||||||
|
"_id": "ANle8tuOEZIevTWv",
|
||||||
|
"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": [],
|
||||||
|
"sort": 0,
|
||||||
|
"flags": {},
|
||||||
|
"_stats": {
|
||||||
|
"compendiumSource": null,
|
||||||
|
"duplicateSource": null,
|
||||||
|
"exportSource": null,
|
||||||
|
"coreVersion": "13.346",
|
||||||
|
"systemId": "daggerheart",
|
||||||
|
"systemVersion": "0.0.1",
|
||||||
|
"createdTime": 1754352293596,
|
||||||
|
"modifiedTime": 1754352318518,
|
||||||
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
|
},
|
||||||
|
"_key": "!items.effects!f37TTgCc0Q3Ih1A1.ANle8tuOEZIevTWv"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"sort": 100000,
|
"sort": 100000,
|
||||||
|
|
@ -347,8 +445,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754176169510,
|
"createdTime": 1754176169510,
|
||||||
"modifiedTime": 1754239500149,
|
"modifiedTime": 1754352293609,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items!f37TTgCc0Q3Ih1A1"
|
"_key": "!items!f37TTgCc0Q3Ih1A1"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,42 +7,63 @@
|
||||||
"system": {
|
"system": {
|
||||||
"description": "<p>When you take physical damage, you can <strong>mark an additional Armor Slot</strong> to reduce the severity.</p>",
|
"description": "<p>When you take physical damage, you can <strong>mark an additional Armor Slot</strong> to reduce the severity.</p>",
|
||||||
"resource": null,
|
"resource": null,
|
||||||
"actions": {
|
"actions": {},
|
||||||
"MTCPiEn7Y8ioZ5nc": {
|
|
||||||
"type": "effect",
|
|
||||||
"_id": "MTCPiEn7Y8ioZ5nc",
|
|
||||||
"systemPath": "actions",
|
|
||||||
"description": "<p>When you take physical damage, you can mark an additional Armor Slot to reduce the severity.</p>",
|
|
||||||
"chatDisplay": true,
|
|
||||||
"actionType": "action",
|
|
||||||
"cost": [
|
|
||||||
{
|
|
||||||
"scalable": false,
|
|
||||||
"key": "armor",
|
|
||||||
"value": 1,
|
|
||||||
"keyIsID": false,
|
|
||||||
"step": null
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"uses": {
|
|
||||||
"value": null,
|
|
||||||
"max": "",
|
|
||||||
"recovery": null
|
|
||||||
},
|
|
||||||
"effects": [],
|
|
||||||
"target": {
|
|
||||||
"type": "any",
|
|
||||||
"amount": null
|
|
||||||
},
|
|
||||||
"name": "Mark Armor Slot",
|
|
||||||
"img": "icons/equipment/shield/heater-steel-worn.webp",
|
|
||||||
"range": ""
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"originItemType": null,
|
"originItemType": null,
|
||||||
"originId": null
|
"originId": null
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [
|
||||||
|
{
|
||||||
|
"name": "Iron Will",
|
||||||
|
"type": "base",
|
||||||
|
"system": {
|
||||||
|
"rangeDependence": {
|
||||||
|
"enabled": false,
|
||||||
|
"type": "withinRange",
|
||||||
|
"target": "hostile",
|
||||||
|
"range": "melee"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"_id": "htEDIjCEWYtznpRV",
|
||||||
|
"img": "icons/equipment/chest/breastplate-helmet-metal.webp",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"key": "system.rules.damageReduction.maxArmorMarked.stressExtra",
|
||||||
|
"mode": 2,
|
||||||
|
"value": "1",
|
||||||
|
"priority": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"disabled": false,
|
||||||
|
"duration": {
|
||||||
|
"startTime": null,
|
||||||
|
"combat": null,
|
||||||
|
"seconds": null,
|
||||||
|
"rounds": null,
|
||||||
|
"turns": null,
|
||||||
|
"startRound": null,
|
||||||
|
"startTurn": null
|
||||||
|
},
|
||||||
|
"description": "<p>When you take physical damage, you can <strong>mark an additional Armor Slot</strong> to reduce the severity.</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": 1754350126419,
|
||||||
|
"modifiedTime": 1754350171574,
|
||||||
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
|
},
|
||||||
|
"_key": "!items.effects!7AVRNyBcd1Nffjtn.htEDIjCEWYtznpRV"
|
||||||
|
}
|
||||||
|
],
|
||||||
"sort": 250000,
|
"sort": 250000,
|
||||||
"ownership": {
|
"ownership": {
|
||||||
"default": 0,
|
"default": 0,
|
||||||
|
|
@ -57,8 +78,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754237297894,
|
"createdTime": 1754237297894,
|
||||||
"modifiedTime": 1754245936410,
|
"modifiedTime": 1754350175771,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items!7AVRNyBcd1Nffjtn"
|
"_key": "!items!7AVRNyBcd1Nffjtn"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -31,12 +31,12 @@
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [],
|
||||||
"target": {
|
"target": {
|
||||||
"type": "any",
|
"type": "friendly",
|
||||||
"amount": null
|
"amount": 1
|
||||||
},
|
},
|
||||||
"name": "Mark Stress",
|
"name": "Mark Stress",
|
||||||
"img": "icons/magic/defensive/shield-barrier-deflect-teal.webp",
|
"img": "icons/magic/defensive/shield-barrier-deflect-teal.webp",
|
||||||
"range": ""
|
"range": "close"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"originItemType": null,
|
"originItemType": null,
|
||||||
|
|
@ -57,8 +57,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754244826486,
|
"createdTime": 1754244826486,
|
||||||
"modifiedTime": 1754244944871,
|
"modifiedTime": 1754350266486,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items!hd7UeBPr86Mz21Pe"
|
"_key": "!items!hd7UeBPr86Mz21Pe"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -26,10 +26,15 @@
|
||||||
],
|
],
|
||||||
"uses": {
|
"uses": {
|
||||||
"value": null,
|
"value": null,
|
||||||
"max": "",
|
"max": "1",
|
||||||
"recovery": null
|
"recovery": "longRest"
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [
|
||||||
|
{
|
||||||
|
"_id": "JoBFHkhLbm4JyuZm",
|
||||||
|
"onSave": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"target": {
|
"target": {
|
||||||
"type": "any",
|
"type": "any",
|
||||||
"amount": null
|
"amount": null
|
||||||
|
|
@ -42,7 +47,52 @@
|
||||||
"originItemType": null,
|
"originItemType": null,
|
||||||
"originId": null
|
"originId": null
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [
|
||||||
|
{
|
||||||
|
"name": "Nemesis",
|
||||||
|
"img": "icons/magic/unholy/silhouette-robe-evil-power.webp",
|
||||||
|
"origin": "Compendium.daggerheart.subclasses.Item.DPKmipNRlSAMs2Cg",
|
||||||
|
"transfer": false,
|
||||||
|
"_id": "JoBFHkhLbm4JyuZm",
|
||||||
|
"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>When you make an attack against your Prioritized adversary, you can swap the results of your Hope and Fear Dice. You can only Prioritize one adversary at a time.</p>",
|
||||||
|
"tint": "#ffffff",
|
||||||
|
"statuses": [],
|
||||||
|
"sort": 0,
|
||||||
|
"flags": {},
|
||||||
|
"_stats": {
|
||||||
|
"compendiumSource": null,
|
||||||
|
"duplicateSource": null,
|
||||||
|
"exportSource": null,
|
||||||
|
"coreVersion": "13.346",
|
||||||
|
"systemId": "daggerheart",
|
||||||
|
"systemVersion": "0.0.1",
|
||||||
|
"createdTime": 1754351671759,
|
||||||
|
"modifiedTime": 1754351684034,
|
||||||
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
|
},
|
||||||
|
"_key": "!items.effects!DPKmipNRlSAMs2Cg.JoBFHkhLbm4JyuZm"
|
||||||
|
}
|
||||||
|
],
|
||||||
"sort": 400000,
|
"sort": 400000,
|
||||||
"ownership": {
|
"ownership": {
|
||||||
"default": 0,
|
"default": 0,
|
||||||
|
|
@ -57,8 +107,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754244990457,
|
"createdTime": 1754244990457,
|
||||||
"modifiedTime": 1754245954071,
|
"modifiedTime": 1754351671775,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items!DPKmipNRlSAMs2Cg"
|
"_key": "!items!DPKmipNRlSAMs2Cg"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -31,12 +31,12 @@
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [],
|
||||||
"target": {
|
"target": {
|
||||||
"type": "any",
|
"type": "friendly",
|
||||||
"amount": null
|
"amount": 1
|
||||||
},
|
},
|
||||||
"name": "Mark Armor Slot",
|
"name": "Mark Armor Slot",
|
||||||
"img": "icons/skills/social/diplomacy-handshake-yellow.webp",
|
"img": "icons/skills/social/diplomacy-handshake-yellow.webp",
|
||||||
"range": ""
|
"range": "veryClose"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"originItemType": null,
|
"originItemType": null,
|
||||||
|
|
@ -57,8 +57,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754242808363,
|
"createdTime": 1754242808363,
|
||||||
"modifiedTime": 1754242937117,
|
"modifiedTime": 1754350282699,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items!G54qY96XK62hgoK9"
|
"_key": "!items!G54qY96XK62hgoK9"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
"type": "healing",
|
"type": "healing",
|
||||||
"_id": "kD2kWWj0oR7ZxyVs",
|
"_id": "kD2kWWj0oR7ZxyVs",
|
||||||
"systemPath": "actions",
|
"systemPath": "actions",
|
||||||
"description": "",
|
"description": "<p>Touch a creature and spend 3 Hope. That creature clears 1d4 Hit Points.</p>",
|
||||||
"chatDisplay": true,
|
"chatDisplay": true,
|
||||||
"actionType": "action",
|
"actionType": "action",
|
||||||
"cost": [
|
"cost": [
|
||||||
|
|
@ -101,8 +101,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754180232243,
|
"createdTime": 1754180232243,
|
||||||
"modifiedTime": 1754236435606,
|
"modifiedTime": 1754353321403,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items!KRyrbSLVGreIOTZe"
|
"_key": "!items!KRyrbSLVGreIOTZe"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
"name": "Vanishing Act: Cloaked",
|
"name": "Vanishing Act: Cloaked",
|
||||||
"img": "icons/magic/unholy/strike-hand-glow-pink.webp",
|
"img": "icons/magic/unholy/strike-hand-glow-pink.webp",
|
||||||
"origin": "Compendium.daggerheart.subclasses.Item.iyIg1VLwO8C6jvFZ",
|
"origin": "Compendium.daggerheart.subclasses.Item.iyIg1VLwO8C6jvFZ",
|
||||||
"transfer": false,
|
"transfer": true,
|
||||||
"_id": "czrwqq44sEr0uJ8O",
|
"_id": "czrwqq44sEr0uJ8O",
|
||||||
"type": "base",
|
"type": "base",
|
||||||
"system": {
|
"system": {
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"changes": [],
|
"changes": [],
|
||||||
"disabled": false,
|
"disabled": true,
|
||||||
"duration": {
|
"duration": {
|
||||||
"startTime": null,
|
"startTime": null,
|
||||||
"combat": null,
|
"combat": null,
|
||||||
|
|
@ -87,8 +87,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754322584884,
|
"createdTime": 1754322584884,
|
||||||
"modifiedTime": 1754322625710,
|
"modifiedTime": 1754352062188,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items.effects!iyIg1VLwO8C6jvFZ.czrwqq44sEr0uJ8O"
|
"_key": "!items.effects!iyIg1VLwO8C6jvFZ.czrwqq44sEr0uJ8O"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,26 +14,19 @@
|
||||||
"recovery": "longRest"
|
"recovery": "longRest"
|
||||||
},
|
},
|
||||||
"actions": {
|
"actions": {
|
||||||
"an5CBts4S3DoN8h7": {
|
"ozYzhQfRt5sp19di": {
|
||||||
"type": "healing",
|
"type": "healing",
|
||||||
"_id": "an5CBts4S3DoN8h7",
|
"_id": "ozYzhQfRt5sp19di",
|
||||||
"systemPath": "actions",
|
"systemPath": "actions",
|
||||||
"description": "<p>Once per long rest, spend 2 Hope to clear 2 Hit Points on 1d4 allies within Close range.</p>",
|
"description": "<p>Once per long rest, spend 2 Hope to clear 2 Hit Points on [[/r 1d4]] allies within Close range.</p>",
|
||||||
"chatDisplay": false,
|
"chatDisplay": true,
|
||||||
"actionType": "action",
|
"actionType": "action",
|
||||||
"cost": [
|
"cost": [],
|
||||||
{
|
|
||||||
"scalable": false,
|
|
||||||
"key": "hope",
|
|
||||||
"value": 2,
|
|
||||||
"keyIsID": false,
|
|
||||||
"step": null
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"uses": {
|
"uses": {
|
||||||
"value": null,
|
"value": null,
|
||||||
"max": "",
|
"max": "1",
|
||||||
"recovery": null
|
"recovery": "longRest",
|
||||||
|
"consumeOnSuccess": false
|
||||||
},
|
},
|
||||||
"damage": {
|
"damage": {
|
||||||
"parts": [
|
"parts": [
|
||||||
|
|
@ -66,7 +59,7 @@
|
||||||
"includeBase": false
|
"includeBase": false
|
||||||
},
|
},
|
||||||
"target": {
|
"target": {
|
||||||
"type": "friendly",
|
"type": "any",
|
||||||
"amount": null
|
"amount": null
|
||||||
},
|
},
|
||||||
"effects": [],
|
"effects": [],
|
||||||
|
|
@ -85,9 +78,9 @@
|
||||||
},
|
},
|
||||||
"useDefault": false
|
"useDefault": false
|
||||||
},
|
},
|
||||||
"name": "Spend Hope",
|
"name": "Healing",
|
||||||
"img": "icons/commodities/currency/coin-embossed-ruby-gold.webp",
|
"img": "icons/commodities/currency/coin-embossed-ruby-gold.webp",
|
||||||
"range": "close"
|
"range": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"originItemType": null,
|
"originItemType": null,
|
||||||
|
|
@ -108,8 +101,8 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1754183079986,
|
"createdTime": 1754183079986,
|
||||||
"modifiedTime": 1754236487527,
|
"modifiedTime": 1754353582707,
|
||||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||||
},
|
},
|
||||||
"_key": "!items!2F1bUFY80oce97C9"
|
"_key": "!items!2F1bUFY80oce97C9"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue