daggerheart/src/packs/items/consumables/consumable_Acidpaste_cfVFmS8vT9dbq9s1.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

58 lines
1.4 KiB
JSON

{
"name": "Acidpaste",
"type": "consumable",
"_id": "cfVFmS8vT9dbq9s1",
"img": "icons/commodities/materials/bowl-powder-teal.webp",
"system": {
"description": "<p>This paste eats away walls and other surfaces in bright flashes.</p>",
"quantity": 1,
"actions": {
"FQ2Ty0pP3z6JrBr6": {
"type": "effect",
"_id": "FQ2Ty0pP3z6JrBr6",
"systemPath": "actions",
"description": "<p>This paste eats away walls and other surfaces in bright flashes.</p>",
"chatDisplay": true,
"actionType": "action",
"cost": [
{
"scalable": false,
"key": "quantity",
"value": 1,
"itemId": "cfVFmS8vT9dbq9s1",
"step": null,
"consumeOnSuccess": false
}
],
"uses": {
"value": null,
"max": "",
"recovery": null
},
"effects": [],
"target": {
"type": "any",
"amount": null
},
"name": "Use",
"img": "icons/commodities/materials/bowl-powder-teal.webp",
"range": ""
}
},
"consumeOnUse": true,
"attribution": {
"source": "Daggerheart SRD",
"page": 61,
"artist": ""
}
},
"effects": [],
"folder": null,
"sort": 0,
"ownership": {
"default": 0,
"OFxauskoxcvVTVNA": 3
},
"flags": {},
"_key": "!items!cfVFmS8vT9dbq9s1"
}