Here is an update to Snufkin's Custom Zombies - A19 Stable.
https://github.com/arramus/Snufkin-CustomZombies-A19-Stable-2020Nov03
This update considers the Parasite melee and buff. It is long overdue but was highlighted in the very first testing phase when restoring this mod for A19. In the A18 version of 7D2D we were able to to receive damage using a feature called HealthMaxModifierOT. This modified the players overall health by a set value 'Over Time'. This feature was removed for A19 to coincide with the new hit features such as lacerations and buff candy.
It was essential to provide an alternative because she was only causing melee damage of 1 for every hit even though the flashing countdown red skull and countdown time may cause some initial disorientation. In essence, she was biting with blunt teeth. The restoration is as follows:
- buffs.xml
<passive_effect name="HealthMax" operation="base_subtract" value="15"/>
This decreases players base health by 15 after a positive melee strike.
<triggered_effect trigger="onSelfBuffStart" action="ModifyCVar" cvar="$parasite" operation="set" value="5"/>
This gives the player a 5 second countdown until health is restored to normal values after the first positive melee strike,
<triggered_effect trigger="onSelfBuffStack" action="ModifyCVar" cvar="$parasite" operation="add" value="10"/>
However, if the second and subsequent melee attacks are positive hits while the initial 5 second counter is still active, a further 10 seconds are added to the countdown for each additional hit.
- items.xml
<property name="DamageEntity" value="10"/>
This value allows the Parasite melee attack to cause 8 damage in addition to the above loss of base health.
Here is an explanation for why these settings are applied for this update:
These new values offer a balance to new low level players and experience higher level players.
LOW LEVEL PLAYERS
The first hit that reduces 15 base health to low level players is on a 5 second countdown until the value can be restored. This is a warning. A second and further positive hits increases the countdown by incremental 10 second steps. It would be wise for low level players to retreat at this point because restoring that 15 health when your base health is only between 100 to 125 on top of low natural healing and potentially limited bandages and first aid kits carries high risk of death. Furthermore, the Parasite has very strong restorative properties and the outcome is weighted towards her coming out victorious.
HIGHER LEVEL PLAYERS
For higher level players, the opposite applies as health, restorative potential, weapon strength, resources, and other factors can put the weighting towards a player victory. Even with the Parasite's restorative powers, she can be ultimately overwhelmed. However, if a high level player is also threatened by other zombies, they may also face hits that cause more than the Parasite's 8 damage as well as the new A19 features such as lacerations which can further decrease base health.
In summary, a low level player should play it safe or time it carefully, while a high level player can come out victorious by using careful due diligence.
I hope you can test this update and provide feedback on how you and your server regulars are finding it.
Special thanks to
@BubbaJoe for having the foresight to implement a variant to the above change but at a more sadistic level which apparently suits his regular server visitors. As always, the changes have been clearly documented to allow you to further customise to your heart's content. Let's see how it goes from here.
entitygroups.xml expansion for mature servers (Snufkin Party Version)
Adding to sadistic gameplay levels, here is a more challenging entitygroups.xml file that you may wish to try if your server has matured and the player base is at a high level of experience or game stage. It is called entitygroups_Snufkin_Party.xml. It needs to be renamed to entitygroups.xml and replace the default entitygroups.xml in the Config folder to become active.
Using this file with allow Snufkin Zombies to become the rule rather than the exception.
Regular groups have seen Snufkin Zombies set to a probability of 0.8 except Wendigo at 0.5. This is an 80 to 500 fold increase respectively. In addition, the Demolisher will appear in the Wasteland at night. This does not mean your server will be inundated with Snufkin Zombies because the groups they belong to are competing with regular zombies to spawn and many regular zombies appear at a higher probability. In addition, there are limits on how many can spawn at once. Therefore, you will see Snufkin Zombies much more often but not in horde numbers.
However, the Blood Moon group sees quite a change:
At present, there are a maximum of 10 Snufkin Zombies selected in the default Snufkin entitygroups.xml file for Blood Moon. GS1 to GS247 has 9 Snufkin Zombies. Archon, Undertaker, Cowhead, Parasite, Geist, Bomber, Scarecrow, Banshee, and Juggernaut. GS255 to GS4086 onwards adds Scorcher to complete the 10.
This Snufkin Party version adds all 15 characters on the premise that Blood Moon brings out absolutely everything. GS1 to GS247 has the same 9 default Snufkin Zombies in addition to the Psycho and Siren to allow lower level players a gentler start. GS255 to GS4086 onwards adds the default Scorcher along with the remaining 3 characters; Wendigo, Mantis, and Wrestler.
The lower HP or less disruptive characters receive a higher probability increase as game stage increases. The higher HP or more disruptive characters do receive a probability increase but at a more regulated pace as game stage increases. The Banshee and the Wrestler have seen particular regulation as they can be quite disruptive but will still make their presence felt.
The default version was specifically set to be conservative and reflected player comments who could find things a little challenging. The default is a wonderful introduction for low level inexperienced players.
Snufkin Party moves further along the spectrum to a more upper intermediate level for experienced players while still retaining balance.
The default entitygroups.xml for Snufkin Zombies and the Snufkin Party version offer their own unique experiences and are but two of an infinite variety you can customise to match your own needs and specifications.
View attachment entitygroups_Snufkin_Party.xml