Cost & Uses consume to execute

This commit is contained in:
Dapoolp 2025-08-22 13:07:28 +02:00
parent f747dc3c32
commit 9d9c636dbc
5 changed files with 109 additions and 101 deletions

View file

@ -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.
*/