Jump to content

Recommended Posts

Hi ,

   Could some give me the code for "Never get heat in summer" 

 

Oh and I forgot to put this in the title ----- kindly code for "never get cold in winter" too xD

 

I can't get a code from another custom charac because i really don't understand it .

                      

                THANKS !

Edited by Prince143

Hi ,

   Could some give me the code for "Never get heat in summer" 

 

Oh and I forgot to put this in the title ----- kindly code for "never get cold in winter" too xD

 

I can't get a code from another custom charac because i really don't understand it .

                      

                THANKS !

 

in your character lua

    inst.components.temperature.inherentsummerinsulation = TUNING.INSULATION_LARGE

    inst.components.temperature.inherentinsulation = TUNING.INSULATION_LARGE

 

This won't make the character immune, but will greatly increase the time it takes for them to take damage from heat or cold.

 

 

in your character lua

    inst.components.temperature.inherentsummerinsulation = TUNING.INSULATION_LARGE

    inst.components.temperature.inherentinsulation = TUNING.INSULATION_LARGE

 

This won't make the character immune, but will greatly increase the time it takes for them to take damage from heat or cold.

 

 Thanks

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