mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
updated SU-57 wepons (#196)
This commit is contained in:
parent
15cb1839b0
commit
d6504c3a09
@ -14,11 +14,23 @@ class Su57Weapons:
|
||||
RVV_BD = {"clsid": "{RVV-BD}", "name": "RVV-BD", "weight": 600}
|
||||
RVV_L = {"clsid": "{RVV-L}", "name": "RVV-L", "weight": 748}
|
||||
RVV_M = {"clsid": "{RVV-M}", "name": "RVV-M", "weight": 190}
|
||||
R_37M_Active_Rdr = {"clsid": "{RVV-BD}", "name": "R-37M Active Rdr", "weight": 600}
|
||||
Su_57_Fuel_Tank = {
|
||||
"clsid": "{SU_57Tank}",
|
||||
"name": "Su-57 Fuel Tank",
|
||||
"weight": 1561.421,
|
||||
}
|
||||
R_77PD_Active_rdr = {
|
||||
"clsid": "{RVV-AE}",
|
||||
"name": "R-77PD Active rdr",
|
||||
"weight": 250,
|
||||
}
|
||||
K_77M_Active_Rdr = {"clsid": "{RVV-M}", "name": "K-77M Active Rdr", "weight": 190}
|
||||
KS_172_Passive_Rdr = {
|
||||
"clsid": "{RVV-L}",
|
||||
"name": "KS-172 Passive Rdr",
|
||||
"weight": 748,
|
||||
}
|
||||
|
||||
|
||||
inject_weapons(Su57Weapons)
|
||||
@ -44,8 +56,9 @@ class Su_57(PlaneType):
|
||||
|
||||
class Pylon1:
|
||||
R_73__AA_11_Archer____Infra_Red = (1, Weapons.R_73__AA_11_Archer____Infra_Red)
|
||||
RVV_AE = (1, Su57Weapons.RVV_AE)
|
||||
RVV_M = (1, Su57Weapons.RVV_M)
|
||||
R_77PD_Active_rdr = (1, Su57Weapons.R_77PD_Active_rdr)
|
||||
K_77M_Active_Rdr = (1, Su57Weapons.K_77M_Active_Rdr)
|
||||
L_081_Fantasmagoria_ELINT_pod = (1, Weapons.L_081_Fantasmagoria_ELINT_pod)
|
||||
Smoke_Generator___red = (1, Weapons.Smoke_Generator___red)
|
||||
Smoke_Generator___green = (1, Weapons.Smoke_Generator___green)
|
||||
Smoke_Generator___blue = (1, Weapons.Smoke_Generator___blue)
|
||||
@ -147,10 +160,10 @@ class Su_57(PlaneType):
|
||||
2,
|
||||
Weapons.MBD3_U6_68_with_6_x_FAB_250___250kg_GP_Bombs_LD,
|
||||
)
|
||||
RVV_BD = (2, Su57Weapons.RVV_BD)
|
||||
RVV_AE = (2, Su57Weapons.RVV_AE)
|
||||
RVV_M = (2, Su57Weapons.RVV_M)
|
||||
RVV_L = (2, Su57Weapons.RVV_L)
|
||||
R_37M_Active_Rdr = (2, Su57Weapons.R_37M_Active_Rdr)
|
||||
R_77PD_Active_rdr = (2, Su57Weapons.R_77PD_Active_rdr)
|
||||
K_77M_Active_Rdr = (2, Su57Weapons.K_77M_Active_Rdr)
|
||||
KS_172_Passive_Rdr = (2, Su57Weapons.KS_172_Passive_Rdr)
|
||||
Fuel_tank_800L_Wing = (2, Weapons.Fuel_tank_800L_Wing)
|
||||
RN_28___260_kg__nuclear_bomb__free_fall = (
|
||||
2,
|
||||
@ -268,10 +281,10 @@ class Su_57(PlaneType):
|
||||
4,
|
||||
Weapons.MBD3_U6_68_with_6_x_FAB_250___250kg_GP_Bombs_LD,
|
||||
)
|
||||
RVV_BD = (4, Su57Weapons.RVV_BD)
|
||||
RVV_AE = (4, Su57Weapons.RVV_AE)
|
||||
RVV_M = (4, Su57Weapons.RVV_M)
|
||||
RVV_L = (4, Su57Weapons.RVV_L)
|
||||
R_37M_Active_Rdr = (4, Su57Weapons.R_37M_Active_Rdr)
|
||||
R_77PD_Active_rdr = (4, Su57Weapons.R_77PD_Active_rdr)
|
||||
K_77M_Active_Rdr = (4, Su57Weapons.K_77M_Active_Rdr)
|
||||
KS_172_Passive_Rdr = (4, Su57Weapons.KS_172_Passive_Rdr)
|
||||
RN_28___260_kg__nuclear_bomb__free_fall = (
|
||||
4,
|
||||
Weapons.RN_28___260_kg__nuclear_bomb__free_fall,
|
||||
@ -281,26 +294,26 @@ class Su_57(PlaneType):
|
||||
|
||||
class Pylon5:
|
||||
R_77__AA_12_Adder____Active_Rdr = (5, Weapons.R_77__AA_12_Adder____Active_Rdr)
|
||||
RVV_AE = (5, Su57Weapons.RVV_AE)
|
||||
RVV_M = (5, Su57Weapons.RVV_M)
|
||||
R_77PD_Active_rdr = (5, Su57Weapons.R_77PD_Active_rdr)
|
||||
K_77M_Active_Rdr = (5, Su57Weapons.K_77M_Active_Rdr)
|
||||
Kh_59MK2 = (5, Su57Weapons.Kh_59MK2)
|
||||
|
||||
class Pylon6:
|
||||
R_77__AA_12_Adder____Active_Rdr = (6, Weapons.R_77__AA_12_Adder____Active_Rdr)
|
||||
RVV_AE = (6, Su57Weapons.RVV_AE)
|
||||
RVV_M = (6, Su57Weapons.RVV_M)
|
||||
R_77PD_Active_rdr = (6, Su57Weapons.R_77PD_Active_rdr)
|
||||
K_77M_Active_Rdr = (6, Su57Weapons.K_77M_Active_Rdr)
|
||||
Kh_59MK2 = (6, Su57Weapons.Kh_59MK2)
|
||||
|
||||
class Pylon7:
|
||||
R_77__AA_12_Adder____Active_Rdr = (7, Weapons.R_77__AA_12_Adder____Active_Rdr)
|
||||
RVV_AE = (7, Su57Weapons.RVV_AE)
|
||||
RVV_M = (7, Su57Weapons.RVV_M)
|
||||
R_77PD_Active_rdr = (7, Su57Weapons.R_77PD_Active_rdr)
|
||||
K_77M_Active_Rdr = (7, Su57Weapons.K_77M_Active_Rdr)
|
||||
Kh_59MK2 = (7, Su57Weapons.Kh_59MK2)
|
||||
|
||||
class Pylon8:
|
||||
R_77__AA_12_Adder____Active_Rdr = (8, Weapons.R_77__AA_12_Adder____Active_Rdr)
|
||||
RVV_AE = (8, Su57Weapons.RVV_AE)
|
||||
RVV_M = (8, Su57Weapons.RVV_M)
|
||||
R_77PD_Active_rdr = (8, Su57Weapons.R_77PD_Active_rdr)
|
||||
K_77M_Active_Rdr = (8, Su57Weapons.K_77M_Active_Rdr)
|
||||
Kh_59MK2 = (8, Su57Weapons.Kh_59MK2)
|
||||
|
||||
class Pylon9:
|
||||
@ -397,10 +410,10 @@ class Su_57(PlaneType):
|
||||
9,
|
||||
Weapons.MBD3_U6_68_with_6_x_FAB_250___250kg_GP_Bombs_LD,
|
||||
)
|
||||
RVV_BD = (9, Su57Weapons.RVV_BD)
|
||||
RVV_AE = (9, Su57Weapons.RVV_AE)
|
||||
RVV_M = (9, Su57Weapons.RVV_M)
|
||||
RVV_L = (9, Su57Weapons.RVV_L)
|
||||
R_37M_Active_Rdr = (9, Su57Weapons.R_37M_Active_Rdr)
|
||||
R_77PD_Active_rdr = (9, Su57Weapons.R_77PD_Active_rdr)
|
||||
K_77M_Active_Rdr = (9, Su57Weapons.K_77M_Active_Rdr)
|
||||
KS_172_Passive_Rdr = (9, Su57Weapons.KS_172_Passive_Rdr)
|
||||
RN_28___260_kg__nuclear_bomb__free_fall = (
|
||||
9,
|
||||
Weapons.RN_28___260_kg__nuclear_bomb__free_fall,
|
||||
@ -515,10 +528,10 @@ class Su_57(PlaneType):
|
||||
Weapons.MBD3_U6_68_with_6_x_FAB_250___250kg_GP_Bombs_LD,
|
||||
)
|
||||
# ERRR {R-33}
|
||||
RVV_BD = (11, Su57Weapons.RVV_BD)
|
||||
RVV_AE = (11, Su57Weapons.RVV_AE)
|
||||
RVV_M = (11, Su57Weapons.RVV_M)
|
||||
RVV_L = (11, Su57Weapons.RVV_L)
|
||||
R_37M_Active_Rdr = (11, Su57Weapons.R_37M_Active_Rdr)
|
||||
R_77PD_Active_rdr = (11, Su57Weapons.R_77PD_Active_rdr)
|
||||
K_77M_Active_Rdr = (11, Su57Weapons.K_77M_Active_Rdr)
|
||||
KS_172_Passive_Rdr = (11, Su57Weapons.KS_172_Passive_Rdr)
|
||||
Fuel_tank_800L_Wing = (11, Weapons.Fuel_tank_800L_Wing)
|
||||
Su_57_Fuel_Tank = (11, Su57Weapons.Su_57_Fuel_Tank)
|
||||
RN_28___260_kg__nuclear_bomb__free_fall = (
|
||||
@ -535,8 +548,8 @@ class Su_57(PlaneType):
|
||||
|
||||
class Pylon12:
|
||||
R_73__AA_11_Archer____Infra_Red = (12, Weapons.R_73__AA_11_Archer____Infra_Red)
|
||||
RVV_AE = (12, Su57Weapons.RVV_AE)
|
||||
RVV_M = (12, Su57Weapons.RVV_M)
|
||||
R_77PD_Active_rdr = (12, Su57Weapons.R_77PD_Active_rdr)
|
||||
K_77M_Active_Rdr = (12, Su57Weapons.K_77M_Active_Rdr)
|
||||
Smoke_Generator___red = (12, Weapons.Smoke_Generator___red)
|
||||
Smoke_Generator___green = (12, Weapons.Smoke_Generator___green)
|
||||
Smoke_Generator___blue = (12, Weapons.Smoke_Generator___blue)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user