forked from public/foundryvtt-reve-de-dragon
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			916 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			916 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
| <div class="roll-chat">
 | |
|   <div class="chat-img">
 | |
|     <img src="{{active.img}}" data-tooltip="{{active.name}}" />
 | |
|     <img src="{{current.comp.comp.img}}" data-tooltip="{{current.comp.label}}" />
 | |
|   </div>
 | |
|   <div class="chat-header">
 | |
|     {{active.name}} {{current.oeuvre.art.action}}: {{current.oeuvre.label}} (de niveau {{current.oeuvre.oeuvre.system.niveau}})
 | |
|   </div>
 | |
|   
 | |
|   <div class="chat-resume">
 | |
|     {{> 'partial-infojet'}}
 | |
|   </div>
 | |
| 
 | |
|   <div class="chat-details">
 | |
|     <p>
 | |
|       {{active.name}}
 | |
|       {{#if rolled.isSuccess}}réussit son interprétation avec 
 | |
|       {{else}}manque d'inspiration, son interprétation a
 | |
|       {{/if}}
 | |
|       une qualité de {{result.qualite}}.
 | |
|     </p>
 | |
|     {{> 'partial-info-appel-moral'}}
 | |
|     {{> "systems/foundryvtt-reve-de-dragon/templates/chat-description.hbs" current.oeuvre.oeuvre.system}}
 | |
|   </div>
 | |
| 
 | |
|   <div class="chat-buttons">
 | |
|     {{> 'partial-appel-chance'}}
 | |
|   </div>
 | |
| </div>
 |