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

104 lines
3.1 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_CONTAINERS",
"Items": [
{
"ClassName": "smallprotectorcase",
"MaxPriceThreshold": 140,
"MinPriceThreshold": 70,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "ammobox",
"MaxPriceThreshold": 160,
"MinPriceThreshold": 80,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "barrelholes_blue",
"MaxPriceThreshold": 1600,
"MinPriceThreshold": 800,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"barrelholes_green",
"barrelholes_red",
"barrelholes_yellow"
]
},
{
"ClassName": "barrel_blue",
"MaxPriceThreshold": 3000,
"MinPriceThreshold": 1500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"barrel_green",
"barrel_red",
"barrel_yellow"
]
},
{
"ClassName": "seachest",
"MaxPriceThreshold": 4000,
"MinPriceThreshold": 2000,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansiontoolbox",
"MaxPriceThreshold": 1000,
"MinPriceThreshold": 500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansionsafemini",
"MaxPriceThreshold": 8000,
"MinPriceThreshold": 4000,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansionsafemedium",
"MaxPriceThreshold": 12000,
"MinPriceThreshold": 6000,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansionsafelarge",
"MaxPriceThreshold": 16000,
"MinPriceThreshold": 8000,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}