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

76 lines
2.1 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_SNIPER_RIFLES",
"Items": [
{
"ClassName": "vss",
"MaxPriceThreshold": 3200,
"MinPriceThreshold": 1600,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_vss_10rnd"
],
"Variants": []
},
{
"ClassName": "asval",
"MaxPriceThreshold": 3200,
"MinPriceThreshold": 1600,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_val_20rnd"
],
"Variants": []
},
{
"ClassName": "b95",
"MaxPriceThreshold": 3400,
"MinPriceThreshold": 1700,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "svd",
"MaxPriceThreshold": 4000,
"MinPriceThreshold": 2000,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_svd_10rnd"
],
"Variants": []
},
{
"ClassName": "scout_chernarus",
"MaxPriceThreshold": 4200,
"MinPriceThreshold": 2100,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_scout_5rnd"
],
"Variants": []
},
{
"ClassName": "expansion_awm",
"MaxPriceThreshold": 10000,
"MinPriceThreshold": 5000,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_expansion_awm_5rnd"
],
"Variants": []
}
]
}