mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 13:41:07 +01:00
some minor consumables fixes, more to come later (#429)
* some minor consumables fixes, more to come later * another typo T_T * more loot rename fixes * more loot fixes * Changed miscellaneous to loot --------- Co-authored-by: WBHarry <williambjrklund@gmail.com>
This commit is contained in:
parent
8cb4b7663e
commit
5215212e02
86 changed files with 5254 additions and 1049 deletions
|
|
@ -0,0 +1,55 @@
|
|||
{
|
||||
"name": "Knowledge Stone",
|
||||
"type": "consumable",
|
||||
"_id": "nL9IALzm9BNi5oSt",
|
||||
"img": "icons/commodities/treasure/token-engraved-blue-glowing.webp",
|
||||
"system": {
|
||||
"description": "<p>If you die while holding this stone, an ally can take a card from your loadout to place in their loadout or vault. After they take this knowledge, the stone crumbles.</p>",
|
||||
"quantity": 1,
|
||||
"actions": {
|
||||
"We38aIuxBrv8zhfr": {
|
||||
"type": "effect",
|
||||
"_id": "We38aIuxBrv8zhfr",
|
||||
"systemPath": "actions",
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"target": {
|
||||
"type": null,
|
||||
"amount": null
|
||||
},
|
||||
"name": "Use",
|
||||
"img": "icons/commodities/treasure/token-engraved-blue-glowing.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"consumeOnUse": true
|
||||
},
|
||||
"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": 1753592240392,
|
||||
"modifiedTime": 1753592383492,
|
||||
"lastModifiedBy": "OFxauskoxcvVTVNA"
|
||||
},
|
||||
"_key": "!items!nL9IALzm9BNi5oSt"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue