mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
added loot items (#433)
This commit is contained in:
parent
c81c1941a4
commit
0fe6c4066a
60 changed files with 3004 additions and 0 deletions
|
|
@ -0,0 +1,84 @@
|
|||
{
|
||||
"name": "Piercing Arrows",
|
||||
"type": "loot",
|
||||
"_id": "I63LTFD6GXHgyGpR",
|
||||
"img": "icons/weapons/ammunition/arrow-broadhead-glowing-orange.webp",
|
||||
"system": {
|
||||
"description": "<p>Three times per rest when you succeed on an attack with one of these arrows, you can add your Proficiency to the damage roll.</p>",
|
||||
"quantity": 1,
|
||||
"actions": {
|
||||
"0TomBo6UygDFhawG": {
|
||||
"type": "damage",
|
||||
"_id": "0TomBo6UygDFhawG",
|
||||
"systemPath": "actions",
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": 3,
|
||||
"recovery": "shortRest"
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
{
|
||||
"value": {
|
||||
"custom": {
|
||||
"enabled": true,
|
||||
"formula": "@prof"
|
||||
},
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null
|
||||
},
|
||||
"applyTo": "hitPoints",
|
||||
"type": [],
|
||||
"base": false,
|
||||
"resultBased": false,
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"includeBase": false
|
||||
},
|
||||
"target": {
|
||||
"type": "any",
|
||||
"amount": null
|
||||
},
|
||||
"effects": [],
|
||||
"name": "Use Arrow",
|
||||
"img": "icons/weapons/ammunition/arrow-broadhead-glowing-orange.webp",
|
||||
"range": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"effects": [],
|
||||
"folder": null,
|
||||
"sort": 0,
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
"OFxauskoxcvVTVNA": 3
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.344",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753625947079,
|
||||
"modifiedTime": 1753626142491,
|
||||
"lastModifiedBy": "OFxauskoxcvVTVNA"
|
||||
},
|
||||
"_key": "!items!I63LTFD6GXHgyGpR"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue