Skip to content

Commit

Permalink
2.7.16.28111
Browse files Browse the repository at this point in the history
  • Loading branch information
Quaggles committed Jul 28, 2022
1 parent ce49124 commit 7e077c8
Show file tree
Hide file tree
Showing 36 changed files with 5,140 additions and 795 deletions.
2 changes: 1 addition & 1 deletion _G/__DCS_VERSION__.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.16.27869
2.7.16.28111
4 changes: 2 additions & 2 deletions _G/db/Countries/Combined Joint Task Forces Blue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2220,11 +2220,11 @@ _G["db"]["Countries"]["#Index"] = {
in_service = 0,
out_of_service = 40000
}, {
Name = "Mirage-F1C-200",
Name = "Mirage-F1C",
in_service = 0,
out_of_service = 40000
}, {
Name = "Mirage-F1C",
Name = "Mirage-F1C-200",
in_service = 0,
out_of_service = 40000
}, {
Expand Down
4 changes: 2 additions & 2 deletions _G/db/Countries/Combined Joint Task Forces Red.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2220,11 +2220,11 @@ _G["db"]["Countries"]["#Index"] = {
in_service = 0,
out_of_service = 40000
}, {
Name = "Mirage-F1C-200",
Name = "Mirage-F1C",
in_service = 0,
out_of_service = 40000
}, {
Name = "Mirage-F1C",
Name = "Mirage-F1C-200",
in_service = 0,
out_of_service = 40000
}, {
Expand Down
4 changes: 2 additions & 2 deletions _G/db/Countries/France.lua
Original file line number Diff line number Diff line change
Expand Up @@ -955,12 +955,12 @@ _G["db"]["Countries"]["#Index"] = {
Name = "MiG-19P"
}, {
Name = "MiG-21Bis"
}, {
Name = "Mirage-F1C"
}, {
Name = "Mirage-F1CE"
}, {
Name = "Mirage-F1C-200"
}, {
Name = "Mirage-F1C"
}, {
Name = "Mirage-F1CR"
}, {
Expand Down
4 changes: 2 additions & 2 deletions _G/db/Countries/USA.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2359,10 +2359,10 @@ _G["db"]["Countries"]["#Index"] = {
Name = "Mirage-F1CR"
}, {
Name = "Mirage-F1CT"
}, {
Name = "Mirage-F1BE"
}, {
Name = "Mirage-F1B"
}, {
Name = "Mirage-F1BE"
}, {
Name = "Yak-52"
}, {
Expand Down
4 changes: 2 additions & 2 deletions _G/db/Countries/USAF Aggressors.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3318,11 +3318,11 @@ _G["db"]["Countries"]["#Index"] = {
in_service = 0,
out_of_service = 40000
}, {
Name = "Mirage-F1C-200",
Name = "Mirage-F1C",
in_service = 0,
out_of_service = 40000
}, {
Name = "Mirage-F1C",
Name = "Mirage-F1C-200",
in_service = 0,
out_of_service = 40000
}, {
Expand Down
4 changes: 2 additions & 2 deletions _G/db/Countries/United Nations Peacekeepers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2220,11 +2220,11 @@ _G["db"]["Countries"]["#Index"] = {
in_service = 0,
out_of_service = 40000
}, {
Name = "Mirage-F1C-200",
Name = "Mirage-F1C",
in_service = 0,
out_of_service = 40000
}, {
Name = "Mirage-F1C",
Name = "Mirage-F1C-200",
in_service = 0,
out_of_service = 40000
}, {
Expand Down
8 changes: 5 additions & 3 deletions _G/db/Units/Helicopters/Helicopter/AH-64D_BLK_II.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ _G["db"]["Units"]["Helicopters"]["Helicopter"]["#Index"] = {
}, {
dispName = "Equally Responsible",
id = -2
} }
} },
wCtrl = 150
}, {
control = "checkbox",
defValue = false,
Expand All @@ -39,7 +40,7 @@ _G["db"]["Units"]["Helicopters"]["Helicopter"]["#Index"] = {
control = "comboList",
defValue = 0,
id = "OverrideIFF",
label = "AI IFF Mode",
label = "AI IFF Detection Mode",
playerOnly = true,
values = { {
dispName = "Auto",
Expand All @@ -53,7 +54,8 @@ _G["db"]["Units"]["Helicopters"]["Helicopter"]["#Index"] = {
}, {
dispName = "Realistic",
id = 3
} }
} },
wCtrl = 150
}, {
control = "comboList",
defValue = 0,
Expand Down
5 changes: 3 additions & 2 deletions _G/db/Units/Helicopters/Helicopter/Mi-24P.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ _G["db"]["Units"]["Helicopters"]["Helicopter"]["#Index"] = {
control = "comboList",
defValue = 0,
id = "OverrideIFF",
label = "AI IFF Mode",
label = "AI IFF Detection Mode",
playerOnly = true,
values = { {
dispName = "Auto",
Expand All @@ -110,7 +110,8 @@ _G["db"]["Units"]["Helicopters"]["Helicopter"]["#Index"] = {
}, {
dispName = "Realistic",
id = 3
} }
} },
wCtrl = 150
} },
AmmoWeight = 207.5,
CanopyGeometry = { -0.93969262078591, -0.95280922353749, -0.96592582628907, 0.0094409633615699, 0.98480775301221 },
Expand Down
Loading

0 comments on commit 7e077c8

Please sign in to comment.