mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 07:36:26 +01:00
[feature] Action UsesButton (#662)
* Added a button to spend/restore uses of an action * Fixed some compendium Uses on actions * Went over all item compendia and fixed some Uses on actions * Fixed folder order in Subclass compendium
This commit is contained in:
parent
ead2f6b8f3
commit
a1a3ccc461
70 changed files with 471 additions and 358 deletions
|
|
@ -29,9 +29,9 @@
|
|||
],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": "",
|
||||
"recovery": null,
|
||||
"consumeOnSuccess": false
|
||||
"max": "1",
|
||||
"recovery": "shortRest",
|
||||
"consumeOnSuccess": true
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
|
|
@ -99,13 +99,7 @@
|
|||
"range": "veryFar"
|
||||
}
|
||||
},
|
||||
"resource": {
|
||||
"type": "simple",
|
||||
"value": 1,
|
||||
"recovery": "shortRest",
|
||||
"max": "1",
|
||||
"icon": ""
|
||||
}
|
||||
"resource": null
|
||||
},
|
||||
"flags": {},
|
||||
"_stats": {
|
||||
|
|
@ -116,8 +110,8 @@
|
|||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1753922784449,
|
||||
"modifiedTime": 1754254262215,
|
||||
"lastModifiedBy": "Q9NoTaEarn3VMS6Z"
|
||||
"modifiedTime": 1754501560924,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"_id": "C0qLOwSSvZ6PG3Ws",
|
||||
"sort": 3400000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue