SlicksGirl
Refugee
I'm still brand new to xpath and i thank you for helping.
I want to change the values for the hazmat items to have better stats. First, do I add passive properties to
to make it work for all items or do I need to set the values for each item individually?
Second, I asked in another thread how to change values for car colors, so does this look correct?
I want to change the values for the hazmat items to have better stats. First, do I add passive properties to
Code:
<item name="hazmatClothingMaster">
Second, I asked in another thread how to change values for car colors, so does this look correct?
Code:
<set xpath="/items/item[@name='hazmatClothingMaster']">
<effect_group tiered="false">
<passive_effect name="ModSlots" operation="base_set" value="2"/>
<passive_effect name="HypothermalResist" operation="base_add" value="5"/>
<passive_effect name="HyperthermalResist" operation="base_add" value="5"/>
<passive_effect name="ElementalDamageResist" operation="base_add" value="10" tags="lowerbody,feet,radiation,toxic" match_all_tags="true"/>
</effect_group>
</set>