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

68 lines
2.0 KiB
JSON

{
"m_Version": 12,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_EVENT",
"Icon": "Deliver",
"Color": "FBFCFEFF",
"IsExchange": 0,
"InitStockPercent": 75.0,
"Items": [
{
"ClassName": "easteregg",
"MaxPriceThreshold": 15,
"MinPriceThreshold": 1,
"SellPricePercent": -1.0,
"MaxStockThreshold": 250,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "crookednose",
"MaxPriceThreshold": 15,
"MinPriceThreshold": 1,
"SellPricePercent": -1.0,
"MaxStockThreshold": 250,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "cauldron",
"MaxPriceThreshold": 15,
"MinPriceThreshold": 1,
"SellPricePercent": -1.0,
"MaxStockThreshold": 250,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "witchhat",
"MaxPriceThreshold": 15,
"MinPriceThreshold": 1,
"SellPricePercent": -1.0,
"MaxStockThreshold": 250,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "witchhood_black",
"MaxPriceThreshold": 15,
"MinPriceThreshold": 1,
"SellPricePercent": -1.0,
"MaxStockThreshold": 250,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": [
"witchhood_brown",
"witchhood_red"
]
}
]
}