mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-21 18:09:54 +02:00
[Fix] SRD Towering Stalk Fix (#2063)
* Removed a faulty research cost on the attack action of Towering Stalk * .
This commit is contained in:
parent
cb43ffed9b
commit
5889476b64
1 changed files with 23 additions and 14 deletions
|
|
@ -19,20 +19,20 @@
|
|||
"actionType": "action",
|
||||
"cost": [
|
||||
{
|
||||
"key": "stress",
|
||||
"itemId": null,
|
||||
"value": 1,
|
||||
"consumeOnSuccess": false,
|
||||
"scalable": false,
|
||||
"step": null,
|
||||
"consumeOnSuccess": false
|
||||
"key": "stress",
|
||||
"value": 1,
|
||||
"itemId": null,
|
||||
"step": null
|
||||
},
|
||||
{
|
||||
"key": "resource",
|
||||
"itemId": "n0P3VS1WfxvmXbB6",
|
||||
"value": 1,
|
||||
"consumeOnSuccess": false,
|
||||
"scalable": false,
|
||||
"step": null,
|
||||
"consumeOnSuccess": false
|
||||
"key": "resource",
|
||||
"value": 1,
|
||||
"itemId": "n0P3VS1WfxvmXbB6",
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
"uses": {
|
||||
|
|
@ -119,16 +119,17 @@
|
|||
"cost": [
|
||||
{
|
||||
"scalable": false,
|
||||
"key": "hitPoints",
|
||||
"key": "resource",
|
||||
"value": 1,
|
||||
"itemId": "n0P3VS1WfxvmXbB6",
|
||||
"step": null,
|
||||
"consumeOnSuccess": false
|
||||
}
|
||||
],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": "1",
|
||||
"recovery": "shortRest"
|
||||
"max": "",
|
||||
"recovery": null
|
||||
},
|
||||
"effects": [],
|
||||
"target": {
|
||||
|
|
@ -140,7 +141,15 @@
|
|||
"range": ""
|
||||
}
|
||||
},
|
||||
"resource": null,
|
||||
"resource": {
|
||||
"type": "simple",
|
||||
"value": 1,
|
||||
"max": "1",
|
||||
"recovery": "shortRest",
|
||||
"progression": "decreasing",
|
||||
"dieFaces": "d4",
|
||||
"icon": "fa-solid fa-seedling"
|
||||
},
|
||||
"attribution": {
|
||||
"source": "Daggerheart SRD",
|
||||
"page": 130,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue