forked from public/foundryvtt-reve-de-dragon
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			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">
 | 
						|
    {{current.carac.label}} / {{current.comp.label}} à {{current.diff.value}}
 | 
						|
    <br>{{> "systems/foundryvtt-reve-de-dragon/templates/chat-infojet.hbs"}}
 | 
						|
  </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>
 |