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

54 lines
1.6 KiB
JSON

{
"m_Version": 12,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_LAUNCHERS",
"Icon": "Deliver",
"Color": "FBFCFEFF",
"IsExchange": 0,
"InitStockPercent": 75.0,
"Items": [
{
"ClassName": "flaregun",
"MaxPriceThreshold": 1000,
"MinPriceThreshold": 500,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "m79",
"MaxPriceThreshold": 5000,
"MinPriceThreshold": 2500,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansionlaw",
"MaxPriceThreshold": 5000,
"MinPriceThreshold": 2500,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansionrpg7",
"MaxPriceThreshold": 5000,
"MinPriceThreshold": 2500,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
}
]
}