mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Added all Secondary Weapons
This commit is contained in:
parent
6b98c19742
commit
fd59a8f76e
56 changed files with 6127 additions and 40 deletions
|
|
@ -723,7 +723,7 @@ export const weaponFeatures = {
|
|||
}
|
||||
]
|
||||
},
|
||||
doubledup: {
|
||||
doubledUp: {
|
||||
label: 'DAGGERHEART.CONFIG.WeaponFeature.doubledUp.name',
|
||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.doubledUp.description',
|
||||
actions: [
|
||||
|
|
@ -911,7 +911,7 @@ export const weaponFeatures = {
|
|||
}
|
||||
]
|
||||
},
|
||||
lockedon: {
|
||||
lockedOn: {
|
||||
label: 'DAGGERHEART.CONFIG.WeaponFeature.lockedOn.name',
|
||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.lockedOn.description',
|
||||
actions: [
|
||||
|
|
@ -1010,26 +1010,16 @@ export const weaponFeatures = {
|
|||
paired: {
|
||||
label: 'DAGGERHEART.CONFIG.WeaponFeature.paired.name',
|
||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.paired.description',
|
||||
actions: [
|
||||
effects: [
|
||||
{
|
||||
type: 'effect',
|
||||
actionType: 'action',
|
||||
chatDisplay: true,
|
||||
name: 'DAGGERHEART.CONFIG.WeaponFeature.paired.actions.paired.name',
|
||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.paired.actions.paired.description',
|
||||
name: 'DAGGERHEART.CONFIG.WeaponFeature.paired.effects.paired.name',
|
||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.paired.effects.paired.description',
|
||||
img: 'icons/skills/melee/weapons-crossed-swords-yellow-teal.webp',
|
||||
effects: [
|
||||
changes: [
|
||||
{
|
||||
name: 'DAGGERHEART.CONFIG.WeaponFeature.paired.effects.paired.name',
|
||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.paired.effects.paired.description',
|
||||
img: 'icons/skills/melee/weapons-crossed-swords-yellow-teal.webp',
|
||||
changes: [
|
||||
{
|
||||
key: 'system.bonuses.damage.primaryWeapon.bonus',
|
||||
mode: 2,
|
||||
value: '1 + ITEM.@system.tier'
|
||||
}
|
||||
]
|
||||
key: 'system.bonuses.damage.primaryWeapon.bonus',
|
||||
mode: 2,
|
||||
value: 'ITEM.@system.tier + 1'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -307,7 +307,7 @@ export function updateLinkedItemApps(options, sheet) {
|
|||
export const itemAbleRollParse = (value, actor, item) => {
|
||||
if (!value) return value;
|
||||
|
||||
const isItemTarget = value.toLowerCase().startsWith('item.');
|
||||
const isItemTarget = value.toLowerCase().replace('item.@', '@');
|
||||
const slicedValue = isItemTarget ? value.slice(5) : value;
|
||||
try {
|
||||
return Roll.replaceFormulaData(slicedValue, isItemTarget ? item : actor);
|
||||
|
|
|
|||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": null,
|
||||
"name": "Combat Wheelchairs",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "ECjoqjRcavLWZah1",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753740920579,
|
||||
"modifiedTime": 1753740920579,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!folders!ECjoqjRcavLWZah1"
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": "Dq27vPNpeuINRJeY",
|
||||
"name": "Magical Weapons",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "vc6psFLwYfjOAVZu",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!folders!vc6psFLwYfjOAVZu"
|
||||
}
|
||||
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": "Dq27vPNpeuINRJeY",
|
||||
"name": "Physical Weapons",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "w1HdMrtozpCGF8UB",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!folders!w1HdMrtozpCGF8UB"
|
||||
}
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": null,
|
||||
"name": "Primary Weapons",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "Dq27vPNpeuINRJeY",
|
||||
"description": "",
|
||||
"sort": 800000,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0",
|
||||
"modifiedTime": 1753740311572
|
||||
},
|
||||
"_key": "!folders!Dq27vPNpeuINRJeY"
|
||||
}
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": null,
|
||||
"name": "Secondary Weapons",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "NbXyhDASDCqpg4eG",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0",
|
||||
"modifiedTime": 1753737049233
|
||||
},
|
||||
"_key": "!folders!NbXyhDASDCqpg4eG"
|
||||
}
|
||||
21
src/packs/items/weapons/folders_Tier_1_HdvYaI5CDpfkWwv7.json
Normal file
21
src/packs/items/weapons/folders_Tier_1_HdvYaI5CDpfkWwv7.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": "w1HdMrtozpCGF8UB",
|
||||
"name": "Tier 1",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "HdvYaI5CDpfkWwv7",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!folders!HdvYaI5CDpfkWwv7"
|
||||
}
|
||||
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": null,
|
||||
"folder": "vc6psFLwYfjOAVZu",
|
||||
"name": "Tier 1",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "d7tdCsIUd94XuTtq",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"sort": 100000,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.344",
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1748717279663,
|
||||
"modifiedTime": 1748717279663,
|
||||
"lastModifiedBy": "WafZqd6qLGpBRGTt"
|
||||
"modifiedTime": 1753740491274,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!folders!d7tdCsIUd94XuTtq"
|
||||
}
|
||||
|
|
|
|||
21
src/packs/items/weapons/folders_Tier_1_mV306wqqkeIDd9EE.json
Normal file
21
src/packs/items/weapons/folders_Tier_1_mV306wqqkeIDd9EE.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": "NbXyhDASDCqpg4eG",
|
||||
"name": "Tier 1",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "mV306wqqkeIDd9EE",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!folders!mV306wqqkeIDd9EE"
|
||||
}
|
||||
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": null,
|
||||
"folder": "vc6psFLwYfjOAVZu",
|
||||
"name": "Tier 2",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "ereMKW01MCYg0qUY",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"sort": 200000,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.344",
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1748717283254,
|
||||
"modifiedTime": 1748717283254,
|
||||
"lastModifiedBy": "WafZqd6qLGpBRGTt"
|
||||
"modifiedTime": 1753740492449,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!folders!ereMKW01MCYg0qUY"
|
||||
}
|
||||
|
|
|
|||
21
src/packs/items/weapons/folders_Tier_2_guNyg9qBShhQOIWT.json
Normal file
21
src/packs/items/weapons/folders_Tier_2_guNyg9qBShhQOIWT.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": "w1HdMrtozpCGF8UB",
|
||||
"name": "Tier 2",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "guNyg9qBShhQOIWT",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!folders!guNyg9qBShhQOIWT"
|
||||
}
|
||||
21
src/packs/items/weapons/folders_Tier_2_iSQtZICf7fVFJ7IS.json
Normal file
21
src/packs/items/weapons/folders_Tier_2_iSQtZICf7fVFJ7IS.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": "NbXyhDASDCqpg4eG",
|
||||
"name": "Tier 2",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "iSQtZICf7fVFJ7IS",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!folders!iSQtZICf7fVFJ7IS"
|
||||
}
|
||||
21
src/packs/items/weapons/folders_Tier_3_OKJC8cHvPuseBHWq.json
Normal file
21
src/packs/items/weapons/folders_Tier_3_OKJC8cHvPuseBHWq.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": "w1HdMrtozpCGF8UB",
|
||||
"name": "Tier 3",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "OKJC8cHvPuseBHWq",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!folders!OKJC8cHvPuseBHWq"
|
||||
}
|
||||
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": null,
|
||||
"folder": "vc6psFLwYfjOAVZu",
|
||||
"name": "Tier 3",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "oreMpiiytMRaR9sy",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"sort": 300000,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.344",
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1748717286219,
|
||||
"modifiedTime": 1748717286219,
|
||||
"lastModifiedBy": "WafZqd6qLGpBRGTt"
|
||||
"modifiedTime": 1753740494136,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!folders!oreMpiiytMRaR9sy"
|
||||
}
|
||||
|
|
|
|||
21
src/packs/items/weapons/folders_Tier_3_v3OQH9vwMVYsZvXS.json
Normal file
21
src/packs/items/weapons/folders_Tier_3_v3OQH9vwMVYsZvXS.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": "NbXyhDASDCqpg4eG",
|
||||
"name": "Tier 3",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "v3OQH9vwMVYsZvXS",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!folders!v3OQH9vwMVYsZvXS"
|
||||
}
|
||||
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": null,
|
||||
"folder": "vc6psFLwYfjOAVZu",
|
||||
"name": "Tier 4",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "UNDVQEo6UtTuueNQ",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"sort": 400000,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.344",
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1748717289155,
|
||||
"modifiedTime": 1748717289155,
|
||||
"lastModifiedBy": "WafZqd6qLGpBRGTt"
|
||||
"modifiedTime": 1753740495137,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!folders!UNDVQEo6UtTuueNQ"
|
||||
}
|
||||
|
|
|
|||
21
src/packs/items/weapons/folders_Tier_4_cvhQpWXCo3YJhtwx.json
Normal file
21
src/packs/items/weapons/folders_Tier_4_cvhQpWXCo3YJhtwx.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": "w1HdMrtozpCGF8UB",
|
||||
"name": "Tier 4",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "cvhQpWXCo3YJhtwx",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!folders!cvhQpWXCo3YJhtwx"
|
||||
}
|
||||
21
src/packs/items/weapons/folders_Tier_4_woovqIJsIyoK1ZQW.json
Normal file
21
src/packs/items/weapons/folders_Tier_4_woovqIJsIyoK1ZQW.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": "NbXyhDASDCqpg4eG",
|
||||
"name": "Tier 4",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "woovqIJsIyoK1ZQW",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!folders!woovqIJsIyoK1ZQW"
|
||||
}
|
||||
|
|
@ -0,0 +1,146 @@
|
|||
{
|
||||
"folder": "v3OQH9vwMVYsZvXS",
|
||||
"name": "Advanced Grappler",
|
||||
"type": "weapon",
|
||||
"_id": "7vvhVl4TDJHtjpFK",
|
||||
"img": "icons/weapons/sickles/sickle-blue-purple.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"vpm0kyd1SFRuBaak": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Hook",
|
||||
"description": "On a successful attack, you can pull the target into Melee range.",
|
||||
"img": "icons/skills/melee/strike-chain-whip-blue.webp",
|
||||
"_id": "vpm0kyd1SFRuBaak",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "hooked",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"vpm0kyd1SFRuBaak"
|
||||
]
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "close",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "finesse",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 4,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753795033661,
|
||||
"modifiedTime": 1753795079243,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!7vvhVl4TDJHtjpFK"
|
||||
}
|
||||
|
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"folder": "v3OQH9vwMVYsZvXS",
|
||||
"name": "Advanced Hand Crossbow",
|
||||
"type": "weapon",
|
||||
"_id": "Lsvocst8aGqkBj7g",
|
||||
"img": "icons/weapons/crossbows/crossbow-slotted.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "far",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "finesse",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d4",
|
||||
"bonus": 5,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753795089792,
|
||||
"modifiedTime": 1753795117775,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!Lsvocst8aGqkBj7g"
|
||||
}
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"folder": "v3OQH9vwMVYsZvXS",
|
||||
"name": "Advanced Round Shield",
|
||||
"type": "weapon",
|
||||
"_id": "hiEOGF2reabGLUoi",
|
||||
"img": "icons/equipment/shield/round-wooden-boss-gold-brown.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "protective",
|
||||
"effectIds": [
|
||||
"i5HfkF5aKQuUCTEG"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "strength",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d4",
|
||||
"bonus": 4,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Protective",
|
||||
"description": "Add your character's Tier to your Armor Score",
|
||||
"img": "icons/skills/melee/shield-block-gray-orange.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.armorScore",
|
||||
"mode": 2,
|
||||
"value": "ITEM.@system.tier"
|
||||
}
|
||||
],
|
||||
"_id": "i5HfkF5aKQuUCTEG",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794875150,
|
||||
"modifiedTime": 1753794875150,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!hiEOGF2reabGLUoi.i5HfkF5aKQuUCTEG"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794853303,
|
||||
"modifiedTime": 1753794890718,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!hiEOGF2reabGLUoi"
|
||||
}
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"folder": "v3OQH9vwMVYsZvXS",
|
||||
"name": "Advanced Shortsword",
|
||||
"type": "weapon",
|
||||
"_id": "p3nz5CaGUoyuGVg0",
|
||||
"img": "icons/weapons/swords/shortsword-guard-silver.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "paired",
|
||||
"effectIds": [
|
||||
"WSMhQAuJyjWet29Z"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "agility",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d8",
|
||||
"bonus": 4,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Paired",
|
||||
"description": "Add your character's Tier + 1 to primary weapon damage against targets within Melee range",
|
||||
"img": "icons/skills/melee/weapons-crossed-swords-yellow-teal.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.damage.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "ITEM.@system.tier + 1"
|
||||
}
|
||||
],
|
||||
"_id": "WSMhQAuJyjWet29Z",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794842150,
|
||||
"modifiedTime": 1753794842150,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!p3nz5CaGUoyuGVg0.WSMhQAuJyjWet29Z"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794821174,
|
||||
"modifiedTime": 1753794842154,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!p3nz5CaGUoyuGVg0"
|
||||
}
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"folder": "v3OQH9vwMVYsZvXS",
|
||||
"name": "Advanced Small Dagger",
|
||||
"type": "weapon",
|
||||
"_id": "0thN0BpN05KT8Avx",
|
||||
"img": "icons/weapons/daggers/dagger-double-engraved-black.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "paired",
|
||||
"effectIds": [
|
||||
"gJ7Ey9CfPZqYgxEO"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "finesse",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d8",
|
||||
"bonus": 4,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Paired",
|
||||
"description": "Add your character's Tier + 1 to primary weapon damage against targets within Melee range",
|
||||
"img": "icons/skills/melee/weapons-crossed-swords-yellow-teal.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.damage.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "ITEM.@system.tier + 1"
|
||||
}
|
||||
],
|
||||
"_id": "gJ7Ey9CfPZqYgxEO",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794991410,
|
||||
"modifiedTime": 1753794991410,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!0thN0BpN05KT8Avx.gJ7Ey9CfPZqYgxEO"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794938643,
|
||||
"modifiedTime": 1753794991413,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!0thN0BpN05KT8Avx"
|
||||
}
|
||||
|
|
@ -0,0 +1,168 @@
|
|||
{
|
||||
"folder": "v3OQH9vwMVYsZvXS",
|
||||
"name": "Advanced Tower Shield",
|
||||
"type": "weapon",
|
||||
"_id": "OfOzQbs4hg6QbfTG",
|
||||
"img": "icons/equipment/shield/kite-wooden-thistle-pink.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "barrier",
|
||||
"effectIds": [
|
||||
"87gedjJZGdFY81Mt"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "strength",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 4,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Barrier",
|
||||
"description": "Gain Weapon Tier + 1 to Armor Score; -1 to Evasion",
|
||||
"img": "icons/skills/melee/shield-block-bash-blue.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.armorScore",
|
||||
"mode": 2,
|
||||
"value": "ITEM.@system.tier + 1"
|
||||
},
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"_id": "87gedjJZGdFY81Mt",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794929238,
|
||||
"modifiedTime": 1753794929238,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!OfOzQbs4hg6QbfTG.87gedjJZGdFY81Mt"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794904892,
|
||||
"modifiedTime": 1753794929241,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!OfOzQbs4hg6QbfTG"
|
||||
}
|
||||
|
|
@ -0,0 +1,154 @@
|
|||
{
|
||||
"folder": "v3OQH9vwMVYsZvXS",
|
||||
"name": "Advanced Whip",
|
||||
"type": "weapon",
|
||||
"_id": "01izMUSJcAUo79IX",
|
||||
"img": "icons/weapons/misc/whip-red-yellow.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"uTqQUaZ0DH0s0EiM": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Startle",
|
||||
"description": "Mark a Stress to crack the whip and force all adversaries within Melee range back to Close range.",
|
||||
"img": "icons/magic/control/fear-fright-mask-orange.webp",
|
||||
"cost": [
|
||||
{
|
||||
"value": 1,
|
||||
"key": "hope",
|
||||
"keyIsID": false,
|
||||
"scalable": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"_id": "uTqQUaZ0DH0s0EiM",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "startling",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"uTqQUaZ0DH0s0EiM"
|
||||
]
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "veryClose",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "presence",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 4,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753795001576,
|
||||
"modifiedTime": 1753795023997,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!01izMUSJcAUo79IX"
|
||||
}
|
||||
146
src/packs/items/weapons/weapon_Braveshield_QEvgVoz9xKBSKsGi.json
Normal file
146
src/packs/items/weapons/weapon_Braveshield_QEvgVoz9xKBSKsGi.json
Normal file
|
|
@ -0,0 +1,146 @@
|
|||
{
|
||||
"folder": "woovqIJsIyoK1ZQW",
|
||||
"name": "Braveshield",
|
||||
"type": "weapon",
|
||||
"_id": "QEvgVoz9xKBSKsGi",
|
||||
"img": "icons/equipment/shield/kite-wooden-dragon-green.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"Ctsyr3xDVCsDYbZ3": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Shelter",
|
||||
"description": "When you mark an Armor Slot, it reduces damage for you and all allies within Melee range of you who took the same damage.",
|
||||
"img": "icons/skills/melee/shield-block-gray-yellow.webp",
|
||||
"_id": "Ctsyr3xDVCsDYbZ3",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "sheltering",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"Ctsyr3xDVCsDYbZ3"
|
||||
]
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "agility",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d4",
|
||||
"bonus": 6,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753797203355,
|
||||
"modifiedTime": 1753797247008,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!QEvgVoz9xKBSKsGi"
|
||||
}
|
||||
200
src/packs/items/weapons/weapon_Buckler_EmFTp9wzT6MHSaNz.json
Normal file
200
src/packs/items/weapons/weapon_Buckler_EmFTp9wzT6MHSaNz.json
Normal file
|
|
@ -0,0 +1,200 @@
|
|||
{
|
||||
"folder": "v3OQH9vwMVYsZvXS",
|
||||
"name": "Buckler",
|
||||
"type": "weapon",
|
||||
"_id": "EmFTp9wzT6MHSaNz",
|
||||
"img": "icons/equipment/shield/heater-wooden-worn.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"mmm95zUmnxcwy3wL": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Deflect",
|
||||
"description": "When you are attacked, you can mark an Armor Slot to gain a bonus to your Evasion equal to your Armor Score against the attack.",
|
||||
"img": "icons/skills/melee/hand-grip-sword-strike-orange.webp",
|
||||
"target": {
|
||||
"type": "self",
|
||||
"amount": null
|
||||
},
|
||||
"cost": [
|
||||
{
|
||||
"value": 1,
|
||||
"key": "hope",
|
||||
"keyIsID": false,
|
||||
"scalable": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"effects": [
|
||||
{
|
||||
"_id": "dYef2V28BwZ2HY0e",
|
||||
"onSave": false
|
||||
}
|
||||
],
|
||||
"_id": "mmm95zUmnxcwy3wL",
|
||||
"systemPath": "actions",
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "deflecting",
|
||||
"effectIds": [
|
||||
"dYef2V28BwZ2HY0e"
|
||||
],
|
||||
"actionIds": [
|
||||
"mmm95zUmnxcwy3wL"
|
||||
]
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "agility",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d4",
|
||||
"bonus": 4,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Deflecting",
|
||||
"description": "Gain a bonus to your Evasion equal to your Armor Score against the attack",
|
||||
"img": "icons/skills/melee/hand-grip-sword-strike-orange.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "@system.armorScore"
|
||||
}
|
||||
],
|
||||
"transfer": false,
|
||||
"_id": "dYef2V28BwZ2HY0e",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753795201169,
|
||||
"modifiedTime": 1753795201169,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!EmFTp9wzT6MHSaNz.dYef2V28BwZ2HY0e"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753795181779,
|
||||
"modifiedTime": 1753795201173,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!EmFTp9wzT6MHSaNz"
|
||||
}
|
||||
146
src/packs/items/weapons/weapon_Grappler_iEzPscUc18GuFoB6.json
Normal file
146
src/packs/items/weapons/weapon_Grappler_iEzPscUc18GuFoB6.json
Normal file
|
|
@ -0,0 +1,146 @@
|
|||
{
|
||||
"folder": "mV306wqqkeIDd9EE",
|
||||
"name": "Grappler",
|
||||
"type": "weapon",
|
||||
"_id": "iEzPscUc18GuFoB6",
|
||||
"img": "icons/weapons/sickles/sickle-hooked-wood.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"PaIPWLldOnp89Mfk": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Hook",
|
||||
"description": "On a successful attack, you can pull the target into Melee range.",
|
||||
"img": "icons/skills/melee/strike-chain-whip-blue.webp",
|
||||
"_id": "PaIPWLldOnp89Mfk",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 1,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "hooked",
|
||||
"actionIds": [
|
||||
"PaIPWLldOnp89Mfk"
|
||||
],
|
||||
"effectIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "i9jZXe5K5nIc58AG",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "close",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "finesse",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753744418464,
|
||||
"modifiedTime": 1753794424526,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!iEzPscUc18GuFoB6"
|
||||
}
|
||||
|
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"folder": "mV306wqqkeIDd9EE",
|
||||
"name": "Hand Crossbow",
|
||||
"type": "weapon",
|
||||
"_id": "zxKt6qXe7uZB6ljm",
|
||||
"img": "icons/weapons/crossbows/crossbow-simple-red.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 1,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "i9jZXe5K5nIc58AG",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "far",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "finesse",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 1,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753744526958,
|
||||
"modifiedTime": 1753794520954,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!zxKt6qXe7uZB6ljm"
|
||||
}
|
||||
188
src/packs/items/weapons/weapon_Hand_Sling_RAIaoMi6iO1PKIlK.json
Normal file
188
src/packs/items/weapons/weapon_Hand_Sling_RAIaoMi6iO1PKIlK.json
Normal file
|
|
@ -0,0 +1,188 @@
|
|||
{
|
||||
"folder": "v3OQH9vwMVYsZvXS",
|
||||
"name": "Hand Sling",
|
||||
"type": "weapon",
|
||||
"_id": "RAIaoMi6iO1PKIlK",
|
||||
"img": "icons/weapons/slings/slingshot-wood.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"GgtsuUCtxGX9e4Kg": {
|
||||
"type": "attack",
|
||||
"damage": {
|
||||
"includeBase": false,
|
||||
"parts": [
|
||||
{
|
||||
"resultBased": false,
|
||||
"value": {
|
||||
"custom": {
|
||||
"enabled": false
|
||||
},
|
||||
"multiplier": "prof",
|
||||
"dice": "d8",
|
||||
"bonus": 4,
|
||||
"flatMultiplier": 1
|
||||
},
|
||||
"applyTo": "hitPoints",
|
||||
"type": [],
|
||||
"base": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"range": "close",
|
||||
"roll": {
|
||||
"useDefault": true,
|
||||
"type": "attack",
|
||||
"trait": "finesse",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
}
|
||||
},
|
||||
"_id": "GgtsuUCtxGX9e4Kg",
|
||||
"systemPath": "actions",
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
},
|
||||
"name": "Versatile Attack",
|
||||
"img": "icons/weapons/slings/slingshot-wood.webp"
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "veryFar",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "finesse",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 4,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753796778752,
|
||||
"modifiedTime": 1753796892053,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!RAIaoMi6iO1PKIlK"
|
||||
}
|
||||
|
|
@ -0,0 +1,146 @@
|
|||
{
|
||||
"folder": "iSQtZICf7fVFJ7IS",
|
||||
"name": "Improved Grappler",
|
||||
"type": "weapon",
|
||||
"_id": "3T3o9zfe61t22L1H",
|
||||
"img": "icons/weapons/sickles/sickle-hooked-worn.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"HzrHPd2DgvhdCHkL": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Hook",
|
||||
"description": "On a successful attack, you can pull the target into Melee range.",
|
||||
"img": "icons/skills/melee/strike-chain-whip-blue.webp",
|
||||
"_id": "HzrHPd2DgvhdCHkL",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "hooked",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"HzrHPd2DgvhdCHkL"
|
||||
]
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "close",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "finesse",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 2,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794386984,
|
||||
"modifiedTime": 1753795053642,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!3T3o9zfe61t22L1H"
|
||||
}
|
||||
|
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"folder": "iSQtZICf7fVFJ7IS",
|
||||
"name": "Improved Hand Crossbow",
|
||||
"type": "weapon",
|
||||
"_id": "XEDRkuw3BhMoVBn9",
|
||||
"img": "icons/weapons/crossbows/crossbow-simple-purple.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "far",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "finesse",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 3,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794476404,
|
||||
"modifiedTime": 1753794517681,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!XEDRkuw3BhMoVBn9"
|
||||
}
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"folder": "iSQtZICf7fVFJ7IS",
|
||||
"name": "Improved Round Shield",
|
||||
"type": "weapon",
|
||||
"_id": "DlinEBGZfIlvreO3",
|
||||
"img": "icons/equipment/shield/round-wooden-reinforced-boss-steel.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "protective",
|
||||
"effectIds": [
|
||||
"cXWSV50apzaNQkdA"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "i9jZXe5K5nIc58AG",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "strength",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d4",
|
||||
"bonus": 2,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Protective",
|
||||
"description": "Add your character's Tier to your Armor Score",
|
||||
"img": "icons/skills/melee/shield-block-gray-orange.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.armorScore",
|
||||
"mode": 2,
|
||||
"value": "ITEM.@system.tier"
|
||||
}
|
||||
],
|
||||
"_id": "cXWSV50apzaNQkdA",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794098464,
|
||||
"modifiedTime": 1753794098464,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!DlinEBGZfIlvreO3.cXWSV50apzaNQkdA"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753744776245,
|
||||
"modifiedTime": 1753794098472,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!DlinEBGZfIlvreO3"
|
||||
}
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"folder": "iSQtZICf7fVFJ7IS",
|
||||
"name": "Improved Shortsword",
|
||||
"type": "weapon",
|
||||
"_id": "rSyBNRwemBVuTo3H",
|
||||
"img": "icons/weapons/swords/shortsword-broad-blue.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "paired",
|
||||
"effectIds": [
|
||||
"cSmiIOXeuw0xpjel"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "i9jZXe5K5nIc58AG",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "agility",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d8",
|
||||
"bonus": 2,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Paired",
|
||||
"description": "Add your character's Tier + 1 to primary weapon damage against targets within Melee range",
|
||||
"img": "icons/skills/melee/weapons-crossed-swords-yellow-teal.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.damage.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "ITEM.@system.tier + 1"
|
||||
}
|
||||
],
|
||||
"_id": "cSmiIOXeuw0xpjel",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794021004,
|
||||
"modifiedTime": 1753794021004,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!rSyBNRwemBVuTo3H.cSmiIOXeuw0xpjel"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753744566951,
|
||||
"modifiedTime": 1753794021010,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!rSyBNRwemBVuTo3H"
|
||||
}
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"folder": "iSQtZICf7fVFJ7IS",
|
||||
"name": "Improved Small Dagger",
|
||||
"type": "weapon",
|
||||
"_id": "nMuF8ZDZ2aXZVTg6",
|
||||
"img": "icons/weapons/daggers/dagger-jeweled-purple.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"secondary": false,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "paired",
|
||||
"effectIds": [
|
||||
"rOjtLkrnI9EZHJm8"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "finesse",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d8",
|
||||
"bonus": 2,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Paired",
|
||||
"description": "Add your character's Tier + 1 to primary weapon damage against targets within Melee range",
|
||||
"img": "icons/skills/melee/weapons-crossed-swords-yellow-teal.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.damage.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "ITEM.@system.tier + 1"
|
||||
}
|
||||
],
|
||||
"_id": "rOjtLkrnI9EZHJm8",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794340876,
|
||||
"modifiedTime": 1753794340876,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!nMuF8ZDZ2aXZVTg6.rOjtLkrnI9EZHJm8"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794291887,
|
||||
"modifiedTime": 1753794340879,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!nMuF8ZDZ2aXZVTg6"
|
||||
}
|
||||
|
|
@ -0,0 +1,168 @@
|
|||
{
|
||||
"folder": "iSQtZICf7fVFJ7IS",
|
||||
"name": "Improved Tower Shield",
|
||||
"type": "weapon",
|
||||
"_id": "bxt3NsbMqTSdI5ab",
|
||||
"img": "icons/equipment/shield/pavise-wooden-seahorse-blue-white.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "barrier",
|
||||
"effectIds": [
|
||||
"tkNEA1PO3jEFhKCa"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "strength",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 2,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Barrier",
|
||||
"description": "Gain Weapon Tier + 1 to Armor Score; -1 to Evasion",
|
||||
"img": "icons/skills/melee/shield-block-bash-blue.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.armorScore",
|
||||
"mode": 2,
|
||||
"value": "ITEM.@system.tier + 1"
|
||||
},
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"_id": "tkNEA1PO3jEFhKCa",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794257125,
|
||||
"modifiedTime": 1753794257125,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!bxt3NsbMqTSdI5ab.tkNEA1PO3jEFhKCa"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794198427,
|
||||
"modifiedTime": 1753794267315,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!bxt3NsbMqTSdI5ab"
|
||||
}
|
||||
|
|
@ -0,0 +1,154 @@
|
|||
{
|
||||
"folder": "iSQtZICf7fVFJ7IS",
|
||||
"name": "Improved Whip",
|
||||
"type": "weapon",
|
||||
"_id": "ftTp8VlsBQ1r4LFD",
|
||||
"img": "icons/weapons/misc/whip-red-yellow.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"9M1PxqFIc4VxinVa": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Startle",
|
||||
"description": "Mark a Stress to crack the whip and force all adversaries within Melee range back to Close range.",
|
||||
"img": "icons/magic/control/fear-fright-mask-orange.webp",
|
||||
"cost": [
|
||||
{
|
||||
"value": 1,
|
||||
"key": "hope",
|
||||
"keyIsID": false,
|
||||
"scalable": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"_id": "9M1PxqFIc4VxinVa",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "startling",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"9M1PxqFIc4VxinVa"
|
||||
]
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "veryClose",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "presence",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 2,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794353291,
|
||||
"modifiedTime": 1753794375796,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!ftTp8VlsBQ1r4LFD"
|
||||
}
|
||||
|
|
@ -0,0 +1,188 @@
|
|||
{
|
||||
"folder": "woovqIJsIyoK1ZQW",
|
||||
"name": "Knuckle Claws",
|
||||
"type": "weapon",
|
||||
"_id": "SFqganS8Du4aEKjQ",
|
||||
"img": "icons/skills/melee/blade-tips-triple-steel.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"fRKcEeShWSLkoExh": {
|
||||
"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",
|
||||
"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
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "doubledUp",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"2ndqofzTHsEUMxsm"
|
||||
]
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "strength",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 8,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753797258168,
|
||||
"modifiedTime": 1753798882899,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!SFqganS8Du4aEKjQ"
|
||||
}
|
||||
|
|
@ -0,0 +1,146 @@
|
|||
{
|
||||
"folder": "woovqIJsIyoK1ZQW",
|
||||
"name": "Legendary Grappler",
|
||||
"type": "weapon",
|
||||
"_id": "IrtUj0UntBMNn49G",
|
||||
"img": "icons/weapons/sickles/sickle-hooked-silver.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"swNMa4gW6guA8GaH": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Hook",
|
||||
"description": "On a successful attack, you can pull the target into Melee range.",
|
||||
"img": "icons/skills/melee/strike-chain-whip-blue.webp",
|
||||
"_id": "swNMa4gW6guA8GaH",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "hooked",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"swNMa4gW6guA8GaH"
|
||||
]
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "close",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "finesse",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 6,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753797131628,
|
||||
"modifiedTime": 1753797154423,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!IrtUj0UntBMNn49G"
|
||||
}
|
||||
|
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"folder": "woovqIJsIyoK1ZQW",
|
||||
"name": "Legendary Hand Crossbow",
|
||||
"type": "weapon",
|
||||
"_id": "32nYyMaeDWaakSxz",
|
||||
"img": "icons/weapons/crossbows/handcrossbow-black.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "far",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "finesse",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 7,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753797168339,
|
||||
"modifiedTime": 1753797192489,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!32nYyMaeDWaakSxz"
|
||||
}
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"folder": "woovqIJsIyoK1ZQW",
|
||||
"name": "Legendary Round Shield",
|
||||
"type": "weapon",
|
||||
"_id": "A28WL9E2lJ3iLZHW",
|
||||
"img": "icons/equipment/shield/round-wooden-boss-steel-yellow-blue.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "protective",
|
||||
"effectIds": [
|
||||
"Z2p00q5h6x6seXys"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "strength",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d4",
|
||||
"bonus": 6,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Protective",
|
||||
"description": "Add your character's Tier to your Armor Score",
|
||||
"img": "icons/skills/melee/shield-block-gray-orange.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.armorScore",
|
||||
"mode": 2,
|
||||
"value": "ITEM.@system.tier"
|
||||
}
|
||||
],
|
||||
"_id": "Z2p00q5h6x6seXys",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753796983285,
|
||||
"modifiedTime": 1753796983285,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!A28WL9E2lJ3iLZHW.Z2p00q5h6x6seXys"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753796968563,
|
||||
"modifiedTime": 1753797012196,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!A28WL9E2lJ3iLZHW"
|
||||
}
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"folder": "woovqIJsIyoK1ZQW",
|
||||
"name": "Legendary Shortsword",
|
||||
"type": "weapon",
|
||||
"_id": "dEumq3BIZBk5xYTk",
|
||||
"img": "icons/weapons/swords/shortsword-broad-engraved.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "paired",
|
||||
"effectIds": [
|
||||
"DgZQSBJx9JmoOngB"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "agility",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d8",
|
||||
"bonus": 6,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Paired",
|
||||
"description": "Add your character's Tier + 1 to primary weapon damage against targets within Melee range",
|
||||
"img": "icons/skills/melee/weapons-crossed-swords-yellow-teal.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.damage.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "ITEM.@system.tier + 1"
|
||||
}
|
||||
],
|
||||
"_id": "DgZQSBJx9JmoOngB",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753796957432,
|
||||
"modifiedTime": 1753796957432,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!dEumq3BIZBk5xYTk.DgZQSBJx9JmoOngB"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753796913551,
|
||||
"modifiedTime": 1753796957439,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!dEumq3BIZBk5xYTk"
|
||||
}
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"folder": "woovqIJsIyoK1ZQW",
|
||||
"name": "Legendary Small Dagger",
|
||||
"type": "weapon",
|
||||
"_id": "Px3Rh3kIvAqyISxJ",
|
||||
"img": "icons/weapons/daggers/dagger-crooked-red.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "paired",
|
||||
"effectIds": [
|
||||
"Wjl3MEwNdQPeY63u"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "finesse",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d8",
|
||||
"bonus": 6,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Paired",
|
||||
"description": "Add your character's Tier + 1 to primary weapon damage against targets within Melee range",
|
||||
"img": "icons/skills/melee/weapons-crossed-swords-yellow-teal.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.damage.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "ITEM.@system.tier + 1"
|
||||
}
|
||||
],
|
||||
"_id": "Wjl3MEwNdQPeY63u",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753797088930,
|
||||
"modifiedTime": 1753797088930,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!Px3Rh3kIvAqyISxJ.Wjl3MEwNdQPeY63u"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753797057472,
|
||||
"modifiedTime": 1753797088933,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!Px3Rh3kIvAqyISxJ"
|
||||
}
|
||||
|
|
@ -0,0 +1,168 @@
|
|||
{
|
||||
"folder": "woovqIJsIyoK1ZQW",
|
||||
"name": "Legendary Tower Shield",
|
||||
"type": "weapon",
|
||||
"_id": "MaJIROht7A9LxIZx",
|
||||
"img": "icons/equipment/shield/kite-wooden-sigil-purple.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "barrier",
|
||||
"effectIds": [
|
||||
"lBJMzxdGO2nJdTQS"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "strength",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 6,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Barrier",
|
||||
"description": "Gain Weapon Tier + 1 to Armor Score; -1 to Evasion",
|
||||
"img": "icons/skills/melee/shield-block-bash-blue.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.armorScore",
|
||||
"mode": 2,
|
||||
"value": "ITEM.@system.tier + 1"
|
||||
},
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"_id": "lBJMzxdGO2nJdTQS",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753797037220,
|
||||
"modifiedTime": 1753797037220,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!MaJIROht7A9LxIZx.lBJMzxdGO2nJdTQS"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753797026049,
|
||||
"modifiedTime": 1753797043015,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!MaJIROht7A9LxIZx"
|
||||
}
|
||||
|
|
@ -0,0 +1,154 @@
|
|||
{
|
||||
"folder": "woovqIJsIyoK1ZQW",
|
||||
"name": "Legendary Whip",
|
||||
"type": "weapon",
|
||||
"_id": "Wcdbf6yS3LEt7nsg",
|
||||
"img": "icons/weapons/misc/whip-red-yellow.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"5BsKYPjg2StmQ4il": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Startle",
|
||||
"description": "Mark a Stress to crack the whip and force all adversaries within Melee range back to Close range.",
|
||||
"img": "icons/magic/control/fear-fright-mask-orange.webp",
|
||||
"cost": [
|
||||
{
|
||||
"value": 1,
|
||||
"key": "hope",
|
||||
"keyIsID": false,
|
||||
"scalable": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"_id": "5BsKYPjg2StmQ4il",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "startling",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"5BsKYPjg2StmQ4il"
|
||||
]
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "veryClose",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "presence",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 6,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753797101746,
|
||||
"modifiedTime": 1753797122680,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!Wcdbf6yS3LEt7nsg"
|
||||
}
|
||||
|
|
@ -0,0 +1,146 @@
|
|||
{
|
||||
"folder": "iSQtZICf7fVFJ7IS",
|
||||
"name": "Parrying Dagger",
|
||||
"type": "weapon",
|
||||
"_id": "taAZDkDCpeNgxhnn",
|
||||
"img": "icons/weapons/daggers/dagger-ritual-brown.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"zcYv4uYbkMS4OLdc": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Parry",
|
||||
"description": "When you are attacked, roll this weapon's damage dice. If any of the attacker's damage dice rolled the same value as your dice, the matching results are discarded from the attacker's damage dice before the damage you take is totaled.",
|
||||
"img": "icons/skills/melee/shield-block-fire-orange.webp",
|
||||
"_id": "zcYv4uYbkMS4OLdc",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "parry",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"zcYv4uYbkMS4OLdc"
|
||||
]
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "finesse",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 2,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794685727,
|
||||
"modifiedTime": 1753794748494,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!taAZDkDCpeNgxhnn"
|
||||
}
|
||||
|
|
@ -0,0 +1,200 @@
|
|||
{
|
||||
"folder": "v3OQH9vwMVYsZvXS",
|
||||
"name": "Powered Gauntlet",
|
||||
"type": "weapon",
|
||||
"_id": "bW3xw5S9DbaLCN3E",
|
||||
"img": "icons/equipment/hand/gauntlet-armored-leather-teal-orange.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"vkZ0aIoYzBC3SlIE": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Charge",
|
||||
"description": "Mark a Stress to gain a +1 bonus to your Proficiency on a primary weapon attack.",
|
||||
"img": "icons/magic/lightning/claws-unarmed-strike-teal.webp",
|
||||
"target": {
|
||||
"type": "self",
|
||||
"amount": null
|
||||
},
|
||||
"cost": [
|
||||
{
|
||||
"value": 1,
|
||||
"key": "hope",
|
||||
"keyIsID": false,
|
||||
"scalable": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"effects": [
|
||||
{
|
||||
"_id": "v4PAscWlWFaakiN7",
|
||||
"onSave": false
|
||||
}
|
||||
],
|
||||
"_id": "vkZ0aIoYzBC3SlIE",
|
||||
"systemPath": "actions",
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "charged",
|
||||
"effectIds": [
|
||||
"v4PAscWlWFaakiN7"
|
||||
],
|
||||
"actionIds": [
|
||||
"vkZ0aIoYzBC3SlIE"
|
||||
]
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "close",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "knowledge",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 4,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Charged",
|
||||
"description": "Mark a Stress to gain a +1 bonus to your Proficiency on a primary weapon attack.",
|
||||
"img": "icons/magic/lightning/claws-unarmed-strike-teal.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.proficiency",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"transfer": false,
|
||||
"_id": "v4PAscWlWFaakiN7",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753796745084,
|
||||
"modifiedTime": 1753796745084,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!bW3xw5S9DbaLCN3E.v4PAscWlWFaakiN7"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753796723376,
|
||||
"modifiedTime": 1753796767984,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!bW3xw5S9DbaLCN3E"
|
||||
}
|
||||
|
|
@ -0,0 +1,146 @@
|
|||
{
|
||||
"folder": "woovqIJsIyoK1ZQW",
|
||||
"name": "Primer Shard",
|
||||
"type": "weapon",
|
||||
"_id": "SxcblanBvqaest3A",
|
||||
"img": "icons/commodities/treasure/token-gold-gem-purple.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"KGJJgz0SMdY0f0em": {
|
||||
"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",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "lockedon",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"KGJJgz0SMdY0f0em"
|
||||
]
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "veryClose",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "instinct",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d4",
|
||||
"bonus": null,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753797317938,
|
||||
"modifiedTime": 1753797376548,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!SxcblanBvqaest3A"
|
||||
}
|
||||
|
|
@ -0,0 +1,146 @@
|
|||
{
|
||||
"folder": "iSQtZICf7fVFJ7IS",
|
||||
"name": "Returning Axe",
|
||||
"type": "weapon",
|
||||
"_id": "FtsQGwOg3r8uUCST",
|
||||
"img": "icons/weapons/axes/shortaxe-worn-black.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"IjEUAtr4mOIfXPAU": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Return",
|
||||
"description": "When this weapon is thrown within its range, it appears in your hand immediately after the attack.",
|
||||
"img": "icons/magic/movement/trail-streak-pink.webp",
|
||||
"_id": "IjEUAtr4mOIfXPAU",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "returning",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"IjEUAtr4mOIfXPAU"
|
||||
]
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "close",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "agility",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 4,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794760906,
|
||||
"modifiedTime": 1753794803866,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!FtsQGwOg3r8uUCST"
|
||||
}
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"folder": "mV306wqqkeIDd9EE",
|
||||
"name": "Round Shield",
|
||||
"type": "weapon",
|
||||
"_id": "mxwWKDujgsRcZWPT",
|
||||
"img": "icons/equipment/shield/buckler-wooden-boss-brown.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 1,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "protective",
|
||||
"effectIds": [
|
||||
"M70a81e0Mg66jHRL"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "h3g8PT67I6xr3xsW",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "strength",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d4",
|
||||
"bonus": null,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Protective",
|
||||
"description": "Add your character's Tier to your Armor Score",
|
||||
"img": "icons/skills/melee/shield-block-gray-orange.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.armorScore",
|
||||
"mode": 2,
|
||||
"value": "ITEM.@system.tier"
|
||||
}
|
||||
],
|
||||
"_id": "M70a81e0Mg66jHRL",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794114980,
|
||||
"modifiedTime": 1753794114980,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!mxwWKDujgsRcZWPT.M70a81e0Mg66jHRL"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753742068200,
|
||||
"modifiedTime": 1753794114990,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!mxwWKDujgsRcZWPT"
|
||||
}
|
||||
163
src/packs/items/weapons/weapon_Shortsword_cjGZpXCoshEqi1FI.json
Normal file
163
src/packs/items/weapons/weapon_Shortsword_cjGZpXCoshEqi1FI.json
Normal file
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"folder": "mV306wqqkeIDd9EE",
|
||||
"name": "Shortsword",
|
||||
"type": "weapon",
|
||||
"_id": "cjGZpXCoshEqi1FI",
|
||||
"img": "icons/weapons/swords/shortsword-guard-brass.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 1,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "paired",
|
||||
"effectIds": [
|
||||
"VII5oRJrQTsSir0E"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "VS5Gc43b6SmYuaVF",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "agility",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d8",
|
||||
"bonus": null,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Paired",
|
||||
"description": "Add your character's Tier + 1 to primary weapon damage against targets within Melee range",
|
||||
"img": "icons/skills/melee/weapons-crossed-swords-yellow-teal.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.damage.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "ITEM.@system.tier + 1"
|
||||
}
|
||||
],
|
||||
"_id": "VII5oRJrQTsSir0E",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753793980974,
|
||||
"modifiedTime": 1753793980974,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!cjGZpXCoshEqi1FI.VII5oRJrQTsSir0E"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753741549716,
|
||||
"modifiedTime": 1753793980983,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!cjGZpXCoshEqi1FI"
|
||||
}
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"folder": "mV306wqqkeIDd9EE",
|
||||
"name": "Small Dagger",
|
||||
"type": "weapon",
|
||||
"_id": "wKklDxs5nkzILNp4",
|
||||
"img": "icons/weapons/daggers/dagger-straight-cracked.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 1,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "paired",
|
||||
"effectIds": [
|
||||
"2OLsxbZJqMgk680J"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "AVjlF2Mv5AMDflgy",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "finesse",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"value": {
|
||||
"multiplier": "prof",
|
||||
"dice": "d8",
|
||||
"flatMultiplier": 1,
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Paired",
|
||||
"description": "Add your character's Tier + 1 to primary weapon damage against targets within Melee range",
|
||||
"img": "icons/skills/melee/weapons-crossed-swords-yellow-teal.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.damage.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "ITEM.@system.tier + 1"
|
||||
}
|
||||
],
|
||||
"_id": "2OLsxbZJqMgk680J",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794165509,
|
||||
"modifiedTime": 1753794165509,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!wKklDxs5nkzILNp4.2OLsxbZJqMgk680J"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753744141625,
|
||||
"modifiedTime": 1753794165511,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!wKklDxs5nkzILNp4"
|
||||
}
|
||||
|
|
@ -0,0 +1,168 @@
|
|||
{
|
||||
"folder": "iSQtZICf7fVFJ7IS",
|
||||
"name": "Spiked Shield",
|
||||
"type": "weapon",
|
||||
"_id": "vzyzFwLUniWZV1rt",
|
||||
"img": "icons/equipment/shield/targe-wooden-boss-steel-brown.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "doubleDuty",
|
||||
"effectIds": [
|
||||
"qo4VPSV0VZha1ya2"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "qY9ylkwxFwRlPy6a",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "strength",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": 2,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Double Duty",
|
||||
"description": "+1 to Armor Score; +1 to primary weapon damage within Melee range",
|
||||
"img": "icons/skills/melee/sword-shield-stylized-white.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.armorScore",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"key": "system.bonuses.damage.primaryWeapon.bonus",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "qo4VPSV0VZha1ya2",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794551639,
|
||||
"modifiedTime": 1753794551639,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!vzyzFwLUniWZV1rt.qo4VPSV0VZha1ya2"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753794535926,
|
||||
"modifiedTime": 1753794665373,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!vzyzFwLUniWZV1rt"
|
||||
}
|
||||
|
|
@ -0,0 +1,168 @@
|
|||
{
|
||||
"folder": "mV306wqqkeIDd9EE",
|
||||
"name": "Tower Shield",
|
||||
"type": "weapon",
|
||||
"_id": "C9aWpK1shVMWP4m5",
|
||||
"img": "icons/equipment/shield/oval-wooden-boss-bronze.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 1,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "barrier",
|
||||
"effectIds": [
|
||||
"8r0TcKWXboFV0eqS"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "h3g8PT67I6xr3xsW",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "strength",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Barrier",
|
||||
"description": "Gain Weapon Tier + 1 to Armor Score; -1 to Evasion",
|
||||
"img": "icons/skills/melee/shield-block-bash-blue.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.armorScore",
|
||||
"mode": 2,
|
||||
"value": "ITEM.@system.tier + 1"
|
||||
},
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"_id": "8r0TcKWXboFV0eqS",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null
|
||||
},
|
||||
"origin": null,
|
||||
"tint": "#ffffff",
|
||||
"transfer": true,
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753742958195,
|
||||
"modifiedTime": 1753742958195,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!C9aWpK1shVMWP4m5.8r0TcKWXboFV0eqS"
|
||||
}
|
||||
],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753742294258,
|
||||
"modifiedTime": 1753742986604,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!C9aWpK1shVMWP4m5"
|
||||
}
|
||||
154
src/packs/items/weapons/weapon_Whip_CmtWqw6DwoePnX7W.json
Normal file
154
src/packs/items/weapons/weapon_Whip_CmtWqw6DwoePnX7W.json
Normal file
|
|
@ -0,0 +1,154 @@
|
|||
{
|
||||
"folder": "mV306wqqkeIDd9EE",
|
||||
"name": "Whip",
|
||||
"type": "weapon",
|
||||
"_id": "CmtWqw6DwoePnX7W",
|
||||
"img": "icons/weapons/misc/whip-red-yellow.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"dBjx9R0gUsxj2P76": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Startle",
|
||||
"description": "Mark a Stress to crack the whip and force all adversaries within Melee range back to Close range.",
|
||||
"img": "icons/magic/control/fear-fright-mask-orange.webp",
|
||||
"cost": [
|
||||
{
|
||||
"value": 1,
|
||||
"key": "hope",
|
||||
"keyIsID": false,
|
||||
"scalable": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"_id": "dBjx9R0gUsxj2P76",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 1,
|
||||
"equipped": false,
|
||||
"secondary": true,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "startling",
|
||||
"actionIds": [
|
||||
"dBjx9R0gUsxj2P76"
|
||||
],
|
||||
"effectIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "AVjlF2Mv5AMDflgy",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "veryClose",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": 1
|
||||
},
|
||||
"roll": {
|
||||
"trait": "presence",
|
||||
"type": "attack",
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"type": [
|
||||
"physical"
|
||||
],
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
},
|
||||
"rules": {
|
||||
"attack": {
|
||||
"roll": {
|
||||
"trait": null
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753744226240,
|
||||
"modifiedTime": 1753744407511,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!CmtWqw6DwoePnX7W"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue