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

26 lines
714 B
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_BELTS",
"Items": [
{
"ClassName": "civilianbelt",
"MaxPriceThreshold": 200,
"MinPriceThreshold": 100,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "militarybelt",
"MaxPriceThreshold": 200,
"MinPriceThreshold": 100,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}