Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crit change proposal #11543

Closed
wants to merge 2 commits into from
Closed

Crit change proposal #11543

wants to merge 2 commits into from

Conversation

TDSSS
Copy link
Contributor

@TDSSS TDSSS commented May 18, 2019

What does this PR do:
Despite newcrit being in for quite a while, I keep seeing complaints about it. Not so much from medbay players anymore, but from antags that say people in combat just don't die/go down. First, the reasons for newcrit in the first place were:

Current crit isn't particularly engaging; you inject a single medicine (epinephrine) then slap on a few patches/throw them into cryo and they're good to go in about 30-120 seconds (or a bit longer if they need surgery).

Likewise, for the player, your experience is largely “hit black screen and stare at it until dead”.

It talks about the experience after combat or whatever else hurt you into crit, mostly focused on medbay treating you. My changes leave the medbay part of this the same. What they do, however, is make repeatedly taking damage have a bigger impact in the following way:

At certain health thresholds, taking another large amount of brute damage is guaranteed to progress you along the newcrit path of death (ie shock, cardiac failure, heart attack). For reference, the current crit system works like this, each tick:

  • 0 to -50 health, 3% chance to go into shock.
  • -50 to -80 health, 10% chance of shock and ~5% chance of cardiac failure(scaling from 4 to 6.4 with damage)
  • -80 to -100 health, 4% chance of cardiac failure and paralysis (sidenote, lol chance going down)
  • below -100 health, 20+% chance of cardiac failure, 10+% chance of heart attack. Chances scale with damage, up to 100% at -500 for cardiac failure and -1000 for heart attacks
  • Below -100 health, you have a chance to die based on damage total (with brain damage weighted really high)

This PR modifies this the following way. All these checks are only performed when you are taking 11+ brute damage in one hit. This means they do not ever apply to being treated in medbay or otherwise saved from danger. They only apply when someone is actively attacking you with a deadly weapon (or you're getting doorcrushed or something).

  • -100 health, you are guaranteed to enter shock.
  • -200 health, you are guaranteed to suffer cardiac failure
  • -300 health, you are guaranteed a heart attack.

You note those are very conservative numbers. You are very likely to already be in shock at -100 health. In fact, -100 is where you start rolling against death chance each tick. But it means that we hopefully have no more 'I wailed on him with my desword for forever and he just wouldn't die', rare as it may be. You hitting him with the desword will now guarantee shock, failure and heart attack if done long enough. Consider it a hedge against bad(or too good, depending on your POV) RNG

FAQ (or what I anticipate to be):
Why only brute, not burn damage?
Mostly because most really lethal weapons deal brute damage. I also consider it a way to emphasise projectile guns over laser guns in lethality. Stretchkins and revolvers are supposed to be more deadly than eguns, making up for it with lack of recharging. I can change it to also apply to burn though, if desired.

Making medbay's job harder, AGAIN????
Once a patient is in medbay, these changes make no difference. They apply only when taking big brute damage hits once already in crit range. Very likely, any patient being dragged to medbay from the battlefield would have already entered failure/shock just from the normal chance to do so before arriving.

Changelog:
🆑
tweak: Taking brute damage while heavily wounded now has thresholds to guarantee shock/cardiac failure/heart attacks
/:cl:

@Couls
Copy link
Contributor

Couls commented May 18, 2019

I support this change, it's really hard to actually kill someone who's helpless to you in new crit, this can really help bridge the currently large gap between new and old crit races though I still think the issue of new crit races having essentially triple the health of old crit races needs to be looked at

@Dovixx
Copy link
Contributor

Dovixx commented May 18, 2019

I support this. Killing someone when it comes to security/antag point of view is a pain in the ass as the races taht use new crit always take ages to die. For example i had seen multiple times where someone who had about 600 damage if not more still alive and almost walking. This update would make newcrit much better and more balanced when comes to new crit races and old crit races. Old crit races are much easier to kill than new crit races just because new crit allows the person take much more damage without dying.

@farie82
Copy link
Member

farie82 commented May 19, 2019

Definitely a step in the right direction. It will atleast make killing people easier and less RNG reliant.

Thing I'd like to see (for another PR perhaps) is that people maybe just go down after getting a lot of (brute) damage in a short time span. Not dead but maybe unconscious. This will bring back the old crit way to deal with people without actually having to kill them.

@Couls
Copy link
Contributor

Couls commented May 20, 2019

Thing I'd like to see (for another PR perhaps) is that people maybe just go down after getting a lot of (brute) damage in a short time span. Not dead but maybe unconscious. This will bring back the old crit way to deal with people without actually having to kill them.

I agree with this, going unconscious shouldn't be the thing thats set in stone and you shouldn't magically just get up when you're fixed, a large amount of brute should knock you unconscious

@marlyn-x86 marlyn-x86 added the Balance This PR will modify how effective something is or isnt label May 30, 2019
@Necaladun
Copy link
Contributor

The caps to cause death and the RNG elements need tweaking for sure, but this is not the way we'd like to do it, especially the emphasis on brute over other damage types.
That won't fix problems of people not dying from laser firing squads, for instance, or in plasma fires.

The exact numbers are going to be hard to get perfect to say the least. I'd like us to get proper parity between races to remove some of the edge cases and weirdness, then look into the best cap levels - especially in cases where life doesn't proc and thus skips rolling the 100% chance for death.

The theory here is good and something I'm interested in, but we need to quibble over actual practical implementation. This is planned for after some backlog is cleared and racial tweaks are done.

@TDSSS TDSSS deleted the crit-change branch June 15, 2020 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Balance This PR will modify how effective something is or isnt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants