forked from public/foundryvtt-reve-de-dragon
16 lines
555 B
Handlebars
16 lines
555 B
Handlebars
<roll-part-img>
|
|
<img src="{{current.recette.img}}" data-tooltip="{{current.recette.name}}" />
|
|
</roll-part-img>
|
|
<roll-part-detail>
|
|
<subline>
|
|
<select name="select-recette" {{#if rollData.type.retry}}disabled{{/if}}>
|
|
{{selectOptions refs.recettes selected=current.key valueAttr="key" labelAttr="label"}}
|
|
</select>
|
|
{{#if current.recette}}
|
|
<selected-numeric-value>{{plusMoins current.value}}</selected-numeric-value>
|
|
{{/if}}
|
|
</subline>
|
|
{{#if current.recette}}
|
|
{{> 'roll-oeuvre-recettecuisine'}}
|
|
{{/if}}
|
|
</roll-part-detail> |