mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +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
|
|
@ -16,9 +16,9 @@
|
|||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": "",
|
||||
"recovery": null
|
||||
"value": 0,
|
||||
"max": "1",
|
||||
"recovery": "longRest"
|
||||
},
|
||||
"damage": {
|
||||
"parts": [
|
||||
|
|
@ -83,9 +83,9 @@
|
|||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": "",
|
||||
"recovery": null
|
||||
"value": 0,
|
||||
"max": "1",
|
||||
"recovery": "longRest"
|
||||
},
|
||||
"effects": [
|
||||
{
|
||||
|
|
@ -110,8 +110,8 @@
|
|||
"actionType": "action",
|
||||
"cost": [],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": "",
|
||||
"value": 0,
|
||||
"max": "1",
|
||||
"recovery": "longRest"
|
||||
},
|
||||
"damage": {
|
||||
|
|
@ -228,8 +228,8 @@
|
|||
"systemId": "daggerheart",
|
||||
"systemVersion": "0.0.1",
|
||||
"createdTime": 1754174646194,
|
||||
"modifiedTime": 1754236401349,
|
||||
"lastModifiedBy": "LgnbNMLaxandgMQq"
|
||||
"modifiedTime": 1754475491670,
|
||||
"lastModifiedBy": "MQSznptE5yLT7kj8"
|
||||
},
|
||||
"ownership": {
|
||||
"default": 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue