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

148 lines
4.1 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_PISTOLS",
"Items": [
{
"ClassName": "makarovij70",
"MaxPriceThreshold": 200,
"MinPriceThreshold": 100,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_ij70_8rnd"
],
"Variants": []
},
{
"ClassName": "cz75",
"MaxPriceThreshold": 270,
"MinPriceThreshold": 135,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_cz75_15rnd"
],
"Variants": []
},
{
"ClassName": "fnx45",
"MaxPriceThreshold": 350,
"MinPriceThreshold": 175,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_fnx45_15rnd"
],
"Variants": []
},
{
"ClassName": "glock19",
"MaxPriceThreshold": 600,
"MinPriceThreshold": 300,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_glock_15rnd"
],
"Variants": []
},
{
"ClassName": "mkii",
"MaxPriceThreshold": 640,
"MinPriceThreshold": 320,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_mkii_10rnd"
],
"Variants": []
},
{
"ClassName": "colt1911",
"MaxPriceThreshold": 680,
"MinPriceThreshold": 340,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_1911_7rnd"
],
"Variants": []
},
{
"ClassName": "engraved1911",
"MaxPriceThreshold": 680,
"MinPriceThreshold": 340,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_1911_7rnd"
],
"Variants": []
},
{
"ClassName": "magnum",
"MaxPriceThreshold": 800,
"MinPriceThreshold": 400,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "deagle",
"MaxPriceThreshold": 800,
"MinPriceThreshold": 400,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_deagle_9rnd"
],
"Variants": [
"deagle_gold"
]
},
{
"ClassName": "deagle_gold",
"MaxPriceThreshold": 1000,
"MinPriceThreshold": 500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_deagle_9rnd"
],
"Variants": []
},
{
"ClassName": "expansion_m9",
"MaxPriceThreshold": 350,
"MinPriceThreshold": 175,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mag_expansion_m9_15rnd"
],
"Variants": []
},
{
"ClassName": "expansion_longhorn",
"MaxPriceThreshold": 400,
"MinPriceThreshold": 200,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}