DayZ/serverstructure/gameserver/profiles/ExpansionMod/Market/Exchange.json

21 lines
559 B
JSON

{
"m_Version": 12,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_EXCHANGE",
"Icon": "Deliver",
"Color": "FBFCFEFF",
"IsExchange": 1,
"InitStockPercent": 75.0,
"Items": [
{
"ClassName": "expansionbanknotehryvnia",
"MaxPriceThreshold": 1,
"MinPriceThreshold": 1,
"SellPricePercent": -1.0,
"MaxStockThreshold": 1,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
}
]
}