forked from public/foundryvtt-wh4-lang-fr-fr
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			130 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			130 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| let fatigued = this.actor.hasCondition("fatigued");
 | |
| let value = fatigued?.conditionValue || 0;
 | |
| args.fields.modifier += value * 10; |