forked from public/foundryvtt-wh4-lang-fr-fr
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			257 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			257 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| let blunt = await Dialog.confirm({label : "test", content :`<p>Appliquer la réduction des Dégats contondants? (-3)</p>`})
 | |
| 
 | |
| if (blunt)
 | |
| {
 | |
|     args.modifiers.other.push({label : this.effect.name, details : "Réduction des dégats contondants", value : -3})
 | |
| } |