Skip to content

Werewolf regeneneration tanking - #198

Open
Wolf-751 wants to merge 13 commits into
Monkestation:masterfrom
Wolf-751:Regenerator-power-increase-
Open

Werewolf regeneneration tanking #198
Wolf-751 wants to merge 13 commits into
Monkestation:masterfrom
Wolf-751:Regenerator-power-increase-

Conversation

@Wolf-751

@Wolf-751 Wolf-751 commented Aug 28, 2026

Copy link
Copy Markdown

About The Pull Request

This is pull request is about pushing werewolf combat healing far enough that they will regenerate inside of combat with the regeneration , they will heal through brute extremely rapidly, heal through embeds, heal through everything but completely losing all their blood or taking large amounts of aggravated damage. I have also enabled all fera species outside of their breed form to slowly heal aggravated damage so that they are not forever damaged by it. Unless a werewolf runs out of blood or is not attacked by aggravated weapon damage, they are not going to die easily.

Why It's Good For The Game

Right now werewolves are squishy and do not reflect a regeneration tanking play style, this pushes up their regeneration to absolute extremes to brute damage, every form is affected by this in a different way, crinos will heal massive amounts of brute, dire wolf form will heal a little less and glabro will heal the least and only activate after 2 seconds have passed so that they cannot use it in a fight constantly. This change comes from the regenerator proc to begin ticking constantly changes its effects dramatically, enabling rapid regeneration that is not aggravated damage inflicted by silver, instead of out of combat healing, it becomes in combat healing, letting werewolves regenerate through damage the moment it is applied, showing a glowing red aura around them to others that the damage that was just inflicted is being healed.

Changelog

Adds the carp regenerator proc to crinos,hispo and glabro forms, making them all regenerate constantly but at different rates from each other.
Enabled the original healing code of the story teller to allow for aggravated healing. This will only heal 20 hp every 5 seconds, far less potent but actually gives werewolf and corax players some aggravated healing for the time being. A bonus side effect is that corax war form will also receive the enhanced regeneration proc to their warforms due to sharing the same naming path.

🆑
add: Added werewolf tanking regeneration through all their different forms,except lupus and homid
add:Added corax tanking regeneration to their war form only
balance: Changed the werewolf healing itself, they will rapidly heal everything that is not aggravated damage.
/:cl:
/:cl:

Comment thread modular_darkpack/modules/werewolf_the_apocalypse/code/splats/fera_splat.dm Outdated
. = ..()
var/datum/component/regenerator/regenerator = species_fera_dire.GetComponent(/datum/component/regenerator)
if(!regenerator)
species_fera_dire.AddComponent(/datum/component/regenerator, regeneration_delay = 1, heals_wounds = TRUE, brute_per_second = 25, burn_per_second = 5, tox_per_second = 5, oxy_per_second = 5, ignore_damage_types = list(STAMINA , AGGRAVATED), outline_colour = COLOR_RED_LIGHT)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
species_fera_dire.AddComponent(/datum/component/regenerator, regeneration_delay = 1, heals_wounds = TRUE, brute_per_second = 25, burn_per_second = 5, tox_per_second = 5, oxy_per_second = 5, ignore_damage_types = list(STAMINA , AGGRAVATED), outline_colour = COLOR_RED_LIGHT)
species_fera_dire.AddComponent(/datum/component/regenerator, regeneration_delay = 1 SECONDS, heals_wounds = TRUE, brute_per_second = 25, burn_per_second = 5, tox_per_second = 5, oxy_per_second = 5, ignore_damage_types = list(STAMINA , AGGRAVATED), outline_colour = COLOR_RED_LIGHT)

Comment thread modular_darkpack/modules/werewolf_the_apocalypse/code/species/fera_organs.dm Outdated
Wolf-751 and others added 2 commits August 29, 2026 23:02
…fera_organs.dm

Co-authored-by: chazzyjazzy <33268885+chazzyjazzy@users.noreply.github.com>
@munchyi

munchyi commented Aug 30, 2026

Copy link
Copy Markdown

35 brute per second is just crazy

@Wolf-751 Wolf-751 closed this Aug 30, 2026
@Wolf-751 Wolf-751 reopened this Aug 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants