Solusair Posted November 29, 2018 Share Posted November 29, 2018 I'm new to Don't Starve Together and haven't tried modding yet. I wanted to make an adjustment and normally I'd learn to do it myself, but this is such a simple one (hopefully) that I was hoping someone could just make it for me. What I would like, is to make Lucy do the same attack damage as a basic spear. Would anyone be willing to make this mod for me? Link to comment https://forums.kleientertainment.com/forums/topic/99774-simple-mod-request/ Share on other sites More sharing options...
Ultroman Posted November 29, 2018 Share Posted November 29, 2018 Make a new mod, and put only the following in the modmain.lua AddPrefabPostInit("lucy", function(inst) inst.components.weapon:SetDamage(GLOBAL.TUNING.SPEAR_DAMAGE) end) Link to comment https://forums.kleientertainment.com/forums/topic/99774-simple-mod-request/#findComment-1124306 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now