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