mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
[Feature] 1033 - Consume Quantity On Use (#1106)
* Initial migration * Updated compendium YML * Added Quantity as a possible cost * Added quantity consumption to all Compendium Consumables * . * Added DestroyOnEmpty property
This commit is contained in:
parent
9dd773001d
commit
8fd63d5963
397 changed files with 1276 additions and 930 deletions
|
|
@ -20,7 +20,6 @@
|
|||
"scalable": false,
|
||||
"key": "stress",
|
||||
"value": 1,
|
||||
"keyIsID": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
"scalable": false,
|
||||
"key": "hitPoints",
|
||||
"value": 1,
|
||||
"keyIsID": false,
|
||||
"step": null,
|
||||
"consumeOnSuccess": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
"scalable": false,
|
||||
"key": "hope",
|
||||
"value": 3,
|
||||
"keyIsID": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
"scalable": false,
|
||||
"key": "hope",
|
||||
"value": 3,
|
||||
"keyIsID": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
"scalable": false,
|
||||
"key": "hope",
|
||||
"value": 3,
|
||||
"keyIsID": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
"scalable": false,
|
||||
"key": "hope",
|
||||
"value": 3,
|
||||
"keyIsID": false,
|
||||
"step": null,
|
||||
"consumeOnSuccess": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
"scalable": false,
|
||||
"key": "hope",
|
||||
"value": 3,
|
||||
"keyIsID": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
"scalable": false,
|
||||
"key": "hope",
|
||||
"value": 3,
|
||||
"keyIsID": false,
|
||||
"step": null,
|
||||
"consumeOnSuccess": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
"scalable": false,
|
||||
"key": "hope",
|
||||
"value": 3,
|
||||
"keyIsID": false,
|
||||
"step": null,
|
||||
"consumeOnSuccess": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@
|
|||
"actionType": "action",
|
||||
"cost": [
|
||||
{
|
||||
"keyIsID": false,
|
||||
"key": "hope",
|
||||
"value": 1,
|
||||
"scalable": false,
|
||||
|
|
|
|||
|
|
@ -20,7 +20,6 @@
|
|||
"scalable": false,
|
||||
"key": "hope",
|
||||
"value": 3,
|
||||
"keyIsID": false,
|
||||
"step": null
|
||||
}
|
||||
],
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
"scalable": false,
|
||||
"key": "hope",
|
||||
"value": 3,
|
||||
"keyIsID": false,
|
||||
"step": null,
|
||||
"consumeOnSuccess": false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue