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