forked from public/foundryvtt-wh4-lang-fr-fr
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			256 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			256 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| args.actor.setupSkill("Dodge", { fields: { difficulty: "average" } }).then(async test => {
 | |
|       await test.roll();
 | |
|       if (test.failed) {
 | |
|         await args.actor.addCondition("bleeding")
 | |
|         await args.actor.addCondition("entangled")
 | |
|       }
 | |
|     }) |