Talk:Ailments

Jump to navigation Jump to search

About this board

2603:6000:8800:2CBD:4DAC:4C1B:EDDA:BC08 (talkcontribs)

I thought I remembered watching a mating session in one of my games just to see the "pregnancy (early-stage)" health ailments appear on the health tab of my pawn. This occurred before the message appeared. I didn't record evidence or anything, but I don't think the condition is invisible for the first 10 seconds (might have to do with updating code conditions).

Harakoni (talkcontribs)

Do you use dev mode?

Reply to "Pregnancy"

Dementia can be cured by the Scarless gene

1
2603:6000:8800:2CBD:4DAC:4C1B:EDDA:BC08 (talkcontribs)

According to the description of the scoreless gene, it says it will remove ailments like dementia. I haven't verified this (hence why this is going in a discussion post instead of an edit). Is this true, and if so, can we change the description of dementia in this article to specifically include the scarless gene as a means of curing it like some of the other ailments do?

Thanks, Krill

Reply to "Dementia can be cured by the Scarless gene"
Harakoni (talkcontribs)

Got asked about the accuracy of the math for heatstroke. It seems to imply that at any temp 5.814 °C over the comfy max temp of a pawn (i.e. 31.814 °C or above), severity will increase at the same rate. Testing it at 50 °C and 70 °C definitely says otherwise - heatstroke severity increases much faster in the second room.

Idk if she (and me too, because I read it the same way) is misreading the statement or if just its wrong. maybe User:AncientCentipede could weigh in

Cheldra (talkcontribs)

I just checked and it's max(a, 0.000375), not min(a, 0.000375), so higher numbers override the 0.000375, and it only provides a minimum amount that heatstroke can increase by if it's increasing at all. It seems to only have an affect when the ambient temperature is less than 5 degrees above the max safe temperature.

I fixed the incorrect line now, and I'll rewrite this section to improve it in a little bit.

Harakoni (talkcontribs)

Thanks for that Cheldra. Might be worth looking at hypothermia as well and seeing if a similar mistake was made there.

AncientCentipede (talkcontribs)

Indeed, I misread the code and incorrectly intepreted it as capping the severity growth speed instead of ensuring it's at least a certain amount. Thanks for correcting it!

Reply to "Heatstroke"
There are no older topics