Perhaps someone with the high powers of xpath modding (which is probably everyone!) can tell me what I am doing wrong.
I'm trying to remove the hit point regeneration of the radiated zombies. I've tried a couple of ways but no joy.
Tried setting the regeneration value to zero:
And tried removing the regeneration altogether:
Any help would be much appreciated!
I'm trying to remove the hit point regeneration of the radiated zombies. I've tried a couple of ways but no joy.
Tried setting the regeneration value to zero:
Code:
<config>
<set xpath="/entityclasses/entity_class[@name='zombieDarleneRadiated']/effect_group[@name='Base Effects']/triggered_effect[@trigger='onOtherDamagedSelf']/@value">0</set>
</config>
Code:
<config>
<remove xpath="/entityclasses/entity_class[@name='zombieDarleneRadiated']/effect_group[@name='Base Effects']/triggered_effect">
</config>
Last edited by a moderator: