Healing
{{formField fields.type value=source.type name="healing.type" localize=true}} {{#if (and (not @root.isNPC) @root.hasRoll)}} {{formField fields.resultBased value=source.resultBased name="healing.resultBased" localize=true}} {{/if}} {{#if (and (not @root.isNPC) @root.hasRoll source.resultBased)}}
With Hope
{{> formula fields=fields.value.fields source=source.value target="value"}}
With Fear
{{> formula fields=fields.valueAlt.fields source=source.valueAlt target="valueAlt"}}
{{else}} {{> formula fields=fields.value.fields source=source.value target="value"}} {{/if}}
{{#*inline "formula"}}
{{formField fields.custom.fields.enabled value=source.custom.enabled name=(concat "healing." target ".custom.enabled")}} {{#if source.custom.enabled}} {{formField fields.custom.fields.formula value=source.custom.formula name=(concat "healing." target ".custom.formula") localize=true}} {{else}} {{formField fields.multiplier value=source.multiplier name=(concat "healing." target ".multiplier") localize=true}} {{formField fields.dice value=source.dice name=(concat "healing." target ".dice")}} {{formField fields.bonus value=source.bonus name=(concat "healing." target ".bonus") localize=true}} {{/if}}
{{/inline}}