mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Adding stress cost to wings of light (#1413)
This commit is contained in:
parent
8eae1c0763
commit
7f7536ee06
1 changed files with 10 additions and 1 deletions
|
|
@ -15,7 +15,16 @@
|
||||||
"description": "<p>Mark a Stress to pick up and carry another willing creature approximately your size or smaller.</p>",
|
"description": "<p>Mark a Stress to pick up and carry another willing creature approximately your size or smaller.</p>",
|
||||||
"chatDisplay": true,
|
"chatDisplay": true,
|
||||||
"actionType": "action",
|
"actionType": "action",
|
||||||
"cost": [],
|
"cost": [
|
||||||
|
{
|
||||||
|
"scalable": false,
|
||||||
|
"key": "stress",
|
||||||
|
"value": 1,
|
||||||
|
"itemId": null,
|
||||||
|
"step": null,
|
||||||
|
"consumeOnSuccess": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"uses": {
|
"uses": {
|
||||||
"value": null,
|
"value": null,
|
||||||
"max": "",
|
"max": "",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue