From a9312ac3e32386f0d141bbd720f9f6a94df39670 Mon Sep 17 00:00:00 2001 From: Astro-739 <145295326+Astro-739@users.noreply.github.com> Date: Sun, 15 Dec 2024 11:55:59 +0100 Subject: [PATCH] Added DDs Fletcher and Sullivans --- game/factions/faction.py | 6 ++++-- resources/units/ships/USS Fletcher.yaml | 4 ++++ resources/units/ships/USS The Sullivans.yaml | 4 ++++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 resources/units/ships/USS Fletcher.yaml create mode 100644 resources/units/ships/USS The Sullivans.yaml diff --git a/game/factions/faction.py b/game/factions/faction.py index a87ff375..6d13d21f 100644 --- a/game/factions/faction.py +++ b/game/factions/faction.py @@ -625,10 +625,12 @@ class Faction: if not mod_settings.vietnamwarvessels: self.remove_ship("cva-31") self.remove_ship("USS Maddox") + self.remove_ship("USS The Sullivans") + self.remove_ship("USS Fletcher") self.remove_ship("PBR_MKII") self.remove_ship("P4") - self.remove_vehicle("vwv_bdg_indohut1") - self.remove_vehicle("vwv_bdg_indohut2") + # self.remove_vehicle("vwv_bdg_indohut1") currently not included + # self.remove_vehicle("vwv_bdg_indohut2") currently not included self.remove_aircraft("vwv_a1_skyraider") self.remove_aircraft("vwv_crusader") self.remove_aircraft("vwv_crusader_np") diff --git a/resources/units/ships/USS Fletcher.yaml b/resources/units/ships/USS Fletcher.yaml new file mode 100644 index 00000000..7a660311 --- /dev/null +++ b/resources/units/ships/USS Fletcher.yaml @@ -0,0 +1,4 @@ +class: Destroyer +price: 0 +variants: + USS Fletcher FRAM II Destroyer: null \ No newline at end of file diff --git a/resources/units/ships/USS The Sullivans.yaml b/resources/units/ships/USS The Sullivans.yaml new file mode 100644 index 00000000..bbaf726a --- /dev/null +++ b/resources/units/ships/USS The Sullivans.yaml @@ -0,0 +1,4 @@ +class: Destroyer +price: 0 +variants: + USS The Sullivans (DD-537): null \ No newline at end of file