forked from public/foundryvtt-wh4-lang-fr-fr
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			273 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			273 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| let item = await fromUuid("Compendium.wfrp4e-core.items.kJNAY1YRaCy9IgmT")
 | |
| let terrorTraitItem = item.toObject()
 | |
| terrorTraitItem.system.specification.value = Number(this.effect.item.system.specification.value) 
 | |
| this.actor.createEmbeddedDocuments("Item", [terrorTraitItem]); |