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,103 @@
|
|||
{
|
||||
"name": "Snap Powder",
|
||||
"type": "consumable",
|
||||
"_id": "cg6VtQ0eVZjDdcK0",
|
||||
"img": "icons/commodities/materials/bowl-powder-gold.webp",
|
||||
"system": {
|
||||
"description": "<p>Mark a Stress and clear a HP.</p>",
|
||||
"quantity": 1,
|
||||
"actions": {
|
||||
"s4dxG7d38PPIrdoK": {
|
||||
"type": "healing",
|
||||
"_id": "s4dxG7d38PPIrdoK",
|
||||
"systemPath": "actions",
|
||||
"description": "",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [
|
||||
{
|
||||
"scalable": false,
|
||||
"key": "stress",
|
||||
"value": 1,
|
||||
"keyIsID": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": null,
|
||||
"recovery": null
|
||||
},
|
||||
"target": {
|
||||
"type": null,
|
||||
"amount": null
|
||||
},
|
||||
"effects": [],
|
||||
"healing": {
|
||||
"applyTo": "hitPoints",
|
||||
"resultBased": false,
|
||||
"value": {
|
||||
"multiplier": "flat",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": true,
|
||||
"formula": "1"
|
||||
}
|
||||
},
|
||||
"valueAlt": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"bonus": null,
|
||||
"custom": {
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"base": false,
|
||||
"type": []
|
||||
},
|
||||
"roll": {
|
||||
"type": null,
|
||||
"trait": null,
|
||||
"difficulty": null,
|
||||
"bonus": null,
|
||||
"advState": "neutral",
|
||||
"diceRolling": {
|
||||
"multiplier": "prof",
|
||||
"flatMultiplier": 1,
|
||||
"dice": "d6",
|
||||
"compare": "above",
|
||||
"treshold": 1
|
||||
},
|
||||
"useDefault": false
|
||||
},
|
||||
"name": "Use",
|
||||
"img": "icons/commodities/materials/bowl-powder-gold.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": 1753588752841,
|
||||
"modifiedTime": 1753588824014,
|
||||
"lastModifiedBy": "OFxauskoxcvVTVNA"
|
||||
},
|
||||
"_key": "!items!cg6VtQ0eVZjDdcK0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue