Hiya, sorry if this si the wrong spot, and blah blah.
I'm trying to remove block damage from guns and bullets and arrows, Mods available currently just make new bullets that do this and mess up loot, which I don't like, so I tried doing it myself.
<configs>
<remove xpath="/items/item[starts-with(@name, 'ammo')]/effect_group/passive_effect[@name='BlockDamage']"/>
<remove xpath="/items/item[starts-with(@name, 'gun')]/effect_group/passive_effect[@name='BlockDamage']"/>
<remove xpath="/items/item[starts-with(@name, 'gun')]/effect_group/passive_effect[@name='ModPowerBonus']"/>
</configs>
While this removes the effects of block damage from all guns and bullets, the guns still deal 10 damage, This makes me reluctant to want to use guns. The damaged blocks bother me to no extent, I hate it sooo much- It pretty much makes it unplayable if I use guns because so many blocks get damaged.
I'm trying to remove block damage from guns and bullets and arrows, Mods available currently just make new bullets that do this and mess up loot, which I don't like, so I tried doing it myself.
<configs>
<remove xpath="/items/item[starts-with(@name, 'ammo')]/effect_group/passive_effect[@name='BlockDamage']"/>
<remove xpath="/items/item[starts-with(@name, 'gun')]/effect_group/passive_effect[@name='BlockDamage']"/>
<remove xpath="/items/item[starts-with(@name, 'gun')]/effect_group/passive_effect[@name='ModPowerBonus']"/>
</configs>
While this removes the effects of block damage from all guns and bullets, the guns still deal 10 damage, This makes me reluctant to want to use guns. The damaged blocks bother me to no extent, I hate it sooo much- It pretty much makes it unplayable if I use guns because so many blocks get damaged.
Last edited by a moderator: