mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Update Skynet to 2.3.0.
Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1658
This commit is contained in:
parent
d4f77f6588
commit
551ea728fc
@ -26,6 +26,7 @@ Saves from 4.x are not compatible with 5.0.
|
||||
* **[Modding]** Campaigns can now define a default start date.
|
||||
* **[Modding]** Campaigns now specify the squadrons that are present in the campaign, their roles, and their starting bases. Players can customize this at game start but the campaign will choose the defaults.
|
||||
* **[New Game Wizard]** Can now customize the player's air wing before campaign start to disable, relocate, or rename squadrons.
|
||||
* **[Plugins]** Updated SkynetIADS to 2.3.0 (adds SA-5 support).
|
||||
* **[UI]** Sell Button for aircraft will be disabled if there are no units available to be sold or all are already assigned to a mission
|
||||
* **[UI]** Enemy aircraft inventory now viewable in the air wing menu.
|
||||
|
||||
|
||||
@ -1,7 +1,35 @@
|
||||
env.info("--- SKYNET VERSION: 2.2.0 | BUILD TIME: 28.07.2021 1023Z ---")
|
||||
env.info("--- SKYNET VERSION: 2.3.0 | BUILD TIME: 18.10.2021 1046Z ---")
|
||||
do
|
||||
--this file contains the required units per sam type
|
||||
samTypesDB = {
|
||||
|
||||
['S-200'] = {
|
||||
['type'] = 'complex',
|
||||
['searchRadar'] = {
|
||||
['RLS_19J6'] = {
|
||||
['name'] = {
|
||||
['NATO'] = 'Tin Shield',
|
||||
},
|
||||
},
|
||||
},
|
||||
['EWR P-37 BAR LOCK'] = {
|
||||
['Name'] = {
|
||||
['NATO'] = "Bar lock",
|
||||
},
|
||||
},
|
||||
['trackingRadar'] = {
|
||||
['RPC_5N62V'] = {
|
||||
},
|
||||
},
|
||||
['launchers'] = {
|
||||
['S-200_Launcher'] = {
|
||||
},
|
||||
},
|
||||
['name'] = {
|
||||
['NATO'] = 'SA-5 Gammon',
|
||||
},
|
||||
['harm_detection_chance'] = 60
|
||||
},
|
||||
['S-300'] = {
|
||||
['type'] = 'complex',
|
||||
['searchRadar'] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user