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

83 lines
2.5 KiB
JSON

{
"m_Version": 12,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_TENTS",
"Icon": "Deliver",
"Color": "FBFCFEFF",
"IsExchange": 0,
"InitStockPercent": 75.0,
"Items": [
{
"ClassName": "partytent",
"MaxPriceThreshold": 5200,
"MinPriceThreshold": 2600,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": [
"partytent_blue",
"partytent_brown",
"partytent_lunapark"
]
},
{
"ClassName": "mediumtent",
"MaxPriceThreshold": 6000,
"MinPriceThreshold": 3000,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": [
"mediumtent_orange",
"mediumtent_green"
]
},
{
"ClassName": "largetent",
"MaxPriceThreshold": 12000,
"MinPriceThreshold": 6000,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "cartent",
"MaxPriceThreshold": 14000,
"MinPriceThreshold": 7000,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansioncamotentkit",
"MaxPriceThreshold": 5200,
"MinPriceThreshold": 2600,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "expansioncamoboxkit",
"MaxPriceThreshold": 5200,
"MinPriceThreshold": 2600,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
}
]
}