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

184 lines
5.4 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_BACKPACKS",
"Items": [
{
"ClassName": "childbag_red",
"MaxPriceThreshold": 40,
"MinPriceThreshold": 20,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"childbag_blue",
"childbag_green"
]
},
{
"ClassName": "childbag_green",
"MaxPriceThreshold": 50,
"MinPriceThreshold": 25,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "drybag_orange",
"MaxPriceThreshold": 60,
"MinPriceThreshold": 30,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"drybag_yellow",
"drybag_blue",
"drybag_black",
"drybag_red",
"drybag_green"
]
},
{
"ClassName": "drybag_green",
"MaxPriceThreshold": 70,
"MinPriceThreshold": 35,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "taloonbag_blue",
"MaxPriceThreshold": 100,
"MinPriceThreshold": 50,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"taloonbag_orange",
"taloonbag_violet",
"taloonbag_green"
]
},
{
"ClassName": "taloonbag_green",
"MaxPriceThreshold": 140,
"MinPriceThreshold": 70,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "smershbag",
"MaxPriceThreshold": 200,
"MinPriceThreshold": 100,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "assaultbag_black",
"MaxPriceThreshold": 220,
"MinPriceThreshold": 110,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"assaultbag_green",
"assaultbag_ttsko"
]
},
{
"ClassName": "assaultbag_ttsko",
"MaxPriceThreshold": 260,
"MinPriceThreshold": 130,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "huntingbag",
"MaxPriceThreshold": 260,
"MinPriceThreshold": 130,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "tortillabag",
"MaxPriceThreshold": 360,
"MinPriceThreshold": 180,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"expansiondeserttortilla"
]
},
{
"ClassName": "coyotebag_brown",
"MaxPriceThreshold": 360,
"MinPriceThreshold": 180,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"coyotebag_green",
"expansioncoyoteblack"
]
},
{
"ClassName": "mountainbag_red",
"MaxPriceThreshold": 600,
"MinPriceThreshold": 300,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"mountainbag_blue",
"mountainbag_orange",
"mountainbag_green"
]
},
{
"ClassName": "alicebag_green",
"MaxPriceThreshold": 800,
"MinPriceThreshold": 400,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"alicebag_black",
"alicebag_camo"
]
},
{
"ClassName": "alicebag_camo",
"MaxPriceThreshold": 1000,
"MinPriceThreshold": 500,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}