5 lines
		
	
	
		
			202 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			202 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| if (args.opposedTest.result.hitloc.value == this.item.system.location.key && args.totalWoundLoss > 0)
 | |
| {
 | |
|     args.actor.addCondition("bleeding", 2);
 | |
|     this.script.scriptNotification("Added Bleeding")
 | |
| } |