• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

Headshots only

Kresdja

Refugee
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