Initial commit

This commit is contained in:
Ambroise Garel
2025-07-22 10:22:50 +02:00
parent 16f53c8a47
commit edb28205cd
422 changed files with 17001 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
Library.aircraft["AH-64A"] = {
altitude = DCSEx.converter.feetToMeters(1500),
speed = DCSEx.converter.knotsToMps(90),
payload = { chaff = 30,flare = 30,fuel = 1157 },
pylons = {
default = {
[1] = { CLSID = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}" },
[2] = { CLSID = "{3DFB7321-AB0E-11d7-9897-000476191836}" },
[3] = { CLSID = "{3DFB7321-AB0E-11d7-9897-000476191836}" },
[4] = { CLSID = "{88D18A5E-99C8-4B04-B40B-1C02F2018B6E}" },
}
}
}