mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-16 23:26:28 +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,111 @@
|
|||
{
|
||||
"name": "Potion of Stability",
|
||||
"type": "consumable",
|
||||
"_id": "dvL8oaxpEF6jKvYN",
|
||||
"img": "icons/consumables/potions/bottle-conical-corked-labeled-shell-cyan.webp",
|
||||
"system": {
|
||||
"description": "<p>You can drink this potion to choose one additional downtime move.</p>",
|
||||
"quantity": 1,
|
||||
"actions": {
|
||||
"ifj42z5FhfMVyyd1": {
|
||||
"type": "effect",
|
||||
"_id": "ifj42z5FhfMVyyd1",
|
||||
"systemPath": "actions",
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"_id": "PjjGC4TpzjSz9z8s",
|
||||
"onSave": false
|
||||
}
|
||||
],
|
||||
"target": {
|
||||
"type": null,
|
||||
"amount": null
|
||||
},
|
||||
"name": "Drink",
|
||||
"img": "icons/consumables/potions/bottle-conical-corked-labeled-shell-cyan.webp",
|
||||
"range": ""
|
||||
}
|
||||
},
|
||||
"consumeOnUse": true
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
"name": "Potion of Stability",
|
||||
"img": "icons/consumables/potions/bottle-conical-corked-labeled-shell-cyan.webp",
|
||||
"origin": "Compendium.daggerheart.consumables.Item.dvL8oaxpEF6jKvYN",
|
||||
"transfer": false,
|
||||
"_id": "PjjGC4TpzjSz9z8s",
|
||||
"type": "base",
|
||||
"system": {},
|
||||
"changes": [
|
||||
{
|
||||
"key": "system.bonuses.rest.shortRest.shortMoves",
|
||||
"mode": 2,
|
||||
"value": "1",
|
||||
"priority": null
|
||||
},
|
||||
{
|
||||
"key": "system.bonuses.rest.longRest.longMoves",
|
||||
"mode": 2,
|
||||
"value": "1",
|
||||
"priority": null
|
||||
}
|
||||
],
|
||||
"disabled": false,
|
||||
"duration": {
|
||||
"startTime": null,
|
||||
"combat": null,
|
||||
"seconds": null,
|
||||
"rounds": null,
|
||||
"turns": null,
|
||||
"startRound": null,
|
||||
"startTurn": null
|
||||
},
|
||||
"description": "",
|
||||
"tint": "#ffffff",
|
||||
"statuses": [],
|
||||
"sort": 0,
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
"compendiumSource": null,
|
||||
"duplicateSource": null,
|
||||
"exportSource": null,
|
||||
"coreVersion": "13.344",
|
||||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753616591279,
|
||||
"modifiedTime": 1753616612536,
|
||||
"lastModifiedBy": "OFxauskoxcvVTVNA"
|
||||
},
|
||||
"_key": "!items.effects!dvL8oaxpEF6jKvYN.PjjGC4TpzjSz9z8s"
|
||||
}
|
||||
],
|
||||
"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": 1753588038000,
|
||||
"modifiedTime": 1753616591291,
|
||||
"lastModifiedBy": "OFxauskoxcvVTVNA"
|
||||
},
|
||||
"_key": "!items!dvL8oaxpEF6jKvYN"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue