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