mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Tier 3 Magical
This commit is contained in:
parent
ec58d0231e
commit
d36a41b534
23 changed files with 2711 additions and 6 deletions
16
lang/en.json
16
lang/en.json
|
|
@ -1016,8 +1016,20 @@
|
||||||
"name": "Brutal",
|
"name": "Brutal",
|
||||||
"description": "When you roll the maximum value on a damage die, roll an additional damage die.",
|
"description": "When you roll the maximum value on a damage die, roll an additional damage die.",
|
||||||
"actions": {
|
"actions": {
|
||||||
"name": "Brutal",
|
"addDamage": {
|
||||||
"description": "When you roll the maximum value on a damage die, roll an additional damage die."
|
"name": "Brutal",
|
||||||
|
"description": "When you roll the maximum value on a damage die, roll an additional damage die."
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"burning": {
|
||||||
|
"name": "Burning",
|
||||||
|
"description": "When you roll the maximum value on a damage die, roll an additional damage die.",
|
||||||
|
"actions": {
|
||||||
|
"burn": {
|
||||||
|
"name": "Burn",
|
||||||
|
"description": "When you roll a 6 on a damage die, the target must mark a Stress."
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"charged": {
|
"charged": {
|
||||||
|
|
|
||||||
|
|
@ -553,6 +553,20 @@ export const weaponFeatures = {
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
burning: {
|
||||||
|
label: 'DAGGERHEART.CONFIG.WeaponFeature.burning.name',
|
||||||
|
description: 'DAGGERHEART.CONFIG.WeaponFeature.burning.description',
|
||||||
|
actions: [
|
||||||
|
{
|
||||||
|
type: 'effect',
|
||||||
|
actionType: 'action',
|
||||||
|
chatDisplay: true,
|
||||||
|
name: 'DAGGERHEART.CONFIG.WeaponFeature.burning.actions.burn.name',
|
||||||
|
description: 'DAGGERHEART.CONFIG.WeaponFeature.burning.actions.burn.description',
|
||||||
|
img: 'icons/magic/fire/blast-jet-stream-embers-orange.webp'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
charged: {
|
charged: {
|
||||||
label: 'DAGGERHEART.CONFIG.WeaponFeature.charged.name',
|
label: 'DAGGERHEART.CONFIG.WeaponFeature.charged.name',
|
||||||
description: 'DAGGERHEART.CONFIG.WeaponFeature.charged.description',
|
description: 'DAGGERHEART.CONFIG.WeaponFeature.charged.description',
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,116 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Advanced Arcane Gauntlets",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "hXR56fTKwZ6s1obs",
|
||||||
|
"img": "icons/equipment/hand/glove-tooled-leather-red-purple.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "twoHanded",
|
||||||
|
"weaponFeatures": [],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"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": "d10",
|
||||||
|
"bonus": 9,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": 1753833079329,
|
||||||
|
"modifiedTime": 1753833112531,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!hXR56fTKwZ6s1obs"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,116 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Advanced Dualstaff",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "X5x3sC7v2f3L9sjL",
|
||||||
|
"img": "icons/weapons/staves/staff-ornate-red.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "twoHanded",
|
||||||
|
"weaponFeatures": [],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"systemPath": "attack",
|
||||||
|
"type": "attack",
|
||||||
|
"range": "far",
|
||||||
|
"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": "d6",
|
||||||
|
"bonus": 9,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": 1753833383897,
|
||||||
|
"modifiedTime": 1753833411958,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!X5x3sC7v2f3L9sjL"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,116 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Advanced Glowing Rings",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "InQoh8mZPnwarQkX",
|
||||||
|
"img": "icons/equipment/finger/ring-band-engraved-spirals-wood.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "twoHanded",
|
||||||
|
"weaponFeatures": [],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"systemPath": "attack",
|
||||||
|
"type": "attack",
|
||||||
|
"range": "veryClose",
|
||||||
|
"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": "d10",
|
||||||
|
"bonus": 8,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": 1753833176806,
|
||||||
|
"modifiedTime": 1753833243855,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!InQoh8mZPnwarQkX"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,168 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Advanced Greatstaff",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "4UzxqfkwF8gDSdu7",
|
||||||
|
"img": "icons/weapons/wands/wand-carved-stone-shard.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "twoHanded",
|
||||||
|
"weaponFeatures": [
|
||||||
|
{
|
||||||
|
"value": "powerful",
|
||||||
|
"effectIds": [
|
||||||
|
"sGVVxSM68Fmr1sSM"
|
||||||
|
],
|
||||||
|
"actionIds": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"systemPath": "attack",
|
||||||
|
"type": "attack",
|
||||||
|
"range": "veryFar",
|
||||||
|
"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": 6,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": "Powerful",
|
||||||
|
"description": "On a successful attack, roll an additional damage die and discard the lowest result.",
|
||||||
|
"img": "icons/magic/control/buff-flight-wings-runes-red-yellow.webp",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"key": "system.bonuses.damage.primaryWeapon.extraDice",
|
||||||
|
"mode": 2,
|
||||||
|
"value": "1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "system.rules.weapon.dropLowestDamageDice",
|
||||||
|
"mode": 5,
|
||||||
|
"value": "1"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"_id": "sGVVxSM68Fmr1sSM",
|
||||||
|
"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": 1753833596394,
|
||||||
|
"modifiedTime": 1753833596394,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items.effects!4UzxqfkwF8gDSdu7.sGVVxSM68Fmr1sSM"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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": 1753833576312,
|
||||||
|
"modifiedTime": 1753833602381,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!4UzxqfkwF8gDSdu7"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,116 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Advanced Hallowed Axe",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "BiyXKX2Mo1TQbKgk",
|
||||||
|
"img": "icons/weapons/axes/axe-battle-skull-black.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "oneHanded",
|
||||||
|
"weaponFeatures": [],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"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": "d8",
|
||||||
|
"bonus": 7,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": 1753833120834,
|
||||||
|
"modifiedTime": 1753833164907,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!BiyXKX2Mo1TQbKgk"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,116 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Advanced Hand Runes",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "PQACczSghZIVTdgZ",
|
||||||
|
"img": "icons/magic/symbols/rune-sigil-hook-white-red.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "oneHanded",
|
||||||
|
"weaponFeatures": [],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"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": "d10",
|
||||||
|
"bonus": 6,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": 1753833253569,
|
||||||
|
"modifiedTime": 1753833282989,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!PQACczSghZIVTdgZ"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,146 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Advanced Returning Blade",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "sIGXA4KMeYBUjcEO",
|
||||||
|
"img": "icons/weapons/swords/greatsword-crossguard-flanged.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {
|
||||||
|
"guRvZkjZnWrpH6HT": {
|
||||||
|
"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": "guRvZkjZnWrpH6HT",
|
||||||
|
"effects": [],
|
||||||
|
"systemPath": "actions",
|
||||||
|
"cost": [],
|
||||||
|
"uses": {
|
||||||
|
"value": null,
|
||||||
|
"max": null,
|
||||||
|
"recovery": null
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"type": "any",
|
||||||
|
"amount": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "oneHanded",
|
||||||
|
"weaponFeatures": [
|
||||||
|
{
|
||||||
|
"value": "returning",
|
||||||
|
"effectIds": [],
|
||||||
|
"actionIds": [
|
||||||
|
"guRvZkjZnWrpH6HT"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"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": "d8",
|
||||||
|
"bonus": 6,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": 1753833291783,
|
||||||
|
"modifiedTime": 1753833332963,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!sIGXA4KMeYBUjcEO"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,190 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Advanced Scepter",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "2Khzuj768yoWN9QK",
|
||||||
|
"img": "icons/weapons/maces/shortmace-ornate-gold.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {
|
||||||
|
"4w1WlA4yZzUcRMXA": {
|
||||||
|
"type": "attack",
|
||||||
|
"damage": {
|
||||||
|
"includeBase": false,
|
||||||
|
"parts": [
|
||||||
|
{
|
||||||
|
"resultBased": false,
|
||||||
|
"value": {
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
},
|
||||||
|
"multiplier": "prof",
|
||||||
|
"dice": "d8",
|
||||||
|
"bonus": 4,
|
||||||
|
"flatMultiplier": 1
|
||||||
|
},
|
||||||
|
"applyTo": "hitPoints",
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"base": false,
|
||||||
|
"valueAlt": {
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"dice": "d6",
|
||||||
|
"bonus": null,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"range": "melee",
|
||||||
|
"roll": {
|
||||||
|
"useDefault": true,
|
||||||
|
"type": "attack",
|
||||||
|
"trait": "presence",
|
||||||
|
"difficulty": null,
|
||||||
|
"bonus": null,
|
||||||
|
"advState": "neutral",
|
||||||
|
"diceRolling": {
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"dice": "d6",
|
||||||
|
"compare": null,
|
||||||
|
"treshold": null
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"_id": "4w1WlA4yZzUcRMXA",
|
||||||
|
"systemPath": "actions",
|
||||||
|
"description": "",
|
||||||
|
"chatDisplay": true,
|
||||||
|
"actionType": "action",
|
||||||
|
"cost": [],
|
||||||
|
"uses": {
|
||||||
|
"value": null,
|
||||||
|
"max": "",
|
||||||
|
"recovery": null
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"type": "any",
|
||||||
|
"amount": null
|
||||||
|
},
|
||||||
|
"effects": [],
|
||||||
|
"save": {
|
||||||
|
"trait": null,
|
||||||
|
"difficulty": null,
|
||||||
|
"damageMod": "none"
|
||||||
|
},
|
||||||
|
"name": "Versatile Attack",
|
||||||
|
"img": "icons/weapons/maces/shortmace-ornate-gold.webp"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "twoHanded",
|
||||||
|
"weaponFeatures": [],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"systemPath": "attack",
|
||||||
|
"type": "attack",
|
||||||
|
"range": "far",
|
||||||
|
"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": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": 1753833421806,
|
||||||
|
"modifiedTime": 1753833480037,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!2Khzuj768yoWN9QK"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,116 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Advanced Shortstaff",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "T5exRCqOXhrjSYnI",
|
||||||
|
"img": "icons/weapons/staves/staff-ornate-hook.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "oneHanded",
|
||||||
|
"weaponFeatures": [],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"systemPath": "attack",
|
||||||
|
"type": "attack",
|
||||||
|
"range": "close",
|
||||||
|
"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": "d8",
|
||||||
|
"bonus": 7,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": 1753833341389,
|
||||||
|
"modifiedTime": 1753833375298,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!T5exRCqOXhrjSYnI"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,116 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Advanced Wand",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "jU9jWIardjtdAQcs",
|
||||||
|
"img": "icons/weapons/wands/wand-gem-red.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "oneHanded",
|
||||||
|
"weaponFeatures": [],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"systemPath": "attack",
|
||||||
|
"type": "attack",
|
||||||
|
"range": "far",
|
||||||
|
"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": 7,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": 1753833518519,
|
||||||
|
"modifiedTime": 1753833553163,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!jU9jWIardjtdAQcs"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,154 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Axe of Fortunis",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "YcS1rHgfnSlla8Xf",
|
||||||
|
"img": "icons/weapons/axes/axe-double-blue.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {
|
||||||
|
"AtVHF6Y00zLo8W5G": {
|
||||||
|
"type": "effect",
|
||||||
|
"actionType": "action",
|
||||||
|
"chatDisplay": true,
|
||||||
|
"name": "Luck",
|
||||||
|
"description": "On a failed attack, you can mark a Stress to reroll your attack.",
|
||||||
|
"img": "icons/magic/control/buff-luck-fortune-green.webp",
|
||||||
|
"cost": [
|
||||||
|
{
|
||||||
|
"key": "stress",
|
||||||
|
"value": 1,
|
||||||
|
"keyIsID": false,
|
||||||
|
"scalable": false,
|
||||||
|
"step": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"_id": "AtVHF6Y00zLo8W5G",
|
||||||
|
"effects": [],
|
||||||
|
"systemPath": "actions",
|
||||||
|
"uses": {
|
||||||
|
"value": null,
|
||||||
|
"max": null,
|
||||||
|
"recovery": null
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"type": "any",
|
||||||
|
"amount": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "twoHanded",
|
||||||
|
"weaponFeatures": [
|
||||||
|
{
|
||||||
|
"value": "lucky",
|
||||||
|
"effectIds": [],
|
||||||
|
"actionIds": [
|
||||||
|
"AtVHF6Y00zLo8W5G"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"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": "d10",
|
||||||
|
"bonus": 8,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": 1753833614959,
|
||||||
|
"modifiedTime": 1753833653403,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!YcS1rHgfnSlla8Xf"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,165 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Blessed Anlace",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "n1oPTk5czTIGTkVj",
|
||||||
|
"img": "icons/weapons/daggers/dagger-magical-glowing-blue.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {
|
||||||
|
"dmOSrd6R6EIQyZ0r": {
|
||||||
|
"type": "healing",
|
||||||
|
"actionType": "action",
|
||||||
|
"chatDisplay": true,
|
||||||
|
"name": "Heal",
|
||||||
|
"description": "During downtime, automatically clear a Hit Point.",
|
||||||
|
"img": "icons/magic/life/cross-beam-green.webp",
|
||||||
|
"_id": "dmOSrd6R6EIQyZ0r",
|
||||||
|
"effects": [],
|
||||||
|
"systemPath": "actions",
|
||||||
|
"cost": [],
|
||||||
|
"uses": {
|
||||||
|
"value": null,
|
||||||
|
"max": null,
|
||||||
|
"recovery": null
|
||||||
|
},
|
||||||
|
"damage": {
|
||||||
|
"parts": [],
|
||||||
|
"includeBase": false
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"type": "any",
|
||||||
|
"amount": null
|
||||||
|
},
|
||||||
|
"roll": {
|
||||||
|
"type": null,
|
||||||
|
"trait": null,
|
||||||
|
"difficulty": null,
|
||||||
|
"bonus": null,
|
||||||
|
"advState": "neutral",
|
||||||
|
"diceRolling": {
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"dice": "d6",
|
||||||
|
"compare": null,
|
||||||
|
"treshold": null
|
||||||
|
},
|
||||||
|
"useDefault": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "oneHanded",
|
||||||
|
"weaponFeatures": [
|
||||||
|
{
|
||||||
|
"value": "healing",
|
||||||
|
"effectIds": [],
|
||||||
|
"actionIds": [
|
||||||
|
"dmOSrd6R6EIQyZ0r"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"systemPath": "attack",
|
||||||
|
"type": "attack",
|
||||||
|
"range": "melee",
|
||||||
|
"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": "d10",
|
||||||
|
"bonus": 6,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": 1753833663905,
|
||||||
|
"modifiedTime": 1753833710722,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!n1oPTk5czTIGTkVj"
|
||||||
|
}
|
||||||
146
src/packs/items/weapons/weapon_Firestaff_BtCm2RhWEfs00g38.json
Normal file
146
src/packs/items/weapons/weapon_Firestaff_BtCm2RhWEfs00g38.json
Normal file
|
|
@ -0,0 +1,146 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Firestaff",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "BtCm2RhWEfs00g38",
|
||||||
|
"img": "icons/weapons/staves/staff-engraved-red.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {
|
||||||
|
"9j81Lxp3sDskHFDS": {
|
||||||
|
"type": "effect",
|
||||||
|
"actionType": "action",
|
||||||
|
"chatDisplay": true,
|
||||||
|
"name": "Burn",
|
||||||
|
"description": "When you roll a 6 on a damage die, the target must mark a Stress.",
|
||||||
|
"img": "icons/magic/fire/blast-jet-stream-embers-orange.webp",
|
||||||
|
"_id": "9j81Lxp3sDskHFDS",
|
||||||
|
"effects": [],
|
||||||
|
"systemPath": "actions",
|
||||||
|
"cost": [],
|
||||||
|
"uses": {
|
||||||
|
"value": null,
|
||||||
|
"max": null,
|
||||||
|
"recovery": null
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"type": "any",
|
||||||
|
"amount": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "twoHanded",
|
||||||
|
"weaponFeatures": [
|
||||||
|
{
|
||||||
|
"value": "burning",
|
||||||
|
"effectIds": [],
|
||||||
|
"actionIds": [
|
||||||
|
"9j81Lxp3sDskHFDS"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"systemPath": "attack",
|
||||||
|
"type": "attack",
|
||||||
|
"range": "far",
|
||||||
|
"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": "d6",
|
||||||
|
"bonus": 7,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": 1753833915734,
|
||||||
|
"modifiedTime": 1753834249920,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!BtCm2RhWEfs00g38"
|
||||||
|
}
|
||||||
117
src/packs/items/weapons/weapon_Ghostblade_6gFvOFTE97QZ74Zr.json
Normal file
117
src/packs/items/weapons/weapon_Ghostblade_6gFvOFTE97QZ74Zr.json
Normal file
|
|
@ -0,0 +1,117 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Ghostblade",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "6gFvOFTE97QZ74Zr",
|
||||||
|
"img": "icons/weapons/swords/greatsword-evil-green.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "oneHanded",
|
||||||
|
"weaponFeatures": [],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"systemPath": "attack",
|
||||||
|
"type": "attack",
|
||||||
|
"range": "melee",
|
||||||
|
"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": "d10",
|
||||||
|
"bonus": 7,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"physical",
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": 1753833724570,
|
||||||
|
"modifiedTime": 1753833788108,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!6gFvOFTE97QZ74Zr"
|
||||||
|
}
|
||||||
163
src/packs/items/weapons/weapon_Gilded_Bow_ctTgFfMbM3YtmsYU.json
Normal file
163
src/packs/items/weapons/weapon_Gilded_Bow_ctTgFfMbM3YtmsYU.json
Normal file
|
|
@ -0,0 +1,163 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Gilded Bow",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "ctTgFfMbM3YtmsYU",
|
||||||
|
"img": "icons/weapons/bows/shortbow-recurve-yellow.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "twoHanded",
|
||||||
|
"weaponFeatures": [
|
||||||
|
{
|
||||||
|
"value": "selfCorrecting",
|
||||||
|
"effectIds": [
|
||||||
|
"zoWZsD4ogzfPSPi7"
|
||||||
|
],
|
||||||
|
"actionIds": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"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": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": "Self Correcting",
|
||||||
|
"description": "When you roll a 1 on a damage die, it deals 6 damage instead.",
|
||||||
|
"img": "icons/weapons/ammunition/arrow-broadhead-glowing-orange.webp",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"key": "system.rules.damage.flipMinDiceValue",
|
||||||
|
"mode": 5,
|
||||||
|
"value": "1"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"_id": "zoWZsD4ogzfPSPi7",
|
||||||
|
"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": 1753833899797,
|
||||||
|
"modifiedTime": 1753833899797,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items.effects!ctTgFfMbM3YtmsYU.zoWZsD4ogzfPSPi7"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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": 1753833878513,
|
||||||
|
"modifiedTime": 1753833907298,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!ctTgFfMbM3YtmsYU"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,146 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Ilmari's Rifle",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "TMrUzVC3KvcHmdt8",
|
||||||
|
"img": "icons/weapons/guns/gun-green.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {
|
||||||
|
"BaU47zTo2F4PwjVT": {
|
||||||
|
"type": "effect",
|
||||||
|
"actionType": "action",
|
||||||
|
"chatDisplay": true,
|
||||||
|
"name": "Reload",
|
||||||
|
"description": "After you make an attack, roll a d6. On a result of 1, you must mark a Stress to reload this weapon before you can fire it again.",
|
||||||
|
"img": "icons/weapons/ammunition/shot-round-blue.webp",
|
||||||
|
"_id": "BaU47zTo2F4PwjVT",
|
||||||
|
"effects": [],
|
||||||
|
"systemPath": "actions",
|
||||||
|
"cost": [],
|
||||||
|
"uses": {
|
||||||
|
"value": null,
|
||||||
|
"max": null,
|
||||||
|
"recovery": null
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"type": "any",
|
||||||
|
"amount": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "oneHanded",
|
||||||
|
"weaponFeatures": [
|
||||||
|
{
|
||||||
|
"value": "reloading",
|
||||||
|
"effectIds": [],
|
||||||
|
"actionIds": [
|
||||||
|
"BaU47zTo2F4PwjVT"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "Zz0k98NVLRpebKgq",
|
||||||
|
"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": 6,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": 1753834324778,
|
||||||
|
"modifiedTime": 1753834352088,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!TMrUzVC3KvcHmdt8"
|
||||||
|
}
|
||||||
|
|
@ -24,7 +24,9 @@
|
||||||
"flatMultiplier": 1
|
"flatMultiplier": 1
|
||||||
},
|
},
|
||||||
"applyTo": "hitPoints",
|
"applyTo": "hitPoints",
|
||||||
"type": [],
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
"base": false,
|
"base": false,
|
||||||
"valueAlt": {
|
"valueAlt": {
|
||||||
"multiplier": "prof",
|
"multiplier": "prof",
|
||||||
|
|
@ -181,7 +183,7 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1753830930043,
|
"createdTime": 1753830930043,
|
||||||
"modifiedTime": 1753830973631,
|
"modifiedTime": 1753833495460,
|
||||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
},
|
},
|
||||||
"_key": "!items!tj26lbNkwy8bORF4"
|
"_key": "!items!tj26lbNkwy8bORF4"
|
||||||
|
|
|
||||||
168
src/packs/items/weapons/weapon_Mage_Orb_XKBmBUEoGLdLcuqQ.json
Normal file
168
src/packs/items/weapons/weapon_Mage_Orb_XKBmBUEoGLdLcuqQ.json
Normal file
|
|
@ -0,0 +1,168 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Mage Orb",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "XKBmBUEoGLdLcuqQ",
|
||||||
|
"img": "icons/commodities/gems/pearl-purple-smooth.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "oneHanded",
|
||||||
|
"weaponFeatures": [
|
||||||
|
{
|
||||||
|
"value": "powerful",
|
||||||
|
"effectIds": [
|
||||||
|
"2J6vzNUel78JFypp"
|
||||||
|
],
|
||||||
|
"actionIds": []
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "Zz0k98NVLRpebKgq",
|
||||||
|
"systemPath": "attack",
|
||||||
|
"type": "attack",
|
||||||
|
"range": "far",
|
||||||
|
"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": 7,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": "Powerful",
|
||||||
|
"description": "On a successful attack, roll an additional damage die and discard the lowest result.",
|
||||||
|
"img": "icons/magic/control/buff-flight-wings-runes-red-yellow.webp",
|
||||||
|
"changes": [
|
||||||
|
{
|
||||||
|
"key": "system.bonuses.damage.primaryWeapon.extraDice",
|
||||||
|
"mode": 2,
|
||||||
|
"value": "1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "system.rules.weapon.dropLowestDamageDice",
|
||||||
|
"mode": 5,
|
||||||
|
"value": "1"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"_id": "2J6vzNUel78JFypp",
|
||||||
|
"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": 1753834272503,
|
||||||
|
"modifiedTime": 1753834272503,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items.effects!XKBmBUEoGLdLcuqQ.2J6vzNUel78JFypp"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"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": 1753834259866,
|
||||||
|
"modifiedTime": 1753834310221,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!XKBmBUEoGLdLcuqQ"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,154 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Runes of Ruination",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "EG6mZhr3ib56r974",
|
||||||
|
"img": "icons/magic/symbols/mask-yellow-orange.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {
|
||||||
|
"pmnGErMlUT1lJFDL": {
|
||||||
|
"type": "effect",
|
||||||
|
"actionType": "action",
|
||||||
|
"chatDisplay": true,
|
||||||
|
"name": "Pain",
|
||||||
|
"description": "Each time you make a successful attack, you must mark a Stress.",
|
||||||
|
"img": "icons/skills/wounds/injury-face-impact-orange.webp",
|
||||||
|
"cost": [
|
||||||
|
{
|
||||||
|
"key": "stress",
|
||||||
|
"value": 1,
|
||||||
|
"keyIsID": false,
|
||||||
|
"scalable": false,
|
||||||
|
"step": null
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"_id": "pmnGErMlUT1lJFDL",
|
||||||
|
"effects": [],
|
||||||
|
"systemPath": "actions",
|
||||||
|
"uses": {
|
||||||
|
"value": null,
|
||||||
|
"max": null,
|
||||||
|
"recovery": null
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"type": "any",
|
||||||
|
"amount": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "oneHanded",
|
||||||
|
"weaponFeatures": [
|
||||||
|
{
|
||||||
|
"value": "painful",
|
||||||
|
"effectIds": [],
|
||||||
|
"actionIds": [
|
||||||
|
"pmnGErMlUT1lJFDL"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"systemPath": "attack",
|
||||||
|
"type": "attack",
|
||||||
|
"range": "veryClose",
|
||||||
|
"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": "d20",
|
||||||
|
"bonus": 4,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": 1753833802007,
|
||||||
|
"modifiedTime": 1753833831195,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!EG6mZhr3ib56r974"
|
||||||
|
}
|
||||||
|
|
@ -24,7 +24,9 @@
|
||||||
"flatMultiplier": 1
|
"flatMultiplier": 1
|
||||||
},
|
},
|
||||||
"applyTo": "hitPoints",
|
"applyTo": "hitPoints",
|
||||||
"type": [],
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
"base": false,
|
"base": false,
|
||||||
"valueAlt": {
|
"valueAlt": {
|
||||||
"multiplier": "prof",
|
"multiplier": "prof",
|
||||||
|
|
@ -181,7 +183,7 @@
|
||||||
"systemId": "daggerheart",
|
"systemId": "daggerheart",
|
||||||
"systemVersion": "0.0.1",
|
"systemVersion": "0.0.1",
|
||||||
"createdTime": 1753828453134,
|
"createdTime": 1753828453134,
|
||||||
"modifiedTime": 1753828500237,
|
"modifiedTime": 1753833508699,
|
||||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
},
|
},
|
||||||
"_key": "!items!GZh345N8fmuS4Jeh"
|
"_key": "!items!GZh345N8fmuS4Jeh"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,146 @@
|
||||||
|
{
|
||||||
|
"folder": "oreMpiiytMRaR9sy",
|
||||||
|
"name": "Widogast Pendant",
|
||||||
|
"type": "weapon",
|
||||||
|
"_id": "8Z5QrThfwkYPXNco",
|
||||||
|
"img": "icons/equipment/neck/amulet-geometric-blue-yellow.webp",
|
||||||
|
"system": {
|
||||||
|
"description": "",
|
||||||
|
"actions": {
|
||||||
|
"gQFuVhPeKzNj93p6": {
|
||||||
|
"type": "effect",
|
||||||
|
"actionType": "action",
|
||||||
|
"chatDisplay": true,
|
||||||
|
"name": "Bend Time",
|
||||||
|
"description": "DAGGERHEART.CONFIG.WeaponFeature.actions.bendTime.description",
|
||||||
|
"img": "icons/magic/time/clock-spinning-gold-pink.webp",
|
||||||
|
"_id": "gQFuVhPeKzNj93p6",
|
||||||
|
"effects": [],
|
||||||
|
"systemPath": "actions",
|
||||||
|
"cost": [],
|
||||||
|
"uses": {
|
||||||
|
"value": null,
|
||||||
|
"max": null,
|
||||||
|
"recovery": null
|
||||||
|
},
|
||||||
|
"target": {
|
||||||
|
"type": "any",
|
||||||
|
"amount": null
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"attached": [],
|
||||||
|
"tier": 3,
|
||||||
|
"equipped": false,
|
||||||
|
"secondary": false,
|
||||||
|
"burden": "oneHanded",
|
||||||
|
"weaponFeatures": [
|
||||||
|
{
|
||||||
|
"value": "timebending",
|
||||||
|
"effectIds": [],
|
||||||
|
"actionIds": [
|
||||||
|
"gQFuVhPeKzNj93p6"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"attack": {
|
||||||
|
"name": "Attack",
|
||||||
|
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||||
|
"_id": "8j3yjH0TiwwZsaBW",
|
||||||
|
"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": "d10",
|
||||||
|
"bonus": 5,
|
||||||
|
"multiplier": "prof",
|
||||||
|
"flatMultiplier": 1,
|
||||||
|
"custom": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"type": [
|
||||||
|
"magical"
|
||||||
|
],
|
||||||
|
"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": 1753833840059,
|
||||||
|
"modifiedTime": 1753833870464,
|
||||||
|
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||||
|
},
|
||||||
|
"_key": "!items!8Z5QrThfwkYPXNco"
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue