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

49 lines
2.4 KiB
XML

<configs>
<append xpath="/buffs">
<!-- OOOOOOOOOOOOOO MMR EFFECT -->
<buff name="IZYSGautoShotgunEffect" hidden="true" icon="ui_game_symbol_lightbulb" remove_on_death="false">
<stack_type value="ignore"/>
<duration value="0"/>
<effect_group tiered="false">
<passive_effect name="BurstRoundCount" operation="base_set" value="999"/>
<passive_effect name="RoundsPerMinute" operation="perc_add" value=".8"/>
<passive_effect name="DegradationPerUse" operation="base_set" value="2"/>
</effect_group>
</buff>
<buff name="IZYSGautoShotgunBurstEffect" hidden="true" icon="ui_game_symbol_lightbulb" remove_on_death="false">
<stack_type value="ignore"/>
<duration value="0"/>
<effect_group tiered="false">
<passive_effect name="BurstRoundCount" operation="base_set" value="999"/>
<passive_effect name="RoundsPerMinute" operation="perc_add" value=".8"/>
<passive_effect name="DegradationPerUse" operation="base_set" value="2"/>
</effect_group>
</buff>
<buff name="IZYSGdragonbreathEffect" hidden="true" icon="ui_game_symbol_fire" icon_color="255,70,0" icon_blink="true">
<stack_type value="ignore"/>
<duration value="0"/>
<effect_group tiered="false">
<requirement name="ItemHasTags" tags="IZYSGDB"/>
<triggered_effect trigger="onSelfBuffStart" action="SetTransformActive" active="true" parent_transform="#HeldItemRoot" transform_path="Muzzleframes_Dragonbreath"/>
<triggered_effect trigger="onSelfBuffUpdate" action="SetTransformActive" active="true" parent_transform="#HeldItemRoot" transform_path="Muzzleframes_Dragonbreath"/>
<triggered_effect trigger="onSelfBuffStart" action="SetTransformActive" active="true" parent_transform="#HeldItemRoot" transform_path="Muzzleframes_Dragonbreath2"/>
<triggered_effect trigger="onSelfBuffUpdate" action="SetTransformActive" active="true" parent_transform="#HeldItemRoot" transform_path="Muzzleframes_Dragonbreath2"/>
</effect_group>
<effect_group tiered="false">
<requirement name="ItemHasTags" tags="IZYSGDB"/>
<triggered_effect trigger="onSelfBuffRemove" action="SetTransformActive" active="false" parent_transform="#HeldItemRoot" transform_path="Muzzleframes_Dragonbreath"/>
<triggered_effect trigger="onSelfBuffRemove" action="SetTransformActive" active="false" parent_transform="#HeldItemRoot" transform_path="Muzzleframes_Dragonbreath2"/>
</effect_group>
</buff>
</append>
</configs>