mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +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>",
|
||||
"chatDisplay": true,
|
||||
"actionType": "action",
|
||||
"cost": [],
|
||||
"cost": [
|
||||
{
|
||||
"scalable": false,
|
||||
"key": "stress",
|
||||
"value": 1,
|
||||
"itemId": null,
|
||||
"step": null,
|
||||
"consumeOnSuccess": false
|
||||
}
|
||||
],
|
||||
"uses": {
|
||||
"value": null,
|
||||
"max": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue