mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Feature] Armor/Weapon Compendiums (#459)
* Fixed localization * . * Added all Secondary Weapons * Added all armors * Added Tier1 weapons * Tier2 Physical * Tier 2 magical * Tier 3 Physical * Tier 3 Magical * Tier 4 Physical * Tier 4 Magical * Added wheelchairs
This commit is contained in:
parent
8e516df7cb
commit
2c4d3bd4a3
277 changed files with 34221 additions and 431 deletions
598
lang/en.json
598
lang/en.json
|
|
@ -534,83 +534,219 @@
|
|||
"ArmorFeature": {
|
||||
"burning": {
|
||||
"name": "Burning",
|
||||
"description": "When an adversary attacks you within Melee range, they mark a Stress."
|
||||
"description": "When an adversary attacks you within Melee range, they mark a Stress.",
|
||||
"actions": {
|
||||
"burn": {
|
||||
"name": "Burn",
|
||||
"description": "When an adversary attacks you within Melee range, they mark a Stress."
|
||||
}
|
||||
}
|
||||
},
|
||||
"channeling": {
|
||||
"name": "Channeling",
|
||||
"description": "+1 to Spellcast Rolls"
|
||||
"description": "+1 to Spellcast Rolls",
|
||||
"effects": {
|
||||
"channeling": {
|
||||
"name": "Channeling",
|
||||
"description": "+1 to Spellcast Rolls"
|
||||
}
|
||||
}
|
||||
},
|
||||
"difficult": {
|
||||
"name": "Difficult",
|
||||
"description": "-1 to all character traits and Evasion"
|
||||
"description": "-1 to all character traits and Evasion",
|
||||
"effects": {
|
||||
"difficult": {
|
||||
"name": "Difficult",
|
||||
"description": "-1 to all character traits and Evasion"
|
||||
}
|
||||
}
|
||||
},
|
||||
"flexible": {
|
||||
"name": "Flexible",
|
||||
"description": "+1 to Evasion"
|
||||
"description": "+1 to Evasion",
|
||||
"effects": {
|
||||
"flexible": {
|
||||
"name": "Flexible",
|
||||
"description": "+1 to Evasion"
|
||||
}
|
||||
}
|
||||
},
|
||||
"fortified": {
|
||||
"name": "Fortified",
|
||||
"description": "When you mark an Armor Slot, you reduce the severity of an attack by two thresholds instead of one."
|
||||
"description": "When you mark an Armor Slot, you reduce the severity of an attack by two thresholds instead of one.",
|
||||
"effects": {
|
||||
"fortified": {
|
||||
"name": "Fortified",
|
||||
"description": "When you mark an Armor Slot, you reduce the severity of an attack by two thresholds instead of one."
|
||||
}
|
||||
}
|
||||
},
|
||||
"gilded": {
|
||||
"name": "Gilded",
|
||||
"description": "+1 to Presence"
|
||||
"description": "+1 to Presence",
|
||||
"effects": {
|
||||
"gilded": {
|
||||
"name": "Gilded",
|
||||
"description": "+1 to Presence"
|
||||
}
|
||||
}
|
||||
},
|
||||
"heavy": {
|
||||
"name": "Heavy",
|
||||
"description": "-1 to Evasion"
|
||||
"description": "-1 to Evasion",
|
||||
"effects": {
|
||||
"heavy": {
|
||||
"name": "Heavy",
|
||||
"description": "-1 to Evasion"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hopeful": {
|
||||
"name": "Hopeful",
|
||||
"description": "When you would spend a Hope, you can mark an Armor Slot instead."
|
||||
"description": "When you would spend a Hope, you can mark an Armor Slot instead.",
|
||||
"actions": {
|
||||
"hope": {
|
||||
"name": "Hope",
|
||||
"description": "When you would spend a Hope, you can mark an Armor Slot instead."
|
||||
}
|
||||
}
|
||||
},
|
||||
"impenetrable": {
|
||||
"name": "Impenetrable",
|
||||
"description": "Once per short rest, when you would mark your last Hit Point, you can instead mark a Stress."
|
||||
"description": "Once per short rest, when you would mark your last Hit Point, you can instead mark a Stress.",
|
||||
"actions": {
|
||||
"impenetrable": {
|
||||
"name": "Impenetrable",
|
||||
"description": "Once per short rest, when you would mark your last Hit Point, you can instead mark a Stress."
|
||||
}
|
||||
}
|
||||
},
|
||||
"magical": {
|
||||
"name": "Magical",
|
||||
"description": "You can't mark an Armor Slot to reduce physical damage."
|
||||
"description": "You can't mark an Armor Slot to reduce physical damage.",
|
||||
"effects": {
|
||||
"magical": {
|
||||
"name": "Magical",
|
||||
"description": "You can't mark an Armor Slot to reduce physical damage."
|
||||
}
|
||||
}
|
||||
},
|
||||
"painful": {
|
||||
"name": "Painful",
|
||||
"description": "Each time you mark an Armor Slot, you must mark a Stress.",
|
||||
"actions": {
|
||||
"pain": {
|
||||
"name": "Pain",
|
||||
"description": "Each time you mark an Armor Slot, you must mark a Stress."
|
||||
}
|
||||
}
|
||||
},
|
||||
"physical": {
|
||||
"name": "Physical",
|
||||
"description": "You can't mark an Armor Slot to reduce magic damage."
|
||||
"description": "You can't mark an Armor Slot to reduce magic damage.",
|
||||
"effects": {
|
||||
"physical": {
|
||||
"name": "Physical",
|
||||
"description": "You can't mark an Armor Slot to reduce magic damage."
|
||||
}
|
||||
}
|
||||
},
|
||||
"quiet": {
|
||||
"name": "Quiet",
|
||||
"description": "You gain a +2 bonus to rolls you make to move silently."
|
||||
"description": "You gain a +2 bonus to rolls you make to move silently.",
|
||||
"actions": {
|
||||
"quiet": {
|
||||
"name": "Quiet",
|
||||
"description": "You gain a +2 bonus to rolls you make to move silently."
|
||||
}
|
||||
}
|
||||
},
|
||||
"reinforced": {
|
||||
"name": "Reinforced",
|
||||
"description": "When you mark your last Armor Slot, increase your damage thresholds by +2 until you clear at least 1 Armor Slot."
|
||||
"description": "When you mark your last Armor Slot, increase your damage thresholds by +2 until you clear at least 1 Armor Slot.",
|
||||
"actions": {
|
||||
"reinforce": {
|
||||
"name": "Reinforce",
|
||||
"description": "When you mark your last Armor Slot, increase your damage thresholds by +2 until you clear at least 1 Armor Slot."
|
||||
}
|
||||
},
|
||||
"effects": {
|
||||
"reinforced": {
|
||||
"name": "Reinforced",
|
||||
"description": "When you mark your last Armor Slot, increase your damage thresholds by +2 until you clear at least 1 Armor Slot."
|
||||
}
|
||||
}
|
||||
},
|
||||
"resilient": {
|
||||
"name": "Resilient",
|
||||
"description": "Before you mark your last Armor Slot, roll a d6. On a result of 6, reduce the severity by one threshold without marking an Armor Slot."
|
||||
"description": "Before you mark your last Armor Slot, roll a d6. On a result of 6, reduce the severity by one threshold without marking an Armor Slot.",
|
||||
"actions": {
|
||||
"resilient": {
|
||||
"name": "Resilient",
|
||||
"description": "Before you mark your last Armor Slot, roll a d6. On a result of 6, reduce the severity by one threshold without marking an Armor Slot."
|
||||
}
|
||||
}
|
||||
},
|
||||
"sharp": {
|
||||
"name": "Sharp",
|
||||
"description": "On a successful attack against a target within Melee range, add a d4 to the damage roll."
|
||||
"description": "On a successful attack against a target within Melee range, add a d4 to the damage roll.",
|
||||
"effects": {
|
||||
"sharp": {
|
||||
"name": "Sharp",
|
||||
"description": "On a successful attack against a target within Melee range, add a d4 to the damage roll."
|
||||
}
|
||||
}
|
||||
},
|
||||
"shifting": {
|
||||
"name": "Shifting",
|
||||
"description": "When you are targeted for an attack, you can mark an Armor Slot to give the attack roll against you disadvantage."
|
||||
"description": "When you are targeted for an attack, you can mark an Armor Slot to give the attack roll against you disadvantage.",
|
||||
"actions": {
|
||||
"shift": {
|
||||
"name": "Shift",
|
||||
"description": "When you are targeted for an attack, you can mark an Armor Slot to give the attack roll against you disadvantage."
|
||||
}
|
||||
}
|
||||
},
|
||||
"timeslowing": {
|
||||
"name": "Timeslowing",
|
||||
"description": "Mark an Armor Slot to roll a d4 and add its result as a bonus to your Evasion against an incoming attack."
|
||||
"description": "Mark an Armor Slot to roll a d4 and add its result as a bonus to your Evasion against an incoming attack.",
|
||||
"actions": {
|
||||
"slowTime": {
|
||||
"name": "Slow Time",
|
||||
"description": "Mark an Armor Slot to roll a d4 and add its result as a bonus to your Evasion against an incoming attack."
|
||||
}
|
||||
}
|
||||
},
|
||||
"truthseeking": {
|
||||
"name": "Truthseeking",
|
||||
"description": "This armor glows when another creature within Close range tells a lie."
|
||||
"description": "This armor glows when another creature within Close range tells a lie.",
|
||||
"actions": {
|
||||
"truthseeking": {
|
||||
"name": "Truthseeking",
|
||||
"description": "This armor glows when another creature within Close range tells a lie."
|
||||
}
|
||||
}
|
||||
},
|
||||
"veryHeavy": {
|
||||
"name": "Very Heavy",
|
||||
"description": "-2 to Evasion; -1 to Agility"
|
||||
"description": "-2 to Evasion; -1 to Agility",
|
||||
"effects": {
|
||||
"veryHeavy": {
|
||||
"name": "Very Heavy",
|
||||
"description": "-2 to Evasion; -1 to Agility"
|
||||
}
|
||||
}
|
||||
},
|
||||
"warded": {
|
||||
"name": "Warded",
|
||||
"description": "You reduce incoming magic damage by your Armor Score before applying it to your damage thresholds."
|
||||
"description": "You reduce incoming magic damage by your Armor Score before applying it to your damage thresholds.",
|
||||
"effects": {
|
||||
"warded": {
|
||||
"name": "Warded",
|
||||
"description": "You reduce incoming magic damage by your Armor Score before applying it to your damage thresholds."
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"BeastformType": {
|
||||
|
|
@ -838,191 +974,513 @@
|
|||
"WeaponFeature": {
|
||||
"barrier": {
|
||||
"name": "Barrier",
|
||||
"description": "Gain your character's Tier + 1 to Armor Score; -1 to Evasion"
|
||||
"description": "Gain Weapon Tier + 1 to Armor Score; -1 to Evasion",
|
||||
"effects": {
|
||||
"barrier": {
|
||||
"name": "Barrier",
|
||||
"description": "Gain Weapon Tier + 1 to Armor Score; -1 to Evasion"
|
||||
}
|
||||
}
|
||||
},
|
||||
"bonded": {
|
||||
"name": "Bonded",
|
||||
"description": "Gain a bonus to your damage rolls equal to your level."
|
||||
"description": "Gain a bonus to your damage rolls equal to your level.",
|
||||
"effects": {
|
||||
"damage": {
|
||||
"name": "Weapon Bond",
|
||||
"description": "Gain a bonus to your damage rolls equal to your level."
|
||||
}
|
||||
}
|
||||
},
|
||||
"bouncing": {
|
||||
"name": "Bouncing",
|
||||
"description": "Mark 1 or more Stress to hit that many targets in range of the attack."
|
||||
"description": "Mark 1 or more Stress to hit that many targets in range of the attack.",
|
||||
"actions": {
|
||||
"bounce": {
|
||||
"name": "Bounce",
|
||||
"description": "Mark 1 or more Stress to hit that many targets in range of the attack."
|
||||
}
|
||||
}
|
||||
},
|
||||
"brave": {
|
||||
"name": "Brave",
|
||||
"description": "-1 to Evasion; +3 to Severe damage threshold"
|
||||
"description": "-1 to Evasion; + Weapon Tier to Severe damage threshold",
|
||||
"effects": {
|
||||
"brave": {
|
||||
"name": "Brave",
|
||||
"description": "-1 to Evasion; + Weapon Tier to Severe damage threshold"
|
||||
}
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
"addDamage": {
|
||||
"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": {
|
||||
"name": "Charged",
|
||||
"description": "Mark a Stress to gain a +1 bonus to your Proficiency on a primary weapon attack."
|
||||
"description": "Mark a Stress to gain a +1 bonus to your Proficiency on a primary weapon attack.",
|
||||
"actions": {
|
||||
"markStress": {
|
||||
"name": "Charge",
|
||||
"description": "Mark a Stress to gain a +1 bonus to your Proficiency on a primary weapon attack."
|
||||
}
|
||||
},
|
||||
"effects": {
|
||||
"charged": {
|
||||
"name": "Charged",
|
||||
"description": "Gain a +1 bonus to your Proficiency on a primary weapon attack."
|
||||
}
|
||||
}
|
||||
},
|
||||
"concussive": {
|
||||
"name": "Concussive",
|
||||
"description": "On a successful attack, you can spend a Hope to knock the target back to Far range."
|
||||
"description": "On a successful attack, you can spend a Hope to knock the target back to Far range.",
|
||||
"actions": {
|
||||
"attack": {
|
||||
"name": "Concuss",
|
||||
"description": "On a successful attack, you can spend a Hope to knock the target back to Far range."
|
||||
}
|
||||
}
|
||||
},
|
||||
"cumbersome": {
|
||||
"name": "Cumbersome",
|
||||
"description": "-1 to Finesse"
|
||||
"description": "-1 to Finesse",
|
||||
"effects": {
|
||||
"cumbersome": {
|
||||
"name": "Cumbersome",
|
||||
"description": "-1 to Finesse"
|
||||
}
|
||||
}
|
||||
},
|
||||
"deadly": {
|
||||
"name": "Deadly",
|
||||
"description": "When you deal Severe damage, the target must mark an additional HP."
|
||||
"description": "When you deal Severe damage, the target must mark an additional HP.",
|
||||
"actions": {
|
||||
"extraDamage": {
|
||||
"name": "Deadly",
|
||||
"description": "When you deal Severe damage, the target must mark an additional HP."
|
||||
}
|
||||
}
|
||||
},
|
||||
"deflecting": {
|
||||
"name": "Deflecting",
|
||||
"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."
|
||||
"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.",
|
||||
"actions": {
|
||||
"deflect": {
|
||||
"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."
|
||||
}
|
||||
},
|
||||
"effects": {
|
||||
"deflecting": {
|
||||
"name": "Deflecting",
|
||||
"description": "Gain a bonus to your Evasion equal to your Armor Score against the attack"
|
||||
}
|
||||
}
|
||||
},
|
||||
"destructive": {
|
||||
"name": "Destructive",
|
||||
"description": "-1 to Agility; on a successful attack, all adversaries within Very Close range must mark a Stress."
|
||||
"description": "-1 to Agility; on a successful attack, all adversaries within Very Close range must mark a Stress.",
|
||||
"actions": {
|
||||
"attack": {
|
||||
"name": "Destruction",
|
||||
"description": "On a successful attack, all adversaries within Very Close range must mark a Stress."
|
||||
}
|
||||
},
|
||||
"effects": {
|
||||
"agility": {
|
||||
"name": "Destructive",
|
||||
"description": "-1 to Agility"
|
||||
}
|
||||
}
|
||||
},
|
||||
"devastating": {
|
||||
"name": "Devastating",
|
||||
"description": "Before you make an attack roll, you can mark a Stress to use a d20 as your damage die."
|
||||
"description": "Before you make an attack roll, you can mark a Stress to use a d20 as your damage die.",
|
||||
"actions": {
|
||||
"devastate": {
|
||||
"name": "Devastate",
|
||||
"description": "Before you make an attack roll, you can mark a Stress to use a d20 as your damage die."
|
||||
}
|
||||
}
|
||||
},
|
||||
"doubleDuty": {
|
||||
"name": "Double Duty",
|
||||
"description": "+1 to Armor Score; +1 to primary weapon damage within Melee range"
|
||||
"description": "+1 to Armor Score; +1 to primary weapon damage within Melee range",
|
||||
"effects": {
|
||||
"doubleDuty": {
|
||||
"name": "Double Duty",
|
||||
"description": "+1 to Armor Score; +1 to primary weapon damage within Melee range"
|
||||
}
|
||||
}
|
||||
},
|
||||
"doubledUp": {
|
||||
"name": "Doubled Up",
|
||||
"description": "When you make an attack with your primary weapon, you can deal damage to another target within Melee range."
|
||||
"description": "When you make an attack with your primary weapon, you can deal damage to another target within Melee range.",
|
||||
"actions": {
|
||||
"doubleUp": {
|
||||
"name": "Double Up",
|
||||
"description": "When you make an attack with your primary weapon, you can deal damage to another target within Melee range."
|
||||
}
|
||||
}
|
||||
},
|
||||
"dueling": {
|
||||
"name": "Dueling",
|
||||
"description": "When there are no other creatures within Close range of the target, gain advantage on your attack roll against them."
|
||||
"description": "When there are no other creatures within Close range of the target, gain advantage on your attack roll against them.",
|
||||
"actions": {
|
||||
"duel": {
|
||||
"name": "Duel",
|
||||
"description": "When there are no other creatures within Close range of the target, gain advantage on your attack roll against them."
|
||||
}
|
||||
}
|
||||
},
|
||||
"eruptive": {
|
||||
"name": "Eruptive",
|
||||
"description": "On a successful attack against a target within Melee range, all other adversaries within Very Close range must succeed on a reaction roll (14) or take half damage."
|
||||
"description": "On a successful attack against a target within Melee range, all other adversaries within Very Close range must succeed on a reaction roll (14) or take half damage.",
|
||||
"actions": {
|
||||
"erupt": {
|
||||
"name": "Erupt",
|
||||
"description": "On a successful attack against a target within Melee range, all other adversaries within Very Close range must succeed on a reaction roll (14) or take half damage."
|
||||
}
|
||||
}
|
||||
},
|
||||
"grappling": {
|
||||
"name": "Grappling",
|
||||
"description": "On a successful attack, you can spend a Hope to Restrain the target or pull them into Melee range with you."
|
||||
"description": "On a successful attack, you can spend a Hope to Restrain the target or pull them into Melee range with you.",
|
||||
"actions": {
|
||||
"grapple": {
|
||||
"name": "Grapple",
|
||||
"description": "On a successful attack, you can spend a Hope to Restrain the target or pull them into Melee range with you."
|
||||
}
|
||||
}
|
||||
},
|
||||
"greedy": {
|
||||
"name": "Greedy",
|
||||
"description": "Spend a handful of gold to gain a +1 bonus to your Proficiency on a damage roll."
|
||||
"description": "Spend a handful of gold to gain a +1 bonus to your Proficiency on a damage roll.",
|
||||
"actions": {
|
||||
"greed": {
|
||||
"name": "Greed",
|
||||
"description": "Spend a handful of gold to gain a +1 bonus to your Proficiency on a damage roll."
|
||||
}
|
||||
}
|
||||
},
|
||||
"healing": {
|
||||
"name": "Healing",
|
||||
"description": "During downtime, automatically clear a Hit Point."
|
||||
"description": "During downtime, automatically clear a Hit Point.",
|
||||
"actions": {
|
||||
"heal": {
|
||||
"name": "Heal",
|
||||
"description": "During downtime, automatically clear a Hit Point."
|
||||
}
|
||||
}
|
||||
},
|
||||
"heavy": {
|
||||
"name": "Heavy",
|
||||
"description": "-1 to Evasion"
|
||||
"description": "-1 to Evasion",
|
||||
"effects": {
|
||||
"heavy": {
|
||||
"name": "Heavy",
|
||||
"description": "-1 to Evasion"
|
||||
}
|
||||
}
|
||||
},
|
||||
"hooked": {
|
||||
"name": "Hooked",
|
||||
"description": "On a successful attack, you can pull the target into Melee range."
|
||||
"description": "On a successful attack, you can pull the target into Melee range.",
|
||||
"actions": {
|
||||
"hook": {
|
||||
"name": "Hook",
|
||||
"description": "On a successful attack, you can pull the target into Melee range."
|
||||
}
|
||||
}
|
||||
},
|
||||
"hot": {
|
||||
"name": "Hot",
|
||||
"description": "This weapon cuts through solid material."
|
||||
"description": "This weapon cuts through solid material.",
|
||||
"actions": {
|
||||
"hot": {
|
||||
"name": "Hot",
|
||||
"description": "This weapon cuts through solid material."
|
||||
}
|
||||
}
|
||||
},
|
||||
"invigorating": {
|
||||
"name": "Invigorating",
|
||||
"description": "On a successful attack, roll a d4. On a result of 4, clear a Stress."
|
||||
"description": "On a successful attack, roll a d4. On a result of 4, clear a Stress.",
|
||||
"actions": {
|
||||
"invigorate": {
|
||||
"name": "Invigorate",
|
||||
"description": "On a successful attack, roll a d4. On a result of 4, clear a Stress."
|
||||
}
|
||||
}
|
||||
},
|
||||
"lifestealing": {
|
||||
"name": "Lifestealing",
|
||||
"description": "On a successful attack, roll a d6. On a result of 6, clear a Hit Point or clear a Stress."
|
||||
"description": "On a successful attack, roll a d6. On a result of 6, clear a Hit Point or clear a Stress.",
|
||||
"actions": {
|
||||
"lifesteal": {
|
||||
"name": "Lifesteal",
|
||||
"description": "On a successful attack, roll a d6. On a result of 6, clear a Hit Point or clear a Stress."
|
||||
}
|
||||
}
|
||||
},
|
||||
"lockedOn": {
|
||||
"name": "Locked On",
|
||||
"description": "On a successful attack, your next attack against the same target with your primary weapon automatically succeeds."
|
||||
},
|
||||
"lucky": {
|
||||
"name": "Lucky",
|
||||
"description": "On a failed attack, you can mark a Stress to reroll your attack."
|
||||
"description": "On a successful attack, your next attack against the same target with your primary weapon automatically succeeds.",
|
||||
"actions": {
|
||||
"lockOn": {
|
||||
"name": "Lock On",
|
||||
"description": "On a successful attack, your next attack against the same target with your primary weapon automatically succeeds."
|
||||
}
|
||||
}
|
||||
},
|
||||
"long": {
|
||||
"name": "Long",
|
||||
"description": "This weapon's attack targets all adversaries in a line within range."
|
||||
"description": "This weapon's attack targets all adversaries in a line within range.",
|
||||
"actions": {
|
||||
"long": {
|
||||
"name": "Long",
|
||||
"description": "This weapon's attack targets all adversaries in a line within range."
|
||||
}
|
||||
}
|
||||
},
|
||||
"lucky": {
|
||||
"name": "Lucky",
|
||||
"description": "On a failed attack, you can mark a Stress to reroll your attack.",
|
||||
"actions": {
|
||||
"luck": {
|
||||
"name": "Luck",
|
||||
"description": "On a failed attack, you can mark a Stress to reroll your attack."
|
||||
}
|
||||
}
|
||||
},
|
||||
"massive": {
|
||||
"name": "Massive",
|
||||
"description": "-1 to Evasion; on a successful attack, roll an additional damage die and discard the lowest result."
|
||||
"description": "-1 to Evasion; on a successful attack, roll an additional damage die and discard the lowest result.",
|
||||
"effects": {
|
||||
"massive": {
|
||||
"name": "Massive",
|
||||
"description": "-1 to Evasion; on a successful attack, roll an additional damage die and discard the lowest result."
|
||||
}
|
||||
}
|
||||
},
|
||||
"painful": {
|
||||
"name": "Painful",
|
||||
"description": "Each time you make a successful attack, you must mark a Stress."
|
||||
"description": "Each time you make a successful attack, you must mark a Stress.",
|
||||
"actions": {
|
||||
"pain": {
|
||||
"name": "Pain",
|
||||
"description": "Each time you make a successful attack, you must mark a Stress."
|
||||
}
|
||||
}
|
||||
},
|
||||
"paired": {
|
||||
"name": "Paired",
|
||||
"description": "Add your character's Tier + 1 to primary weapon damage against targets within Melee range"
|
||||
"description": "Add your character's Tier + 1 to primary weapon damage against targets within Melee range",
|
||||
"actions": {
|
||||
"paired": {
|
||||
"name": "Paired",
|
||||
"description": "Add your character's Tier + 1 to primary weapon damage against targets within Melee range"
|
||||
}
|
||||
},
|
||||
"effects": {
|
||||
"paired": {
|
||||
"name": "Paired",
|
||||
"description": "Add your character's Tier + 1 to primary weapon damage against targets within Melee range"
|
||||
}
|
||||
}
|
||||
},
|
||||
"parry": {
|
||||
"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."
|
||||
"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.",
|
||||
"actions": {
|
||||
"parry": {
|
||||
"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."
|
||||
}
|
||||
}
|
||||
},
|
||||
"persuasive": {
|
||||
"name": "Persuasive",
|
||||
"description": "Before you make a Presence Roll, you can mark a Stress to gain a +2 bonus to the result."
|
||||
"description": "Before you make a Presence Roll, you can mark a Stress to gain a +2 bonus to the result.",
|
||||
"actions": {
|
||||
"persuade": {
|
||||
"name": "Persuade",
|
||||
"description": "Before you make a Presence Roll, you can mark a Stress to gain a +2 bonus to the result."
|
||||
}
|
||||
},
|
||||
"effects": {
|
||||
"persuasive": {
|
||||
"name": "Persuasive",
|
||||
"description": "Gain a +2 bonus to the Presence roll"
|
||||
}
|
||||
}
|
||||
},
|
||||
"pompous": {
|
||||
"name": "Pompous",
|
||||
"description": "You must have a Presence of 0 or lower to use this weapon."
|
||||
"description": "You must have a Presence of 0 or lower to use this weapon.",
|
||||
"actions": {
|
||||
"pompous": {
|
||||
"name": "Pompous",
|
||||
"description": "You must have a Presence of 0 or lower to use this weapon."
|
||||
}
|
||||
}
|
||||
},
|
||||
"powerful": {
|
||||
"name": "Powerful",
|
||||
"description": "On a successful attack, roll an additional damage die and discard the lowest result."
|
||||
"description": "On a successful attack, roll an additional damage die and discard the lowest result.",
|
||||
"effects": {
|
||||
"powerful": {
|
||||
"name": "Powerful",
|
||||
"description": "On a successful attack, roll an additional damage die and discard the lowest result."
|
||||
}
|
||||
}
|
||||
},
|
||||
"protective": {
|
||||
"name": "Protective",
|
||||
"description": "Add your character's Tier to your Armor Score"
|
||||
"description": "Add your character's Tier to your Armor Score",
|
||||
"effects": {
|
||||
"protective": {
|
||||
"name": "Protective",
|
||||
"description": "Add your character's Tier to your Armor Score"
|
||||
}
|
||||
}
|
||||
},
|
||||
"quick": {
|
||||
"name": "Quick",
|
||||
"description": "When you make an attack, you can mark a Stress to target another creature within range."
|
||||
"description": "When you make an attack, you can mark a Stress to target another creature within range.",
|
||||
"actions": {
|
||||
"quick": {
|
||||
"name": "Quick",
|
||||
"description": "When you make an attack, you can mark a Stress to target another creature within range."
|
||||
}
|
||||
}
|
||||
},
|
||||
"reliable": {
|
||||
"name": "Reliable",
|
||||
"description": "+1 to attack rolls"
|
||||
"description": "+1 to attack rolls",
|
||||
"effects": {
|
||||
"reliable": {
|
||||
"name": "Reliable",
|
||||
"description": "+1 to attack rolls"
|
||||
}
|
||||
}
|
||||
},
|
||||
"reloading": {
|
||||
"name": "Reloading",
|
||||
"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."
|
||||
"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.",
|
||||
"actions": {
|
||||
"reload": {
|
||||
"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."
|
||||
}
|
||||
}
|
||||
},
|
||||
"retractable": {
|
||||
"name": "Retractable",
|
||||
"description": "The blade can be hidden in the hilt to avoid detection."
|
||||
"description": "The blade can be hidden in the hilt to avoid detection.",
|
||||
"actions": {
|
||||
"retract": {
|
||||
"name": "Retract",
|
||||
"description": "The blade can be hidden in the hilt to avoid detection."
|
||||
}
|
||||
}
|
||||
},
|
||||
"returning": {
|
||||
"name": "Returning",
|
||||
"description": "When this weapon is thrown within its range, it appears in your hand immediately after the attack."
|
||||
"description": "When this weapon is thrown within its range, it appears in your hand immediately after the attack.",
|
||||
"actions": {
|
||||
"return": {
|
||||
"name": "Return",
|
||||
"description": "When this weapon is thrown within its range, it appears in your hand immediately after the attack."
|
||||
}
|
||||
}
|
||||
},
|
||||
"scary": {
|
||||
"name": "Scary",
|
||||
"description": "On a successful attack, the target must mark a Stress."
|
||||
"description": "On a successful attack, the target must mark a Stress.",
|
||||
"actions": {
|
||||
"scare": {
|
||||
"name": "Scare",
|
||||
"description": "On a successful attack, the target must mark a Stress."
|
||||
}
|
||||
}
|
||||
},
|
||||
"selfCorrecting": {
|
||||
"name": "Self Correcting",
|
||||
"description": "When you roll a 1 on a damage die, it deals 6 damage instead."
|
||||
"description": "When you roll a 1 on a damage die, it deals 6 damage instead.",
|
||||
"effects": {
|
||||
"selfCorrecting": {
|
||||
"name": "Self Correcting",
|
||||
"description": "When you roll a 1 on a damage die, it deals 6 damage instead."
|
||||
}
|
||||
}
|
||||
},
|
||||
"serrated": {
|
||||
"name": "Serrated",
|
||||
"description": "When you roll a 1 on a damage die, it deals 8 damage instead."
|
||||
"description": "When you roll a 1 on a damage die, it deals 8 damage instead.",
|
||||
"effects": {
|
||||
"serrated": {
|
||||
"name": "Serrated",
|
||||
"description": "When you roll a 1 on a damage die, it deals 8 damage instead."
|
||||
}
|
||||
}
|
||||
},
|
||||
"sharpwing": {
|
||||
"name": "Sharpwing",
|
||||
"description": "Gain a bonus to your damage rolls equal to your Agility."
|
||||
"description": "Gain a bonus to your damage rolls equal to your Agility.",
|
||||
"effects": {
|
||||
"sharpwing": {
|
||||
"name": "Sharpwing",
|
||||
"description": "Gain a bonus to your damage rolls equal to your Agility."
|
||||
}
|
||||
}
|
||||
},
|
||||
"sheltering": {
|
||||
"name": "Sheltering",
|
||||
"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."
|
||||
"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.",
|
||||
"actions": {
|
||||
"shelter": {
|
||||
"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."
|
||||
}
|
||||
}
|
||||
},
|
||||
"startling": {
|
||||
"name": "Startling",
|
||||
"description": "Mark a Stress to crack the whip and force all adversaries within Melee range back to Close range."
|
||||
"description": "Mark a Stress to crack the whip and force all adversaries within Melee range back to Close range.",
|
||||
"actions": {
|
||||
"startle": {
|
||||
"name": "Startle",
|
||||
"description": "Mark a Stress to crack the whip and force all adversaries within Melee range back to Close range."
|
||||
}
|
||||
}
|
||||
},
|
||||
"timebending": {
|
||||
"name": "Timebending",
|
||||
"description": "You can choose the target of your attack after making your attack roll."
|
||||
"description": "You can choose the target of your attack after making your attack roll.",
|
||||
"actions": {
|
||||
"bendTime": {
|
||||
"name": "Bend Time",
|
||||
"description": "You can choose the target of your attack after making your attack roll."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ export default class DHActionConfig extends DaggerheartSheet(ApplicationV2) {
|
|||
const resource = this.action.parent.resource;
|
||||
if (resource) {
|
||||
options[this.action.parent.parent.id] = {
|
||||
label: "DAGGERHEART.GENERAL.itemResource",
|
||||
label: 'DAGGERHEART.GENERAL.itemResource',
|
||||
group: 'Global'
|
||||
};
|
||||
}
|
||||
|
|
@ -143,10 +143,10 @@ export default class DHActionConfig extends DaggerheartSheet(ApplicationV2) {
|
|||
|
||||
getRollTypeOptions() {
|
||||
const types = foundry.utils.deepClone(CONFIG.DH.GENERAL.rollTypes);
|
||||
if(!this.action.actor) return types;
|
||||
if (!this.action.actor) return types;
|
||||
Object.values(types).forEach(t => {
|
||||
if(this.action.actor.type !== 'character' && t.playerOnly) delete types[t.id];
|
||||
})
|
||||
if (this.action.actor.type !== 'character' && t.playerOnly) delete types[t.id];
|
||||
});
|
||||
return types;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { emitAsGM, GMUpdateEvent } from "../../systemRegistration/socket.mjs";
|
||||
import { emitAsGM, GMUpdateEvent } from '../../systemRegistration/socket.mjs';
|
||||
|
||||
export default class DhpChatLog extends foundry.applications.sidebar.tabs.ChatLog {
|
||||
constructor(options) {
|
||||
|
|
@ -100,22 +100,24 @@ export default class DhpChatLog extends foundry.applications.sidebar.tabs.ChatLo
|
|||
if (message.system.source.item && message.system.source.action) {
|
||||
const action = this.getAction(actor, message.system.source.item, message.system.source.action);
|
||||
if (!action || !action?.hasSave) return;
|
||||
action.rollSave(token.actor, event, message).then(result => emitAsGM(
|
||||
GMUpdateEvent.UpdateSaveMessage,
|
||||
action.updateSaveMessage.bind(action, result, message, token.id),
|
||||
{
|
||||
action: action.uuid,
|
||||
message: message._id,
|
||||
token: token.id,
|
||||
result
|
||||
}
|
||||
));
|
||||
action.rollSave(token.actor, event, message).then(result =>
|
||||
emitAsGM(
|
||||
GMUpdateEvent.UpdateSaveMessage,
|
||||
action.updateSaveMessage.bind(action, result, message, token.id),
|
||||
{
|
||||
action: action.uuid,
|
||||
message: message._id,
|
||||
token: token.id,
|
||||
result
|
||||
}
|
||||
)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
async onRollAllSave(event, message) {
|
||||
event.stopPropagation();
|
||||
if(!game.user.isGM) return;
|
||||
if (!game.user.isGM) return;
|
||||
const targets = event.target.parentElement.querySelectorAll(
|
||||
'.target-section > [data-token] .target-save-container'
|
||||
);
|
||||
|
|
@ -124,16 +126,17 @@ export default class DhpChatLog extends foundry.applications.sidebar.tabs.ChatLo
|
|||
targets.forEach(async el => {
|
||||
const tokenId = el.closest('[data-token]')?.dataset.token,
|
||||
token = game.canvas.tokens.get(tokenId);
|
||||
if(!token.actor) return;
|
||||
if(game.user === token.actor.owner)
|
||||
el.dispatchEvent(new PointerEvent('click', { shiftKey: true }));
|
||||
if (!token.actor) return;
|
||||
if (game.user === token.actor.owner) el.dispatchEvent(new PointerEvent('click', { shiftKey: true }));
|
||||
else {
|
||||
token.actor.owner.query('reactionRoll', {
|
||||
actionId: action.uuid,
|
||||
actorId: token.actor.uuid,
|
||||
event,
|
||||
message
|
||||
}).then(result => action.updateSaveMessage(result, message, token.id));
|
||||
token.actor.owner
|
||||
.query('reactionRoll', {
|
||||
actionId: action.uuid,
|
||||
actorId: token.actor.uuid,
|
||||
event,
|
||||
message
|
||||
})
|
||||
.then(result => action.updateSaveMessage(result, message, token.id));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
@ -172,7 +175,9 @@ export default class DhpChatLog extends foundry.applications.sidebar.tabs.ChatLo
|
|||
return {
|
||||
isHit,
|
||||
targets: isHit
|
||||
? message.system.targets.filter(t => t.hit === true).map(target => game.canvas.tokens.documentCollection.find(t => t.actor.uuid === target.actorId))
|
||||
? message.system.targets
|
||||
.filter(t => t.hit === true)
|
||||
.map(target => game.canvas.tokens.documentCollection.find(t => t.actor.uuid === target.actorId))
|
||||
: Array.from(game.user.targets)
|
||||
};
|
||||
}
|
||||
|
|
@ -234,10 +239,8 @@ export default class DhpChatLog extends foundry.applications.sidebar.tabs.ChatLo
|
|||
});
|
||||
}
|
||||
|
||||
if(message.system.hasHealing)
|
||||
target.actor.takeHealing(damages);
|
||||
else
|
||||
target.actor.takeDamage(damages);
|
||||
if (message.system.hasHealing) target.actor.takeHealing(damages);
|
||||
else target.actor.takeDamage(damages);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -224,10 +224,9 @@ export default class DHBaseAction extends ActionMixin(foundry.abstract.DataModel
|
|||
keyIsID: resource.keyIsID
|
||||
};
|
||||
});
|
||||
console.log(resources)
|
||||
console.log(resources);
|
||||
await this.actor.modifyResource(resources);
|
||||
if (config.uses?.enabled)
|
||||
this.update({ 'uses.value': this.uses.value + 1 });
|
||||
if (config.uses?.enabled) this.update({ 'uses.value': this.uses.value + 1 });
|
||||
}
|
||||
/* */
|
||||
|
||||
|
|
|
|||
|
|
@ -26,19 +26,20 @@ export default class CostField extends fields.ArrayField {
|
|||
}
|
||||
|
||||
static calcCosts(costs) {
|
||||
console.log(costs, CostField.getResources.call(this, costs))
|
||||
console.log(costs, CostField.getResources.call(this, costs));
|
||||
const resources = CostField.getResources.call(this, costs);
|
||||
return costs.map(c => {
|
||||
c.scale = c.scale ?? 1;
|
||||
c.step = c.step ?? 1;
|
||||
c.total = c.value + ((c.scale - 1) * c.step);
|
||||
c.total = c.value + (c.scale - 1) * c.step;
|
||||
c.enabled = c.hasOwnProperty('enabled') ? c.enabled : true;
|
||||
c.max = c.key === 'fear'
|
||||
? game.settings.get(CONFIG.DH.id, CONFIG.DH.SETTINGS.gameSettings.Resources.Fear)
|
||||
: resources[c.key].isReversed
|
||||
? resources[c.key].max
|
||||
: resources[c.key].value
|
||||
if(c.scalable) c.maxStep = Math.floor(c.max / c.step);
|
||||
c.max =
|
||||
c.key === 'fear'
|
||||
? game.settings.get(CONFIG.DH.id, CONFIG.DH.SETTINGS.gameSettings.Resources.Fear)
|
||||
: resources[c.key].isReversed
|
||||
? resources[c.key].max
|
||||
: resources[c.key].value;
|
||||
if (c.scalable) c.maxStep = Math.floor(c.max / c.step);
|
||||
return c;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -69,34 +69,34 @@ export class DHActionRollData extends foundry.abstract.DataModel {
|
|||
|
||||
getModifier() {
|
||||
const modifiers = [];
|
||||
if(!this.parent?.actor) return modifiers;
|
||||
if (!this.parent?.actor) return modifiers;
|
||||
switch (this.parent.actor.type) {
|
||||
case 'character':
|
||||
const trait = this.useDefault || !this.trait ? (this.parent.item.system.attack.roll.trait ?? 'agility') : this.trait;
|
||||
if(this.type === CONFIG.DH.GENERAL.rollTypes.attack.id || this.type === CONFIG.DH.GENERAL.rollTypes.trait.id)
|
||||
modifiers.push(
|
||||
{
|
||||
label: `DAGGERHEART.CONFIG.Traits.${trait}.name`,
|
||||
value: this.parent.actor.system.traits[trait].value
|
||||
}
|
||||
)
|
||||
else if(this.type === CONFIG.DH.GENERAL.rollTypes.spellcast.id)
|
||||
modifiers.push(
|
||||
{
|
||||
label: `DAGGERHEART.CONFIG.RollTypes.spellcast.name`,
|
||||
value: this.parent.actor.system.spellcastModifier
|
||||
}
|
||||
)
|
||||
const trait =
|
||||
this.useDefault || !this.trait
|
||||
? (this.parent.item.system.attack.roll.trait ?? 'agility')
|
||||
: this.trait;
|
||||
if (
|
||||
this.type === CONFIG.DH.GENERAL.rollTypes.attack.id ||
|
||||
this.type === CONFIG.DH.GENERAL.rollTypes.trait.id
|
||||
)
|
||||
modifiers.push({
|
||||
label: `DAGGERHEART.CONFIG.Traits.${trait}.name`,
|
||||
value: this.parent.actor.system.traits[trait].value
|
||||
});
|
||||
else if (this.type === CONFIG.DH.GENERAL.rollTypes.spellcast.id)
|
||||
modifiers.push({
|
||||
label: `DAGGERHEART.CONFIG.RollTypes.spellcast.name`,
|
||||
value: this.parent.actor.system.spellcastModifier
|
||||
});
|
||||
break;
|
||||
case 'companion':
|
||||
case 'adversary':
|
||||
if(this.type === CONFIG.DH.GENERAL.rollTypes.attack.id)
|
||||
modifiers.push(
|
||||
{
|
||||
label: 'Bonus to Hit',
|
||||
value: this.bonus ?? this.parent.actor.system.attack.roll.bonus
|
||||
}
|
||||
)
|
||||
if (this.type === CONFIG.DH.GENERAL.rollTypes.attack.id)
|
||||
modifiers.push({
|
||||
label: 'Bonus to Hit',
|
||||
value: this.bonus ?? this.parent.actor.system.attack.roll.bonus
|
||||
});
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import FormulaField from "../formulaField.mjs";
|
||||
import FormulaField from '../formulaField.mjs';
|
||||
|
||||
const fields = foundry.data.fields;
|
||||
|
||||
|
|
@ -36,7 +36,7 @@ export default class UsesField extends fields.SchemaField {
|
|||
static hasUses(uses) {
|
||||
if (!uses) return true;
|
||||
let max = uses.max ?? 0;
|
||||
if(isNaN(max)) {
|
||||
if (isNaN(max)) {
|
||||
const roll = new Roll(Roll.replaceFormulaData(uses.max, this.getRollData())).evaluateSync();
|
||||
max = roll.total;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -71,13 +71,14 @@ export default class DHArmor extends AttachableItem {
|
|||
for (var feature of added) {
|
||||
const featureData = armorFeatures[feature.value];
|
||||
if (featureData.effects?.length > 0) {
|
||||
const embeddedItems = await this.parent.createEmbeddedDocuments('ActiveEffect', [
|
||||
{
|
||||
name: game.i18n.localize(featureData.label),
|
||||
description: game.i18n.localize(featureData.description),
|
||||
changes: featureData.effects.flatMap(x => x.changes)
|
||||
}
|
||||
]);
|
||||
const embeddedItems = await this.parent.createEmbeddedDocuments(
|
||||
'ActiveEffect',
|
||||
featureData.effects.map(effect => ({
|
||||
...effect,
|
||||
name: game.i18n.localize(effect.name),
|
||||
description: game.i18n.localize(effect.description)
|
||||
}))
|
||||
);
|
||||
feature.effectIds = embeddedItems.map(x => x.id);
|
||||
}
|
||||
|
||||
|
|
@ -93,6 +94,7 @@ export default class DHArmor extends AttachableItem {
|
|||
description: game.i18n.localize(effect.description)
|
||||
}))
|
||||
);
|
||||
feature.effectIds = [...(feature.effectIds ?? []), ...embeddedEffects.map(x => x.id)];
|
||||
|
||||
const cls = game.system.api.models.actions.actionsTypes[action.type];
|
||||
const actionId = foundry.utils.randomID();
|
||||
|
|
|
|||
|
|
@ -118,13 +118,14 @@ export default class DHWeapon extends AttachableItem {
|
|||
for (let weaponFeature of added) {
|
||||
const featureData = CONFIG.DH.ITEM.weaponFeatures[weaponFeature.value];
|
||||
if (featureData.effects?.length > 0) {
|
||||
const embeddedItems = await this.parent.createEmbeddedDocuments('ActiveEffect', [
|
||||
{
|
||||
name: game.i18n.localize(featureData.label),
|
||||
description: game.i18n.localize(featureData.description),
|
||||
changes: featureData.effects.flatMap(x => x.changes)
|
||||
}
|
||||
]);
|
||||
const embeddedItems = await this.parent.createEmbeddedDocuments(
|
||||
'ActiveEffect',
|
||||
featureData.effects.map(effect => ({
|
||||
...effect,
|
||||
name: game.i18n.localize(effect.name),
|
||||
description: game.i18n.localize(effect.description)
|
||||
}))
|
||||
);
|
||||
weaponFeature.effectIds = embeddedItems.map(x => x.id);
|
||||
}
|
||||
|
||||
|
|
@ -140,6 +141,10 @@ export default class DHWeapon extends AttachableItem {
|
|||
description: game.i18n.localize(effect.description)
|
||||
}))
|
||||
);
|
||||
weaponFeature.effectIds = [
|
||||
...(weaponFeature.effectIds ?? []),
|
||||
...embeddedEffects.map(x => x.id)
|
||||
];
|
||||
|
||||
const cls = game.system.api.models.actions.actionsTypes[action.type];
|
||||
const actionId = foundry.utils.randomID();
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ export default class DamageRoll extends DHRoll {
|
|||
options = part ?? this.options;
|
||||
|
||||
modifiers.push(...this.getBonus(`${type}`, `${type.capitalize()} Bonus`));
|
||||
if(!this.options.isHealing) {
|
||||
if (!this.options.isHealing) {
|
||||
options.damageTypes?.forEach(t => {
|
||||
modifiers.push(...this.getBonus(`${type}.${t}`, `${t.capitalize()} ${type.capitalize()} Bonus`));
|
||||
});
|
||||
|
|
|
|||
|
|
@ -194,7 +194,8 @@ export const registerRollDiceHooks = () => {
|
|||
if (config.roll.result.duality === -1) updates.push({ key: 'fear', value: 1 });
|
||||
|
||||
if (config.rerolledRoll) {
|
||||
if (config.rerolledRoll.isCritical || config.rerolledRoll.result.duality === 1) updates.push({ key: 'hope', value: -1 });
|
||||
if (config.rerolledRoll.isCritical || config.rerolledRoll.result.duality === 1)
|
||||
updates.push({ key: 'hope', value: -1 });
|
||||
if (config.rerolledRoll.isCritical) updates.push({ key: 'stress', value: 1 });
|
||||
if (config.rerolledRoll.result.duality === -1) updates.push({ key: 'fear', value: -1 });
|
||||
}
|
||||
|
|
|
|||
|
|
@ -481,7 +481,9 @@ export default class DhpActor extends Actor {
|
|||
this.system.armor &&
|
||||
this.#canReduceDamage(hpDamage.value, hpDamage.damageTypes)
|
||||
) {
|
||||
const armorSlotResult = await this.owner.query('armorSlot', {
|
||||
const armorSlotResult = await this.owner.query(
|
||||
'armorSlot',
|
||||
{
|
||||
actorId: this.uuid,
|
||||
damage: hpDamage.value,
|
||||
type: [...hpDamage.damageTypes]
|
||||
|
|
|
|||
|
|
@ -52,7 +52,8 @@ export default class DHToken extends TokenDocument {
|
|||
for (const [name, field] of Object.entries(schema.fields)) {
|
||||
const p = _path.concat([name]);
|
||||
if (field instanceof foundry.data.fields.NumberField) attributes.value.push(p);
|
||||
if (field instanceof foundry.data.fields.BooleanField && field.options.isAttributeChoice) attributes.value.push(p);
|
||||
if (field instanceof foundry.data.fields.BooleanField && field.options.isAttributeChoice)
|
||||
attributes.value.push(p);
|
||||
if (field instanceof foundry.data.fields.StringField) attributes.value.push(p);
|
||||
if (field instanceof foundry.data.fields.ArrayField) attributes.value.push(p);
|
||||
const isSchema = field instanceof foundry.data.fields.SchemaField;
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ export default class RegisterHandlebarsHelpers {
|
|||
}
|
||||
|
||||
static formulaValue(formula, item) {
|
||||
if(isNaN(formula)) {
|
||||
if (isNaN(formula)) {
|
||||
const data = item.getRollData.bind(item)(),
|
||||
roll = new Roll(Roll.replaceFormulaData(formula, data)).evaluateSync();
|
||||
formula = roll.total;
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ export const registerSocketHooks = () => {
|
|||
case GMUpdateEvent.UpdateSaveMessage:
|
||||
const action = await fromUuid(data.update.action),
|
||||
message = game.messages.get(data.update.message);
|
||||
if(!action || !message) return;
|
||||
if (!action || !message) return;
|
||||
action.updateSaveMessage(data.update.result, message, data.update.token);
|
||||
break;
|
||||
}
|
||||
|
|
@ -79,7 +79,7 @@ export const registerSocketHooks = () => {
|
|||
export const registerUserQueries = () => {
|
||||
CONFIG.queries.armorSlot = DamageReductionDialog.armorSlotQuery;
|
||||
CONFIG.queries.reactionRoll = game.system.api.models.actions.actionsTypes.base.rollSaveQuery;
|
||||
}
|
||||
};
|
||||
|
||||
export const emitAsGM = async (eventName, callback, update, uuid = null) => {
|
||||
if (!game.user.isGM) {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"folder": "rkSdPu86ybLz6aKF",
|
||||
"name": "Advanced Chainmail Armor",
|
||||
"type": "armor",
|
||||
"_id": "LzLOJ9EVaHWAjoq9",
|
||||
"img": "icons/equipment/chest/breastplate-banded-steel-gold.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"baseScore": 6,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "heavy",
|
||||
"effectIds": [
|
||||
"qlzHOAnpBYzosQxK"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 13,
|
||||
"severe": 31
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Heavy",
|
||||
"description": "-1 to Evasion",
|
||||
"img": "icons/commodities/metal/ingot-worn-iron.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"_id": "qlzHOAnpBYzosQxK",
|
||||
"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": 1753807844639,
|
||||
"modifiedTime": 1753807844639,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!LzLOJ9EVaHWAjoq9.qlzHOAnpBYzosQxK"
|
||||
}
|
||||
],
|
||||
"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": 1753807810859,
|
||||
"modifiedTime": 1753807844642,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!LzLOJ9EVaHWAjoq9"
|
||||
}
|
||||
|
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"folder": "rkSdPu86ybLz6aKF",
|
||||
"name": "Advanced Full Plate Armor",
|
||||
"type": "armor",
|
||||
"_id": "crIbCb9NZ4K0VpoU",
|
||||
"img": "icons/equipment/chest/breastplate-layered-steel-grey.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"baseScore": 6,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "veryheavy",
|
||||
"effectIds": [
|
||||
"awdHgEaM54G3emOU"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 15,
|
||||
"severe": 35
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Very Heavy",
|
||||
"description": "-2 to Evasion; -1 to Agility",
|
||||
"img": "icons/commodities/metal/ingot-stamped-steel.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "-2"
|
||||
},
|
||||
{
|
||||
"key": "system.traits.agility.value",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"_id": "awdHgEaM54G3emOU",
|
||||
"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": 1753809243346,
|
||||
"modifiedTime": 1753809243346,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!crIbCb9NZ4K0VpoU.awdHgEaM54G3emOU"
|
||||
}
|
||||
],
|
||||
"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": 1753809204693,
|
||||
"modifiedTime": 1753809243349,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!crIbCb9NZ4K0VpoU"
|
||||
}
|
||||
|
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"folder": "rkSdPu86ybLz6aKF",
|
||||
"name": "Advanced Gambeson Armor",
|
||||
"type": "armor",
|
||||
"_id": "epkAmlZVk7HOfUUT",
|
||||
"img": "icons/equipment/chest/breastplate-purple.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"baseScore": 5,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "flexible",
|
||||
"effectIds": [
|
||||
"Fq9Q93IHCchhfSss"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 9,
|
||||
"severe": 23
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Flexible",
|
||||
"description": "+1 to Evasion",
|
||||
"img": "icons/magic/movement/abstract-ribbons-red-orange.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "Fq9Q93IHCchhfSss",
|
||||
"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": 1753807740227,
|
||||
"modifiedTime": 1753807740227,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!epkAmlZVk7HOfUUT.Fq9Q93IHCchhfSss"
|
||||
}
|
||||
],
|
||||
"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": 1753807704469,
|
||||
"modifiedTime": 1753807740230,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!epkAmlZVk7HOfUUT"
|
||||
}
|
||||
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"folder": "rkSdPu86ybLz6aKF",
|
||||
"name": "Advanced Leather Armor",
|
||||
"type": "armor",
|
||||
"_id": "itSOp2GCyem0f7oM",
|
||||
"img": "icons/equipment/chest/breastplate-layered-leather-blue.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"baseScore": 5,
|
||||
"armorFeatures": [],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 11,
|
||||
"severe": 27
|
||||
}
|
||||
},
|
||||
"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": 1753807744573,
|
||||
"modifiedTime": 1753807795515,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!itSOp2GCyem0f7oM"
|
||||
}
|
||||
|
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"folder": "rkSdPu86ybLz6aKF",
|
||||
"name": "Bellamoi Fine Armor",
|
||||
"type": "armor",
|
||||
"_id": "WuoVwZA53XRAIt6d",
|
||||
"img": "icons/equipment/chest/breastplate-layered-gold.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"baseScore": 5,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "gilded",
|
||||
"effectIds": [
|
||||
"Hy0sNtFS1JAXxgwC"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 11,
|
||||
"severe": 27
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Gilded",
|
||||
"description": "+1 to Presence",
|
||||
"img": "icons/magic/control/control-influence-crown-gold.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.traits.presence.value",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "Hy0sNtFS1JAXxgwC",
|
||||
"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": 1753807887679,
|
||||
"modifiedTime": 1753807887679,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!WuoVwZA53XRAIt6d.Hy0sNtFS1JAXxgwC"
|
||||
}
|
||||
],
|
||||
"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": 1753807855787,
|
||||
"modifiedTime": 1753807887685,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!WuoVwZA53XRAIt6d"
|
||||
}
|
||||
|
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"folder": "rkSdPu86ybLz6aKF",
|
||||
"name": "Bladefare Armor",
|
||||
"type": "armor",
|
||||
"_id": "mNN6pvcsS10ChrWF",
|
||||
"img": "icons/equipment/chest/breastplate-collared-steel-grey.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"baseScore": 6,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "physical",
|
||||
"effectIds": [
|
||||
"s8KtTIngTjnOlaTP"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 16,
|
||||
"severe": 39
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Physical",
|
||||
"description": "You can't mark an Armor Slot to reduce magic damage.",
|
||||
"img": "icons/commodities/stone/ore-pile-tan.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.rules.damageReduction.physical",
|
||||
"mode": 5,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "s8KtTIngTjnOlaTP",
|
||||
"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": 1753808769033,
|
||||
"modifiedTime": 1753808769033,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!mNN6pvcsS10ChrWF.s8KtTIngTjnOlaTP"
|
||||
}
|
||||
],
|
||||
"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": 1753808752024,
|
||||
"modifiedTime": 1753808787752,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!mNN6pvcsS10ChrWF"
|
||||
}
|
||||
|
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"folder": "h4QgrovjVZ1oee7O",
|
||||
"name": "Chainmail Armor",
|
||||
"type": "armor",
|
||||
"_id": "haULhuEg37zUUvhb",
|
||||
"img": "icons/equipment/chest/breastplate-scale-grey.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 1,
|
||||
"equipped": false,
|
||||
"baseScore": 4,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "heavy",
|
||||
"effectIds": [
|
||||
"ZfO5NjpqEIzZVlPq"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 7,
|
||||
"severe": 15
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Heavy",
|
||||
"description": "-1 to Evasion",
|
||||
"img": "icons/commodities/metal/ingot-worn-iron.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"_id": "ZfO5NjpqEIzZVlPq",
|
||||
"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": 1753805298651,
|
||||
"modifiedTime": 1753805298651,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!haULhuEg37zUUvhb.ZfO5NjpqEIzZVlPq"
|
||||
}
|
||||
],
|
||||
"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": 1753805286605,
|
||||
"modifiedTime": 1753805329039,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!haULhuEg37zUUvhb"
|
||||
}
|
||||
|
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"folder": "Hbjp64XzuyJs2hOs",
|
||||
"name": "Channeling Armor",
|
||||
"type": "armor",
|
||||
"_id": "vMJxEWz1srfwMsoj",
|
||||
"img": "icons/equipment/chest/robe-collared-blue.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"baseScore": 5,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "channeling",
|
||||
"effectIds": [
|
||||
"8bwf1Ri3jYkjphEv"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 13,
|
||||
"severe": 36
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Channeling",
|
||||
"description": "+1 to Spellcast Rolls",
|
||||
"img": "icons/magic/symbols/rune-sigil-horned-blue.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.roll.spellcast",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "8bwf1Ri3jYkjphEv",
|
||||
"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": 1753809448084,
|
||||
"modifiedTime": 1753809448084,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!vMJxEWz1srfwMsoj.8bwf1Ri3jYkjphEv"
|
||||
}
|
||||
],
|
||||
"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": 1753809433880,
|
||||
"modifiedTime": 1753809460722,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!vMJxEWz1srfwMsoj"
|
||||
}
|
||||
|
|
@ -0,0 +1,80 @@
|
|||
{
|
||||
"folder": "rkSdPu86ybLz6aKF",
|
||||
"name": "Dragonscale Armor",
|
||||
"type": "armor",
|
||||
"_id": "mdQ69eFHyAQUDmE7",
|
||||
"img": "icons/equipment/chest/breastplate-rivited-red.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"J1MCpcfXByKaSSgx": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Impenetrable",
|
||||
"description": "Once per short rest, when you would mark your last Hit Point, you can instead mark a Stress.",
|
||||
"img": "icons/magic/defensive/shield-barrier-flaming-pentagon-purple-orange.webp",
|
||||
"uses": {
|
||||
"max": 1,
|
||||
"recovery": "shortRest",
|
||||
"value": 0
|
||||
},
|
||||
"cost": [
|
||||
{
|
||||
"key": "stress",
|
||||
"value": 1,
|
||||
"keyIsID": false,
|
||||
"scalable": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"_id": "J1MCpcfXByKaSSgx",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"baseScore": 5,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "impenetrable",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"J1MCpcfXByKaSSgx"
|
||||
]
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 11,
|
||||
"severe": 27
|
||||
}
|
||||
},
|
||||
"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": 1753807902750,
|
||||
"modifiedTime": 1753809495490,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!mdQ69eFHyAQUDmE7"
|
||||
}
|
||||
|
|
@ -0,0 +1,104 @@
|
|||
{
|
||||
"folder": "Hbjp64XzuyJs2hOs",
|
||||
"name": "Dunamis Silkchain",
|
||||
"type": "armor",
|
||||
"_id": "hAY6UgdGT7dj22Pr",
|
||||
"img": "icons/equipment/chest/robe-layered-red.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"8PD5JQuS05IA6HJT": {
|
||||
"type": "attack",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Slow Time",
|
||||
"description": "Mark an Armor Slot to roll a d4 and add its result as a bonus to your Evasion against an incoming attack.",
|
||||
"img": "icons/magic/time/hourglass-brown-orange.webp",
|
||||
"cost": [
|
||||
{
|
||||
"key": "armorStack",
|
||||
"value": 1,
|
||||
"keyIsID": false,
|
||||
"scalable": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"roll": {
|
||||
"type": "diceSet",
|
||||
"diceRolling": {
|
||||
"dice": "d4",
|
||||
"multiplier": "flat",
|
||||
"flatMultiplier": 1,
|
||||
"compare": null,
|
||||
"treshold": null
|
||||
},
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"useDefault": false
|
||||
},
|
||||
"_id": "8PD5JQuS05IA6HJT",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"damage": {
|
||||
"parts": [],
|
||||
"includeBase": false
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
},
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"baseScore": 7,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "timeslowing",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"8PD5JQuS05IA6HJT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 13,
|
||||
"severe": 36
|
||||
}
|
||||
},
|
||||
"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": 1753809264956,
|
||||
"modifiedTime": 1753809422818,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!hAY6UgdGT7dj22Pr"
|
||||
}
|
||||
|
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"folder": "hLn0v6ov6KuFgptu",
|
||||
"name": "Elundrian Chain Mail",
|
||||
"type": "armor",
|
||||
"_id": "Q6LxmtFetDDkoZVZ",
|
||||
"img": "icons/equipment/chest/breastplate-sculpted-green.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"baseScore": 4,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "warded",
|
||||
"effectIds": [
|
||||
"xGxqTCO8MjNq5Cw6"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 9,
|
||||
"severe": 21
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Warded",
|
||||
"description": "You reduce incoming magic damage by your Armor Score before applying it to your damage thresholds.",
|
||||
"img": "icons/magic/defensive/barrier-shield-dome-pink.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.resistance.magical.reduction",
|
||||
"mode": 2,
|
||||
"value": "@system.armorScore"
|
||||
}
|
||||
],
|
||||
"_id": "xGxqTCO8MjNq5Cw6",
|
||||
"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": 1753805566171,
|
||||
"modifiedTime": 1753805566171,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!Q6LxmtFetDDkoZVZ.xGxqTCO8MjNq5Cw6"
|
||||
}
|
||||
],
|
||||
"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": 1753805557786,
|
||||
"modifiedTime": 1753805605453,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!Q6LxmtFetDDkoZVZ"
|
||||
}
|
||||
|
|
@ -0,0 +1,103 @@
|
|||
{
|
||||
"folder": "Hbjp64XzuyJs2hOs",
|
||||
"name": "Emberwoven Armor",
|
||||
"type": "armor",
|
||||
"_id": "bcQUh4QG3qFX0Vx6",
|
||||
"img": "icons/equipment/chest/breastplate-layered-gilded-orange.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"L8mHf4A8SylyxsMH": {
|
||||
"type": "damage",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Burn",
|
||||
"description": "When an adversary attacks you within Melee range, they mark a Stress.",
|
||||
"img": "icons/magic/fire/flame-burning-embers-yellow.webp",
|
||||
"range": "melee",
|
||||
"target": {
|
||||
"type": "hostile",
|
||||
"amount": null
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"applyTo": "stress",
|
||||
"value": {
|
||||
"custom": {
|
||||
"enabled": true,
|
||||
"formula": "1"
|
||||
},
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null
|
||||
},
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false,
|
||||
"type": []
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"_id": "L8mHf4A8SylyxsMH",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"baseScore": 0,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "burning",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"L8mHf4A8SylyxsMH"
|
||||
]
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 0,
|
||||
"severe": 0
|
||||
}
|
||||
},
|
||||
"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": 1753809470138,
|
||||
"modifiedTime": 1753809633344,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!bcQUh4QG3qFX0Vx6"
|
||||
}
|
||||
|
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"folder": "Hbjp64XzuyJs2hOs",
|
||||
"name": "Full Fortified Armor",
|
||||
"type": "armor",
|
||||
"_id": "7emTSt6nhZuTlvt5",
|
||||
"img": "icons/equipment/chest/breastplate-layered-steel.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"baseScore": 4,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "fortified",
|
||||
"effectIds": [
|
||||
"QIefVb73cm9gYju8"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 15,
|
||||
"severe": 40
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Fortified",
|
||||
"description": "When you mark an Armor Slot, you reduce the severity of an attack by two thresholds instead of one.",
|
||||
"img": "icons/magic/defensive/shield-barrier-glowing-blue.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.rules.damageReduction.increasePerArmorMark",
|
||||
"mode": 5,
|
||||
"value": "2"
|
||||
}
|
||||
],
|
||||
"_id": "QIefVb73cm9gYju8",
|
||||
"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": 1753809671654,
|
||||
"modifiedTime": 1753809671654,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!7emTSt6nhZuTlvt5.QIefVb73cm9gYju8"
|
||||
}
|
||||
],
|
||||
"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": 1753809653710,
|
||||
"modifiedTime": 1753809691935,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!7emTSt6nhZuTlvt5"
|
||||
}
|
||||
|
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"folder": "h4QgrovjVZ1oee7O",
|
||||
"name": "Full Plate Armor",
|
||||
"type": "armor",
|
||||
"_id": "UdUJNa31WxFW2noa",
|
||||
"img": "icons/equipment/chest/breastplate-collared-steel.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 1,
|
||||
"equipped": false,
|
||||
"baseScore": 4,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "veryheavy",
|
||||
"effectIds": [
|
||||
"mfKMW9SX3Mnos1nY"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 8,
|
||||
"severe": 17
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Very Heavy",
|
||||
"description": "-2 to Evasion; -1 to Agility",
|
||||
"img": "icons/commodities/metal/ingot-stamped-steel.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "-2"
|
||||
},
|
||||
{
|
||||
"key": "system.traits.agility.value",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"_id": "mfKMW9SX3Mnos1nY",
|
||||
"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": 1753805351522,
|
||||
"modifiedTime": 1753805351522,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!UdUJNa31WxFW2noa.mfKMW9SX3Mnos1nY"
|
||||
}
|
||||
],
|
||||
"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": 1753805338471,
|
||||
"modifiedTime": 1753805365355,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!UdUJNa31WxFW2noa"
|
||||
}
|
||||
|
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"folder": "h4QgrovjVZ1oee7O",
|
||||
"name": "Gambeson Armor",
|
||||
"type": "armor",
|
||||
"_id": "yJFp1bfpecDcStVK",
|
||||
"img": "icons/equipment/chest/vest-leather-tattered-white.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 1,
|
||||
"equipped": false,
|
||||
"baseScore": 3,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "flexible",
|
||||
"effectIds": [
|
||||
"v1FNEsypRF5W6vVc"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 5,
|
||||
"severe": 11
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Flexible",
|
||||
"description": "+1 to Evasion",
|
||||
"img": "icons/magic/movement/abstract-ribbons-red-orange.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "v1FNEsypRF5W6vVc",
|
||||
"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": 1753805133921,
|
||||
"modifiedTime": 1753805133921,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!yJFp1bfpecDcStVK.v1FNEsypRF5W6vVc"
|
||||
}
|
||||
],
|
||||
"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": 1753804995685,
|
||||
"modifiedTime": 1753805399875,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!yJFp1bfpecDcStVK"
|
||||
}
|
||||
|
|
@ -0,0 +1,96 @@
|
|||
{
|
||||
"folder": "hLn0v6ov6KuFgptu",
|
||||
"name": "Harrowbone Armor",
|
||||
"type": "armor",
|
||||
"_id": "dvyQeUVRLc9y6rnt",
|
||||
"img": "icons/equipment/chest/breastplate-gorget-steel.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"IzM88FIxQ35P5VB2": {
|
||||
"type": "attack",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Resilient",
|
||||
"description": "Before you mark your last Armor Slot, roll a d6. On a result of 6, reduce the severity by one threshold without marking an Armor Slot.",
|
||||
"img": "icons/magic/life/heart-cross-purple-orange.webp",
|
||||
"roll": {
|
||||
"type": "diceSet",
|
||||
"diceRolling": {
|
||||
"compare": "equal",
|
||||
"dice": "d6",
|
||||
"multiplier": "flat",
|
||||
"flatMultiplier": 1,
|
||||
"treshold": 6
|
||||
},
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"useDefault": false
|
||||
},
|
||||
"_id": "IzM88FIxQ35P5VB2",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"damage": {
|
||||
"parts": [],
|
||||
"includeBase": false
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
},
|
||||
"save": {
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"damageMod": "none"
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"baseScore": 4,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "resilient",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"IzM88FIxQ35P5VB2"
|
||||
]
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 9,
|
||||
"severe": 21
|
||||
}
|
||||
},
|
||||
"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": 1753805616349,
|
||||
"modifiedTime": 1753807254838,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!dvyQeUVRLc9y6rnt"
|
||||
}
|
||||
|
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"folder": "hLn0v6ov6KuFgptu",
|
||||
"name": "Improved Chainmail Armor",
|
||||
"type": "armor",
|
||||
"_id": "K5WkjS0NGqHYmhU3",
|
||||
"img": "icons/equipment/chest/breastplate-metal-scaled-grey.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"baseScore": 5,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "heavy",
|
||||
"effectIds": [
|
||||
"JHupzYULxdQzFzuj"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 11,
|
||||
"severe": 24
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Heavy",
|
||||
"description": "-1 to Evasion",
|
||||
"img": "icons/commodities/metal/ingot-worn-iron.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"_id": "JHupzYULxdQzFzuj",
|
||||
"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": 1753805503527,
|
||||
"modifiedTime": 1753805503527,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!K5WkjS0NGqHYmhU3.JHupzYULxdQzFzuj"
|
||||
}
|
||||
],
|
||||
"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": 1753805490635,
|
||||
"modifiedTime": 1753805512828,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!K5WkjS0NGqHYmhU3"
|
||||
}
|
||||
|
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"folder": "hLn0v6ov6KuFgptu",
|
||||
"name": "Improved Full Plate Armor",
|
||||
"type": "armor",
|
||||
"_id": "9f7RozpPTqrzJS1m",
|
||||
"img": "icons/equipment/chest/breastplate-cuirass-steel-grey.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"baseScore": 5,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "veryheavy",
|
||||
"effectIds": [
|
||||
"wstJ1aKKtmXgCwxB"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 13,
|
||||
"severe": 28
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Very Heavy",
|
||||
"description": "-2 to Evasion; -1 to Agility",
|
||||
"img": "icons/commodities/metal/ingot-stamped-steel.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "-2"
|
||||
},
|
||||
{
|
||||
"key": "system.traits.agility.value",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"_id": "wstJ1aKKtmXgCwxB",
|
||||
"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": 1753805533549,
|
||||
"modifiedTime": 1753805533549,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!9f7RozpPTqrzJS1m.wstJ1aKKtmXgCwxB"
|
||||
}
|
||||
],
|
||||
"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": 1753805522506,
|
||||
"modifiedTime": 1753805544375,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!9f7RozpPTqrzJS1m"
|
||||
}
|
||||
|
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"folder": "hLn0v6ov6KuFgptu",
|
||||
"name": "Improved Gambeson Armor",
|
||||
"type": "armor",
|
||||
"_id": "jphnMZjnS2FkOH3s",
|
||||
"img": "icons/equipment/chest/breastplate-quilted-brown.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"baseScore": 4,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "flexible",
|
||||
"effectIds": [
|
||||
"BFwU3ErPaajUSMUz"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 7,
|
||||
"severe": 16
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Flexible",
|
||||
"description": "+1 to Evasion",
|
||||
"img": "icons/magic/movement/abstract-ribbons-red-orange.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "BFwU3ErPaajUSMUz",
|
||||
"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": 1753805414375,
|
||||
"modifiedTime": 1753805414375,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!jphnMZjnS2FkOH3s.BFwU3ErPaajUSMUz"
|
||||
}
|
||||
],
|
||||
"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": 1753805377869,
|
||||
"modifiedTime": 1753805418921,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!jphnMZjnS2FkOH3s"
|
||||
}
|
||||
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"folder": "hLn0v6ov6KuFgptu",
|
||||
"name": "Improved Leather Armor",
|
||||
"type": "armor",
|
||||
"_id": "t91M61pSCMKStTNt",
|
||||
"img": "icons/equipment/chest/breastplate-banded-simple-leather-brown.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"baseScore": 4,
|
||||
"armorFeatures": [],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 9,
|
||||
"severe": 20
|
||||
}
|
||||
},
|
||||
"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": 1753805428821,
|
||||
"modifiedTime": 1753805482906,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!t91M61pSCMKStTNt"
|
||||
}
|
||||
|
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"folder": "hLn0v6ov6KuFgptu",
|
||||
"name": "Irontree Breastplate Armor",
|
||||
"type": "armor",
|
||||
"_id": "tzZntboNtHL5C6VM",
|
||||
"img": "icons/equipment/chest/breastplate-layered-leather-brown-silver.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"baseScore": 4,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "reinforced",
|
||||
"effectIds": [
|
||||
"P3aCN8PQgPXP4C9M"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 9,
|
||||
"severe": 20
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Reinforced",
|
||||
"description": "When you mark your last Armor Slot, increase your damage thresholds by +2 until you clear at least 1 Armor Slot.",
|
||||
"img": "icons/magic/defensive/shield-barrier-glowing-triangle-green.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bunuses.damageThresholds.major",
|
||||
"mode": 2,
|
||||
"value": "2"
|
||||
},
|
||||
{
|
||||
"key": "system.bunuses.damageThresholds.severe",
|
||||
"mode": 2,
|
||||
"value": "2"
|
||||
}
|
||||
],
|
||||
"_id": "P3aCN8PQgPXP4C9M",
|
||||
"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": 1753807455490,
|
||||
"modifiedTime": 1753807455490,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!tzZntboNtHL5C6VM.P3aCN8PQgPXP4C9M"
|
||||
}
|
||||
],
|
||||
"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": 1753807283589,
|
||||
"modifiedTime": 1753807455497,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!tzZntboNtHL5C6VM"
|
||||
}
|
||||
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"folder": "h4QgrovjVZ1oee7O",
|
||||
"name": "Leather Armor",
|
||||
"type": "armor",
|
||||
"_id": "nibfdNtp2PtxvbVz",
|
||||
"img": "icons/equipment/chest/breastplate-layered-leather-brown.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 1,
|
||||
"equipped": false,
|
||||
"baseScore": 3,
|
||||
"armorFeatures": [],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 6,
|
||||
"severe": 13
|
||||
}
|
||||
},
|
||||
"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": 1753805219679,
|
||||
"modifiedTime": 1753805275427,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!nibfdNtp2PtxvbVz"
|
||||
}
|
||||
|
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"folder": "Hbjp64XzuyJs2hOs",
|
||||
"name": "Legendary Chainmail Armor",
|
||||
"type": "armor",
|
||||
"_id": "EsIN5OLKe9ZYFNXZ",
|
||||
"img": "icons/equipment/chest/breastplate-banded-blue.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"baseScore": 7,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "heavy",
|
||||
"effectIds": [
|
||||
"8Oa6Y375X8UpcPph"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 15,
|
||||
"severe": 40
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Heavy",
|
||||
"description": "-1 to Evasion",
|
||||
"img": "icons/commodities/metal/ingot-worn-iron.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"_id": "8Oa6Y375X8UpcPph",
|
||||
"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": 1753809139589,
|
||||
"modifiedTime": 1753809139589,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!EsIN5OLKe9ZYFNXZ.8Oa6Y375X8UpcPph"
|
||||
}
|
||||
],
|
||||
"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": 1753809118507,
|
||||
"modifiedTime": 1753809151454,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!EsIN5OLKe9ZYFNXZ"
|
||||
}
|
||||
|
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"folder": "Hbjp64XzuyJs2hOs",
|
||||
"name": "Legendary Full Plate Armor",
|
||||
"type": "armor",
|
||||
"_id": "SXWjUR2aUR6bYvdl",
|
||||
"img": "icons/equipment/chest/breastplate-layered-steel-blue-gold.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"baseScore": 7,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "veryheavy",
|
||||
"effectIds": [
|
||||
"zvzkRX2Uevemmbz4"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 17,
|
||||
"severe": 44
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Very Heavy",
|
||||
"description": "-2 to Evasion; -1 to Agility",
|
||||
"img": "icons/commodities/metal/ingot-stamped-steel.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "-2"
|
||||
},
|
||||
{
|
||||
"key": "system.traits.agility.value",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"_id": "zvzkRX2Uevemmbz4",
|
||||
"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": 1753809171374,
|
||||
"modifiedTime": 1753809171374,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!SXWjUR2aUR6bYvdl.zvzkRX2Uevemmbz4"
|
||||
}
|
||||
],
|
||||
"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": 1753809163051,
|
||||
"modifiedTime": 1753809225793,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!SXWjUR2aUR6bYvdl"
|
||||
}
|
||||
|
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"folder": "Hbjp64XzuyJs2hOs",
|
||||
"name": "Legendary Gambeson Armor",
|
||||
"type": "armor",
|
||||
"_id": "c6tMXz4rPf9ioQrf",
|
||||
"img": "icons/equipment/chest/breastplate-layered-leather-blue-gold.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"baseScore": 6,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "flexible",
|
||||
"effectIds": [
|
||||
"3AUNxBoj7mp1ziJQ"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 11,
|
||||
"severe": 32
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Flexible",
|
||||
"description": "+1 to Evasion",
|
||||
"img": "icons/magic/movement/abstract-ribbons-red-orange.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "3AUNxBoj7mp1ziJQ",
|
||||
"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": 1753809044811,
|
||||
"modifiedTime": 1753809044811,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!c6tMXz4rPf9ioQrf.3AUNxBoj7mp1ziJQ"
|
||||
}
|
||||
],
|
||||
"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": 1753809031184,
|
||||
"modifiedTime": 1753809064934,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!c6tMXz4rPf9ioQrf"
|
||||
}
|
||||
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"folder": "Hbjp64XzuyJs2hOs",
|
||||
"name": "Legendary Leather Armor",
|
||||
"type": "armor",
|
||||
"_id": "Tptgl5WOj76TyFn7",
|
||||
"img": "icons/equipment/chest/breastplate-layered-gilded-black.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"baseScore": 6,
|
||||
"armorFeatures": [],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 13,
|
||||
"severe": 36
|
||||
}
|
||||
},
|
||||
"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": 1753809078323,
|
||||
"modifiedTime": 1753809106203,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!Tptgl5WOj76TyFn7"
|
||||
}
|
||||
|
|
@ -0,0 +1,89 @@
|
|||
{
|
||||
"folder": "rkSdPu86ybLz6aKF",
|
||||
"name": "Monett's Cloak",
|
||||
"type": "armor",
|
||||
"_id": "AQzU2RsqS5V5bd1v",
|
||||
"img": "icons/equipment/chest/coat-collared-red.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"baseScore": 6,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "magical",
|
||||
"effectIds": [
|
||||
"3n4O7PyAWMEFdr5p"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 16,
|
||||
"severe": 39
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Magical",
|
||||
"description": "You can't mark an Armor Slot to reduce physical damage.",
|
||||
"img": "icons/magic/defensive/barrier-shield-dome-blue-purple.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.rules.damageReduction.magical",
|
||||
"mode": 5,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "3n4O7PyAWMEFdr5p",
|
||||
"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": 1753808812589,
|
||||
"modifiedTime": 1753808812589,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!AQzU2RsqS5V5bd1v.3n4O7PyAWMEFdr5p"
|
||||
}
|
||||
],
|
||||
"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": 1753808797896,
|
||||
"modifiedTime": 1753808820623,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!AQzU2RsqS5V5bd1v"
|
||||
}
|
||||
|
|
@ -0,0 +1,72 @@
|
|||
{
|
||||
"folder": "hLn0v6ov6KuFgptu",
|
||||
"name": "Rosewild Armor",
|
||||
"type": "armor",
|
||||
"_id": "tN8kAeBvNKM3EBFo",
|
||||
"img": "icons/equipment/chest/breastplate-banded-leather-purple.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"QRTnCYxJfuJHdnyV": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Hope",
|
||||
"description": "When you would spend a Hope, you can mark an Armor Slot instead.",
|
||||
"img": "icons/magic/holy/barrier-shield-winged-blue.webp",
|
||||
"_id": "QRTnCYxJfuJHdnyV",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"baseScore": 5,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "hopeful",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"QRTnCYxJfuJHdnyV"
|
||||
]
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 11,
|
||||
"severe": 23
|
||||
}
|
||||
},
|
||||
"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": 1753807654078,
|
||||
"modifiedTime": 1753807692793,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!tN8kAeBvNKM3EBFo"
|
||||
}
|
||||
|
|
@ -0,0 +1,80 @@
|
|||
{
|
||||
"folder": "rkSdPu86ybLz6aKF",
|
||||
"name": "Runes of Fortification",
|
||||
"type": "armor",
|
||||
"_id": "P4qAEDJUoNLgVRsA",
|
||||
"img": "icons/magic/symbols/rune-sigil-red-orange.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"37KLF2bim9nRdPTU": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Pain",
|
||||
"description": "Each time you mark an Armor Slot, 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": "37KLF2bim9nRdPTU",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"baseScore": 6,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "painful",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"37KLF2bim9nRdPTU"
|
||||
]
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 17,
|
||||
"severe": 43
|
||||
}
|
||||
},
|
||||
"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": 1753808832397,
|
||||
"modifiedTime": 1753809018449,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!P4qAEDJUoNLgVRsA"
|
||||
}
|
||||
|
|
@ -0,0 +1,80 @@
|
|||
{
|
||||
"folder": "hLn0v6ov6KuFgptu",
|
||||
"name": "Runetan Floating Armor",
|
||||
"type": "armor",
|
||||
"_id": "tHlBUDQC24YMZqd6",
|
||||
"img": "icons/equipment/chest/breastplate-layered-leather-black.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"Nn33zCIcWe6LQMDH": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Shift",
|
||||
"description": "When you are targeted for an attack, you can mark an Armor Slot to give the attack roll against you disadvantage.",
|
||||
"img": "icons/magic/defensive/illusion-evasion-echo-purple.webp",
|
||||
"cost": [
|
||||
{
|
||||
"key": "stress",
|
||||
"value": 1,
|
||||
"keyIsID": false,
|
||||
"scalable": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"_id": "Nn33zCIcWe6LQMDH",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"baseScore": 4,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "shifting",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"Nn33zCIcWe6LQMDH"
|
||||
]
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 9,
|
||||
"severe": 20
|
||||
}
|
||||
},
|
||||
"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": 1753807528637,
|
||||
"modifiedTime": 1753808232404,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!tHlBUDQC24YMZqd6"
|
||||
}
|
||||
|
|
@ -0,0 +1,119 @@
|
|||
{
|
||||
"folder": "Hbjp64XzuyJs2hOs",
|
||||
"name": "Savior Chainmail",
|
||||
"type": "armor",
|
||||
"_id": "8X16lJQ3xltTwynm",
|
||||
"img": "icons/equipment/chest/breastplate-layered-leather-green.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"baseScore": 8,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "difficult",
|
||||
"effectIds": [
|
||||
"rkrqlwqtR9REgRx7"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 18,
|
||||
"severe": 48
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Difficult",
|
||||
"description": "-1 to all character traits and Evasion",
|
||||
"img": "icons/magic/control/buff-flight-wings-red.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.traits.agility.value",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
},
|
||||
{
|
||||
"key": "system.traits.strength.value",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
},
|
||||
{
|
||||
"key": "system.traits.finesse.value",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
},
|
||||
{
|
||||
"key": "system.traits.instinct.value",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
},
|
||||
{
|
||||
"key": "system.traits.presence.value",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
},
|
||||
{
|
||||
"key": "system.traits.knowledge.value",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
},
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"_id": "rkrqlwqtR9REgRx7",
|
||||
"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": 1753809744697,
|
||||
"modifiedTime": 1753809744697,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!8X16lJQ3xltTwynm.rkrqlwqtR9REgRx7"
|
||||
}
|
||||
],
|
||||
"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": 1753809733405,
|
||||
"modifiedTime": 1753809762536,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!8X16lJQ3xltTwynm"
|
||||
}
|
||||
|
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"folder": "rkSdPu86ybLz6aKF",
|
||||
"name": "Spiked Plate Armor",
|
||||
"type": "armor",
|
||||
"_id": "QjwsIhXKqnlvRBMv",
|
||||
"img": "icons/equipment/chest/breastplate-banded-steel-studded.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"baseScore": 5,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "sharp",
|
||||
"effectIds": [
|
||||
"V8CcTcVAIxHq8KNd"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 10,
|
||||
"severe": 25
|
||||
}
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Sharp",
|
||||
"description": "On a successful attack against a target within Melee range, add a d4 to the damage roll.",
|
||||
"img": "icons/magic/defensive/shield-barrier-glowing-triangle-green.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.damage.primaryWeapon.dice",
|
||||
"mode": 2,
|
||||
"value": "1d4"
|
||||
},
|
||||
{
|
||||
"key": "system.bonuses.damage.secondaryWeapon.dice",
|
||||
"mode": 2,
|
||||
"value": "1d4"
|
||||
}
|
||||
],
|
||||
"_id": "V8CcTcVAIxHq8KNd",
|
||||
"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": 1753808658514,
|
||||
"modifiedTime": 1753808658514,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!QjwsIhXKqnlvRBMv.V8CcTcVAIxHq8KNd"
|
||||
}
|
||||
],
|
||||
"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": 1753808464678,
|
||||
"modifiedTime": 1753808691813,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!QjwsIhXKqnlvRBMv"
|
||||
}
|
||||
|
|
@ -0,0 +1,72 @@
|
|||
{
|
||||
"folder": "hLn0v6ov6KuFgptu",
|
||||
"name": "Tyris Soft Armor",
|
||||
"type": "armor",
|
||||
"_id": "PSW3BxCGmtLeWOxM",
|
||||
"img": "icons/equipment/chest/robe-layered-purple.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"Ch6IhuPewBeseGez": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Quiet",
|
||||
"description": "You gain a +2 bonus to rolls you make to move silently.",
|
||||
"img": "icons/magic/perception/silhouette-stealth-shadow.webp",
|
||||
"_id": "Ch6IhuPewBeseGez",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 2,
|
||||
"equipped": false,
|
||||
"baseScore": 5,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "quiet",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"Ch6IhuPewBeseGez"
|
||||
]
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 8,
|
||||
"severe": 18
|
||||
}
|
||||
},
|
||||
"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": 1753807607742,
|
||||
"modifiedTime": 1753807646156,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!PSW3BxCGmtLeWOxM"
|
||||
}
|
||||
|
|
@ -0,0 +1,72 @@
|
|||
{
|
||||
"folder": "Hbjp64XzuyJs2hOs",
|
||||
"name": "Veritas Opal Armor",
|
||||
"type": "armor",
|
||||
"_id": "OvzgUTYy2RCN85vV",
|
||||
"img": "icons/equipment/chest/breastplate-collared-steel-green.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"sY3W5JYspN5Du5ag": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Truthseeking",
|
||||
"description": "This armor glows when another creature within Close range tells a lie.",
|
||||
"img": "icons/magic/perception/orb-crystal-ball-scrying-blue.webp",
|
||||
"_id": "sY3W5JYspN5Du5ag",
|
||||
"effects": [],
|
||||
"systemPath": "actions",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"baseScore": 6,
|
||||
"armorFeatures": [
|
||||
{
|
||||
"value": "truthseeking",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"sY3W5JYspN5Du5ag"
|
||||
]
|
||||
}
|
||||
],
|
||||
"marks": {
|
||||
"value": 0
|
||||
},
|
||||
"baseThresholds": {
|
||||
"major": 13,
|
||||
"severe": 36
|
||||
}
|
||||
},
|
||||
"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": 1753809706360,
|
||||
"modifiedTime": 1753809725217,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!OvzgUTYy2RCN85vV"
|
||||
}
|
||||
|
|
@ -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_6nJ3reb1jx83CtRy.json
Normal file
21
src/packs/items/weapons/folders_Tier_1_6nJ3reb1jx83CtRy.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": "ECjoqjRcavLWZah1",
|
||||
"name": "Tier 1",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "6nJ3reb1jx83CtRy",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!folders!6nJ3reb1jx83CtRy"
|
||||
}
|
||||
21
src/packs/items/weapons/folders_Tier_1_cnmKLegyDD1xkSuI.json
Normal file
21
src/packs/items/weapons/folders_Tier_1_cnmKLegyDD1xkSuI.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": "vc6psFLwYfjOAVZu",
|
||||
"name": "Tier 1",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "cnmKLegyDD1xkSuI",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!folders!cnmKLegyDD1xkSuI"
|
||||
}
|
||||
|
|
@ -1,23 +1,23 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": null,
|
||||
"folder": "w1HdMrtozpCGF8UB",
|
||||
"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": 1753828177628,
|
||||
"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_fFuMdvpD1F3UshmM.json
Normal file
21
src/packs/items/weapons/folders_Tier_2_fFuMdvpD1F3UshmM.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": "ECjoqjRcavLWZah1",
|
||||
"name": "Tier 2",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "fFuMdvpD1F3UshmM",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!folders!fFuMdvpD1F3UshmM"
|
||||
}
|
||||
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"
|
||||
}
|
||||
21
src/packs/items/weapons/folders_Tier_3_TyqMEXhSkjOUq5SA.json
Normal file
21
src/packs/items/weapons/folders_Tier_3_TyqMEXhSkjOUq5SA.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": "ECjoqjRcavLWZah1",
|
||||
"name": "Tier 3",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "TyqMEXhSkjOUq5SA",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!folders!TyqMEXhSkjOUq5SA"
|
||||
}
|
||||
|
|
@ -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_beilKE5ZPAihKg3O.json
Normal file
21
src/packs/items/weapons/folders_Tier_4_beilKE5ZPAihKg3O.json
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "Item",
|
||||
"folder": "ECjoqjRcavLWZah1",
|
||||
"name": "Tier 4",
|
||||
"color": null,
|
||||
"sorting": "a",
|
||||
"_id": "beilKE5ZPAihKg3O",
|
||||
"description": "",
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!folders!beilKE5ZPAihKg3O"
|
||||
}
|
||||
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,31 @@
|
|||
{
|
||||
"folder": "OKJC8cHvPuseBHWq",
|
||||
"name": "Black Powder Revolver",
|
||||
"type": "loot",
|
||||
"_id": "NUbvkPLS71XO073r",
|
||||
"img": "icons/weapons/guns/gun-pistol-brass.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"quantity": 1,
|
||||
"actions": {}
|
||||
},
|
||||
"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": 1753832431607,
|
||||
"modifiedTime": 1753832439003,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!NUbvkPLS71XO073r"
|
||||
}
|
||||
163
src/packs/items/weapons/weapon_Aantari_Bow_ijodu5yNBoMxpkHV.json
Normal file
163
src/packs/items/weapons/weapon_Aantari_Bow_ijodu5yNBoMxpkHV.json
Normal file
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"folder": "cvhQpWXCo3YJhtwx",
|
||||
"name": "Aantari Bow",
|
||||
"type": "weapon",
|
||||
"_id": "ijodu5yNBoMxpkHV",
|
||||
"img": "icons/weapons/bows/shortbow-leaves-green.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 4,
|
||||
"equipped": false,
|
||||
"secondary": false,
|
||||
"burden": "twoHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "reliable",
|
||||
"effectIds": [
|
||||
"HrbJ0bI7lMAYUCux"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "31XEMDUyjpqFA7H9",
|
||||
"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": 11,
|
||||
"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": "Reliable",
|
||||
"description": "+1 to attack rolls",
|
||||
"img": "icons/skills/melee/strike-sword-slashing-red.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.roll.primaryWeapon.attack",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "HrbJ0bI7lMAYUCux",
|
||||
"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": 1753835307838,
|
||||
"modifiedTime": 1753835307838,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!ijodu5yNBoMxpkHV.HrbJ0bI7lMAYUCux"
|
||||
}
|
||||
],
|
||||
"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": 1753835285790,
|
||||
"modifiedTime": 1753835317605,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!ijodu5yNBoMxpkHV"
|
||||
}
|
||||
|
|
@ -0,0 +1,161 @@
|
|||
{
|
||||
"folder": "TyqMEXhSkjOUq5SA",
|
||||
"name": "Advanced Arcane-Frame Wheelchair",
|
||||
"type": "weapon",
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"secondary": false,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "reliable",
|
||||
"effectIds": [
|
||||
"G561ymlNGmaFAYFB"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "fKTeCKjfyQauf5bA",
|
||||
"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": 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": "Reliable",
|
||||
"description": "+1 to attack rolls",
|
||||
"img": "icons/skills/melee/strike-sword-slashing-red.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.roll.primaryWeapon.attack",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "G561ymlNGmaFAYFB",
|
||||
"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",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!items.effects!la3sAWgnvadc4NvP.G561ymlNGmaFAYFB"
|
||||
}
|
||||
],
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753836715885,
|
||||
"modifiedTime": 1753836789197,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_id": "la3sAWgnvadc4NvP",
|
||||
"sort": 0,
|
||||
"_key": "!items!la3sAWgnvadc4NvP"
|
||||
}
|
||||
|
|
@ -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": "OKJC8cHvPuseBHWq",
|
||||
"name": "Advanced Battleaxe",
|
||||
"type": "weapon",
|
||||
"_id": "FcbvY1ydbNVMjKvk",
|
||||
"img": "icons/weapons/axes/axe-double-engraved-black.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": "tSwiEa50USNh6uEJ",
|
||||
"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": [
|
||||
"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": 1753831668041,
|
||||
"modifiedTime": 1753831689481,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!FcbvY1ydbNVMjKvk"
|
||||
}
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"folder": "OKJC8cHvPuseBHWq",
|
||||
"name": "Advanced Broadsword",
|
||||
"type": "weapon",
|
||||
"_id": "WtQAGz0TUgz8Xg70",
|
||||
"img": "icons/weapons/swords/sword-guard-embossed-green.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"secondary": false,
|
||||
"burden": "oneHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "reliable",
|
||||
"effectIds": [
|
||||
"fRPKHzbKRz4yTHAF"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "tSwiEa50USNh6uEJ",
|
||||
"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": "Reliable",
|
||||
"description": "+1 to attack rolls",
|
||||
"img": "icons/skills/melee/strike-sword-slashing-red.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.roll.primaryWeapon.attack",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "fRPKHzbKRz4yTHAF",
|
||||
"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": 1753831629563,
|
||||
"modifiedTime": 1753831629563,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!WtQAGz0TUgz8Xg70.fRPKHzbKRz4yTHAF"
|
||||
}
|
||||
],
|
||||
"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": 1753831599435,
|
||||
"modifiedTime": 1753831629573,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!WtQAGz0TUgz8Xg70"
|
||||
}
|
||||
|
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"folder": "OKJC8cHvPuseBHWq",
|
||||
"name": "Advanced Crossbow",
|
||||
"type": "weapon",
|
||||
"_id": "3HGs0AgVrdIBTaKG",
|
||||
"img": "icons/weapons/crossbows/crossbow-ornamental-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": "tSwiEa50USNh6uEJ",
|
||||
"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": 1753832024062,
|
||||
"modifiedTime": 1753832046861,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!3HGs0AgVrdIBTaKG"
|
||||
}
|
||||
|
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"folder": "OKJC8cHvPuseBHWq",
|
||||
"name": "Advanced Cutlass",
|
||||
"type": "weapon",
|
||||
"_id": "bw9WO9lxkM9bWZxQ",
|
||||
"img": "icons/weapons/swords/scimitar-guard-brown.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": "tSwiEa50USNh6uEJ",
|
||||
"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": "d8",
|
||||
"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": 1753831881396,
|
||||
"modifiedTime": 1753831904535,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!bw9WO9lxkM9bWZxQ"
|
||||
}
|
||||
|
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"folder": "OKJC8cHvPuseBHWq",
|
||||
"name": "Advanced Dagger",
|
||||
"type": "weapon",
|
||||
"_id": "mrioysDjNQEIE8hN",
|
||||
"img": "icons/weapons/daggers/dagger-simple-violet.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": "tSwiEa50USNh6uEJ",
|
||||
"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": 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": 1753831785214,
|
||||
"modifiedTime": 1753831814649,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!mrioysDjNQEIE8hN"
|
||||
}
|
||||
|
|
@ -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,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,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,173 @@
|
|||
{
|
||||
"folder": "OKJC8cHvPuseBHWq",
|
||||
"name": "Advanced Greatsword",
|
||||
"type": "weapon",
|
||||
"_id": "MAC6YWTo4lzSotQc",
|
||||
"img": "icons/weapons/swords/greatsword-crossguard-engraved-green.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"secondary": false,
|
||||
"burden": "twoHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "massive",
|
||||
"effectIds": [
|
||||
"E0PjC15OP55vIype"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "tSwiEa50USNh6uEJ",
|
||||
"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": [
|
||||
"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": "Massive",
|
||||
"description": "-1 to Evasion; on a successful attack, roll an additional damage die and discard the lowest result.",
|
||||
"img": "icons/skills/melee/strike-flail-destructive-yellow.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
},
|
||||
{
|
||||
"key": "system.bonuses.damage.primaryWeapon.extraDice",
|
||||
"mode": 2,
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"key": "system.rules.weapon.dropLowestDamageDice",
|
||||
"mode": 5,
|
||||
"value": "1"
|
||||
}
|
||||
],
|
||||
"_id": "E0PjC15OP55vIype",
|
||||
"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": 1753831714716,
|
||||
"modifiedTime": 1753831714716,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!MAC6YWTo4lzSotQc.E0PjC15OP55vIype"
|
||||
}
|
||||
],
|
||||
"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": 1753831701352,
|
||||
"modifiedTime": 1753831723203,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!MAC6YWTo4lzSotQc"
|
||||
}
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"folder": "OKJC8cHvPuseBHWq",
|
||||
"name": "Advanced Halberd",
|
||||
"type": "weapon",
|
||||
"_id": "C8gQn7onAc9wsrCs",
|
||||
"img": "icons/weapons/polearms/halberd-crescent-steel.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"secondary": false,
|
||||
"burden": "twoHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "cumbersome",
|
||||
"effectIds": [
|
||||
"pdRt0nO1ooGPO3cm"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "tSwiEa50USNh6uEJ",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "veryClose",
|
||||
"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": [
|
||||
"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": "Cumbersome",
|
||||
"description": "-1 to Finesse",
|
||||
"img": "icons/commodities/metal/mail-plate-steel.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.traits.finesse.value",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"_id": "pdRt0nO1ooGPO3cm",
|
||||
"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": 1753831956883,
|
||||
"modifiedTime": 1753831956883,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!C8gQn7onAc9wsrCs.pdRt0nO1ooGPO3cm"
|
||||
}
|
||||
],
|
||||
"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": 1753831933214,
|
||||
"modifiedTime": 1753831956886,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!C8gQn7onAc9wsrCs"
|
||||
}
|
||||
|
|
@ -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": "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,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,161 @@
|
|||
{
|
||||
"folder": "TyqMEXhSkjOUq5SA",
|
||||
"name": "Advanced Heavy-Frame Wheelchair",
|
||||
"type": "weapon",
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"secondary": false,
|
||||
"burden": "twoHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "heavy",
|
||||
"effectIds": [
|
||||
"1godgiqdDADyR0Tw"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "fKTeCKjfyQauf5bA",
|
||||
"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": "d12",
|
||||
"bonus": 9,
|
||||
"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": "Heavy",
|
||||
"description": "-1 to Evasion",
|
||||
"img": "icons/commodities/metal/ingot-worn-iron.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.evasion",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"_id": "1godgiqdDADyR0Tw",
|
||||
"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",
|
||||
"lastModifiedBy": null
|
||||
},
|
||||
"_key": "!items.effects!eT2Qwb0RdrLX2hH1.1godgiqdDADyR0Tw"
|
||||
}
|
||||
],
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753836675558,
|
||||
"modifiedTime": 1753836795905,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_id": "eT2Qwb0RdrLX2hH1",
|
||||
"sort": 0,
|
||||
"_key": "!items!eT2Qwb0RdrLX2hH1"
|
||||
}
|
||||
|
|
@ -0,0 +1,154 @@
|
|||
{
|
||||
"folder": "TyqMEXhSkjOUq5SA",
|
||||
"name": "Advanced Light-Frame Wheelchair",
|
||||
"type": "weapon",
|
||||
"img": "icons/svg/item-bag.svg",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"V1GupKWIUExrfrf9": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Quick",
|
||||
"description": "When you make an attack, you can mark a Stress to target another creature within range.",
|
||||
"img": "icons/skills/movement/arrow-upward-yellow.webp",
|
||||
"cost": [
|
||||
{
|
||||
"key": "stress",
|
||||
"value": 1,
|
||||
"keyIsID": false,
|
||||
"scalable": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"_id": "V1GupKWIUExrfrf9",
|
||||
"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": "quick",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"V1GupKWIUExrfrf9"
|
||||
]
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "fKTeCKjfyQauf5bA",
|
||||
"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": [],
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"FecEtPuoQh6MpjQ0": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.346",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753836614032,
|
||||
"modifiedTime": 1753836802197,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_id": "BuMfupnCzHbziQ8o",
|
||||
"sort": 0,
|
||||
"_key": "!items!BuMfupnCzHbziQ8o"
|
||||
}
|
||||
|
|
@ -0,0 +1,163 @@
|
|||
{
|
||||
"folder": "OKJC8cHvPuseBHWq",
|
||||
"name": "Advanced Longbow",
|
||||
"type": "weapon",
|
||||
"_id": "M5CywMAyPKGgebsJ",
|
||||
"img": "icons/weapons/bows/longbow-leather-green.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {},
|
||||
"attached": [],
|
||||
"tier": 3,
|
||||
"equipped": false,
|
||||
"secondary": false,
|
||||
"burden": "twoHanded",
|
||||
"weaponFeatures": [
|
||||
{
|
||||
"value": "cumbersome",
|
||||
"effectIds": [
|
||||
"CUpkNgCUE6CWAXc3"
|
||||
],
|
||||
"actionIds": []
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "tSwiEa50USNh6uEJ",
|
||||
"systemPath": "attack",
|
||||
"type": "attack",
|
||||
"range": "veryFar",
|
||||
"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": 9,
|
||||
"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": "Cumbersome",
|
||||
"description": "-1 to Finesse",
|
||||
"img": "icons/commodities/metal/mail-plate-steel.webp",
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.traits.finesse.value",
|
||||
"mode": 2,
|
||||
"value": "-1"
|
||||
}
|
||||
],
|
||||
"_id": "CUpkNgCUE6CWAXc3",
|
||||
"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": 1753832086910,
|
||||
"modifiedTime": 1753832086910,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items.effects!M5CywMAyPKGgebsJ.CUpkNgCUE6CWAXc3"
|
||||
}
|
||||
],
|
||||
"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": 1753832060079,
|
||||
"modifiedTime": 1753832086913,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!M5CywMAyPKGgebsJ"
|
||||
}
|
||||
|
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"folder": "OKJC8cHvPuseBHWq",
|
||||
"name": "Advanced Longsword",
|
||||
"type": "weapon",
|
||||
"_id": "9xkB3MWXahrsVP4N",
|
||||
"img": "icons/weapons/swords/sword-guard-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": "tSwiEa50USNh6uEJ",
|
||||
"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": 9,
|
||||
"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": 1753831635467,
|
||||
"modifiedTime": 1753831658646,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!9xkB3MWXahrsVP4N"
|
||||
}
|
||||
|
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"folder": "OKJC8cHvPuseBHWq",
|
||||
"name": "Advanced Mace",
|
||||
"type": "weapon",
|
||||
"_id": "WreMYiH5uhVDaoVw",
|
||||
"img": "icons/weapons/maces/mace-spiked-steel-wood.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": "tSwiEa50USNh6uEJ",
|
||||
"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": [
|
||||
"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": 1753831730528,
|
||||
"modifiedTime": 1753831747562,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!WreMYiH5uhVDaoVw"
|
||||
}
|
||||
|
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"folder": "OKJC8cHvPuseBHWq",
|
||||
"name": "Advanced Quarterstaff",
|
||||
"type": "weapon",
|
||||
"_id": "zJtm2f9ZFKZRtCRg",
|
||||
"img": "icons/weapons/staves/staff-orb-feather.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": "tSwiEa50USNh6uEJ",
|
||||
"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": "d10",
|
||||
"bonus": 9,
|
||||
"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": 1753831826360,
|
||||
"modifiedTime": 1753831868734,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!zJtm2f9ZFKZRtCRg"
|
||||
}
|
||||
|
|
@ -0,0 +1,154 @@
|
|||
{
|
||||
"folder": "OKJC8cHvPuseBHWq",
|
||||
"name": "Advanced Rapier",
|
||||
"type": "weapon",
|
||||
"_id": "KxFne76d7cak15dO",
|
||||
"img": "icons/weapons/swords/sword-jeweled-red.webp",
|
||||
"system": {
|
||||
"description": "",
|
||||
"actions": {
|
||||
"bx2JFFD7JglAsVG6": {
|
||||
"type": "effect",
|
||||
"actionType": "action",
|
||||
"chatDisplay": true,
|
||||
"name": "Quick",
|
||||
"description": "When you make an attack, you can mark a Stress to target another creature within range.",
|
||||
"img": "icons/skills/movement/arrow-upward-yellow.webp",
|
||||
"cost": [
|
||||
{
|
||||
"key": "stress",
|
||||
"value": 1,
|
||||
"keyIsID": false,
|
||||
"scalable": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"_id": "bx2JFFD7JglAsVG6",
|
||||
"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": "quick",
|
||||
"effectIds": [],
|
||||
"actionIds": [
|
||||
"bx2JFFD7JglAsVG6"
|
||||
]
|
||||
}
|
||||
],
|
||||
"attack": {
|
||||
"name": "Attack",
|
||||
"img": "icons/skills/melee/blood-slash-foam-red.webp",
|
||||
"_id": "tSwiEa50USNh6uEJ",
|
||||
"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": "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": [],
|
||||
"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": 1753831909596,
|
||||
"modifiedTime": 1753831926420,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!KxFne76d7cak15dO"
|
||||
}
|
||||
|
|
@ -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,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,190 @@
|
|||
{
|
||||
"folder": "oreMpiiytMRaR9sy",
|
||||
"name": "Advanced Scepter",
|
||||
"type": "weapon",
|
||||
"_id": "2Khzuj768yoWN9QK",
|
||||
"img": "icons/weapons/staves/staff-forest-hooked.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": 1753835888435,
|
||||
"lastModifiedBy": "FecEtPuoQh6MpjQ0"
|
||||
},
|
||||
"_key": "!items!2Khzuj768yoWN9QK"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue