DayZ/ExpansionMod(settings)/Market/Helicopters.json
2021-10-17 15:26:15 +02:00

74 lines
2.3 KiB
JSON

{
"m_Version": 4,
"DisplayName": "#STR_EXPANSION_MARKET_CATEGORY_HELICOPTER",
"Items": [
{
"ClassName": "expansiongyrocopter",
"MaxPriceThreshold": 150000,
"MinPriceThreshold": 80000,
"MaxStockThreshold": 10,
"MinStockThreshold": 1,
"PurchaseType": 1,
"SpawnAttachments": [
"expansionhelicopterbattery",
"sparkplug"
],
"Variants": []
},
{
"ClassName": "expansionmh6",
"MaxPriceThreshold": 1000000,
"MinPriceThreshold": 400000,
"MaxStockThreshold": 5,
"MinStockThreshold": 1,
"PurchaseType": 1,
"SpawnAttachments": [
"expansionhelicopterbattery",
"expansionigniterplug",
"expansionhydraulichoses",
"headlighth7",
"expansion_mh6_door_1_1",
"expansion_mh6_door_1_2",
"expansion_mh6_door_2_1",
"expansion_mh6_door_2_2"
],
"Variants": []
},
{
"ClassName": "expansionuh1h",
"MaxPriceThreshold": 1400000,
"MinPriceThreshold": 500000,
"MaxStockThreshold": 4,
"MinStockThreshold": 1,
"PurchaseType": 1,
"SpawnAttachments": [
"expansionhelicopterbattery",
"expansionigniterplug",
"expansionhydraulichoses",
"headlighth7",
"expansionuh1hdoor_1_1",
"expansionuh1hdoor_1_2"
],
"Variants": []
},
{
"ClassName": "expansionmerlin",
"MaxPriceThreshold": 4000000,
"MinPriceThreshold": 800000,
"MaxStockThreshold": 5,
"MinStockThreshold": 1,
"PurchaseType": 1,
"SpawnAttachments": [
"expansionhelicopterbattery",
"expansionigniterplug",
"expansionhydraulichoses",
"headlighth7",
"expansionmerlinfrontwheel",
"expansionmerlinfrontwheel",
"expansionmerlinbackwheel",
"expansionmerlinbackwheel"
],
"Variants": []
}
]
}