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

104 lines
3.0 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_RIFLES",
"Items": [
{
"ClassName": "izh18",
"MaxPriceThreshold": 700,
"MinPriceThreshold": 350,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "ruger1022",
"MaxPriceThreshold": 700,
"MinPriceThreshold": 350,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_ruger1022_15rnd"
],
"Variants": []
},
{
"ClassName": "repeater",
"MaxPriceThreshold": 700,
"MinPriceThreshold": 350,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "mosin9130",
"MaxPriceThreshold": 800,
"MinPriceThreshold": 400,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "cz527",
"MaxPriceThreshold": 1000,
"MinPriceThreshold": 500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_cz527_5rnd"
],
"Variants": []
},
{
"ClassName": "winchester70",
"MaxPriceThreshold": 1000,
"MinPriceThreshold": 500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansion_kar98",
"MaxPriceThreshold": 1000,
"MinPriceThreshold": 500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansion_m14",
"MaxPriceThreshold": 1000,
"MinPriceThreshold": 500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_expansion_m14_10rnd"
],
"Variants": []
},
{
"ClassName": "expansion_m1a",
"MaxPriceThreshold": 1000,
"MinPriceThreshold": 500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_expansion_m14_10rnd"
],
"Variants": []
}
]
}