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

54 lines
1.5 KiB
JSON

{
"m_Version": 12,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_BOATS",
"Icon": "Deliver",
"Color": "FBFCFEFF",
"IsExchange": 0,
"InitStockPercent": 75.0,
"Items": [
{
"ClassName": "expansionutilityboat",
"MaxPriceThreshold": 44000,
"MinPriceThreshold": 22000,
"SellPricePercent": -1.0,
"MaxStockThreshold": 10,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [
"truckbattery",
"glowplug"
],
"Variants": []
},
{
"ClassName": "expansionzodiacboat",
"MaxPriceThreshold": 44000,
"MinPriceThreshold": 22000,
"SellPricePercent": -1.0,
"MaxStockThreshold": 10,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [
"truckbattery",
"glowplug"
],
"Variants": []
},
{
"ClassName": "expansionlhd",
"MaxPriceThreshold": 600000000,
"MinPriceThreshold": 300000000,
"SellPricePercent": -1.0,
"MaxStockThreshold": 1,
"MinStockThreshold": 1,
"QuantityPercent": -1,
"SpawnAttachments": [
"truckbattery",
"glowplug",
"headlighth7",
"headlighth7"
],
"Variants": []
}
]
}