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

32 lines
914 B
JSON

{
"m_Version": 12,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_FURNISHINGS",
"Icon": "Deliver",
"Color": "FBFCFEFF",
"IsExchange": 0,
"InitStockPercent": 75.0,
"Items": [
{
"ClassName": "expansiongunrack",
"MaxPriceThreshold": 7000,
"MinPriceThreshold": 3500,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansionstove",
"MaxPriceThreshold": 3000,
"MinPriceThreshold": 1500,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
}
]
}