forked from public/foundryvtt-reve-de-dragon
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			460 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			460 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
| {{#if current.appelmoral.checked}}
 | |
| <div>
 | |
|   {{{current.appelmoral.icon}}}
 | |
|   Vous avez fait appel {{#if (gt refs.appelmoral.moral 0)}}au moral{{else}}à l'énergie du désespoir{{/if}}
 | |
|   {{#if rolled.isSuccess}}
 | |
|     et réussi, votre moral reste de {{refs.appelmoral.moral}}.
 | |
|   {{else}}
 | |
|     et échoué, 
 | |
|     {{#if (eq refs.appelmoral.moral -3)}}
 | |
|     vous marquez un point de dissolution!
 | |
|     {{else}}votre moral baisse de 1.
 | |
|     {{/if}}
 | |
|   {{/if}}
 | |
| <div>
 | |
| {{/if}}
 |