Frostbite is non-fatal?

A simple solution from JSON tinkering:

Currently, the only effects of cold/freezing are:

    "scaling_mods": {
        "speed_mod": [-7],
    }

I propose to upgrade this to

    "scaling_mods": {
        "speed_mod": [-7],
        "int_mod": [-1],
        "dex_mod": [-1],
		"hurt_min": [1],
        "hurt_chance": [200],
		"stamina_chance": [2],
		"stamina_min": [-2],
    }

Effectively, this makes “chilly” the warning before hypothermia sets in, and only a minor speed malus is in effect. “Cold” is early stage hypothermia, and “Freezing” is late stage hypothermia, which is when the pain really starts to pile on. After testing, I found stripping naked in the middle of a blizzard took about a day to result in death, which is fairly accurate. I would suggest implementing these changes to the latest experimental builds (hence the stamina effects), if any devs are currently listening.

Ideally, damage would be done only to the torso (Ie, decreasing core body temperature) with every hypothermic part of the body speeding up how fast torso HP drops. However I’ve yet to find a way how to make damage done to happen only to the torso, like with coughing from smoke. As of now, damage is done to all parts of the body, which lengthens how long it takes to die. If all damage was done to the torso, I speculate stripping naked in the winter would only take 4-6 hours for death.

Also, I tried to make frostbite cause the part of the limb affected to rapidly lose health, but apparently any effect I add doesn’t seem to work for frostnip/frostbite. Are the effects of those hardcoded?

Speaking of hardcoding, I’d like to note that frostnip/frostbite really do take too long to occur, espeically full-blown frostbite which seems to never occur at all, even when standing naked in -2 C blizzards stark naked. As one poster previously said, frostnip can happen within a matter of minutes, and frostbite within a matter of an hour or so.

Holy shit that sounds solid. While I can’t write code to function worth a damn, I can read enough of it to see what you’re aiming for and that’s really awesome! I wish I knew how to do code commits. Can someone code-savvy grab this to get it into an experimental for testing?

While I like the torso-only damage idea, I would prefer dying in a little over a day to that of 6 hours. Yes, naked in a blizzard would kill awfully fast, but an in-game day would give survivors a chance to at least find shelter. Perhaps it is a happy medium for realism and having a semi-decent chance?

Currently the hurt chance interrupts everything. This will probably require a workaround, otherwise being cold will be more dangerous to the player than to the character (crafting requiring mashing space etc.).

Oh, ew, hadn’t thought of that. Thank goodness for user feedback.

Does it? I always thought you could just hold down the enter button when you’re spammed by the “Ouch! You were hurt! Stop crafting? y/n” prompt because it defaults to “no”.

Also, it seems Kevin liked the idea and committed it to the experimental version. Hooray!

Minor correction, I thought it was a good enough idea to post for discussion, I think Coolthulu’s point is a good one, it’ll probably go in with some minor tweaks.

You can, but it is annoying and risky (can skip an actually dangerous prompt). Gets much worse when you’re trying to craft something with a long crafting time (and almost everything has a long crafting time when you’re slowed down to 40 speed).

Hmm. How feasible would it be to make it so that every type of prompt was identified. Maybe by source and prompt, then when asked to ignore something add an option of “ignore for the next hour” in addition to “stop what you’re doing” and “ignore this instance.”

If I recall, you can ignore noise prompts. Rather odd that other prompts don’t present the same options. Though really, ignoring “Ouch! You were hurt!” is a recipe for disaster. Under normal circumstances, the only other prompt that’s safe to ignore is the “monster spotted” one. >.>

Frankly, if I could willfully choose to ignore small bouts of torso harm in real life, I wouldn’t be bothered by having a damn period. I am against being able to auto ignore pain/damage on a gamer level and a logic one both.

The appropriate way to deal with that mechanically in-game would be for it to interrupt your progress on your current task, possibly adding time to complete or chance to failure. That would make it imperative to not be in a pain-causing position. Its current implementation is a player annoyance only, not actually interfering with the character’s actions.

So I’d be okay with not being able to ignore it if it actually had a mechanical effect. As long as it has no mechanical effect all it does is cut into my play time with useless prompts.

[quote=“Zero, post:31, topic:9659”]The appropriate way to deal with that mechanically in-game would be for it to interrupt your progress on your current task, possibly adding time to complete or chance to failure. That would make it imperative to not be in a pain-causing position. Its current implementation is a player annoyance only, not actually interfering with the character’s actions.

So I’d be okay with not being able to ignore it if it actually had a mechanical effect. As long as it has no mechanical effect all it does is cut into my play time with useless prompts.[/quote]

Good God no. Have you ever played with the Itchy Metal Thing faulty bionic? Outright interrupting crafting would annoy the player FAR more.

When you start crafting if could check your current status effects for coughing or frostbite and so on, and it could prompt you: “you have a painful condition that will delay completion of this task, continue anyway?” And instead of prompting you to continue, it just adds onto the time to craft. Pressing the wait 1 turn button could break you out of crafting if it’s a long operation and you change your mind.

Vache’s suggestion strikes me as quite functional. Now: how much do different conditions extend crafting times by?

If this is going in, could we at least revise the starting gear for most of the professions? As it stands, I could only name about a handful that are at at all prepared to handle the harsh New England… spring.

Nothing warming yourself by a fire from time to time can’t fix.