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

65 lines
1.9 KiB
JSON

{
"m_Version": 12,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_BAYONETS",
"Icon": "Deliver",
"Color": "FBFCFEFF",
"IsExchange": 0,
"InitStockPercent": 75.0,
"Items": [
{
"ClassName": "mosin_bayonet",
"MaxPriceThreshold": 200,
"MinPriceThreshold": 100,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "sks_bayonet",
"MaxPriceThreshold": 200,
"MinPriceThreshold": 100,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "m9a1_bayonet",
"MaxPriceThreshold": 300,
"MinPriceThreshold": 150,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "ak_bayonet",
"MaxPriceThreshold": 300,
"MinPriceThreshold": 150,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansion_kar98_bayonet",
"MaxPriceThreshold": 200,
"MinPriceThreshold": 100,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
}
]
}