PC Stealth Boots mod values

Old Crow

Hunter
Does anyone happen to know how much the Stealth Boots affects your stamina usage reduction or noise reduction? No values are shown in the .XML file, nor when you equip them.

I know they can be stacked with the Advanced Fittings and Custom Fittings, but cannot be stacked with either of the Muffled Connectors or the Assassin Boots, nor with any Light or Primitive armors.

 
<buff name="buffMediumStealthBoots" hidden="true">
        <stack_type value="ignore"/>
        <duration value="0"/>

        <effect_group>
            <passive_effect name="StaminaChangeOT" operation="perc_add" value=".0281" tags="walking"/>
            <passive_effect name="StaminaChangeOT" operation="perc_add" value=".0562" tags="running"/>
            <passive_effect name="NoiseMultiplier" operation="perc_add" value="-.1"/>
        </effect_group>
    </buff>


 

<buff name="buffHeavyStealthBoots" hidden="true">
        <stack_type value="ignore"/>
        <duration value="0"/>

        <effect_group>
            <passive_effect name="StaminaChangeOT" operation="perc_add" value=".045" tags="walking"/>
            <passive_effect name="StaminaChangeOT" operation="perc_add" value=".09" tags="running"/>
            <passive_effect name="NoiseMultiplier" operation="perc_add" value="-.2"/>
        </effect_group>
    </buff>

 
Back
Top