diff --git a/resources/campaigns/operation_blackball.json b/resources/campaigns/operation_blackball.json new file mode 100644 index 00000000..1a6fedbe --- /dev/null +++ b/resources/campaigns/operation_blackball.json @@ -0,0 +1,11 @@ +{ + "name": "Syria - Operation Blackball", + "theater": "Syria", + "authors": "Fuzzle", + "recommended_player_faction": "US Navy 2005", + "recommended_enemy_faction": "Russia 2010", + "description": "

A lightweight, fictional showcase of Cyprus for the Syria terrain. A US Navy force must deploy from a FOB and carrier group to push from the north-east down through the island.

Backstory: The world is at war. With the help of her eastern allies, Russia has taken the Suez Canal and deployed a large naval force to the Mediterranean, trapping a US carrier group near the Turkish-Syrian border. Now, they must break out by taking Cyprus back.

", + "version": "7.0", + "miz": "operation_blackball.miz", + "performance": 1 +} \ No newline at end of file diff --git a/resources/campaigns/operation_blackball.miz b/resources/campaigns/operation_blackball.miz new file mode 100644 index 00000000..9c16abd2 Binary files /dev/null and b/resources/campaigns/operation_blackball.miz differ diff --git a/resources/factions/usn_2005.json b/resources/factions/usn_2005.json new file mode 100644 index 00000000..1ba50c00 --- /dev/null +++ b/resources/factions/usn_2005.json @@ -0,0 +1,104 @@ +{ + "country": "USA", + "name": "US Navy 2005", + "authors": "Fuzzle", + "description": "

A modern representation of the US Navy/Marine Corps.

", + "locales": [ + "en_US" + ], + "aircrafts": [ + "F-14B Tomcat", + "F/A-18C Hornet (Lot 20)", + "AV-8B Harrier II Night Attack", + "AH-1W SuperCobra", + "S-3B Viking", + "SH-60B Seahawk", + "UH-1H Iroquois" + ], + "awacs": [ + "E-2C Hawkeye" + ], + "tankers": [ + "S-3B Tanker" + ], + "frontline_units": [ + "M113", + "M1043 HMMWV (M2 HMG)", + "M1045 HMMWV (BGM-71 TOW)", + "M1A2 Abrams", + "LAV-25", + "M163 Vulcan Air Defense System" + ], + "artillery_units": [ + "M270 Multiple Launch Rocket System" + ], + "logistics_units": [ + "Truck M818 6x6" + ], + "infantry_units": [ + "Infantry M4", + "Infantry M249", + "MANPADS Stinger" + ], + "air_defenses": [ + "ChaparralGenerator", + "HawkGenerator", + "VulcanGenerator", + "PatriotGenerator" + ], + "ewrs": [ + "HawkEwrGenerator" + ], + "aircraft_carrier": [ + "Stennis" + ], + "helicopter_carrier": [ + "LHA_Tarawa" + ], + "destroyers": [ + "USS_Arleigh_Burke_IIa" + ], + "cruisers": [ + "TICONDEROG" + ], + "requirements": { + }, + "carrier_names": [ + "CVN-71 Theodore Roosevelt", + "CVN-72 Abraham Lincoln", + "CVN-73 George Washington", + "CVN-74 John C. Stennis", + "CVN-75 Harry S. Truman" + ], + "helicopter_carrier_names": [ + "LHA-1 Tarawa", + "LHA-2 Saipan", + "LHA-3 Belleau Wood", + "LHA-4 Nassau", + "LHA-5 Peleliu" + ], + "navy_generators": [ + "ArleighBurkeGroupGenerator", + "OliverHazardPerryGroupGenerator" + ], + "has_jtac": true, + "jtac_unit": "MQ-9 Reaper", + "doctrine": "modern", + "liveries_overrides": { + "F-14B Tomcat": [ + "VF-142 Ghostriders" + ], + "F/A-18C Hornet (Lot 20)": [ + "VMFA-251 high visibility" + ], + "AV-8B Harrier II Night Attack": [ + "VMAT-542" + ], + "AH-1W SuperCobra": [ + "Marines" + ], + "UH-1H Iroquois": [ + "US NAVY" + ] + } +}