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

86 lines
2.5 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_BANDANAS",
"Items": [
{
"ClassName": "bandana_blue",
"MaxPriceThreshold": 12,
"MinPriceThreshold": 6,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "bandana_pink",
"MaxPriceThreshold": 12,
"MinPriceThreshold": 6,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "bandana_yellow",
"MaxPriceThreshold": 12,
"MinPriceThreshold": 6,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "bandana_redpattern",
"MaxPriceThreshold": 12,
"MinPriceThreshold": 6,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "bandana_blackpattern",
"MaxPriceThreshold": 12,
"MinPriceThreshold": 6,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "bandana_polkapattern",
"MaxPriceThreshold": 12,
"MinPriceThreshold": 6,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "bandana_greenpattern",
"MaxPriceThreshold": 16,
"MinPriceThreshold": 8,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "bandana_camopattern",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 10,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}