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

106 lines
3.1 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_SWEATERS & #STR_EXPANSION_MARKET_CATEGORY_HOODIES",
"Items": [
{
"ClassName": "sweater_gray",
"MaxPriceThreshold": 40,
"MinPriceThreshold": 20,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "sweater_blue",
"MaxPriceThreshold": 40,
"MinPriceThreshold": 20,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "sweater_red",
"MaxPriceThreshold": 40,
"MinPriceThreshold": 20,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "sweater_green",
"MaxPriceThreshold": 50,
"MinPriceThreshold": 25,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "hoodie_blue",
"MaxPriceThreshold": 60,
"MinPriceThreshold": 30,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "hoodie_black",
"MaxPriceThreshold": 60,
"MinPriceThreshold": 30,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "hoodie_brown",
"MaxPriceThreshold": 60,
"MinPriceThreshold": 30,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "hoodie_grey",
"MaxPriceThreshold": 60,
"MinPriceThreshold": 30,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "hoodie_red",
"MaxPriceThreshold": 60,
"MinPriceThreshold": 30,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "hoodie_green",
"MaxPriceThreshold": 70,
"MinPriceThreshold": 35,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}