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

Trader's Secret Stash Disappearing.

DeWold

Refugee
A19.1

I know what is causing the issue I just don't know why it is.

The issue is in the progression.xml I wanted to change the Better Barter perk so that the quality of items increase with every level so I changed this code 

<passive_effect name="SecretStash" operation="base_add" level="3,5" value="3000,5000"/>

to this

<passive_effect name="SecretStash" operation="base_add" level="1,2,3,4,5" value="1000,2000,3000,4000,5000"/>

I also tried

<passive_effect name="SecretStash" operation="base_add" level="1,5" value="1000,5000"/>

These for some reason makes the secret stash tab disappear when trading.

Could someone explain why this is happening and if there is a better way to do what I was initially trying?

 
Back
Top