the-blacklist/config.json

25 lines
834 B
JSON
Raw Normal View History

2023-01-21 16:20:00 +11:00
{
"startDelayInSeconds": 7,
"disableBsgBlacklist": true,
"canSellBlacklistedItemsOnFlea": true,
"blacklistedItemPriceMultiplier": 2,
"blacklistedAmmoAdditionalPriceMultiplier": 1.8,
"blacklistedArmourAdditionalPriceMultiplier": 1.8,
"customItemConfigs": [
2023-01-21 16:20:00 +11:00
{
"itemIdHint": "Just a human friendly description that isn't used in code to help you remember. This item is the .338 AP round",
2023-01-21 16:20:00 +11:00
"itemId": "5fc382a9d724d907e2077dab",
"priceMultiplier": 1.5
},
{
"itemIdHint": "MK-18 .338 rifle",
2023-01-21 16:20:00 +11:00
"itemId": "5fc22d7c187fea44d52eda44",
"priceMultiplier": 3
},
{
"itemIdHint": "AXMC .338 rifle. This gun has no flea price by default. We can use the price override to avoid any issues",
2023-01-21 16:20:00 +11:00
"itemId": "627e14b21713922ded6f2c15",
"priceOverride": 150000
2023-01-21 16:20:00 +11:00
}
]
}