mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 23:49:02 +01:00
Cost & Uses consume to execute
This commit is contained in:
parent
f747dc3c32
commit
9d9c636dbc
5 changed files with 109 additions and 101 deletions
|
|
@ -25,7 +25,7 @@ export default class DamageField extends fields.SchemaField {
|
|||
/**
|
||||
* Roll Damage/Healing Action Workflow part.
|
||||
* Must be called within Action context.
|
||||
* @param {object} config Object that contains workflow datas. Usually made from Action Fields prepareConfig methods.
|
||||
* @param {object} config Object that contains workflow datas. Usually made from Action Fields prepareConfig methods.
|
||||
* @param {string} [messageId=null] ChatMessage Id where the clicked button belong.
|
||||
* @param {boolean} [force=false] If the method should be executed outside of Action workflow, for ChatMessage button for example.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue