DayZ/ExpansionMod(settings)/Market/Kits.json
2021-10-17 15:26:15 +02:00

36 lines
1015 B
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_KITS",
"Items": [
{
"ClassName": "sewingkit",
"MaxPriceThreshold": 8,
"MinPriceThreshold": 4,
"MaxStockThreshold": 300,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "leathersewingkit",
"MaxPriceThreshold": 10,
"MinPriceThreshold": 5,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "weaponcleaningkit",
"MaxPriceThreshold": 16,
"MinPriceThreshold": 8,
"MaxStockThreshold": 300,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}