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

46 lines
1.3 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_LAUNCHERS",
"Items": [
{
"ClassName": "flaregun",
"MaxPriceThreshold": 1000,
"MinPriceThreshold": 500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansionlaw",
"MaxPriceThreshold": 5000,
"MinPriceThreshold": 2500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansionrpg7",
"MaxPriceThreshold": 5000,
"MinPriceThreshold": 2500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansion_m79",
"MaxPriceThreshold": 5000,
"MinPriceThreshold": 2500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}