13 lines
		
	
	
		
			420 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			420 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<h4>Tirage aléatoire: {{typeName}}</h4>
 | 
						|
<div>{{document.pack}}</div>
 | 
						|
<div>Jet {{roll.formula}} : {{roll.total}}{{percentages}}</div>
 | 
						|
<hr>
 | 
						|
<div>
 | 
						|
  <img class="chat-icon" src="{{document.img}}" alt="{{document.name}}" />
 | 
						|
  <p>{{linkCompendium document.pack document.id document.name}}</p>
 | 
						|
  {{#if document.system.description}}
 | 
						|
  <div class="poesie-extrait">
 | 
						|
    {{{document.system.description}}}
 | 
						|
  </div>
 | 
						|
  {{/if}}
 | 
						|
</div> |