Upload from upload_mods.ps1
This commit is contained in:
18
Config/buffs.xml
Normal file
18
Config/buffs.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user