forked from public/foundryvtt-reve-de-dragon
		
	Quand on fait un jet de chance pour la journée, permettre de ne pas utiliser l'ajustement astrologique
		
			
				
	
	
		
			26 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<form class="skill-roll-dialog">
 | 
						|
  <h2 class="dialog-roll-title"></h2>
 | 
						|
{{log 'dialog-roll' this}}
 | 
						|
  <div class="grid grid-2col">
 | 
						|
    <div class="flex-group-left">
 | 
						|
      <div class="flexrow">
 | 
						|
        <label>Caractéristique</label>
 | 
						|
        {{>"systems/foundryvtt-reve-de-dragon/templates/partial-select-carac.html"}}
 | 
						|
      </div>
 | 
						|
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-competences.html"}}
 | 
						|
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-astrologique.hbs"}}
 | 
						|
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-coeur.hbs"}}
 | 
						|
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-surenc.html"}}
 | 
						|
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-enctotal.html"}}
 | 
						|
    </div>
 | 
						|
    <div class="flex-group-left">
 | 
						|
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffLibre.html"}}
 | 
						|
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffCondition.html"}}
 | 
						|
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-forcer.html"}}
 | 
						|
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-moral.html"}}
 | 
						|
      <div class="placeholder-ajustements" class="flexrow"></div>
 | 
						|
    </div>
 | 
						|
  </div>  
 | 
						|
  <div class="placeholder-resolution"></div>
 | 
						|
</form>
 |