BFT2020
Hunter
First, my apologies if this was already asked and I missed the topic. I search in this sub-forum for trader and secret; none of the posts popped up to answer my question.
I am making some small modifications to the trader.xml file, which is basically limiting what the traders offer based on their specialty. For example, in Jen's section, the only items in the first part are this
<trader_info id="2" full_reset="true" min_inventory="30" max_inventory="70" min_items_swapped="20" max_items_swapped="20"
reset_interval="7" open_time="4:05" close_time="23:50">
<trader_items count="all">
<item group="rareMedicine" count="2" prob="1"/>
<item group="medicine" count="2,5" prob="1"/>
<item group="traderAlways"/>
<item group="traderGeneral" count="4,8"/>
<item group="generalResources" count="9,14"/>
<item group="modAllT1SecretStash" count="1,2"/>
</trader_items>
I am still going through all the groups so I want to see what traderAlways, traderGeneral, and traderResouces have in those groups. My goal is to make it medical supplies for her and basic resources (for the others, I will doing the same thing but based on their specialties).
What I don't 100% understand are the next groups:
<tier_items level="1,499" count="all"> <!-- requires Perk 0 -->
<tier_items level="3000,3999" count="all"> <!-- requires Perk 3 -->
My assumption is those are the ones tied to the secret stash? My end goal is that if I want specialty items like solar cells and banks, I would have to travel to Bob and see if he has them in stock, no-one else would.
Thanks,
Amateur modder
I am making some small modifications to the trader.xml file, which is basically limiting what the traders offer based on their specialty. For example, in Jen's section, the only items in the first part are this
<trader_info id="2" full_reset="true" min_inventory="30" max_inventory="70" min_items_swapped="20" max_items_swapped="20"
reset_interval="7" open_time="4:05" close_time="23:50">
<trader_items count="all">
<item group="rareMedicine" count="2" prob="1"/>
<item group="medicine" count="2,5" prob="1"/>
<item group="traderAlways"/>
<item group="traderGeneral" count="4,8"/>
<item group="generalResources" count="9,14"/>
<item group="modAllT1SecretStash" count="1,2"/>
</trader_items>
I am still going through all the groups so I want to see what traderAlways, traderGeneral, and traderResouces have in those groups. My goal is to make it medical supplies for her and basic resources (for the others, I will doing the same thing but based on their specialties).
What I don't 100% understand are the next groups:
<tier_items level="1,499" count="all"> <!-- requires Perk 0 -->
<tier_items level="3000,3999" count="all"> <!-- requires Perk 3 -->
My assumption is those are the ones tied to the secret stash? My end goal is that if I want specialty items like solar cells and banks, I would have to travel to Bob and see if he has them in stock, no-one else would.
Thanks,
Amateur modder
Last edited by a moderator: