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

112 lines
3.2 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_ASSAULT_RIFLES",
"Items": [
{
"ClassName": "fal",
"MaxPriceThreshold": 2000,
"MinPriceThreshold": 1000,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"fal_oebttstck",
"mag_fal_20rnd"
],
"Variants": []
},
{
"ClassName": "akm",
"MaxPriceThreshold": 3000,
"MinPriceThreshold": 1500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"ak_woodbttstck",
"ak_woodhndgrd",
"mag_akm_30rnd"
],
"Variants": []
},
{
"ClassName": "ak101",
"MaxPriceThreshold": 3000,
"MinPriceThreshold": 1500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"ak_plasticbttstck",
"ak_plastichndgrd",
"mag_ak101_30rnd"
],
"Variants": []
},
{
"ClassName": "ak74",
"MaxPriceThreshold": 3200,
"MinPriceThreshold": 1600,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"ak74_woodbttstck",
"ak74_hndgrd",
"mag_ak74_30rnd"
],
"Variants": []
},
{
"ClassName": "m4a1",
"MaxPriceThreshold": 3000,
"MinPriceThreshold": 1500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"m4_carryhandleoptic",
"mag_stanag_30rnd",
"m4_oebttstck",
"m4_plastichndgrd"
],
"Variants": []
},
{
"ClassName": "m16a2",
"MaxPriceThreshold": 3200,
"MinPriceThreshold": 1600,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_stanag_30rnd"
],
"Variants": []
},
{
"ClassName": "expansion_m16",
"MaxPriceThreshold": 560,
"MinPriceThreshold": 160,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_stanag_30rnd"
],
"Variants": []
},
{
"ClassName": "expansion_g36",
"MaxPriceThreshold": 560,
"MinPriceThreshold": 160,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_expansion_g36_30rnd"
],
"Variants": []
}
]
}