Update the High Digit SAMs implementation

- Add more HighDigitSAMs units
- Add hds SA-2, SA-3 and HQ-2 to capable factions
- Update radar db with hds as these entries were missing
This commit is contained in:
RndName
2022-05-11 16:40:58 +02:00
parent 47b6c2608c
commit 7acc418489
28 changed files with 105 additions and 0 deletions

View File

@@ -349,6 +349,12 @@ class Faction:
self.remove_preset("SA-23/S-300VM")
self.remove_preset("SA-17")
self.remove_preset("KS-19")
self.remove_preset("HQ-2")
self.remove_preset("SA-2/S-75 V-759/5V23")
self.remove_preset("SA-3/S-125 V-601P/5V27")
self.remove_vehicle("SAM SA-14 Strela-3 manpad")
self.remove_vehicle("SAM SA-24 Igla-S manpad")
self.remove_vehicle("Polyana-D4M1 C2 node")
def remove_aircraft(self, name: str) -> None:
for i in self.aircrafts: