forked from public/foundryvtt-wh4-lang-fr-fr
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			476 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			476 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|                  
 | |
|                             if (args.test.failed)
 | |
|                             {
 | |
|                                 let applicableCharacteristics = ["ws", "bs", "s", "fel", "ag", "t", "dex"];
 | |
|                                 if (applicableCharacteristics.includes(args.preData.characteristic))
 | |
|                                 {
 | |
|                                     this.actor.addCondition("stunned");
 | |
|                                 }
 | |
|                             } |