forked from public/foundryvtt-reve-de-dragon
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			599 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			599 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <h4>Tirage aléatoire: {{document.name}}</h4>
 | |
| <div>Tirage de {{typeName}} aléatoire depuis {{document.pack}}</div>
 | |
| <div>Jet {{roll.formula}} : {{roll.total}}{{percentages}}</div>
 | |
| <hr>
 | |
| <div>
 | |
|   <img class="chat-icon" src="{{document.img}}" data-tooltip="{{document.name}}" />
 | |
|   <p>{{linkCompendium document.pack document.id document.name}}</p>
 | |
|   {{#if document.system.formule}}
 | |
|   <div class="poesie-extrait">
 | |
|     [[/r {{document.system.formule}}]]
 | |
|   </div>
 | |
|   {{/if}}
 | |
|   {{#if document.system.description}}
 | |
|   <div class="poesie-extrait">
 | |
|     {{{document.system.description}}}
 | |
|   </div>
 | |
|   {{/if}}
 | |
| </div>
 |