Ok I've made the chilidog have the ringoffire buff - its a hoot -
<append xpath="/items/item[@name=foodChiliDog]/effect_group[1]">
<triggered_effect trigger="onSelfPrimaryActionEnd" action="AddBuff" target="self" buff="buffRingOfFire"/>
</append>
but I'd like to make the dog harder to make. I've got this to start with
<append xpath="/recipes/recipe[@name=foodChiliDog]">
<ingredient name="drugRecog" count="1"/>
</append>
but it don't work. Can anyone out there help make this work ? thx.
<append xpath="/items/item[@name=foodChiliDog]/effect_group[1]">
<triggered_effect trigger="onSelfPrimaryActionEnd" action="AddBuff" target="self" buff="buffRingOfFire"/>
</append>
but I'd like to make the dog harder to make. I've got this to start with
<append xpath="/recipes/recipe[@name=foodChiliDog]">
<ingredient name="drugRecog" count="1"/>
</append>
but it don't work. Can anyone out there help make this work ? thx.