• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

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