take off silencing WIP; fixes for blufor; fixed SAMs commision on samless campaigns

This commit is contained in:
Vasyl Horbachenko
2018-06-26 03:31:29 +03:00
parent 0b2e76e12b
commit c329c806df
11 changed files with 84 additions and 28 deletions

View File

@@ -160,6 +160,10 @@ TAKEOFF_BAN = [
AV8BNA,
]
CARRIER_TAKEOFF_BAN = [
Su_33,
]
EXTRA_AA = {
"Russia": AirDefence.SAM_SA_9_Strela_1_9P31,
"USA": AirDefence.SAM_Patriot_EPP_III,
@@ -252,6 +256,11 @@ PLANE_PAYLOAD_OVERRIDES = {
"*": "AIM-9M*6, AIM-7M*2, FUEL*3",
},
Su_33: {
"*": "R-73*4,R-27R*2,R-27ER*6",
"_carrier": "R-73*4",
},
AV8BNA: {
CAS: "AS 2",
},