25 lines
841 B
JSON
25 lines
841 B
JSON
{
|
|
"startDelayInSeconds": 7,
|
|
"disableBsgBlacklist": true,
|
|
"canSellBlacklistedItemsOnFlea": true,
|
|
"blacklistedItemPriceMultiplier": 2,
|
|
"blacklistedAmmoAdditionalPriceMultiplier": 1,
|
|
"blacklistedArmourAdditionalPriceMultiplier": 1.8,
|
|
"customItemConfigs": [
|
|
{
|
|
"itemIdHint": "Just a human friendly description that isn't used in code to help you remember. This item is the .338 AP round",
|
|
"itemId": "5fc382a9d724d907e2077dab",
|
|
"priceMultiplier": 1
|
|
},
|
|
{
|
|
"itemIdHint": "MK-18 .338 rifle",
|
|
"itemId": "5fc22d7c187fea44d52eda44",
|
|
"fleaPriceOverride": 400000
|
|
},
|
|
{
|
|
"itemIdHint": "AXMC .338 rifle. This gun has no flea price by default. We can use the price override to avoid any issues",
|
|
"itemId": "627e14b21713922ded6f2c15",
|
|
"fleaPriceOverride": 300000
|
|
}
|
|
]
|
|
} |