• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

items.xml: DamageModifier perc_set

alphaniner

Refugee
I happened to notice that just one item (iron hoe) uses negative values for perc_set:

Code:
<passive_effect name="DamageModifier" operation="perc_set" value="-.9" tags="stone"/>
<passive_effect name="DamageModifier" operation="perc_set" value="-.9" tags="metal"/>
Is this a bug, or is a negative perc_set value equivalent to (1 + <value>) ?

 
Back
Top