Jump to content

Edit History

Please note that revisions older than 365 days are pruned and will no longer show here
Dangergirl

Dangergirl

<config>
    <append xpath="/entity_classes/entity_class[@name='playerMale']">
        <effect_group>
            <passive_effect name="DamageModifier" operation="perc_add" value="-1">
                <requirement name="!HitLocation" body_parts="Head"/>
                <requirement name="EntityTagCompare" target="other" tags="zombie"/>
            </passive_effect>
        </effect_group>
    </append>
</config>

 

I think you might mean this to edit the damage. It's negative 1. Would anyone have a suggestion as I am not sure what number to put in to have headshots insta kill. I woud put in 100 is that good or would it be -100? The minus symbol is throwing me off. Thank you in advance

 

Dangergirl

Dangergirl

<config>
    <append xpath="/entity_classes/entity_class[@name='playerMale']">
        <effect_group>
            <passive_effect name="DamageModifier" operation="perc_add" value="-1">
                <requirement name="!HitLocation" body_parts="Head"/>
                <requirement name="EntityTagCompare" target="other" tags="zombie"/>
            </passive_effect>
        </effect_group>
    </append>
</config>

 

I think you might mean this to edit the damage. It's negative 1. Would anyone have a suggestion as I am not sure what number to put in to have headshots insta kill. Thank you in advance

 

×
×
  • Create New...