Jump to content

Recommended Posts

http://steamcommunity.com/sharedfiles/filedetails/?id=441356490

 

Massive coding overhaul of the original mod
 

Features
Customize Durability processing for Tools, Weapons, Amulets, Staves, Light Sources, Armors, Clothing, Wickerbottom's Books, Camping Items, Food Preservation and Traps
Configurable customization: Set Durability to 25%, 50%, 75%, 200%, 300%, 400%, 500%, 750%, 1000% and Infinite.

 

Support for custom weapon/armor/clothing.

Making your items work nicely with this mod is extremely easy. All you need to do is create a function in your modmain.lua file in something similar to the following:

function AddTag(inst)
inst:AddTag("ValidTag")
end

AddPrefabPostInit("prefab_name", AddTag)


Valid tags are as follows:
TweakWeapon
TweakArmor
TweakStaff
TweakAmulet
TweakTool
TweakTrap
TweakClothes
TweakCamping
TweakBook
TweakJerky
TweakLight
TweakPit

 

 

Big thank you to phixius83 for all his hard work. He added me as a contributor for helping him test but all credit should go to him.

Edited by Dave0522

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...