[MoM] Feral vitakinetics can drain your weariness #78314
+42
−5
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Mods "[MoM] Feral vitakinetics can drain your weariness"
Purpose of change
Vitakinetic attack powers weaken and tire the target. What better way than to hit weariness?
Describe the solution
Convert the feral vitakinetic attack powers over to applying EoCs that add their previous effects and also hit your weariness. This is done by using
u_calories
to drain calories and then giving those calories back, but with the giving back tagged asdont_affect_weariness': true
. You thus get more tired without actually losing any calories.The amount isn't that much, so unless you get hit repeatedly and are also fighting a horde it's not going to kill you. But this is proof of concept for when I add the
font of vitality
after I addDegenerating Touch
.Describe alternatives you've considered
Testing
It works.
Additional context
Need to increase the player version of Enervating Touch so it lasts longer but that's another PR.