ddc_cl Posted February 12, 2017 Share Posted February 12, 2017 Hello i am making a Custom Character, using as base the ETC Template, and need to know how add Fire resistance like willow, no imunity just ressintance Link to comment https://forums.kleientertainment.com/forums/topic/73977-fire-resistance/ Share on other sites More sharing options...
Leonardo Cox Posted February 12, 2017 Share Posted February 12, 2017 (edited) inst.components.health.fire_damage_scale = x where x is the multiplier. So 0 will make you immune, 1 will be normal, 0.5 will give you 50% resistance. Edited February 12, 2017 by DarkKingBoo Link to comment https://forums.kleientertainment.com/forums/topic/73977-fire-resistance/#findComment-865823 Share on other sites More sharing options...
ddc_cl Posted February 12, 2017 Author Share Posted February 12, 2017 (edited) 15 hours ago, DarkKingBoo said: inst.components.health.fire_damage_scale = x where x is the multiplier. So 0 will make you immune, 1 will be normal, 0.5 will give you 50% resistance. :V TY but an ask this work for avoid overheating when close to a fire, or that use another Code Edited February 12, 2017 by ddc_cl Link to comment https://forums.kleientertainment.com/forums/topic/73977-fire-resistance/#findComment-865977 Share on other sites More sharing options...
Leonardo Cox Posted February 12, 2017 Share Posted February 12, 2017 I don't think theres an easy way to make it immune to only fire, but you can use this to be completely immune to overheating: inst.components.temperature.maxtemp = 60 Link to comment https://forums.kleientertainment.com/forums/topic/73977-fire-resistance/#findComment-865985 Share on other sites More sharing options...
ddc_cl Posted February 12, 2017 Author Share Posted February 12, 2017 Thank a Lot Link to comment https://forums.kleientertainment.com/forums/topic/73977-fire-resistance/#findComment-865990 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