• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Headshots only

Kresdja

New member
I'm not finding a mod that's 1 hit headshots kill everything and body shots do nothing to zombies.

The only damage modifiers I've found are the player damage modifiers. Increasing the headshot one fixes the 1 hit headshot issue, but changed the normal damage one kills all damage from player against blocks. What am I missing?

 
I'm not finding a mod that's 1 hit headshots kill everything and body shots do nothing to zombies.
The only damage modifiers I've found are the player damage modifiers. Increasing the headshot one fixes the 1 hit headshot issue, but changed the normal damage one kills all damage from player against blocks. What am I missing?
I believe you will need to specify tags via the DamageModifier property.

Example:

Code:
<passive_effect name="DamageModifier" operation="perc_add" value="-99" tags="feet,upperbody"/>
If you specify the tags for all the available "body parts" and set the damage to -99 (which reads to the code as 9900% reduction), in theory this should do what you want.

 
Back
Top