Kingston621
Refugee
I love this mod!   I don't want to step on toes here and I'm not sure if you are already working on the loot and trader lack of 556 and 45 ammo, but I managed to get the traders to have them at least.  Here is the code I added to the traders.xml file and it worked for my game.  There's a way to add this ammo to the different loots and ammo piles as well and I can work on that if it is ok with you. 
		
			
				
					
						
							
								
	
	
	
		
					
				
			
		
	
				
			
		Code:
	
	<append xpath="/traders/trader_item_groups/trader_item_group[@name='ammo']">
		<item name="556mmAmmo" count="75,100" prob="0.8"/>
		<item name="HP556mmAmmo" count="75,100" prob="0.8"/>
		<item name="AP556mmAmmo" count="75,100" prob="0.8"/>
		<item name="45ACPAmmo" count="75,100" prob="0.8" />
		<item name="HP45ACPAmmo" count="75,100" prob="0.8" />
		<item name="AP45ACPAmmo" count="75,100" prob="0.8" />
		<item name="45LongColtAmmo" count="75,100" prob="0.8" />
		<item name="50BMGAmmo" count="75,100" prob="0.5" />
		<item name="50BMGAmmo" count="75,100" prob="0.5" />
		<item name="40mmGAmmo" count="5,10" prob="0.3" />
	</append>
			
				Last edited by a moderator: 
			
		
	
								
								
									
	
								
							
							 
	 
 
		 
  
 
		 
 
		
 and of course all his super hard work!
  and of course all his super hard work!