Mod support : Updated frenchpach to version 4.6 (Added new units VBCI and AMX-13 support) + some frenchpack units yaml tweaks

This commit is contained in:
Khopa
2021-06-26 19:22:13 +02:00
parent 6fbfb83e6c
commit 01e6a87968
16 changed files with 156 additions and 17 deletions

View File

@@ -256,8 +256,8 @@ class _53T2(unittype.VehicleType):
id = "AA20"
name = "53T2"
detection_range = 5000
threat_range = 2000
air_weapon_dist = 2000
threat_range = 4000
air_weapon_dist = 4000
class TRM_2000_53T2(unittype.VehicleType):
@@ -278,6 +278,71 @@ class TRM_2000_PAMELA(unittype.VehicleType):
eplrs = True
class Leclerc_Serie_XXI_Desert(unittype.VehicleType):
id = "Leclerc_XXI_Desert"
name = "Leclerc Série XXI Désert"
detection_range = 0
threat_range = 4000
air_weapon_dist = 4000
class AMX_13_75mm(unittype.VehicleType):
id = "AMX1375"
name = "AMX-13 75mm"
detection_range = 0
threat_range = 3500
air_weapon_dist = 3500
class AMX_13_90mm(unittype.VehicleType):
id = "AMX1390"
name = "AMX-13 90mm"
detection_range = 0
threat_range = 3500
air_weapon_dist = 3500
class VBCI(unittype.VehicleType):
id = "VBCI"
name = "VBCI"
detection_range = 0
threat_range = 3500
air_weapon_dist = 3500
eplrs = True
class Char_T_62(unittype.VehicleType):
id = "T62"
name = "Char T-62"
detection_range = 0
threat_range = 4000
air_weapon_dist = 4000
class Char_T_64BV(unittype.VehicleType):
id = "T64BV"
name = "Char T-64BV"
detection_range = 0
threat_range = 4000
air_weapon_dist = 4000
class Char_T_72A(unittype.VehicleType):
id = "T72M"
name = "Char T-72A"
detection_range = 0
threat_range = 4000
air_weapon_dist = 4000
class KORNET_ATGM(unittype.VehicleType):
id = "KORNET"
name = "KORNET ATGM"
detection_range = 0
threat_range = 0
air_weapon_dist = 0
## INFANTRY

View File

@@ -49,6 +49,13 @@ MODDED_VEHICLES = [
frenchpack.DIM__TOYOTA_GREEN,
frenchpack.DIM__TOYOTA_DESERT,
frenchpack.DIM__KAMIKAZE,
frenchpack.VBCI,
frenchpack.AMX_13_75mm,
frenchpack.AMX_13_90mm,
frenchpack.Char_T_62,
frenchpack.Char_T_64BV,
frenchpack.Char_T_72A,
frenchpack.KORNET_ATGM,
highdigitsams.AAA_SON_9_Fire_Can,
highdigitsams.AAA_100mm_KS_19,
highdigitsams.SAM_SA_10B_S_300PS_54K6_CP,