Upload from upload_mods.ps1

This commit is contained in:
Nathaniel Cosford
2025-06-04 16:36:06 +09:30
commit 144c6a880d
19 changed files with 1430 additions and 0 deletions

18
Config/buffs.xml Normal file
View 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>