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

Modding in Forged Steel from wrenching safes?

HungryZombie

New member
Hi there,

Anyone know how I could make it so when I wrench safes I get a couple bars of forged steel? I'm hopeful a simple XML edit would do that.

I'd be most appreciative.

Thanks!

 
In the blocks.xml file forged steel is already written in on the Wall, Desk and Gun safes insecure as a possible drop when harvesting:

<drop event="Harvest" name="resourceForgedSteel" count="0,2" prob="0.05" tag="allHarvest"/>

Change the count and probability for example count="1,2" prob="1"

 
In the blocks.xml file forged steel is already written in on the Wall, Desk and Gun safes insecure as a possible drop when harvesting:
<drop event="Harvest" name="resourceForgedSteel" count="0,2" prob="0.05" tag="allHarvest"/>

Change the count and probability for example count="1,2" prob="1"
Thanks! I'll give that a try.

 
Back
Top