DayZ/ExpansionMod(settings)/Market/Vests.json
2021-09-30 19:27:30 +02:00

124 lines
3.6 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_VESTS",
"Items": [
{
"ClassName": "reflexvest",
"MaxPriceThreshold": 10,
"MinPriceThreshold": 5,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "policevest",
"MaxPriceThreshold": 70,
"MinPriceThreshold": 35,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "huntingvest",
"MaxPriceThreshold": 110,
"MinPriceThreshold": 55,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "pressvest_blue",
"MaxPriceThreshold": 170,
"MinPriceThreshold": 85,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"pressvest_lightblue"
]
},
{
"ClassName": "pressvest_lightblue",
"MaxPriceThreshold": 180,
"MinPriceThreshold": 90,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "ukassvest_black",
"MaxPriceThreshold": 180,
"MinPriceThreshold": 90,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"ukassvest_khaki",
"ukassvest_olive",
"ukassvest_camo"
]
},
{
"ClassName": "ukassvest_camo",
"MaxPriceThreshold": 200,
"MinPriceThreshold": 100,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "smershvest",
"MaxPriceThreshold": 300,
"MinPriceThreshold": 150,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "highcapacityvest_black",
"MaxPriceThreshold": 400,
"MinPriceThreshold": 200,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"highcapacityvest_olive"
]
},
{
"ClassName": "highcapacityvest_olive",
"MaxPriceThreshold": 460,
"MinPriceThreshold": 230,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "platecarriervest",
"MaxPriceThreshold": 500,
"MinPriceThreshold": 250,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}