43 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<form class="rdddialog">
 | 
						|
  <h2>Cuisiner: {{oeuvre.name}}</h2>
 | 
						|
    
 | 
						|
  <div class="grid grid-2col">
 | 
						|
    <div class="flex-group-left">
 | 
						|
      <img class="chat-icon" src="{{competence.img}}" alt="{{competence.name}}" />
 | 
						|
      <div>
 | 
						|
        <div class="flexrow">
 | 
						|
          <label>Caractéristique: </label><label>{{selectedCarac.label}}</label>
 | 
						|
        </div>
 | 
						|
        <div class="flexrow">
 | 
						|
          <label>{{competence.name}}: </label><label>{{numberFormat competence.data.niveau decimals=0 sign=true}}</label></label>
 | 
						|
        </div>
 | 
						|
        <div class="flexrow">
 | 
						|
          <label>Exotisme: </label><label>{{oeuvre.data.exotisme}}</label>
 | 
						|
        </div>
 | 
						|
        <div class="flexrow">
 | 
						|
          <label for="proportions">Proportions: </label>
 | 
						|
          <input class="cuisine-proportions" type="number" size="4" name="proportions" value="{{proportions}}" data-dtype="Number" />
 | 
						|
        </div>
 | 
						|
        <div class="flexrow">
 | 
						|
          <label for="ajouterEquipement">Ajouter à l'équipement</label>
 | 
						|
          <input class="checkbox-by-name" type="checkbox" name="ajouterEquipement" {{#if ajouterEquipement}}checked{{/if}} />
 | 
						|
        </div>
 | 
						|
      </div>
 | 
						|
    </div>
 | 
						|
    <div class="flex-group-left">
 | 
						|
      <div class="flexrow">
 | 
						|
        <label>Difficulté</label>
 | 
						|
        <label>{{numberFormat diffLibre decimals=0 sign=true}}</label>
 | 
						|
      </div>
 | 
						|
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffCondition.html"}}
 | 
						|
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-moral.html"}}
 | 
						|
      <div id="tableAjustements" class="flexrow"></div>
 | 
						|
    </div>
 | 
						|
  </div>
 | 
						|
  {{> "systems/foundryvtt-reve-de-dragon/templates/partial-description-overflow.html" oeuvre.data}}
 | 
						|
  <div id="tableResolution"></div>
 | 
						|
  <div id="tableProbaReussite"></div>
 | 
						|
</form>
 | 
						|
 | 
						|
<script>
 | 
						|
</script> |