Valens-AIO/config/traders.json
VforValens 49455958e9 v1.6.0 Release Ready.
v1.6.0 Changelog
* Compatible with SPT-Aki v3.2.2
* Updated Readme with new features.
* Combined armorPlusArmorVests into removeGearRestrictions so that it now removes all gear restrictions. Located in config/armor.json
* Adjusted PMC Difficulty Weights to be 0/40/30/30 by default. Located in config/bots.json
* Removed Remove Backpack Filter. Located in config/items.json
* Added Remove Backpack, Container, In Raid Items, and Secured Container Restrictions. Located in config/items.json
* Added the ability to adjust the time it takes to examine items. Located in config/items.json/examineTime
* Added the ability to enable/disable updateTime for traders. Located in config/traders.json If you have custom traders they will need to be added to the updateTime array (Simply copy/paste one of the lines including the {} and add in the traderId for your custom trader.)
* Fixed logic for Fence blacklist because JS sucks /s. Located in config/traders.json
* Cleaned up armor.ts code and moved a lot of the armor materials to their own individual functions.
* Fixed types in items.ts, and cleaned up a lot of functions, and general code.
2022-09-05 17:31:19 -04:00

61 lines
1.4 KiB
JSON

{
"updateTime":
{
"enabled": false,
"updateTime": [
{
"traderId": "54cb50c76803fa8b248b4571",
"seconds": 3600
},
{
"traderId": "54cb57776803fa99248b456e",
"seconds": 3600
},
{
"traderId": "579dc571d53a0658a154fbec",
"seconds": 3600
},
{
"traderId": "58330581ace78e27b8b10cee",
"seconds": 3600
},
{
"traderId": "5935c25fb3acc3127c3d8cd9",
"seconds": 3600
},
{
"traderId": "5a7c2eca46aef81a7ca2145d",
"seconds": 3600
},
{
"traderId": "5ac3b934156ae10c4430e83c",
"seconds": 3600
},
{
"traderId": "5c0647fdd443bc2504c2d371",
"seconds": 3600
},
{
"traderId": "ragfair",
"seconds": 3600
}]
},
"minDurabilityForSale": 60,
"traderPriceMultipler": 1,
"fence":
{
"partialRefreshTimeSeconds": 240,
"partialRefreshChangePercent": 15,
"assortSize": 100,
"maxPresetsPercent": 5,
"presetPriceMult": 2.5,
"blacklist": ["5661632d4bdc2d903d8b456b",
"543be5e94bdc2df1348b4568",
"543be6674bdc2df1348b4569",
"5448bf274bdc2dfc2f8b456a",
"543be5664bdc2dd4348b4569",
"5447bedf4bdc2d87278b4568"]
}
}