DayZ/serverstructure/gameserver/profiles/ExpansionMod/Market/Muzzles.json

65 lines
1.9 KiB
JSON

{
"m_Version": 12,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_MUZZLES",
"Icon": "Deliver",
"Color": "FBFCFEFF",
"IsExchange": 0,
"InitStockPercent": 75.0,
"Items": [
{
"ClassName": "mosin_compensator",
"MaxPriceThreshold": 300,
"MinPriceThreshold": 150,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "mp5_compensator",
"MaxPriceThreshold": 400,
"MinPriceThreshold": 200,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "m4_suppressor",
"MaxPriceThreshold": 27,
"MinPriceThreshold": 25,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "ak_suppressor",
"MaxPriceThreshold": 27,
"MinPriceThreshold": 25,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "pistolsuppressor",
"MaxPriceThreshold": 17,
"MinPriceThreshold": 15,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
}
]
}