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

Proper syntax for entityclasses.xml modlet?

Cernwn

Refugee
Code:
<set xpath="entity_classes/entity_class[contains(@name, 'zombie')]/property[@name='JumpMaxDistance']/@value">0, 0</set>
Without adding additional lines, how would I EXCLUDE from this zombies with name containing:'Spider' or Tags:'feral' or 'animal'? Basically want to leave the values at vanilla for spider zombies, ferals or zombie animals.

 
Last edited by a moderator:
Nvm, found what I was trying to do by looking at some of Ragsy's code for Classic Style Zombies modlet.

 
Last edited by a moderator:
Back
Top