Add support for ARA Veinticinco de Mayo.

Includes an Argentina 1982 faction for testing purposes, although it's
sparse because of a lack of assets in DCS.

Note that the carrier is mispelled as the Vienticinco in the game.

Includes prerequisite pydcs update.

Fixes https://github.com/dcs-liberation/dcs_liberation/issues/3123.

yaml to json
This commit is contained in:
Nosajthedevil
2023-08-01 20:26:08 -05:00
committed by Raffson
parent ee1fa78ecd
commit 313d8f5065
3 changed files with 60 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ from uuid import UUID
from dcs.mapping import Point
from dcs.ships import (
Ara_vdm,
CVN_71,
CVN_72,
CVN_73,
@@ -1372,6 +1373,7 @@ class NavalControlPoint(
for group in self.find_main_tgo().groups:
for u in group.units:
if u.alive and u.type in [
Ara_vdm,
Forrestal,
Stennis,
LHA_Tarawa,