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

What am I doing wrong here? / Addbuff and Spawn / Zombie

Zerranox

New member
Code:
<configs>

    <append xpath="//entity_class[starts-with(@name,'zombieScreamer')]">
        <effect_group>
            <triggered_effect trigger="onSelfFirstSpawn" action="AddBuff" target="self" buff="buffBurningZombie">
        </effect_group>
    </append>   
</configs>
 
Back
Top