mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-18 05:05:19 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Library.aircraft["SA342Minigun"] = {
|
||||
altitude = DCSEx.converter.feetToMeters(1500),
|
||||
speed = DCSEx.converter.knotsToMps(90),
|
||||
payload = { chaff = 0,flare = 32,fuel = 416.33,gun = 100 },
|
||||
properties = { NS430allow = true },
|
||||
pylons = {
|
||||
default = {
|
||||
[5] = { CLSID = "{FAS}" },
|
||||
[6] = { CLSID = "{IR_Deflector}" },
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user