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

49 lines
1.4 KiB
JSON

{
"m_Version": 12,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_BANDANAS",
"Icon": "Deliver",
"Color": "FBFCFEFF",
"IsExchange": 0,
"InitStockPercent": 75.0,
"Items": [
{
"ClassName": "bandana_blue",
"MaxPriceThreshold": 12,
"MinPriceThreshold": 6,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": [
"bandana_pink",
"bandana_yellow",
"bandana_redpattern",
"bandana_blackpattern",
"bandana_polkapattern"
]
},
{
"ClassName": "bandana_greenpattern",
"MaxPriceThreshold": 16,
"MinPriceThreshold": 8,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
},
{
"ClassName": "bandana_camopattern",
"MaxPriceThreshold": 20,
"MinPriceThreshold": 10,
"SellPricePercent": -1.0,
"MaxStockThreshold": 100,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [],
"Variants": []
}
]
}