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

Mod to make current iron spikes upgradable to Steel spikes?!?

Cadamier

Refugee
Anyone know of one or has done this? Or can do this? It would be a logical progression to have steel traps from the current wood and iron traps...

 
I just added this to rscrapironlogspike5.

Code:
	<property class="UpgradeBlock">
	<property name="ToBlock" value="steelLogSpike6"/>
	<property name="Item" value="resourceForgedSteel"/>
	<property name="ItemCount" value="10"/>
	<property name="UpgradeHitCount" value="4"/>
</property>
 
Back
Top