mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Update skynet plugin (#1478)
This commit is contained in:
parent
3e08574fbe
commit
8c7e56a2bd
@ -30,6 +30,7 @@ Saves from 4.0.0 are compatible with 4.1.0.
|
||||
* **[Mission Generation]** SAM sites are now headed towards the center of the conflict
|
||||
* **[Mods]** Support for latest version of Gripen mod. In-progress campaigns may need to re-plan Gripen flights to pick up updated loadouts.
|
||||
* **[Plugins]** Increased time JTAC Autolase messages stay visible on the UI.
|
||||
* **[Plugins]** Updated SkynetIADS to 2.2.0 (adds NASAMS support).
|
||||
* **[UI]** Added ability to take notes and have those notes appear as a kneeboard page.
|
||||
* **[UI]** Hovering over the weather information now dispalys the cloud base (meters and feet).
|
||||
* **[UI]** Google search link added to unit information when there is no information provided.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
env.info("--- SKYNET VERSION: 2.1.0 | BUILD TIME: 27.03.2021 2125Z ---")
|
||||
env.info("--- SKYNET VERSION: 2.2.0 | BUILD TIME: 28.07.2021 1023Z ---")
|
||||
do
|
||||
--this file contains the required units per sam type
|
||||
samTypesDB = {
|
||||
@ -194,7 +194,31 @@ samTypesDB = {
|
||||
['NATO'] = 'Roland ADS',
|
||||
},
|
||||
['harm_detection_chance'] = 60
|
||||
},
|
||||
},
|
||||
|
||||
['NASAM'] = {
|
||||
['type'] = 'complex',
|
||||
['searchRadar'] = {
|
||||
['NASAMS_Radar_MPQ64F1'] = {
|
||||
},
|
||||
},
|
||||
['launchers'] = {
|
||||
['NASAMS_LN_B'] = {
|
||||
},
|
||||
['NASAMS_LN_C'] = {
|
||||
},
|
||||
},
|
||||
|
||||
['name'] = {
|
||||
['NATO'] = 'NASAM',
|
||||
},
|
||||
['misc'] = {
|
||||
['NASAMS_Command_Post'] = {
|
||||
['required'] = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
['2S6 Tunguska'] = {
|
||||
['type'] = 'single',
|
||||
['searchRadar'] = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user