mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
11 lines
305 B
Lua
11 lines
305 B
Lua
Library.aircraft["Tu-22M3"] = {
|
|
altitude = DCSEx.converter.feetToMeters(30000),
|
|
speed = DCSEx.converter.knotsToMps(300),
|
|
payload = { chaff = 48,flare = 48,fuel = 50000 },
|
|
pylons = {
|
|
default = {
|
|
[3] = { CLSID = "{AD5E5863-08FC-4283-B92C-162E2B2BD3FF}" },
|
|
}
|
|
}
|
|
}
|