13 lines
		
	
	
		
			443 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			443 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div>
 | 
						|
  {{#if effects}}
 | 
						|
    {{#each effects as |effect key|}}
 | 
						|
    <span class="active-effect" data-effect="{{effect.id}}">
 | 
						|
      <img class="button-effect-img {{#if @root.options.isGM}}delete-active-effect{{/if}}" src="{{effect.img}}" data-tooltip="{{localize effect.name}}" width="24" height="24" />
 | 
						|
    </span>
 | 
						|
    {{/each}}
 | 
						|
    {{#if calc.surprise}}<span>{{calc.surprise}}!</span>{{/if}}
 | 
						|
    {{else}}
 | 
						|
    Aucun effet actif
 | 
						|
  {{/if}}
 | 
						|
</div>
 |