• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

Modding in Forged Steel from wrenching safes?

HungryZombie

Scavenger
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