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

106 lines
3.1 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_MEAT",
"Items": [
{
"ClassName": "bearsteakmeat",
"MaxPriceThreshold": 16,
"MinPriceThreshold": 8,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "goatsteakmeat",
"MaxPriceThreshold": 16,
"MinPriceThreshold": 8,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "boarsteakmeat",
"MaxPriceThreshold": 16,
"MinPriceThreshold": 8,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "pigsteakmeat",
"MaxPriceThreshold": 16,
"MinPriceThreshold": 8,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "deersteakmeat",
"MaxPriceThreshold": 16,
"MinPriceThreshold": 8,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "wolfsteakmeat",
"MaxPriceThreshold": 16,
"MinPriceThreshold": 8,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "cowsteakmeat",
"MaxPriceThreshold": 16,
"MinPriceThreshold": 8,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "sheepsteakmeat",
"MaxPriceThreshold": 16,
"MinPriceThreshold": 8,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "chickenbreastmeat",
"MaxPriceThreshold": 16,
"MinPriceThreshold": 8,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "rabbitlegmeat",
"MaxPriceThreshold": 16,
"MinPriceThreshold": 8,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}