Files
7d2dXG/Mods/zzzzzzz_REBIRTH__Cleanup/Config/buffs.xml
Nathaniel Cosford e06f2bd282 Add All Mods
2025-05-29 23:33:28 +09:30

19 lines
607 B
XML

<Config>
<conditional>
<if cond="rebirth_scenario('hive')">
<append xpath="//buff[@name='buffStatusCheck01']">
<effect_group>
<triggered_effect trigger="onSelfEnteredGame" action="AddBuff" buff="IZYGlovesEffect"/>
<triggered_effect trigger="onSelfEnteredGame" action="AddBuff" buff="RefreshHand"/>
</effect_group>
<effect_group>
<triggered_effect trigger="onSelfWalk" action="AddBuff" buff="IZYGlovesEffect"/>
<triggered_effect trigger="onSelfWalk" action="AddBuff" buff="RefreshHand"/>
</effect_group>
</append>
</if>
</conditional>
</Config>