{{formGroup fields.description value=source.description rootId=rootId}}
{{localize "DAGGERHEART.ROLLTABLES.formula"}}
{{localize "DAGGERHEART.ROLLTABLES.FIELDS.formulaName.label"}} {{localize "Formula Roll"}} {{formInput systemFields.formulaName value=@root.formulaName name="flags.daggerheart.formulaName"}} {{formInput fields.formula value=source.formula placeholder=formulaPlaceholder rootId=rootId}} {{#each @root.altFormula as | formula key |}} {{formInput @root.systemFields.altFormula.element.fields.name value=formula.name name=(concat "flags.daggerheart.altFormula." key ".name")}} {{formInput @root.systemFields.altFormula.element.fields.formula value=formula.formula name=(concat "flags.daggerheart.altFormula." key ".formula")}} {{/each}}
{{formGroup fields.replacement value=source.replacement rootId=rootId}} {{formGroup fields.displayRoll value=source.displayRoll rootId=rootId}}