mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2025-11-25 19:31:01 +00:00
6 lines
212 B
Lua
6 lines
212 B
Lua
Library.aircraft["SpitfireLFMkIX"] = {
|
|
altitude = DCSEx.converter.feetToMeters(20000),
|
|
speed = DCSEx.converter.knotsToMps(225),
|
|
payload = { chaff = 0,flare = 0,fuel = 247,ammo_type = 1,gun = 100 },
|
|
}
|