forked from public/foundryvtt-reve-de-dragon
		
	- permettre plusieurs fenêtres de jets en même temps en éliminant les id dans le html et les jquery sur id pour éviter les interactions - génération de la table par handlebars
		
			
				
	
	
		
			24 lines
		
	
	
		
			973 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			973 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<form class="skill-roll-dialog">
 | 
						|
  <h2 class="dialog-roll-title"></h2>
 | 
						|
 | 
						|
  <div class="grid grid-2col">
 | 
						|
    <div class="flex-group-left">
 | 
						|
      <div class="flexrow">
 | 
						|
      </div>
 | 
						|
      {{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-competences.html"}}
 | 
						|
      {{>"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>
 | 
						|
 | 
						|
<script>
 | 
						|
</script> |