Jump to content

Recommended Posts

Hello! It's one of my first ever experience with modding and coding and I'm finding some issues. I was able to mod some traits thanks to the forum but I'm still not able to mod those perks.

*Slover drain durability weapons 50% 

*High sanity drain near spiders

*Regen 1hp/min and sanity gain during winter

I've tried to do the regen trait but w/o success. The mod starts correclty but these perks not works. 

Can someone might help me?

Quote

--Winter starts.
    inst:WatchWorldState("startwinter", function()
    inst.components.health:StartRegen(1, 60)
    inst.components.sanity.drain_mult = -0.7
    end)

 

Edited by GrayVolk
sorry for the lots of edits, i'm still working on it
Link to comment
https://forums.kleientertainment.com/forums/topic/136385-help-with-a-mod/
Share on other sites

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...