mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
7 lines
213 B
Lua
7 lines
213 B
Lua
Library.aircraft["A-50"] = {
|
|
altitude = DCSEx.converter.feetToMeters(32000),
|
|
options = { "eplrs" },
|
|
payload = { chaff = 192, flare = 192, fuel = 70000 },
|
|
speed = DCSEx.converter.knotsToMps(300),
|
|
}
|