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

100 lines
3.0 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_GLOVES",
"Items": [
{
"ClassName": "surgicalgloves_blue",
"MaxPriceThreshold": 10,
"MinPriceThreshold": 5,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"surgicalgloves_lightblue",
"surgicalgloves_green",
"surgicalgloves_white"
]
},
{
"ClassName": "workinggloves_yellow",
"MaxPriceThreshold": 50,
"MinPriceThreshold": 25,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"workinggloves_black",
"workinggloves_beige",
"workinggloves_brown"
]
},
{
"ClassName": "workinggloves_black",
"MaxPriceThreshold": 60,
"MinPriceThreshold": 30,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "workinggloves_beige",
"MaxPriceThreshold": 60,
"MinPriceThreshold": 30,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "workinggloves_brown",
"MaxPriceThreshold": 60,
"MinPriceThreshold": 30,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "tacticalgloves_black",
"MaxPriceThreshold": 70,
"MinPriceThreshold": 35,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"tacticalgloves_beige",
"tacticalgloves_green",
"expansiontacticalglovesdesert"
]
},
{
"ClassName": "omnogloves_gray",
"MaxPriceThreshold": 80,
"MinPriceThreshold": 40,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": [
"omnogloves_brown"
]
},
{
"ClassName": "nbcglovesgray",
"MaxPriceThreshold": 130,
"MinPriceThreshold": 65,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}