mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-20 16:44:40 +01:00
[Feature] 1033 - Consume Quantity On Use (#1106)
* Initial migration * Updated compendium YML * Added Quantity as a possible cost * Added quantity consumption to all Compendium Consumables * . * Added DestroyOnEmpty property
This commit is contained in:
parent
9dd773001d
commit
8fd63d5963
397 changed files with 1276 additions and 930 deletions
|
|
@ -14,7 +14,16 @@
|
|||
"description": "<p>When you drink the contents of this vial, you can see in total darkness until your next rest.</p>",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"cost": [
|
||||
{
|
||||
"scalable": false,
|
||||
"key": "quantity",
|
||||
"value": 1,
|
||||
"itemId": "VqEX5YwK5oL3r1t6",
|
||||
"step": null,
|
||||
"consumeOnSuccess": false
|
||||
}
|
||||
],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": "",
|
||||
|
|
@ -36,6 +45,7 @@
|
|||
}
|
||||
},
|
||||
"consumeOnUse": true,
|
||||
"destroyOnEmpty": true,
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 60,
|
||||
|
|
@ -101,10 +111,10 @@
|
|||
"exportSource": null,
|
||||
"coreVersion": "13.347",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "1.0.5",
|
||||
"systemVersion": "1.2.0",
|
||||
"createdTime": 1753587590537,
|
||||
"modifiedTime": 1755432602190,
|
||||
"lastModifiedBy": "VZIeX2YDvX338Zvr"
|
||||
"modifiedTime": 1756336832961,
|
||||
"lastModifiedBy": "gbAAZWyczKwejDNh"
|
||||
},
|
||||
"_key": "!items!VqEX5YwK5oL3r1t6"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue