mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Merge pull request #768 from Foundryborne/fix/763-Weapon-Feature-Fixing
[Fix] 763 - WeaponFeature Fixing
This commit is contained in:
commit
97e6ac73ce
23 changed files with 450 additions and 328 deletions
|
|
@ -780,7 +780,15 @@ export const weaponFeatures = {
|
|||
mode: 2,
|
||||
value: '1'
|
||||
}
|
||||
]
|
||||
],
|
||||
system: {
|
||||
rangeDependence: {
|
||||
enabled: true,
|
||||
range: 'melee',
|
||||
target: 'hostile',
|
||||
type: 'withinRange'
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -1079,7 +1087,15 @@ export const weaponFeatures = {
|
|||
mode: 2,
|
||||
value: 'ITEM.@system.tier + 1'
|
||||
}
|
||||
]
|
||||
],
|
||||
system: {
|
||||
rangeDependence: {
|
||||
enabled: true,
|
||||
range: 'melee',
|
||||
target: 'hostile',
|
||||
type: 'withinRange'
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -1208,7 +1224,7 @@ export const weaponFeatures = {
|
|||
img: 'icons/skills/melee/strike-sword-slashing-red.webp',
|
||||
changes: [
|
||||
{
|
||||
key: 'system.bonuses.roll.primaryWeapon.attack',
|
||||
key: 'system.bonuses.roll.primaryWeapon.bonus',
|
||||
mode: 2,
|
||||
value: 1
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "reliable",
|
||||
"effectIds": [
|
||||
"HrbJ0bI7lMAYUCux"
|
||||
"nRNnU57i7RMJoklC"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -109,14 +109,21 @@
|
|||
"img": "icons/skills/melee/strike-sword-slashing-red.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.roll.primaryWeapon.attack",
|
||||
"key": "system.bonuses.roll.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "HrbJ0bI7lMAYUCux",
|
||||
"_id": "nRNnU57i7RMJoklC",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": false,
|
||||
"type": "withinRange",
|
||||
"target": "hostile",
|
||||
"range": "melee"
|
||||
}
|
||||
},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -132,14 +139,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753835307838,
|
||||
"modifiedTime": 1753835307838,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754815224718,
|
||||
"modifiedTime": 1754815224718,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!ijodu5yNBoMxpkHV.HrbJ0bI7lMAYUCux"
|
||||
"_key": "!items.effects!ijodu5yNBoMxpkHV.nRNnU57i7RMJoklC"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -152,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753835285790,
|
||||
"modifiedTime": 1753835317605,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754815224721,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!ijodu5yNBoMxpkHV"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
{
|
||||
"value": "reliable",
|
||||
"effectIds": [
|
||||
"G561ymlNGmaFAYFB"
|
||||
"VnV5X9MBMabhz47b"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -108,14 +108,21 @@
|
|||
"img": "icons/skills/melee/strike-sword-slashing-red.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.roll.primaryWeapon.attack",
|
||||
"key": "system.bonuses.roll.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "G561ymlNGmaFAYFB",
|
||||
"_id": "VnV5X9MBMabhz47b",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": false,
|
||||
"type": "withinRange",
|
||||
"target": "hostile",
|
||||
"range": "melee"
|
||||
}
|
||||
},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -131,12 +138,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754815300372,
|
||||
"modifiedTime": 1754815300372,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!la3sAWgnvadc4NvP.G561ymlNGmaFAYFB"
|
||||
"_key": "!items.effects!la3sAWgnvadc4NvP.VnV5X9MBMabhz47b"
|
||||
}
|
||||
],
|
||||
"ownership": {
|
||||
|
|
@ -148,12 +157,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753836715885,
|
||||
"modifiedTime": 1753836789197,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754815300375,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_id": "la3sAWgnvadc4NvP",
|
||||
"sort": 0,
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "reliable",
|
||||
"effectIds": [
|
||||
"fRPKHzbKRz4yTHAF"
|
||||
"wu2AmDvgeWI3hmRQ"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -109,14 +109,21 @@
|
|||
"img": "icons/skills/melee/strike-sword-slashing-red.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.roll.primaryWeapon.attack",
|
||||
"key": "system.bonuses.roll.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "fRPKHzbKRz4yTHAF",
|
||||
"_id": "wu2AmDvgeWI3hmRQ",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": false,
|
||||
"type": "withinRange",
|
||||
"target": "hostile",
|
||||
"range": "melee"
|
||||
}
|
||||
},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -132,14 +139,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753831629563,
|
||||
"modifiedTime": 1753831629563,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754814950116,
|
||||
"modifiedTime": 1754814950116,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!WtQAGz0TUgz8Xg70.fRPKHzbKRz4yTHAF"
|
||||
"_key": "!items.effects!WtQAGz0TUgz8Xg70.wu2AmDvgeWI3hmRQ"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -152,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753831599435,
|
||||
"modifiedTime": 1753831629573,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754814950120,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!WtQAGz0TUgz8Xg70"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "paired",
|
||||
"effectIds": [
|
||||
"gJ7Ey9CfPZqYgxEO"
|
||||
"MYgB3v3oQ5lIr3VE"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -114,9 +114,16 @@
|
|||
"value": "ITEM.@system.tier + 1"
|
||||
}
|
||||
],
|
||||
"_id": "gJ7Ey9CfPZqYgxEO",
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": true,
|
||||
"range": "melee",
|
||||
"target": "hostile",
|
||||
"type": "withinRange"
|
||||
}
|
||||
},
|
||||
"_id": "MYgB3v3oQ5lIr3VE",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -132,14 +139,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794991410,
|
||||
"modifiedTime": 1753794991410,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754814673988,
|
||||
"modifiedTime": 1754814673988,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!0thN0BpN05KT8Avx.gJ7Ey9CfPZqYgxEO"
|
||||
"_key": "!items.effects!0thN0BpN05KT8Avx.MYgB3v3oQ5lIr3VE"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -152,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753794938643,
|
||||
"modifiedTime": 1753794991413,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754814673991,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!0thN0BpN05KT8Avx"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "reliable",
|
||||
"effectIds": [
|
||||
"G561ymlNGmaFAYFB"
|
||||
"dXHsy9qr5FWZqsVq"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -109,14 +109,21 @@
|
|||
"img": "icons/skills/melee/strike-sword-slashing-red.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.roll.primaryWeapon.attack",
|
||||
"key": "system.bonuses.roll.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "G561ymlNGmaFAYFB",
|
||||
"_id": "dXHsy9qr5FWZqsVq",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": false,
|
||||
"type": "withinRange",
|
||||
"target": "hostile",
|
||||
"range": "melee"
|
||||
}
|
||||
},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -132,14 +139,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753836707582,
|
||||
"modifiedTime": 1753836707582,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754815278217,
|
||||
"modifiedTime": 1754815278217,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!XRChepscgr75Uug7.G561ymlNGmaFAYFB"
|
||||
"_key": "!items.effects!XRChepscgr75Uug7.dXHsy9qr5FWZqsVq"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -152,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753836689082,
|
||||
"modifiedTime": 1753836707594,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754815278220,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!XRChepscgr75Uug7"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "reliable",
|
||||
"effectIds": [
|
||||
"GNwIa1EAaa0T0RZi"
|
||||
"mqcpj2cFAprf2AmY"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -109,14 +109,21 @@
|
|||
"img": "icons/skills/melee/strike-sword-slashing-red.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.roll.primaryWeapon.attack",
|
||||
"key": "system.bonuses.roll.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "GNwIa1EAaa0T0RZi",
|
||||
"_id": "mqcpj2cFAprf2AmY",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": false,
|
||||
"type": "withinRange",
|
||||
"target": "hostile",
|
||||
"range": "melee"
|
||||
}
|
||||
},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -132,14 +139,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753827762112,
|
||||
"modifiedTime": 1753827762112,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754814769818,
|
||||
"modifiedTime": 1754814769818,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!1cwWNt4sqlgA8gCT.GNwIa1EAaa0T0RZi"
|
||||
"_key": "!items.effects!1cwWNt4sqlgA8gCT.mqcpj2cFAprf2AmY"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -152,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753827734892,
|
||||
"modifiedTime": 1753827762118,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754814769821,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!1cwWNt4sqlgA8gCT"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
{
|
||||
"value": "reliable",
|
||||
"effectIds": [
|
||||
"G561ymlNGmaFAYFB"
|
||||
"1f6fFhOLwZrmA6e5"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -108,14 +108,21 @@
|
|||
"img": "icons/skills/melee/strike-sword-slashing-red.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.roll.primaryWeapon.attack",
|
||||
"key": "system.bonuses.roll.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "G561ymlNGmaFAYFB",
|
||||
"_id": "1f6fFhOLwZrmA6e5",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": false,
|
||||
"type": "withinRange",
|
||||
"target": "hostile",
|
||||
"range": "melee"
|
||||
}
|
||||
},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -131,12 +138,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754815290648,
|
||||
"modifiedTime": 1754815290648,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!N9P695V5KKlJbAY5.G561ymlNGmaFAYFB"
|
||||
"_key": "!items.effects!N9P695V5KKlJbAY5.1f6fFhOLwZrmA6e5"
|
||||
}
|
||||
],
|
||||
"ownership": {
|
||||
|
|
@ -148,12 +157,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753836714712,
|
||||
"modifiedTime": 1753836748404,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754815290653,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_id": "N9P695V5KKlJbAY5",
|
||||
"sort": 0,
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "reliable",
|
||||
"effectIds": [
|
||||
"xU0DD5ydbwmXMKtF"
|
||||
"228lcQpohdJ3Bbga"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -109,14 +109,21 @@
|
|||
"img": "icons/skills/melee/strike-sword-slashing-red.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.roll.primaryWeapon.attack",
|
||||
"key": "system.bonuses.roll.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "xU0DD5ydbwmXMKtF",
|
||||
"_id": "228lcQpohdJ3Bbga",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": false,
|
||||
"type": "withinRange",
|
||||
"target": "hostile",
|
||||
"range": "melee"
|
||||
}
|
||||
},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -132,14 +139,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753829126416,
|
||||
"modifiedTime": 1753829126416,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754814935810,
|
||||
"modifiedTime": 1754814935810,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!OcKeLJxvmdT81VBc.xU0DD5ydbwmXMKtF"
|
||||
"_key": "!items.effects!OcKeLJxvmdT81VBc.228lcQpohdJ3Bbga"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -152,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753829098118,
|
||||
"modifiedTime": 1753829367508,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754814935815,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!OcKeLJxvmdT81VBc"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "paired",
|
||||
"effectIds": [
|
||||
"cSmiIOXeuw0xpjel"
|
||||
"9iHHwd9BxkBsV9lY"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -114,9 +114,16 @@
|
|||
"value": "ITEM.@system.tier + 1"
|
||||
}
|
||||
],
|
||||
"_id": "cSmiIOXeuw0xpjel",
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": true,
|
||||
"range": "melee",
|
||||
"target": "hostile",
|
||||
"type": "withinRange"
|
||||
}
|
||||
},
|
||||
"_id": "9iHHwd9BxkBsV9lY",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -132,14 +139,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794021004,
|
||||
"modifiedTime": 1753794021004,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754814695260,
|
||||
"modifiedTime": 1754814695260,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!rSyBNRwemBVuTo3H.cSmiIOXeuw0xpjel"
|
||||
"_key": "!items.effects!rSyBNRwemBVuTo3H.9iHHwd9BxkBsV9lY"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -152,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753744566951,
|
||||
"modifiedTime": 1753794021010,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754814695265,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!rSyBNRwemBVuTo3H"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "paired",
|
||||
"effectIds": [
|
||||
"rOjtLkrnI9EZHJm8"
|
||||
"JHIUGyZH5q83ODvd"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -114,9 +114,16 @@
|
|||
"value": "ITEM.@system.tier + 1"
|
||||
}
|
||||
],
|
||||
"_id": "rOjtLkrnI9EZHJm8",
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": true,
|
||||
"range": "melee",
|
||||
"target": "hostile",
|
||||
"type": "withinRange"
|
||||
}
|
||||
},
|
||||
"_id": "JHIUGyZH5q83ODvd",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -132,14 +139,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794340876,
|
||||
"modifiedTime": 1753794340876,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754814703717,
|
||||
"modifiedTime": 1754814703717,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!nMuF8ZDZ2aXZVTg6.rOjtLkrnI9EZHJm8"
|
||||
"_key": "!items.effects!nMuF8ZDZ2aXZVTg6.JHIUGyZH5q83ODvd"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -152,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753794291887,
|
||||
"modifiedTime": 1753794340879,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754814703719,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!nMuF8ZDZ2aXZVTg6"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "reliable",
|
||||
"effectIds": [
|
||||
"FlmOrbhYbieIAVJL"
|
||||
"LvxPAfrKuRfgubGV"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -109,14 +109,21 @@
|
|||
"img": "icons/skills/melee/strike-sword-slashing-red.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.roll.primaryWeapon.attack",
|
||||
"key": "system.bonuses.roll.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "FlmOrbhYbieIAVJL",
|
||||
"_id": "LvxPAfrKuRfgubGV",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": false,
|
||||
"type": "withinRange",
|
||||
"target": "hostile",
|
||||
"range": "melee"
|
||||
}
|
||||
},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -132,14 +139,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753831441325,
|
||||
"modifiedTime": 1753831441325,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754815023490,
|
||||
"modifiedTime": 1754815023490,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!q382JqMkqLaaFLIr.FlmOrbhYbieIAVJL"
|
||||
"_key": "!items.effects!q382JqMkqLaaFLIr.LvxPAfrKuRfgubGV"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -152,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753831418620,
|
||||
"modifiedTime": 1753831441332,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754815023493,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!q382JqMkqLaaFLIr"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,63 +7,22 @@
|
|||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"fRKcEeShWSLkoExh": {
|
||||
"B0uT1D1WRidiHxyh": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Double Up",
|
||||
"description": "When you make an attack with your primary weapon, you can deal damage to another target within Melee range.",
|
||||
"img": "icons/skills/melee/strike-slashes-orange.webp",
|
||||
"_id": "fRKcEeShWSLkoExh",
|
||||
"_id": "B0uT1D1WRidiHxyh",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
},
|
||||
"lVsEmJwjYgpYL9l4": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Double Up",
|
||||
"description": "When you make an attack with your primary weapon, you can deal damage to another target within Melee range.",
|
||||
"img": "icons/skills/melee/strike-slashes-orange.webp",
|
||||
"_id": "lVsEmJwjYgpYL9l4",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
},
|
||||
"2ndqofzTHsEUMxsm": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Double Up",
|
||||
"description": "When you make an attack with your primary weapon, you can deal damage to another target within Melee range.",
|
||||
"img": "icons/skills/melee/strike-slashes-orange.webp",
|
||||
"_id": "2ndqofzTHsEUMxsm",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
"recovery": null,
|
||||
"consumeOnSuccess": false
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
|
|
@ -81,7 +40,7 @@
|
|||
"value": "doubledUp",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"2ndqofzTHsEUMxsm"
|
||||
"B0uT1D1WRidiHxyh"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
@ -177,12 +136,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753797258168,
|
||||
"modifiedTime": 1753798882899,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754814600761,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!SFqganS8Du4aEKjQ"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
{
|
||||
"value": "reliable",
|
||||
"effectIds": [
|
||||
"G561ymlNGmaFAYFB"
|
||||
"TvsoAiqHCwgtYat1"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -108,14 +108,21 @@
|
|||
"img": "icons/skills/melee/strike-sword-slashing-red.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.roll.primaryWeapon.attack",
|
||||
"key": "system.bonuses.roll.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "G561ymlNGmaFAYFB",
|
||||
"_id": "TvsoAiqHCwgtYat1",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": false,
|
||||
"type": "withinRange",
|
||||
"target": "hostile",
|
||||
"range": "melee"
|
||||
}
|
||||
},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -131,12 +138,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754815308723,
|
||||
"modifiedTime": 1754815308723,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!gA2tiET9VHGhwMoO.G561ymlNGmaFAYFB"
|
||||
"_key": "!items.effects!gA2tiET9VHGhwMoO.TvsoAiqHCwgtYat1"
|
||||
}
|
||||
],
|
||||
"ownership": {
|
||||
|
|
@ -148,12 +157,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753836717240,
|
||||
"modifiedTime": 1753836812453,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754815308726,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_id": "gA2tiET9VHGhwMoO",
|
||||
"sort": 0,
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "reliable",
|
||||
"effectIds": [
|
||||
"lmUzKw6J6RW3krRT"
|
||||
"ujb6VAqjyXmfnnjy"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -109,14 +109,21 @@
|
|||
"img": "icons/skills/melee/strike-sword-slashing-red.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.roll.primaryWeapon.attack",
|
||||
"key": "system.bonuses.roll.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "lmUzKw6J6RW3krRT",
|
||||
"_id": "ujb6VAqjyXmfnnjy",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": false,
|
||||
"type": "withinRange",
|
||||
"target": "hostile",
|
||||
"range": "melee"
|
||||
}
|
||||
},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -132,14 +139,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753834461846,
|
||||
"modifiedTime": 1753834461846,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754814961439,
|
||||
"modifiedTime": 1754814961439,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!y3hfTPfZhMognyaJ.lmUzKw6J6RW3krRT"
|
||||
"_key": "!items.effects!y3hfTPfZhMognyaJ.ujb6VAqjyXmfnnjy"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -152,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753834430378,
|
||||
"modifiedTime": 1753834465538,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754814961454,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!y3hfTPfZhMognyaJ"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "paired",
|
||||
"effectIds": [
|
||||
"DgZQSBJx9JmoOngB"
|
||||
"VFt61c2Apfbli2dG"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -114,9 +114,16 @@
|
|||
"value": "ITEM.@system.tier + 1"
|
||||
}
|
||||
],
|
||||
"_id": "DgZQSBJx9JmoOngB",
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": true,
|
||||
"range": "melee",
|
||||
"target": "hostile",
|
||||
"type": "withinRange"
|
||||
}
|
||||
},
|
||||
"_id": "VFt61c2Apfbli2dG",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -132,14 +139,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753796957432,
|
||||
"modifiedTime": 1753796957432,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754814544486,
|
||||
"modifiedTime": 1754814544486,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!dEumq3BIZBk5xYTk.DgZQSBJx9JmoOngB"
|
||||
"_key": "!items.effects!dEumq3BIZBk5xYTk.VFt61c2Apfbli2dG"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -152,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753796913551,
|
||||
"modifiedTime": 1753796957439,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754814544510,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!dEumq3BIZBk5xYTk"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "paired",
|
||||
"effectIds": [
|
||||
"Wjl3MEwNdQPeY63u"
|
||||
"rnVm0jSEtdWhKGCh"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -114,9 +114,16 @@
|
|||
"value": "ITEM.@system.tier + 1"
|
||||
}
|
||||
],
|
||||
"_id": "Wjl3MEwNdQPeY63u",
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": true,
|
||||
"range": "melee",
|
||||
"target": "hostile",
|
||||
"type": "withinRange"
|
||||
}
|
||||
},
|
||||
"_id": "rnVm0jSEtdWhKGCh",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -132,14 +139,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753797088930,
|
||||
"modifiedTime": 1753797088930,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754814562988,
|
||||
"modifiedTime": 1754814562988,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!Px3Rh3kIvAqyISxJ.Wjl3MEwNdQPeY63u"
|
||||
"_key": "!items.effects!Px3Rh3kIvAqyISxJ.rnVm0jSEtdWhKGCh"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -152,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753797057472,
|
||||
"modifiedTime": 1753797088933,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754814562995,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!Px3Rh3kIvAqyISxJ"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,21 +7,22 @@
|
|||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"KGJJgz0SMdY0f0em": {
|
||||
"dNN2KOfUxGzQ2yjY": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Lock On",
|
||||
"description": "On a successful attack, your next attack against the same target with your primary weapon automatically succeeds.",
|
||||
"img": "icons/skills/targeting/crosshair-arrowhead-blue.webp",
|
||||
"_id": "KGJJgz0SMdY0f0em",
|
||||
"_id": "dNN2KOfUxGzQ2yjY",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
"recovery": null,
|
||||
"consumeOnSuccess": false
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
|
|
@ -36,10 +37,10 @@
|
|||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "lockedon",
|
||||
"value": "lockedOn",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"KGJJgz0SMdY0f0em"
|
||||
"dNN2KOfUxGzQ2yjY"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
|
@ -135,12 +136,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753797317938,
|
||||
"modifiedTime": 1753797376548,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754814518028,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!SxcblanBvqaest3A"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "paired",
|
||||
"effectIds": [
|
||||
"VII5oRJrQTsSir0E"
|
||||
"5RpOUFs0kDhzwltM"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -114,9 +114,16 @@
|
|||
"value": "ITEM.@system.tier + 1"
|
||||
}
|
||||
],
|
||||
"_id": "VII5oRJrQTsSir0E",
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": true,
|
||||
"range": "melee",
|
||||
"target": "hostile",
|
||||
"type": "withinRange"
|
||||
}
|
||||
},
|
||||
"_id": "5RpOUFs0kDhzwltM",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -132,14 +139,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753793980974,
|
||||
"modifiedTime": 1753793980974,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754814729443,
|
||||
"modifiedTime": 1754814729443,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!cjGZpXCoshEqi1FI.VII5oRJrQTsSir0E"
|
||||
"_key": "!items.effects!cjGZpXCoshEqi1FI.5RpOUFs0kDhzwltM"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -152,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753741549716,
|
||||
"modifiedTime": 1753793980983,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754814729447,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!cjGZpXCoshEqi1FI"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "paired",
|
||||
"effectIds": [
|
||||
"2OLsxbZJqMgk680J"
|
||||
"wK6ccFAirp9HYK5Q"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -114,9 +114,16 @@
|
|||
"value": "ITEM.@system.tier + 1"
|
||||
}
|
||||
],
|
||||
"_id": "2OLsxbZJqMgk680J",
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": true,
|
||||
"range": "melee",
|
||||
"target": "hostile",
|
||||
"type": "withinRange"
|
||||
}
|
||||
},
|
||||
"_id": "wK6ccFAirp9HYK5Q",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -132,14 +139,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794165509,
|
||||
"modifiedTime": 1753794165509,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754814738851,
|
||||
"modifiedTime": 1754814738851,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!wKklDxs5nkzILNp4.2OLsxbZJqMgk680J"
|
||||
"_key": "!items.effects!wKklDxs5nkzILNp4.wK6ccFAirp9HYK5Q"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -152,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753744141625,
|
||||
"modifiedTime": 1753794165511,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754814738854,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!wKklDxs5nkzILNp4"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "doubleDuty",
|
||||
"effectIds": [
|
||||
"qo4VPSV0VZha1ya2"
|
||||
"d3TJtlpoHBCztbom"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -119,9 +119,16 @@
|
|||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "qo4VPSV0VZha1ya2",
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": true,
|
||||
"range": "melee",
|
||||
"target": "hostile",
|
||||
"type": "withinRange"
|
||||
}
|
||||
},
|
||||
"_id": "d3TJtlpoHBCztbom",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -137,14 +144,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794551639,
|
||||
"modifiedTime": 1753794551639,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754814481208,
|
||||
"modifiedTime": 1754814481208,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!vzyzFwLUniWZV1rt.qo4VPSV0VZha1ya2"
|
||||
"_key": "!items.effects!vzyzFwLUniWZV1rt.d3TJtlpoHBCztbom"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -157,12 +164,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753794535926,
|
||||
"modifiedTime": 1753794665373,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754814481212,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!vzyzFwLUniWZV1rt"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "reliable",
|
||||
"effectIds": [
|
||||
"YA5tbB6XBISWsf0p"
|
||||
"G9mMGxBSexwjWTYV"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -109,14 +109,21 @@
|
|||
"img": "icons/skills/melee/strike-sword-slashing-red.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.roll.primaryWeapon.attack",
|
||||
"key": "system.bonuses.roll.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "YA5tbB6XBISWsf0p",
|
||||
"_id": "G9mMGxBSexwjWTYV",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": false,
|
||||
"type": "withinRange",
|
||||
"target": "hostile",
|
||||
"range": "melee"
|
||||
}
|
||||
},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -132,14 +139,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753836322206,
|
||||
"modifiedTime": 1753836322206,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754815251133,
|
||||
"modifiedTime": 1754815251133,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!I1nDGpulg29GpWOW.YA5tbB6XBISWsf0p"
|
||||
"_key": "!items.effects!I1nDGpulg29GpWOW.G9mMGxBSexwjWTYV"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -152,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753836302436,
|
||||
"modifiedTime": 1753836334493,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754815251135,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!I1nDGpulg29GpWOW"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
{
|
||||
"value": "reliable",
|
||||
"effectIds": [
|
||||
"Gt0tHtJDQwdSActw"
|
||||
"cOYeI9TxHXpDwszu"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
|
|
@ -109,14 +109,21 @@
|
|||
"img": "icons/skills/melee/strike-sword-slashing-red.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.roll.primaryWeapon.attack",
|
||||
"key": "system.bonuses.roll.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "Gt0tHtJDQwdSActw",
|
||||
"_id": "cOYeI9TxHXpDwszu",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"system": {
|
||||
"rangeDependence": {
|
||||
"enabled": false,
|
||||
"type": "withinRange",
|
||||
"target": "hostile",
|
||||
"range": "melee"
|
||||
}
|
||||
},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
|
|
@ -132,14 +139,14 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753829771677,
|
||||
"modifiedTime": 1753829771677,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1754814992368,
|
||||
"modifiedTime": 1754814992368,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items.effects!z6yEdFYQJ5IzgTX3.Gt0tHtJDQwdSActw"
|
||||
"_key": "!items.effects!z6yEdFYQJ5IzgTX3.cOYeI9TxHXpDwszu"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
|
|
@ -152,12 +159,12 @@
|
|||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"systemVersion": "1.0.0",
|
||||
"createdTime": 1753829740082,
|
||||
"modifiedTime": 1753829771680,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
"modifiedTime": 1754814992370,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_key": "!items!z6yEdFYQJ5IzgTX3"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue