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

[MoM] Anabolic Rejuvenation / Accelerated Resuscitation updates #77027

Merged
merged 3 commits into from
Oct 15, 2024

Conversation

Standing-Storm
Copy link
Contributor

@Standing-Storm Standing-Storm commented Oct 14, 2024

Summary

Mods "[MoM] Anabolic Rejuvenation / Accelerated Resuscitation updates"

Purpose of change

Someone mentioned problems using Accelerated Resuscitation and I found a few things that need to be fixed.

Describe the solution

Add 'dont_affect_weariness': true to the healing effect from Anabolic Rejuvenation and Accelerated Resuscitation. It's cannibalizing your nutrients and tissues to heal your wounds, getting scurvy or anemia is enough of a penalty.

Make the healing effect from Accelerated Resuscitation tick every second instead of every 2 seconds.

Add an effect to the trigger for Accelerated Resuscitation that reduce the effect of pain on your attributes and speed by 100%. This effect fades at the rate of 10% every 30 seconds until you feel the full effects of pain again. I was reminded that healing extremely quickly and being prevented from dying doesn't help if all your attributes are 0 because you'll just die again immediately.

Add an EoC that checks your limb health every time you take damage while the power is in effect and stores it as variables, to make sure that when the Accelerated Resuscitation takes affect, any limbs that were not totally mangled are reset to their pre-death value.

Makes sure that the hp for ALL_MINOR is set to 999 to prevent your eyes, hands, feet, and mouth from breaking.

Describe alternatives you've considered

Testing

Weariness no longer immediately falls to Extreme when using either power, the pain allay effect works and slowly fades, the heal ticks every second. Limbs that did not break are reset to their pre-death hp value, and eyes do not break.

Additional context

If you're mauled by a horde this will not save you, but it's not designed to. But it will save you if you bleed to death, you're shot in the head, you fall off a building, or you're punched through a wall by a lone hulk.

@github-actions github-actions bot added <Documentation> Design documents, internal info, guides and help. [JSON] Changes (can be) made in JSON Mods Issues related to mods or modding [Markdown] Markdown issues and PRs EOC: Effects On Condition Anything concerning Effects On Condition Mods: Mind Over Matter astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions labels Oct 14, 2024
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Oct 14, 2024
@Standing-Storm Standing-Storm marked this pull request as draft October 14, 2024 12:34
@Standing-Storm Standing-Storm marked this pull request as ready for review October 14, 2024 13:54
@Maleclypse Maleclypse merged commit 833e2b5 into CleverRaven:master Oct 15, 2024
36 of 44 checks passed
@Standing-Storm Standing-Storm deleted the resuscitation-updates branch October 16, 2024 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Documentation> Design documents, internal info, guides and help. EOC: Effects On Condition Anything concerning Effects On Condition [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions [Markdown] Markdown issues and PRs Mods: Mind Over Matter Mods Issues related to mods or modding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants