forked from public/foundryvtt-wh4-lang-fr-fr
		
	Sync to v7.2.0
This commit is contained in:
		
							
								
								
									
										9
									
								
								reference_scripts/LjfScVGBf0Egr70E.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								reference_scripts/LjfScVGBf0Egr70E.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| let animalCare = this.actor.itemTypes.skill.find(s => s.name === game.i18n.localize("NAME.AnimalCare")); | ||||
| let animalTrainings = this.actor.itemTypes.skill.filter(s => s.name.includes(game.i18n.localize("NAME.AnimalTraining"))); | ||||
|  | ||||
| if (animalCare)  | ||||
|   animalCare.system.modifier.value += 20; | ||||
|  | ||||
| for (let training of animalTrainings) { | ||||
|   training.system.modifier.value += 30; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user