Noisy Pants
Refugee
Now that boxes of bullets can be made, I am trying to make it possible to make boxes of bullets for this sniper turret mod. I believe this code to be correct, yet when I open the box of bullets nothing happens. I think my problem is the first property, "ammoBundleMaster", I'm not sure what to do though.
<item name="Box of 50 Caliber Ammo">
<property name="Extends" value="ammoBundleMaster"/>
<property name="CustomIcon" value="ammo762mmBulletBall"/>
<property name="CustomIconTint" value="a0a0ff"/>
<property name="EconomicValue" value="2200"/>
<property name="UnlockedBy" value="perkAdvancedEngineering"/>
<property class="Action0">
<property name="Create_item" value="50 Caliber Ammo"/>
<property name="Create_item_count" value="100"/>
</property>
</item>
The other issue is the localization text.

<item name="Box of 50 Caliber Ammo">
<property name="Extends" value="ammoBundleMaster"/>
<property name="CustomIcon" value="ammo762mmBulletBall"/>
<property name="CustomIconTint" value="a0a0ff"/>
<property name="EconomicValue" value="2200"/>
<property name="UnlockedBy" value="perkAdvancedEngineering"/>
<property class="Action0">
<property name="Create_item" value="50 Caliber Ammo"/>
<property name="Create_item_count" value="100"/>
</property>
</item>
The other issue is the localization text.
I believe that to be correct yet it is not working.Key,File,Type,UsedInMainMenu,NoTranslate,english
Boxof50CaliberAmmo,items,Ammo,,,Box of 50 Caliber Ammo (100)
