mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
8 lines
312 B
Lua
8 lines
312 B
Lua
Library.aircraft["P-51D"] = {
|
|
altitude = DCSEx.converter.feetToMeters(20000),
|
|
speed = DCSEx.converter.knotsToMps(300),
|
|
payload = { chaff = 0,flare = 0,fuel = 497.76,gun = 100 },
|
|
-- Payload.Decade2000.Task.AirToGround.Pylon04={AN-M64}
|
|
-- Payload.Decade2000.Task.AirToGround.Pylon07={AN-M64}
|
|
}
|