mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Added Attribution to DomainCards
This commit is contained in:
parent
f10b00e2b5
commit
af5513d743
191 changed files with 1733 additions and 785 deletions
|
|
@ -85,6 +85,8 @@ export default function DHApplicationMixin(Base) {
|
|||
this._dragDrop = this._createDragDropHandlers();
|
||||
}
|
||||
|
||||
#nonHeaderAttribution = ['environment', 'ancestry', 'community', 'domainCard'];
|
||||
|
||||
/**
|
||||
* The default options for the sheet.
|
||||
* @type {DHSheetV2Configuration}
|
||||
|
|
@ -130,7 +132,7 @@ export default function DHApplicationMixin(Base) {
|
|||
async _renderFrame(options) {
|
||||
const frame = await super._renderFrame(options);
|
||||
|
||||
const headerAttribution = !['environment', 'ancestry', 'community'].includes(this.document.type);
|
||||
const headerAttribution = !this.#nonHeaderAttribution.includes(this.document.type);
|
||||
if (this.document.system.metadata.hasAttribution && headerAttribution) {
|
||||
const { source, page } = this.document.system.attribution;
|
||||
const attribution = [source, page ? `pg ${page}.` : null].filter(x => x).join('. ');
|
||||
|
|
@ -145,7 +147,7 @@ export default function DHApplicationMixin(Base) {
|
|||
* Refresh the custom parts of the application frame
|
||||
*/
|
||||
refreshFrame() {
|
||||
const headerAttribution = !['environment', 'ancestry', 'community'].includes(this.document.type);
|
||||
const headerAttribution = !this.#nonHeaderAttribution.includes(this.document.type);
|
||||
if (this.document.system.metadata.hasAttribution && headerAttribution) {
|
||||
const { source, page } = this.document.system.attribution;
|
||||
const attribution = [source, page ? `pg ${page}.` : null].filter(x => x).join('. ');
|
||||
|
|
|
|||
|
|
@ -78,6 +78,11 @@
|
|||
"img": "icons/magic/light/beam-rays-yellow.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 121,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -85,12 +90,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784407,
|
||||
"modifiedTime": 1754304308103,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428101583,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "Y08dLFuPXsgeRrHi",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -42,6 +42,11 @@
|
|||
"img": "icons/magic/fire/flame-burning-hand-purple.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 120,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -49,12 +54,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784408,
|
||||
"modifiedTime": 1754254353257,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755428058189,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "Zp2S2EnLS5Iv3XuT",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -49,6 +49,11 @@
|
|||
"img": "icons/commodities/gems/gem-faceted-octagon-yellow.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 120,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -56,12 +61,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784408,
|
||||
"modifiedTime": 1754253919218,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755428012661,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "5PvMQKCjrgSxzstn",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -66,6 +66,11 @@
|
|||
"img": "icons/magic/defensive/barrier-shield-dome-deflect-blue.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 120,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -73,12 +78,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784409,
|
||||
"modifiedTime": 1754254134197,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755428031621,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "JzSvxy9Mu3RJp1jV",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -77,6 +77,11 @@
|
|||
"img": "icons/tools/hand/hammer-and-nail.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 134,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -84,12 +89,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784409,
|
||||
"modifiedTime": 1754241866049,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429881876,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "cy8GjBPGc9w9RaGO",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -40,6 +40,11 @@
|
|||
"img": "icons/magic/perception/orb-crystal-ball-scrying.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 127,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -47,12 +52,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784409,
|
||||
"modifiedTime": 1754342271751,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429240862,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "YNOCNmZ96sCp9NEr",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -63,6 +63,11 @@
|
|||
"max": "1",
|
||||
"icon": "fa-solid fa-hand-sparkles",
|
||||
"recovery": "shortRest"
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 125,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -70,12 +75,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784411,
|
||||
"modifiedTime": 1754240991601,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429055116,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "AIbHfryMA2Rvs1ut",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -11,19 +11,24 @@
|
|||
"type": "ability",
|
||||
"resource": null,
|
||||
"actions": {},
|
||||
"inVault": false
|
||||
"inVault": false,
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 134,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1754067006722,
|
||||
"modifiedTime": 1754337008196,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429823165,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"effects": [],
|
||||
"ownership": {
|
||||
|
|
|
|||
|
|
@ -108,6 +108,11 @@
|
|||
"img": "icons/magic/control/buff-flight-wings-runes-purple.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 121,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -115,12 +120,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784413,
|
||||
"modifiedTime": 1754304622040,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428179279,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "Ef1JsUG50LIoKx2F",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -78,6 +78,11 @@
|
|||
"img": "icons/magic/life/heart-cross-green.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 121,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -85,12 +90,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784415,
|
||||
"modifiedTime": 1754304541810,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428149693,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "NeEOghgfyDUBTwBG",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -42,6 +42,11 @@
|
|||
"img": "icons/magic/control/silhouette-aura-energy.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 122,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -49,12 +54,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784414,
|
||||
"modifiedTime": 1754304799641,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428207522,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "P0ezScyQ5t8ruByf",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -8,19 +8,24 @@
|
|||
"domain": "blade",
|
||||
"recallCost": 1,
|
||||
"level": 7,
|
||||
"type": "ability"
|
||||
"type": "ability",
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 121,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784416,
|
||||
"modifiedTime": 1754304595818,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428164790,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "Gb5bqpFSBiuBxUix",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -66,6 +66,11 @@
|
|||
"img": "icons/magic/symbols/runes-star-orange-purple.webp",
|
||||
"range": "veryClose"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 119,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -73,12 +78,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784416,
|
||||
"modifiedTime": 1754253600839,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755427965888,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "Qu0iA4s3Xov10Erd",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -11,19 +11,24 @@
|
|||
"type": "ability",
|
||||
"resource": null,
|
||||
"actions": {},
|
||||
"inVault": false
|
||||
"inVault": false,
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 134,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1754067167343,
|
||||
"modifiedTime": 1754241470721,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429841164,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -67,6 +67,11 @@
|
|||
"img": "icons/skills/wounds/blood-cells-disease-green.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 134,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -74,12 +79,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784418,
|
||||
"modifiedTime": 1754241531537,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429846358,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "tdsL00yTSLNgZWs6",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -96,6 +96,11 @@
|
|||
"img": "icons/magic/light/beam-horizon-strike-yellow.webp",
|
||||
"range": "far"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 132,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -103,12 +108,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784418,
|
||||
"modifiedTime": 1754269150878,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429657284,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "BNevJyGk7hmN7XOY",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -42,6 +42,11 @@
|
|||
"img": "icons/magic/holy/barrier-shield-winged-blue.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 123,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -49,12 +54,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784419,
|
||||
"modifiedTime": 1754252494658,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428331915,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "ON5bvnoQBy0SYc9Y",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -237,6 +237,11 @@
|
|||
"img": "icons/magic/water/projectile-icecicle.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 124,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -244,12 +249,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784419,
|
||||
"modifiedTime": 1754228833533,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428973862,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "YtZzYBtR0yLPPA93",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -160,6 +160,11 @@
|
|||
"img": "icons/creatures/magical/construct-golem-stone-blue.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 124,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -167,12 +172,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784420,
|
||||
"modifiedTime": 1754240355163,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429022342,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "oVs2MSC6Uf5GbgEG",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -136,6 +136,11 @@
|
|||
"img": "icons/magic/fire/barrier-wall-flame-ring-yellow.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 125,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -143,12 +148,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784420,
|
||||
"modifiedTime": 1754240392592,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429032715,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "R0LNheiZycZlZzV3",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -105,19 +105,24 @@
|
|||
"range": ""
|
||||
}
|
||||
},
|
||||
"resource": null
|
||||
"resource": null,
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 125,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784421,
|
||||
"modifiedTime": 1754240751151,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429070054,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "gFMx08ogQ8hS2Obi",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -155,6 +155,11 @@
|
|||
"img": "icons/magic/perception/third-eye-blue-red.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 124,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -162,12 +167,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784421,
|
||||
"modifiedTime": 1754228842497,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428980637,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "df4iRqQzRntrF6Qw",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -171,6 +171,11 @@
|
|||
"img": "icons/magic/symbols/runes-star-pentagon-blue.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 124,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -178,12 +183,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784423,
|
||||
"modifiedTime": 1754230131429,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429006130,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "cWRFHJdxEZ0M1dAg",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -160,6 +160,11 @@
|
|||
"img": "icons/magic/fire/explosion-fireball-large-red-orange.webp",
|
||||
"range": "veryFar"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 124,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -167,12 +172,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784423,
|
||||
"modifiedTime": 1754231026933,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429011603,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "WtwSWXTRZa7QVvmo",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -112,6 +112,11 @@
|
|||
"img": "icons/magic/unholy/hand-light-green.webp",
|
||||
"range": "close"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 126,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -119,12 +124,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784424,
|
||||
"modifiedTime": 1754233533128,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429102985,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "SZMNR3uGNinJcN4N",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -118,6 +118,11 @@
|
|||
"img": "icons/magic/control/silhouette-hold-change-green.webp",
|
||||
"range": "close"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 124,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -125,12 +130,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784424,
|
||||
"modifiedTime": 1754229292338,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428993189,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "eq8VNqYMRHhF9xw9",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -176,6 +176,11 @@
|
|||
"img": "icons/magic/air/fog-gas-smoke-dense-gray.webp",
|
||||
"range": "veryClose"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 124,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -183,12 +188,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784426,
|
||||
"modifiedTime": 1754241041570,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428986804,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "1VXzwRbvbBj5bd5V",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -158,6 +158,11 @@
|
|||
"img": "icons/magic/perception/orb-crystal-ball-scrying-blue.webp",
|
||||
"range": "close"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 124,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -165,12 +170,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784427,
|
||||
"modifiedTime": 1754240299795,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428999015,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "aknDDYtN7EObv94t",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -91,6 +91,11 @@
|
|||
"img": "icons/magic/control/energy-stream-link-large-teal.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 125,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -98,12 +103,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784427,
|
||||
"modifiedTime": 1754233138291,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429085107,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "VOIgm2j2Ijszwc5m",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -91,6 +91,11 @@
|
|||
"img": "icons/magic/defensive/barrier-shield-dome-deflect-teal.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 126,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -98,12 +103,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784429,
|
||||
"modifiedTime": 1754234029921,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429115570,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "J1ovx2FpNDvPq1o6",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -42,6 +42,11 @@
|
|||
"img": "icons/skills/movement/arrow-upward-yellow.webp",
|
||||
"range": "far"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 123,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -49,12 +54,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784430,
|
||||
"modifiedTime": 1754252472924,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428287690,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "VKAHS6eWz28ukcDs",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -8,19 +8,24 @@
|
|||
"domain": "bone",
|
||||
"recallCost": 1,
|
||||
"level": 3,
|
||||
"type": "ability"
|
||||
"type": "ability",
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 122,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784431,
|
||||
"modifiedTime": 1754249663994,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428272090,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "QXs4vssSqNGQu5b8",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -47,6 +47,11 @@
|
|||
"img": "icons/skills/wounds/bone-broken-knee-beam.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 123,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -54,12 +59,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784431,
|
||||
"modifiedTime": 1754252500559,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428345979,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "8UANBgSdhMZ0sqfO",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -147,6 +147,11 @@
|
|||
"img": "icons/magic/lightning/bolt-forked-large-magenta.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 119,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -154,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784433,
|
||||
"modifiedTime": 1754253714828,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755427978632,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "0kAVO6rordCfZqYP",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -228,6 +228,11 @@
|
|||
"img": "icons/skills/melee/strike-axe-blood-red.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 121,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -235,12 +240,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784433,
|
||||
"modifiedTime": 1754304490701,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428137797,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "rnejRbUQsNGX1GMC",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -79,6 +79,11 @@
|
|||
"img": "icons/magic/control/debuff-chains-shackle-movement-red.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 128,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -86,12 +91,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784434,
|
||||
"modifiedTime": 1754173330136,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429320800,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "R5GYUalYXLLFRlNl",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -143,6 +143,11 @@
|
|||
"img": "icons/magic/fire/flame-burning-earth-orange.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 119,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -150,12 +155,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784434,
|
||||
"modifiedTime": 1754475145346,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755427937789,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "5EP2Lgf7ojfrc0Is",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -47,6 +47,11 @@
|
|||
"img": "icons/magic/perception/shadow-stealth-eyes-purple.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 120,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -54,12 +59,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784435,
|
||||
"modifiedTime": 1754254076729,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755428020354,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "Zhw7PtK8nMPlsOqD",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -67,6 +67,11 @@
|
|||
"img": "icons/magic/symbols/star-inverted-yellow.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 125,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -74,12 +79,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784435,
|
||||
"modifiedTime": 1754232995094,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429075701,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "7Pu83ABdMukTxu3e",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -117,6 +117,11 @@
|
|||
"resource": {
|
||||
"type": "simple",
|
||||
"value": 0
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 120,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -124,12 +129,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784437,
|
||||
"modifiedTime": 1754501480068,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428037022,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "R8NDiJXJWmC48WSr",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -181,6 +181,11 @@
|
|||
"img": "icons/creatures/invertebrates/wasp-swarm-movement.webp",
|
||||
"range": "close"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 130,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -188,12 +193,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784438,
|
||||
"modifiedTime": 1754338003443,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429481288,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "rZPH0BY8Sznc9sFG",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -45,6 +45,11 @@
|
|||
"img": "icons/creatures/mammals/deer-movement-leap-green.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 131,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -52,12 +57,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784438,
|
||||
"modifiedTime": 1754339195316,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429572061,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "Jkp6cMDiHHaBZQRS",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -34,6 +34,11 @@
|
|||
"img": "icons/magic/perception/hand-eye-black.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 127,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -41,12 +46,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784439,
|
||||
"modifiedTime": 1754499898585,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429253976,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "3A7LZ1xmDEMGa165",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -116,6 +116,11 @@
|
|||
"img": "icons/magic/acid/dissolve-bone-white.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 130,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -123,12 +128,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784439,
|
||||
"modifiedTime": 1754338276907,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429496161,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "qJaSNTuDfbPVr8Lb",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -57,6 +57,11 @@
|
|||
"img": "icons/magic/control/hypnosis-mesmerism-watch.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 119,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -64,12 +69,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784440,
|
||||
"modifiedTime": 1754253523353,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755427950892,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "6dhqo1kzGxejCjHa",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -51,6 +51,11 @@
|
|||
"img": "icons/magic/light/hand-sparks-glow-yellow.webp",
|
||||
"range": "veryClose"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 134,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -58,12 +63,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784441,
|
||||
"modifiedTime": 1754241711823,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429855659,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "ABp9pUfBS69NomTD",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -8,19 +8,24 @@
|
|||
"domain": "bone",
|
||||
"recallCost": 1,
|
||||
"level": 7,
|
||||
"type": "ability"
|
||||
"type": "ability",
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 123,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784442,
|
||||
"modifiedTime": 1754252496659,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428338581,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "bap1eCWryPNowbyo",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -64,6 +64,11 @@
|
|||
"img": "icons/magic/control/mouth-smile-deception-purple.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 129,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -71,12 +76,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784442,
|
||||
"modifiedTime": 1754331078647,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429363025,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "yL2qrSWmTwXVOySH",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -38,6 +38,11 @@
|
|||
"img": "icons/skills/targeting/crosshair-pointed-orange.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 121,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -45,12 +50,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784443,
|
||||
"modifiedTime": 1754304260916,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428127375,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "xxZOXC4tiZQ6kg1e",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -216,6 +216,11 @@
|
|||
"img": "icons/magic/nature/root-vine-beanstalk-moon.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 130,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -223,12 +228,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784444,
|
||||
"modifiedTime": 1754338651654,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429513441,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "x0FVGE1YbfXalJiw",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -42,6 +42,11 @@
|
|||
"img": "icons/magic/movement/trail-streak-zigzag-yellow.webp",
|
||||
"range": "far"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 123,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -49,12 +54,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784445,
|
||||
"modifiedTime": 1754252515126,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428374555,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "xFOSn8IVVNizgHFq",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -45,6 +45,11 @@
|
|||
"img": "icons/magic/life/heart-pink.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 126,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -52,12 +57,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784445,
|
||||
"modifiedTime": 1754340779197,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429137161,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "38znCh6kHTkaPwYi",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -47,6 +47,11 @@
|
|||
"img": "icons/skills/movement/arrow-upward-yellow.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 122,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -54,12 +59,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784446,
|
||||
"modifiedTime": 1754249648390,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428242266,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "dc4rAXlv95srZUct",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -58,19 +58,24 @@
|
|||
"range": "far"
|
||||
}
|
||||
},
|
||||
"resource": null
|
||||
"resource": null,
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 126,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784447,
|
||||
"modifiedTime": 1754240832214,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429109019,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "kja5qvh4rdeDBB96",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -42,6 +42,11 @@
|
|||
"img": "icons/skills/trades/academics-astronomy-navigation-blue.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 132,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -49,12 +54,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784448,
|
||||
"modifiedTime": 1754269593038,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429706201,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "K8oFepK24UVsAX8B",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -99,19 +99,24 @@
|
|||
"range": "veryFar"
|
||||
}
|
||||
},
|
||||
"resource": null
|
||||
"resource": null,
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 120,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784449,
|
||||
"modifiedTime": 1754501560924,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428045130,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "C0qLOwSSvZ6PG3Ws",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -114,6 +114,11 @@
|
|||
"img": "icons/skills/wounds/anatomy-organ-brain-pink-red.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 129,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -121,12 +126,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784449,
|
||||
"modifiedTime": 1754331279468,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429426240,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "62Sj67PdPFzwWVe3",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -56,6 +56,11 @@
|
|||
"img": "icons/magic/light/explosion-impact-purple.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 127,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -63,12 +68,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784450,
|
||||
"modifiedTime": 1754342166865,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429267094,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "klahWDFwihqqEhXP",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -40,6 +40,11 @@
|
|||
"img": "icons/sundries/gaming/dice-runed-tan.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 127,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -47,12 +52,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784450,
|
||||
"modifiedTime": 1754341790725,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429228458,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "tNzFNlVHghloKsFi",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -121,6 +121,11 @@
|
|||
"img": "icons/commodities/gems/gem-faceted-navette-red.webp",
|
||||
"range": "close"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 126,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -128,12 +133,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784451,
|
||||
"modifiedTime": 1754500747453,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429143444,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "a8lFiKX1o8T924ze",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -92,6 +92,11 @@
|
|||
"img": "icons/magic/light/projectiles-star-purple.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 120,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -99,12 +104,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784452,
|
||||
"modifiedTime": 1754501517016,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428063874,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "hZJp9mdkMnqKDROe",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -15,6 +15,11 @@
|
|||
"recovery": "longRest",
|
||||
"max": "",
|
||||
"icon": ""
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 131,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -22,12 +27,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784452,
|
||||
"modifiedTime": 1754336327302,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429617500,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "F2m9wvZ3v5c3yCtv",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -33,6 +33,11 @@
|
|||
"img": "icons/skills/melee/maneuver-daggers-paired-orange.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 122,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -40,12 +45,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784453,
|
||||
"modifiedTime": 1754249658710,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428260608,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "jSQsSP61CX4MhSN7",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -57,6 +57,11 @@
|
|||
"img": "icons/magic/death/undead-skeleton-fire-green.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 132,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -64,12 +69,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784454,
|
||||
"modifiedTime": 1754269243084,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429677699,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "Nbw6Jnh1vRZzwHQI",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -100,6 +100,11 @@
|
|||
"value": 0,
|
||||
"max": "",
|
||||
"icon": ""
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 119,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -107,12 +112,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784454,
|
||||
"modifiedTime": 1754253557569,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755427958620,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "54GUjNuBEy7xdzMz",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -38,6 +38,11 @@
|
|||
"img": "icons/magic/perception/eye-tendrils-web-purple.webp",
|
||||
"range": "veryFar"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 119,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -45,12 +50,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784455,
|
||||
"modifiedTime": 1754253473206,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755427943550,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "wOQLu7nLMQ7v6Ogw",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -238,6 +238,11 @@
|
|||
"img": "icons/consumables/potions/bottle-bulb-corked-green.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 131,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -245,12 +250,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784456,
|
||||
"modifiedTime": 1754339631526,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429578094,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "06UapZuaA5S6fAKl",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -75,6 +75,11 @@
|
|||
"img": "icons/commodities/gems/gem-faceted-octagon-yellow.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 131,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -82,12 +87,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784456,
|
||||
"modifiedTime": 1754340347669,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429633230,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "LzVpMkD5I4QeaIHf",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -48,19 +48,24 @@
|
|||
}
|
||||
},
|
||||
"resource": null,
|
||||
"inVault": false
|
||||
"inVault": false,
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 134,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1754067019520,
|
||||
"modifiedTime": 1754241411518,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429828890,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -70,6 +70,11 @@
|
|||
"img": "icons/creatures/magical/humanoid-silhouette-dashing-blue.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 131,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -77,12 +82,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784457,
|
||||
"modifiedTime": 1754339713793,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429599034,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "JrkUMTzaFmQNBHVm",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -8,19 +8,24 @@
|
|||
"domain": "blade",
|
||||
"recallCost": 0,
|
||||
"level": 4,
|
||||
"type": "ability"
|
||||
"type": "ability",
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 121,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784458,
|
||||
"modifiedTime": 1754304268859,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428132316,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "oVa49lI107eZILZr",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -38,6 +38,11 @@
|
|||
"img": "icons/magic/fire/projectile-wave-yellow.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 122,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -45,12 +50,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784459,
|
||||
"modifiedTime": 1754304635322,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428186983,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "MMl7abdGRLl7TJLO",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -45,6 +45,11 @@
|
|||
"img": "icons/magic/control/buff-flight-wings-runes-purple.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 135,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -52,12 +57,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784460,
|
||||
"modifiedTime": 1754498928489,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429931329,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "SgvjJfMyubZowPxS",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -9,19 +9,24 @@
|
|||
"recallCost": 1,
|
||||
"level": 1,
|
||||
"type": "ability",
|
||||
"actions": {}
|
||||
"actions": {},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 121,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784460,
|
||||
"modifiedTime": 1754304045807,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428082275,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "BFWN2cObMdlk9uVz",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -45,6 +45,11 @@
|
|||
"img": "icons/magic/nature/stealth-hide-eyes-green.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 130,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -52,12 +57,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784461,
|
||||
"modifiedTime": 1754337461017,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429462909,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "VZ2b4zfRzV73XTuT",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -46,6 +46,11 @@
|
|||
"img": "systems/daggerheart/assets/icons/domains/domain-card/blade.png",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 121,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -53,12 +58,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784462,
|
||||
"modifiedTime": 1754304608102,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428170369,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "nCNCqSH7UgW4O3To",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -70,6 +70,11 @@
|
|||
"img": "icons/magic/symbols/runes-triangle-blue.webp",
|
||||
"range": "veryClose"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 128,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -77,12 +82,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784463,
|
||||
"modifiedTime": 1754330838174,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429335032,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "B5HXqYRJiL3xMNKT",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -87,6 +87,11 @@
|
|||
"img": "icons/magic/control/mouth-smile-deception-purple.webp",
|
||||
"range": "close"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 134,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -94,12 +99,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784464,
|
||||
"modifiedTime": 1754241738411,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429869259,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "HufF5KzuNfEb9RTi",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -146,6 +146,11 @@
|
|||
"img": "icons/magic/holy/barrier-shield-winged-blue.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 122,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -153,12 +158,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784464,
|
||||
"modifiedTime": 1754304753469,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428195100,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "3zvjgZ5Od343wHzx",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -92,6 +92,11 @@
|
|||
"img": "icons/commodities/gems/gem-faceted-navette-red.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 127,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -99,12 +104,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784465,
|
||||
"modifiedTime": 1754341871438,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429233975,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "KAuNb51AwhD8KEXk",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -91,6 +91,11 @@
|
|||
"img": "icons/magic/earth/barrier-stone-brown-green.webp",
|
||||
"range": "veryClose"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 135,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -98,12 +103,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784466,
|
||||
"modifiedTime": 1754242257735,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429937836,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "WnGldYhJPDhx8v9X",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -175,6 +175,11 @@
|
|||
"max": "1",
|
||||
"icon": "",
|
||||
"progression": "decreasing"
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 130,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -182,12 +187,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784466,
|
||||
"modifiedTime": 1754499077474,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429518847,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "GlRm1Dxlc0Z1b04o",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -370,6 +370,11 @@
|
|||
"img": "icons/commodities/gems/gem-faceted-navette-red.webp",
|
||||
"range": "melee"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 132,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -377,12 +382,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784467,
|
||||
"modifiedTime": 1754269408742,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429684407,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "WTlhnQMajc1r8i50",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -87,6 +87,11 @@
|
|||
"img": "icons/commodities/gems/gem-faceted-diamond-green.webp",
|
||||
"range": "close"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 133,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -94,12 +99,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784468,
|
||||
"modifiedTime": 1754269824514,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429756749,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "XtSc0jIJLOoMTMYS",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -73,6 +73,11 @@
|
|||
"img": "icons/magic/defensive/shield-barrier-blue.webp",
|
||||
"range": "veryClose"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 135,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -80,12 +85,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784468,
|
||||
"modifiedTime": 1754242400496,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429945423,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "kdFoLo3KXwn4LqTG",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -70,6 +70,11 @@
|
|||
"img": "icons/magic/unholy/orb-glowing-purple.webp",
|
||||
"range": "close"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 128,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -77,12 +82,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784470,
|
||||
"modifiedTime": 1754331001689,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429348547,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "gwmYasmfgXZ7tFS6",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -88,6 +88,11 @@
|
|||
"img": "icons/magic/control/hypnosis-mesmerism-swirl.webp",
|
||||
"range": "close"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 126,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -95,12 +100,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784471,
|
||||
"modifiedTime": 1754341315075,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429167606,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "2ZeuCGVatQdPOVC6",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -42,19 +42,24 @@
|
|||
}
|
||||
},
|
||||
"resource": null,
|
||||
"inVault": false
|
||||
"inVault": false,
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 134,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1754067020844,
|
||||
"modifiedTime": 1754241453261,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429834425,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"effects": [],
|
||||
"ownership": {
|
||||
|
|
|
|||
|
|
@ -66,6 +66,11 @@
|
|||
"img": "icons/skills/melee/maneuver-sword-katana-yellow.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 122,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -73,12 +78,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784472,
|
||||
"modifiedTime": 1754249651973,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428247643,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "Kp6RejHGimnuoBom",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -8,19 +8,24 @@
|
|||
"domain": "valor",
|
||||
"recallCost": 1,
|
||||
"level": 6,
|
||||
"type": "ability"
|
||||
"type": "ability",
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 134,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784472,
|
||||
"modifiedTime": 1754242058119,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429896649,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "XTT8c8uJ4D7fvtbL",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -243,6 +243,11 @@
|
|||
"img": "icons/commodities/gems/gem-faceted-octagon-yellow.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 126,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -250,12 +255,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784473,
|
||||
"modifiedTime": 1754499693699,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429148644,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "cWu1o82ZF7GvnbXc",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -66,6 +66,11 @@
|
|||
"img": "icons/commodities/gems/gem-faceted-octagon-yellow.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 133,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -73,12 +78,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784474,
|
||||
"modifiedTime": 1754270049868,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429801608,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "X8OfkEoI5gLTRf1B",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -76,6 +76,11 @@
|
|||
"value": 0,
|
||||
"max": "@cast",
|
||||
"icon": ""
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 126,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -83,12 +88,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784475,
|
||||
"modifiedTime": 1754341402828,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429172642,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "KHkzA4Zrw8EWN1CH",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -98,6 +98,11 @@
|
|||
"img": "icons/magic/perception/eye-ringed-glow-angry-small-teal.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 123,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -105,12 +110,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784475,
|
||||
"modifiedTime": 1754252480391,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755428299138,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "O38MQMhJWdZnXi6b",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -45,6 +45,11 @@
|
|||
"img": "icons/magic/control/buff-flight-wings-runes-purple.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 135,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -52,12 +57,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784475,
|
||||
"modifiedTime": 1754242464667,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429951881,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "YWCRplmtwpCjpq5i",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -77,6 +77,11 @@
|
|||
"img": "icons/magic/life/heart-cross-strong-purple-orange.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 134,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -84,12 +89,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784477,
|
||||
"modifiedTime": 1754241703151,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429861185,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "BdePs1ZWpZTZvY1Z",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -47,6 +47,11 @@
|
|||
"img": "icons/magic/defensive/shield-barrier-deflect-gold.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 132,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -54,12 +59,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784478,
|
||||
"modifiedTime": 1754269642386,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429712212,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "OszbCj0jTqq2ADx9",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -66,6 +66,11 @@
|
|||
"img": "icons/magic/symbols/ring-circle-smoke-blue.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 125,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -73,12 +78,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784479,
|
||||
"modifiedTime": 1754240697822,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
"modifiedTime": 1755429040215,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "TtGOtWkbr23VhHfH",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
|
|
@ -37,6 +37,11 @@
|
|||
"img": "icons/skills/social/diplomacy-unity-alliance.webp",
|
||||
"range": "close"
|
||||
}
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 129,
|
||||
"artist": ""
|
||||
}
|
||||
},
|
||||
"flags": {},
|
||||
|
|
@ -44,12 +49,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.5",
|
||||
"createdTime": 1753922784480,
|
||||
"modifiedTime": 1754331105670,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1755429370519,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
},
|
||||
"_id": "dT95m0Jam8sWbeuC",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue