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

56 lines
1.6 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_FISH",
"Items": [
{
"ClassName": "carpfilletmeat",
"MaxPriceThreshold": 16,
"MinPriceThreshold": 8,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "mackerelfilletmeat",
"MaxPriceThreshold": 16,
"MinPriceThreshold": 8,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "carp",
"MaxPriceThreshold": 40,
"MinPriceThreshold": 20,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "sardines",
"MaxPriceThreshold": 40,
"MinPriceThreshold": 20,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "mackerel",
"MaxPriceThreshold": 40,
"MinPriceThreshold": 20,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}