ArcticPrism
Refugee
How do I edit gun damage?
<passive_effect name="EntityDamage" operation="perc_add" value="0"/>
<passive_effect name="BlockDamage" operation="perc_add" value="0"/>
<passive_effect name="DamageModifier" operation="perc_add" value="-.8" tags="earth"/>
<passive_effect name="DamageModifier" operation="perc_add" value="2" tags="wood"/>
All I can find are things like this but no real values to change.
Edit: Nevermind, I figured it out. The damage comes from the ammo and the perc_add is a damage modifier.
<passive_effect name="EntityDamage" operation="perc_add" value="0"/>
<passive_effect name="BlockDamage" operation="perc_add" value="0"/>
<passive_effect name="DamageModifier" operation="perc_add" value="-.8" tags="earth"/>
<passive_effect name="DamageModifier" operation="perc_add" value="2" tags="wood"/>
All I can find are things like this but no real values to change.
Edit: Nevermind, I figured it out. The damage comes from the ammo and the perc_add is a damage modifier.