From ffbdec456976dc0e5d06878469104696a153be28 Mon Sep 17 00:00:00 2001 From: Astro-739 <145295326+Astro-739@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:18:46 +0100 Subject: [PATCH] Ship YAMLs --- resources/units/ships/P4.yaml | 4 ++++ resources/units/ships/PBR_MKII.yaml | 4 ++++ resources/units/ships/USS Maddox.yaml | 4 ++++ resources/units/ships/cva-31.yaml | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 resources/units/ships/P4.yaml create mode 100644 resources/units/ships/PBR_MKII.yaml create mode 100644 resources/units/ships/USS Maddox.yaml create mode 100644 resources/units/ships/cva-31.yaml diff --git a/resources/units/ships/P4.yaml b/resources/units/ships/P4.yaml new file mode 100644 index 00000000..1390ba4a --- /dev/null +++ b/resources/units/ships/P4.yaml @@ -0,0 +1,4 @@ +class: Boat +price: 0 +variants: + P 4 Torpedo Boat: null \ No newline at end of file diff --git a/resources/units/ships/PBR_MKII.yaml b/resources/units/ships/PBR_MKII.yaml new file mode 100644 index 00000000..1fd58c3b --- /dev/null +++ b/resources/units/ships/PBR_MKII.yaml @@ -0,0 +1,4 @@ +class: Boat +price: 0 +variants: + Patrol Boat, River MkII: null \ No newline at end of file diff --git a/resources/units/ships/USS Maddox.yaml b/resources/units/ships/USS Maddox.yaml new file mode 100644 index 00000000..6751e03b --- /dev/null +++ b/resources/units/ships/USS Maddox.yaml @@ -0,0 +1,4 @@ +class: Destroyer +price: 0 +variants: + USS Maddox (DD-731): null \ No newline at end of file diff --git a/resources/units/ships/cva-31.yaml b/resources/units/ships/cva-31.yaml new file mode 100644 index 00000000..6e9228da --- /dev/null +++ b/resources/units/ships/cva-31.yaml @@ -0,0 +1,4 @@ +class: AircraftCarrier +price: 0 +variants: + CVA-31 Bon Homme Richard: null \ No newline at end of file