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

121 lines
3.4 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_LIGHTS",
"Items": [
{
"ClassName": "chemlight_blue",
"MaxPriceThreshold": 4,
"MinPriceThreshold": 2,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"chemlight_green",
"chemlight_red",
"chemlight_white",
"chemlight_yellow"
]
},
{
"ClassName": "roadflare",
"MaxPriceThreshold": 8,
"MinPriceThreshold": 4,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "matchbox",
"MaxPriceThreshold": 12,
"MinPriceThreshold": 6,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "petrollighter",
"MaxPriceThreshold": 16,
"MinPriceThreshold": 8,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "flashlight",
"MaxPriceThreshold": 30,
"MinPriceThreshold": 15,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"battery9v"
],
"Variants": []
},
{
"ClassName": "xmaslights",
"MaxPriceThreshold": 50,
"MinPriceThreshold": 25,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "portablegaslamp",
"MaxPriceThreshold": 50,
"MinPriceThreshold": 25,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mediumgascanister"
],
"Variants": []
},
{
"ClassName": "portablegasstove",
"MaxPriceThreshold": 60,
"MinPriceThreshold": 30,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"mediumgascanister"
],
"Variants": []
},
{
"ClassName": "headtorch_black",
"MaxPriceThreshold": 80,
"MinPriceThreshold": 40,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [
"battery9v"
],
"Variants": [
"headtorch_grey"
]
},
{
"ClassName": "spotlight",
"MaxPriceThreshold": 1200,
"MinPriceThreshold": 600,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}