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

46 lines
1.3 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_EXCHANGE",
"Items": [
{
"ClassName": "expansiongoldbar",
"MaxPriceThreshold": 10000,
"MinPriceThreshold": 10000,
"MaxStockThreshold": 1,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansiongoldnugget",
"MaxPriceThreshold": 100,
"MinPriceThreshold": 100,
"MaxStockThreshold": 1,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansionsilverbar",
"MaxPriceThreshold": 10,
"MinPriceThreshold": 10,
"MaxStockThreshold": 1,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansionsilvernugget",
"MaxPriceThreshold": 1,
"MinPriceThreshold": 1,
"MaxStockThreshold": 1,
"MinStockThreshold": 1,
"PurchaseType": 0,
"SpawnAttachments": [],
"Variants": []
}
]
}