mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
13 lines
370 B
Lua
13 lines
370 B
Lua
Library.aircraft["SA342Minigun"] = {
|
|
altitude = DCSEx.converter.feetToMeters(1500),
|
|
speed = DCSEx.converter.knotsToMps(90),
|
|
payload = { chaff = 0,flare = 32,fuel = 416.33,gun = 100 },
|
|
properties = { NS430allow = true },
|
|
pylons = {
|
|
default = {
|
|
[5] = { CLSID = "{FAS}" },
|
|
[6] = { CLSID = "{IR_Deflector}" },
|
|
}
|
|
}
|
|
}
|