daggerheart/src/packs/items/consumables/consumable_Feast_of_Xuria_aX6NyxkNzu0LcJpt.json
Carlos Fernandez 4652ccefbc
Simplify effect click event (#1748)
* Fixed a bunch of deprecations

* Corrected AgileScout Beastform json data

* Updated TokenHUD to the new v14

* Removed DestroyOnEmpty from consumables

* Fixed so that tooltips don't get stuck (#1745)

* [Feature] TagTeam Partial Rendering (#1735)

* I done did it, I think

* Think I fixed the partial rendering bug for gm->player

* [V14] 1743 - Damage Update Error (#1746)

* Fixed DamageParts causing errors on update

* Fixed ActionBaseConfig error when no damage present on the action

* Fix removal of damage field

* Removed unneccessary default value function for parts

---------

Co-authored-by: Carlos Fernandez <cfern1990@gmail.com>

* Simplify effect click event

---------

Co-authored-by: WBHarry <williambjrklund@gmail.com>
Co-authored-by: WBHarry <89362246+WBHarry@users.noreply.github.com>
2026-03-25 10:57:43 +01:00

152 lines
4 KiB
JSON

{
"name": "Feast of Xuria",
"type": "consumable",
"_id": "aX6NyxkNzu0LcJpt",
"img": "icons/consumables/food/bowl-stew-tofu-potato-red.webp",
"system": {
"description": "<p>You can eat this meal to clear all HP and Stress and gain 1d4 Hope.</p>",
"quantity": 1,
"actions": {
"TL1fJitAJmDzrnHT": {
"type": "healing",
"_id": "TL1fJitAJmDzrnHT",
"systemPath": "actions",
"description": "<p>You can eat this meal to clear all HP and Stress and gain 1d4 Hope.</p>",
"chatDisplay": true,
"actionType": "action",
"cost": [
{
"scalable": false,
"key": "quantity",
"value": 1,
"itemId": "aX6NyxkNzu0LcJpt",
"step": null,
"consumeOnSuccess": false
}
],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"damage": {
"parts": {
"hitPoints": {
"value": {
"custom": {
"enabled": true,
"formula": "@system.resources.hitPoints.max"
},
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null
},
"applyTo": "hitPoints",
"base": false,
"resultBased": false,
"valueAlt": {
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false
}
},
"type": []
},
"stress": {
"value": {
"custom": {
"enabled": true,
"formula": "@system.resources.stress.max"
},
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null
},
"applyTo": "stress",
"base": false,
"resultBased": false,
"valueAlt": {
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false
}
},
"type": []
},
"hope": {
"value": {
"custom": {
"enabled": false
},
"multiplier": "flat",
"flatMultiplier": 1,
"dice": "d4",
"bonus": null
},
"applyTo": "hope",
"base": false,
"resultBased": false,
"valueAlt": {
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"bonus": null,
"custom": {
"enabled": false
}
},
"type": []
}
},
"includeBase": false
},
"target": {
"type": "self",
"amount": null
},
"effects": [],
"roll": {
"type": null,
"trait": null,
"difficulty": null,
"bonus": null,
"advState": "neutral",
"diceRolling": {
"multiplier": "prof",
"flatMultiplier": 1,
"dice": "d6",
"compare": null,
"treshold": null
},
"useDefault": false
},
"name": "Eat",
"img": "icons/consumables/food/bowl-stew-tofu-potato-red.webp",
"range": ""
}
},
"consumeOnUse": true,
"attribution": {
"source": "Daggerheart SRD",
"page": 62,
"artist": ""
}
},
"effects": [],
"folder": null,
"sort": 0,
"ownership": {
"default": 0,
"OFxauskoxcvVTVNA": 3
},
"flags": {},
"_key": "!items!aX6NyxkNzu0LcJpt"
}