Guppycur
Hunter
Updated the entityclasses to randomize the "get up speed" when knocking down a zombie. Range is 1 second to 10 seconds.
Modinfo.xml
Entityclasses
Download:
https://drive.google.com/open?id=1t7mpi3QTZm7jsRndoMUGHC-enNSaMgQC
To install:
Make sure you have a "mods" folder under your 7 days to die folder.
Unzip this zip into it so that the folders look like:
[video=youtube_share;OtZfnFqNyCY]
Modinfo.xml
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<xml>
<ModInfo>
<Name value="Guppycur's Random ZombieGetterUpper" />
<Description value="Got the timing down pat for their get up speed? Well, let's fix that!" />
<Author value="guppycur" />
<Version value="1.0" />
</ModInfo>
</xml>
Code:
<configs>
<!-- Updates the Entityclasses to randomize knockdown get up speed -->
<!-- By default, it's locked at a set .45 second value. Screw that. -->
<set xpath="/entity_classes/entity_class/property[@name='KnockdownProneStunDuration']/@value">1.0,10.0</set>
<set xpath="/entity_classes/entity_class/property[@name='KnockdownKneelStunDuration']/@value">1.0,10.0</set>
</configs>
https://drive.google.com/open?id=1t7mpi3QTZm7jsRndoMUGHC-enNSaMgQC
To install:
Make sure you have a "mods" folder under your 7 days to die folder.
Unzip this zip into it so that the folders look like:

[video=youtube_share;OtZfnFqNyCY]
Last edited by a moderator: