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

76 lines
2.2 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_EVENT",
"Items": [
{
"ClassName": "easteregg",
"MaxPriceThreshold": 15,
"MinPriceThreshold": 1,
"MaxStockThreshold": 250,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "crookednose",
"MaxPriceThreshold": 15,
"MinPriceThreshold": 1,
"MaxStockThreshold": 250,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "cauldron",
"MaxPriceThreshold": 15,
"MinPriceThreshold": 1,
"MaxStockThreshold": 250,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "witchhat",
"MaxPriceThreshold": 15,
"MinPriceThreshold": 1,
"MaxStockThreshold": 250,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "witchhood_black",
"MaxPriceThreshold": 15,
"MinPriceThreshold": 1,
"MaxStockThreshold": 250,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "witchhood_brown",
"MaxPriceThreshold": 15,
"MinPriceThreshold": 1,
"MaxStockThreshold": 250,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "witchhood_red",
"MaxPriceThreshold": 15,
"MinPriceThreshold": 1,
"MaxStockThreshold": 250,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}