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
+7
View File
@@ -0,0 +1,7 @@
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}
}