<RamblingMan>

<conditional>
<if cond="game_version() >= version(1,3,0)">

<!-- Fixed mag dump issue. -->

<!-- IZYMMRBattleRifleEffect
IZYMMRBattleRifleBurstEffect
IZYBRBAR
IZYAUTOPISTOLEffect
IZYBURSTPISTOLEffect
IZYSGautoShotgunEffect
IZYSGautoShotgunBurstEffect
-->

<!-- Custom Auto Effects -->
<set xpath="/buffs/buff[@name='IZYMMRBattleRifleEffect' or 
@name='IZYBRBAR' or 
@name='IZYAUTOPISTOLEffect' or 
@name='IZYSGautoShotgunEffect']/effect_group/passive_effect[@name='BurstRoundCount' and (@value='1000' or @value='999')]/@value">0</set>

<!-- Custom Burst Effects -->
<set xpath="/buffs/buff[@name='IZYMMRBattleRifleBurstEffect' or @name='IZYBURSTPISTOLEffect' or 
@name='IZYSGautoShotgunBurstEffect']/effect_group/passive_effect[@name='BurstRoundCount' and (@value='1000' or @value='999')]/@value">3</set>

</if>
</conditional>
</RamblingMan>