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

56 lines
1.6 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_MUZZLES",
"Items": [
{
"ClassName": "mosin_compensator",
"MaxPriceThreshold": 300,
"MinPriceThreshold": 150,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "mp5_compensator",
"MaxPriceThreshold": 400,
"MinPriceThreshold": 200,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "m4_suppressor",
"MaxPriceThreshold": 27,
"MinPriceThreshold": 25,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "ak_suppressor",
"MaxPriceThreshold": 27,
"MinPriceThreshold": 25,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "pistolsuppressor",
"MaxPriceThreshold": 17,
"MinPriceThreshold": 15,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}