• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Supply Air Drop Box

mers

New member
Hello all,

I am trying to prevent the destruction of the air drop box when i have searched inside, is possible ?

 
Open the loot.xml and find the following lootcontainer. Then just change the value in red to false.

Code:
<!-- Supply Crate General, the normal airdrop -->
<lootcontainer id="34" count="4" size="8,4" destroy_on_close="[color=red][b]true[/b][/color]" sound_open="SupplyDrops/open_supply_crate" sound_close="SupplyDrops/close_supply_crate" loot_quality_template="baseTemplate">
<item group="weaponsMilitaryGuns+ammo" prob="1.2"/>
<item group="rareBooks"/>
<item group="airdropMedicine" count="1,4"/>
<item name="flashlight02" prob="0.2"/>
</lootcontainer>
 
Back
Top