diff --git a/resources/factions/japan_1944.json b/resources/factions/japan_1944.json index b8c45ec6..4afeddb9 100644 --- a/resources/factions/japan_1944.json +++ b/resources/factions/japan_1944.json @@ -13,19 +13,28 @@ "frontline_units": [ "8.8 cm Flak 18", "Panzerkampfwagen IV Ausf. H", - "Sd.Kfz.251 \"Hanomag\"" + "Sd.Kfz.251 \"Hanomag\"", + "Type 89 I Go Tank", + "AAA 25mm x 2 Type 94 Truck", + "Type 98 Ke Ni Tank", + "APC Type 98 So Da" ], "artillery_units": [ "Mortar 2B11 120mm" ], "logistics_units": [ - "Truck Opel Blitz" + "Truck Opel Blitz", + "Truck Type 94" ], "infantry_units": [ "Infantry AK-74 Rus" ], "air_defense_units": [ - "8.8 cm Flak 18" + "8.8 cm Flak 18", + "AAA 80mm Type 3 Flak", + "AAA 75mm Type 88 Flak", + "AAA 25mm x 2 Type 96", + "AAA 25mm x 2 Type 94 Truck" ], "preset_groups": [], "naval_units": [], diff --git a/resources/units/ground_units/Type_3_80mm_AA.yaml b/resources/units/ground_units/Type_3_80mm_AA.yaml new file mode 100644 index 00000000..3568a7f9 --- /dev/null +++ b/resources/units/ground_units/Type_3_80mm_AA.yaml @@ -0,0 +1,9 @@ +class: AAA +description: Type 3 80mm Anti-Aircraft Artillery +introduced: 1943 +manufacturer: +origin: Japan +price: 7 +role: Anti-Aircraft Gun +variants: + AAA 80mm Type 3 Flak: {} diff --git a/resources/units/ground_units/Type_88_75mm_AA.yaml b/resources/units/ground_units/Type_88_75mm_AA.yaml new file mode 100644 index 00000000..34385591 --- /dev/null +++ b/resources/units/ground_units/Type_88_75mm_AA.yaml @@ -0,0 +1,9 @@ +class: AAA +description: Type 88 75mm Anti-Aircraft Artillery +introduced: 1928 +manufacturer: +origin: Japan +price: 6 +role: Anti-Aircraft Gun +variants: + AAA 75mm Type 88 Flak: {} diff --git a/resources/units/ground_units/Type_89_I_Go.yaml b/resources/units/ground_units/Type_89_I_Go.yaml new file mode 100644 index 00000000..ec69a923 --- /dev/null +++ b/resources/units/ground_units/Type_89_I_Go.yaml @@ -0,0 +1,9 @@ +class: Tank +description: MBT Type 89 I Go +introduced: 1929 +manufacturer: +origin: Japan +price: 7 +role: Main Battle Tank +variants: + Type 89 I Go Tank: {} diff --git a/resources/units/ground_units/Type_94_25mm_AA_Truck.yaml b/resources/units/ground_units/Type_94_25mm_AA_Truck.yaml new file mode 100644 index 00000000..4b7df351 --- /dev/null +++ b/resources/units/ground_units/Type_94_25mm_AA_Truck.yaml @@ -0,0 +1,9 @@ +class: AAA +description: Type 94 25mm Self-Propelled Anti-Aircraft Gun +introduced: 1934 +manufacturer: +origin: Japan +price: 5 +role: Self-Propelled Anti-Aircraft Gun +variants: + AAA 25mm x 2 Type 94 Truck: {} diff --git a/resources/units/ground_units/Type_94_Truck.yaml b/resources/units/ground_units/Type_94_Truck.yaml new file mode 100644 index 00000000..ce3dcfa0 --- /dev/null +++ b/resources/units/ground_units/Type_94_Truck.yaml @@ -0,0 +1,8 @@ +class: Logistics +description: Type 94 Logistics Truck +introduced: 1934 +manufacturer: +origin: Japan +price: 2 +variants: + Truck Type 94: null diff --git a/resources/units/ground_units/Type_96_25mm_AA.yaml b/resources/units/ground_units/Type_96_25mm_AA.yaml new file mode 100644 index 00000000..2081c687 --- /dev/null +++ b/resources/units/ground_units/Type_96_25mm_AA.yaml @@ -0,0 +1,9 @@ +class: AAA +description: Type 96 75mm Anti-Aircraft Gun +introduced: 1936 +manufacturer: +origin: Japan +price: 4 +role: Anti-Aircraft Gun +variants: + AAA 25mm x 2 Type 96: {} diff --git a/resources/units/ground_units/Type_98_Ke_Ni.yaml b/resources/units/ground_units/Type_98_Ke_Ni.yaml new file mode 100644 index 00000000..35fcc41a --- /dev/null +++ b/resources/units/ground_units/Type_98_Ke_Ni.yaml @@ -0,0 +1,9 @@ +class: Tank +description: MBT Type 98 Ke Ni +introduced: 1938 +manufacturer: +origin: Japan +price: 8 +role: Main Battle Tank +variants: + Type 98 Ke Ni Tank: {} diff --git a/resources/units/ground_units/Type_98_So_Da.yaml b/resources/units/ground_units/Type_98_So_Da.yaml new file mode 100644 index 00000000..6e1d2ef3 --- /dev/null +++ b/resources/units/ground_units/Type_98_So_Da.yaml @@ -0,0 +1,9 @@ +class: APC +description: Armored Personnel Carrier Type 98 So Da +introduced: 1938 +manufacturer: +origin: Japan +price: 4 +role: Armoured Personnel Carrier +variants: + APC Type 98 So Da: {}