mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
add chinese asset pack to radar db (#445)
This commit is contained in:
parent
3e1f0bc694
commit
e93ebbe78c
@ -24,6 +24,7 @@ from dcs.ships import (
|
||||
from dcs.vehicles import AirDefence
|
||||
|
||||
from pydcs_extensions import highdigitsams as hds
|
||||
from pydcs_extensions import chinesemilitaryassetspack as cmap
|
||||
|
||||
TELARS = {
|
||||
AirDefence.x_2S6_Tunguska,
|
||||
@ -32,6 +33,8 @@ TELARS = {
|
||||
AirDefence.Tor_9A331,
|
||||
AirDefence.Roland_ADS,
|
||||
hds.SAM_SA_17_Buk_M1_2_LN_9A310M1_2,
|
||||
cmap.PGL_625,
|
||||
cmap.HQ17A,
|
||||
}
|
||||
|
||||
TRACK_RADARS = {
|
||||
@ -51,6 +54,7 @@ TRACK_RADARS = {
|
||||
hds.SAM_SA_20_S_300PMU1_TR_30N6E,
|
||||
hds.SAM_SA_20B_S_300PMU2_TR_92H6E_truck,
|
||||
hds.SAM_SA_23_S_300VM_9S32ME_TR,
|
||||
cmap.CH_HQ22_STR,
|
||||
}
|
||||
|
||||
LAUNCHER_TRACKER_PAIRS = {
|
||||
@ -84,6 +88,7 @@ LAUNCHER_TRACKER_PAIRS = {
|
||||
hds.SAM_SA_20B_S_300PMU2_LN_5P85SE2: (hds.SAM_SA_20B_S_300PMU2_TR_92H6E_truck,),
|
||||
hds.SAM_SA_23_S_300VM_9A82ME_LN: (hds.SAM_SA_23_S_300VM_9S32ME_TR,),
|
||||
hds.SAM_SA_23_S_300VM_9A83ME_LN: (hds.SAM_SA_23_S_300VM_9S32ME_TR,),
|
||||
cmap.CH_HQ22_LN: (cmap.CH_HQ22_STR,),
|
||||
}
|
||||
|
||||
UNITS_WITH_RADAR = {
|
||||
@ -141,4 +146,9 @@ UNITS_WITH_RADAR = {
|
||||
Type_054A,
|
||||
USS_Arleigh_Burke_IIa,
|
||||
VINSON,
|
||||
cmap.CH_Type022,
|
||||
cmap.Type052D,
|
||||
cmap.CH_Type054B,
|
||||
cmap.Type055,
|
||||
cmap.CH_Type056A,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user