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

Autocompressor Efficiency Increase #5946

Closed
wants to merge 1 commit into from
Closed

Autocompressor Efficiency Increase #5946

wants to merge 1 commit into from

Conversation

Katskan
Copy link
Contributor

@Katskan Katskan commented Mar 14, 2024

About the pull request

Makes the autocompressor a worthwhile tool to take, by making it more efficient. Previously the autocompressor adds 7 seconds of grace time per 10 seconds, which is significantly worse than manually performing CPR. Real mechanical compression devices are very effective, and the compressor's poor efficiency resulted in almost nobody taking it. Increased the autocompressor to add 9 seconds of grace time per 10 seconds, so you will still die eventually on autocompressor only, but it is 90% efficient instead of 70% so you would last far longer.

Explain why it's good for the game

Helps chip away at the experimental tool weapon picks by buffing some support kit. Also makes this tool a good way to account for using standard defibrillators and working on people alone.

Testing Photographs and Procedure

Local server testing.

Changelog

🆑
balance: Increase autocompressor grace time per cycle from 7 to 9 seconds
/:cl:

@github-actions github-actions bot added the Balance You need to be a professional veteran game maintainer to comprehend what is being done here. label Mar 14, 2024
cm13-github added a commit that referenced this pull request Mar 15, 2024
cm13-github added a commit that referenced this pull request Mar 15, 2024
cm13-github added a commit that referenced this pull request Mar 15, 2024
cm13-github added a commit that referenced this pull request Mar 15, 2024
cm13-github added a commit that referenced this pull request Mar 16, 2024
@gitbirb gitbirb mentioned this pull request Mar 16, 2024
3 tasks
cm13-github added a commit that referenced this pull request Mar 16, 2024
cm13-github added a commit that referenced this pull request Mar 17, 2024
cm13-github added a commit that referenced this pull request Mar 17, 2024
@mesnomer mesnomer mentioned this pull request Mar 18, 2024
3 tasks
@@ -172,7 +172,7 @@
return
else if(H.is_revivable() && H.stat == DEAD)
if(H.cpr_cooldown < world.time)
H.revive_grace_period += 7 SECONDS
H.revive_grace_period += 9 SECONDS
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't H.cpr_cooldown = world.time + 7 SECONDS below then also be 9 SECONDS?

cm13-github added a commit that referenced this pull request Mar 18, 2024
cm13-github added a commit that referenced this pull request Mar 18, 2024
cm13-github added a commit that referenced this pull request Mar 19, 2024
@Katskan Katskan closed this by deleting the head repository Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Balance You need to be a professional veteran game maintainer to comprehend what is being done here.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants