Files
Nathaniel Cosford 062dfab2cd Patched
2025-05-30 01:04:40 +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>