DayZ/ExpansionMod(settings)/Market/Drinks.json
2021-10-17 15:26:15 +02:00

96 lines
2.8 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_DRINKS",
"Items": [
{
"ClassName": "sodacan_pipsi",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 10,
"MaxStockThreshold": 300,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "sodacan_cola",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 10,
"MaxStockThreshold": 300,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "sodacan_spite",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 10,
"MaxStockThreshold": 300,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "sodacan_kvass",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 10,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "sodacan_fronta",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 10,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "waterbottle",
"MaxPriceThreshold": 30,
"MinPriceThreshold": 15,
"MaxStockThreshold": 300,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "canteen",
"MaxPriceThreshold": 36,
"MinPriceThreshold": 18,
"MaxStockThreshold": 300,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "vodka",
"MaxPriceThreshold": 44,
"MinPriceThreshold": 22,
"MaxStockThreshold": 300,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansionmilkbottle",
"MaxPriceThreshold": 30,
"MinPriceThreshold": 15,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}