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

119 lines
3.4 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_SUBMACHINE_GUNS",
"Items": [
{
"ClassName": "cz61",
"MaxPriceThreshold": 1400,
"MinPriceThreshold": 700,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_cz61_20rnd"
],
"Variants": []
},
{
"ClassName": "ump45",
"MaxPriceThreshold": 1600,
"MinPriceThreshold": 800,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_ump_25rnd"
],
"Variants": []
},
{
"ClassName": "mp5k",
"MaxPriceThreshold": 2000,
"MinPriceThreshold": 1000,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mp5k_stockbttstck",
"mp5_plastichndgrd",
"mag_mp5_30rnd"
],
"Variants": []
},
{
"ClassName": "aks74u",
"MaxPriceThreshold": 2200,
"MinPriceThreshold": 1100,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"aks74u_bttstck",
"mag_ak74_30rnd"
],
"Variants": []
},
{
"ClassName": "expansion_kedr",
"MaxPriceThreshold": 1400,
"MinPriceThreshold": 700,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_expansion_kedr_20rnd"
],
"Variants": []
},
{
"ClassName": "expansion_mpx",
"MaxPriceThreshold": 1800,
"MinPriceThreshold": 900,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_expansion_mpx_50rnd"
],
"Variants": []
},
{
"ClassName": "expansion_mp5",
"MaxPriceThreshold": 2200,
"MinPriceThreshold": 1100,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_mp5_30rnd"
],
"Variants": []
},
{
"ClassName": "expansion_mp7",
"MaxPriceThreshold": 2400,
"MinPriceThreshold": 1200,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_expansion_mp7_40rnd"
],
"Variants": []
},
{
"ClassName": "expansion_vityazsn",
"MaxPriceThreshold": 2800,
"MinPriceThreshold": 1400,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"ak_plasticbttstck",
"ak_plastichndgrd",
"mag_expansion_vityaz_30rnd"
],
"Variants": []
}
]
}