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

46 lines
1.3 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_BATTERIES",
"Items": [
{
"ClassName": "battery9v",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 10,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "carbattery",
"MaxPriceThreshold": 200,
"MinPriceThreshold": 100,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "truckbattery",
"MaxPriceThreshold": 360,
"MinPriceThreshold": 180,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansionhelicopterbattery",
"MaxPriceThreshold": 500,
"MinPriceThreshold": 250,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}