DayZ/ExpansionMod(settings)/Market/Electronics.json
2021-10-17 15:26:15 +02:00

96 lines
2.7 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_ELECTRONICS",
"Items": [
{
"ClassName": "personalradio",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 10,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"battery9v"
],
"Variants": []
},
{
"ClassName": "megaphone",
"MaxPriceThreshold": 60,
"MinPriceThreshold": 30,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"battery9v"
],
"Variants": []
},
{
"ClassName": "electronicrepairkit",
"MaxPriceThreshold": 70,
"MinPriceThreshold": 35,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "cablereel",
"MaxPriceThreshold": 80,
"MinPriceThreshold": 40,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "batterycharger",
"MaxPriceThreshold": 80,
"MinPriceThreshold": 40,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "baseradio",
"MaxPriceThreshold": 100,
"MinPriceThreshold": 50,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"carbattery"
],
"Variants": []
},
{
"ClassName": "rangefinder",
"MaxPriceThreshold": 120,
"MinPriceThreshold": 60,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"battery9v"
],
"Variants": []
},
{
"ClassName": "nvgoggles",
"MaxPriceThreshold": 1600,
"MinPriceThreshold": 800,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"battery9v"
],
"Variants": []
}
]
}