Skip to content

Commit b31bb04

Browse files
committed
2.9.20.15010
1 parent 1d6b485 commit b31bb04

873 files changed

Lines changed: 38285 additions & 10624 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_G/__DCS_VERSION__.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.9.19.13478
1+
2.9.20.15010

_G/bombs/FAB-250-M62.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ _G["bombs"]["#Index"] = {
44
VyHold = -50,
55
_file = "./CoreMods/aircraft/AircraftWeaponPack/common_bombs.lua",
66
_origin = "AircraftWeaponPack",
7-
display_name = "FAB-250-M62 GP",
7+
display_name = "FAB-250M-62 GP",
88
display_name_short = "FAB-250",
99
hMax = 12000,
1010
hMin = 500,
1111
mass = 227,
1212
name = "FAB-250-M62",
1313
type = 1,
14-
warhead = "_G/warheads/FAB_250.lua",
14+
warhead = "_G/warheads/FAB_250M62.lua",
1515
ws_type = { 4, 5, 9, "Redacted" }
1616
}

_G/bombs/FAB_100.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ _G["bombs"]["#Index"] = {
33
Cx = 0.00035,
44
Name = "Redacted",
55
VyHold = -100,
6-
display_name = "FAB-100",
6+
display_name = "OFAB-100-120",
77
display_name_short = "FAB-100",
88
hMax = 20000,
99
hMin = 100,

_G/bombs/FAB_250.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ _G["bombs"]["#Index"] = {
33
Cx = 0.000999,
44
Name = "Redacted",
55
VyHold = -100,
6-
display_name = "FAB-250",
6+
display_name = "OFAB-250-270",
77
display_name_short = "FAB-250",
88
hMax = 20000,
99
hMin = 200,

_G/bombs/FAB_500.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ _G["bombs"]["#Index"] = {
33
Cx = 0.00133,
44
Name = "Redacted",
55
VyHold = -100,
6-
display_name = "FAB-500 M-62",
6+
display_name = "FAB-500M-62",
77
display_name_short = "FAB-500",
88
hMax = 20000,
99
hMin = 300,

_G/bombs/Mk_83AIR.lua

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
_G["bombs"]["#Index"] = {
2+
Ag = -5,
3+
Name = "Redacted",
4+
VyHold = -50,
5+
_file = "./CoreMods/aircraft/AircraftWeaponPack/common_bombs.lua",
6+
_origin = "AircraftWeaponPack",
7+
display_name = "Mk-83 AIR GP HD",
8+
display_name_short = "Mk-83",
9+
hMax = 2000,
10+
hMin = 25,
11+
mass = 476.3,
12+
name = "Mk_83AIR",
13+
type = 1,
14+
warhead = "_G/warheads/Mk_83.lua",
15+
ws_type = { 4, 5, 9, "Redacted" }
16+
}

_G/db/Countries/Abkhazia.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,8 @@ _G["db"]["Countries"]["#Index"] = {
12511251
Name = "MiG-19P"
12521252
}, {
12531253
Name = "MiG-21Bis"
1254+
}, {
1255+
Name = "MiG-29 Fulcrum"
12541256
}, {
12551257
Name = "Mirage-F1CE"
12561258
}, {

_G/db/Countries/Afghanistan.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1143,6 +1143,8 @@ _G["db"]["Countries"]["#Index"] = {
11431143
Name = "MiG-15bis_FC"
11441144
}, {
11451145
Name = "MiG-19P"
1146+
}, {
1147+
Name = "MiG-29 Fulcrum"
11461148
}, {
11471149
Name = "Mirage-F1CE"
11481150
}, {

_G/db/Countries/Algeria.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,6 +1557,8 @@ _G["db"]["Countries"]["#Index"] = {
15571557
Name = "MB-339APAN"
15581558
}, {
15591559
Name = "MiG-19P"
1560+
}, {
1561+
Name = "MiG-29 Fulcrum"
15601562
}, {
15611563
Name = "Mirage-F1CE"
15621564
}, {

_G/db/Countries/Argentina.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,6 +1147,8 @@ _G["db"]["Countries"]["#Index"] = {
11471147
Name = "MiG-19P"
11481148
}, {
11491149
Name = "MiG-21Bis"
1150+
}, {
1151+
Name = "MiG-29 Fulcrum"
11501152
}, {
11511153
Name = "Mirage-F1CE"
11521154
}, {

0 commit comments

Comments
 (0)