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

59 lines
1.7 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_SHOTGUNS",
"Items": [
{
"ClassName": "mp133shotgun",
"MaxPriceThreshold": 1000,
"MinPriceThreshold": 500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "izh43shotgun",
"MaxPriceThreshold": 1800,
"MinPriceThreshold": 900,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "saiga",
"MaxPriceThreshold": 3000,
"MinPriceThreshold": 1500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"saiga_bttstck",
"mag_saiga_8rnd"
],
"Variants": []
},
{
"ClassName": "expansion_benellim4",
"MaxPriceThreshold": 3000,
"MinPriceThreshold": 1500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansion_dt11",
"MaxPriceThreshold": 1600,
"MinPriceThreshold": 800,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}