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

110 lines
3.2 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_EYEWEAR",
"Items": [
{
"ClassName": "sportglasses_orange",
"MaxPriceThreshold": 34,
"MinPriceThreshold": 17,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"sportglasses_blue",
"sportglasses_black",
"sportglasses_green"
]
},
{
"ClassName": "sportglasses_blue",
"MaxPriceThreshold": 36,
"MinPriceThreshold": 18,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "sportglasses_black",
"MaxPriceThreshold": 40,
"MinPriceThreshold": 20,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "sportglasses_green",
"MaxPriceThreshold": 40,
"MinPriceThreshold": 20,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "thinframesglasses",
"MaxPriceThreshold": 40,
"MinPriceThreshold": 20,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "thickframesglasses",
"MaxPriceThreshold": 46,
"MinPriceThreshold": 23,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "designerglasses",
"MaxPriceThreshold": 60,
"MinPriceThreshold": 30,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "aviatorglasses",
"MaxPriceThreshold": 80,
"MinPriceThreshold": 40,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "tacticalgoggles",
"MaxPriceThreshold": 120,
"MinPriceThreshold": 60,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "nvgheadstrap",
"MaxPriceThreshold": 400,
"MinPriceThreshold": 200,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}