From 6e22c4d8cffac1433f02712086a6400ab32cdece Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 7 Apr 2024 02:28:03 +0200 Subject: Added other fighter wings to default wargames scenario --- data/content/Multiplayer/wargames.def | 100 +++++++++++++++++++++++++++++++++- 1 file changed, 98 insertions(+), 2 deletions(-) (limited to 'data/content/Multiplayer') diff --git a/data/content/Multiplayer/wargames.def b/data/content/Multiplayer/wargames.def index 3d6a6d8..956d424 100644 --- a/data/content/Multiplayer/wargames.def +++ b/data/content/Multiplayer/wargames.def @@ -38,7 +38,55 @@ element: { mission: "Flight Ops", intel: "Secret", - count: 20, + count: 24, + iff: 1, + region: "Janek", + loc: (5000, 0, 0), + + loadout: { ship: -1, name: "ACM Medium Range" }, +} + +element: { + name: "Avengers", + design: "Falcon", + carrier: "Archon", + commander: "Archon", + mission: "Flight Ops", + + intel: "Secret", + count: 32, + iff: 1, + region: "Janek", + loc: (5000, 0, 0), + + loadout: { ship: -1, name: "ACM Medium Range" }, +} + +element: { + name: "Diamondbacks", + design: "Eagle", + carrier: "Archon", + commander: "Archon", + mission: "Flight Ops", + + intel: "Secret", + count: 24, + iff: 1, + region: "Janek", + loc: (5000, 0, 0), + + loadout: { ship: -1, name: "ACM Medium Range" }, +} + +element: { + name: "Warbirds", + design: "Thunderbolt", + carrier: "Archon", + commander: "Archon", + mission: "Flight Ops", + + intel: "Secret", + count: 16, iff: 1, region: "Janek", loc: (5000, 0, 0), @@ -136,6 +184,22 @@ element: { } element: { + name: "Windriders", + design: "Falcon", + carrier: "Titan", + commander: "Titan", + mission: "Flight Ops", + + intel: "Secret", + count: 32, + iff: 2, + region: "Alystra", + loc: (5000, 0, 0), + + loadout: { ship: -1, name: "ACM Medium Range" }, +} + +element: { name: "Chargers", design: "Stormhawk", carrier: "Titan", @@ -143,7 +207,7 @@ element: { mission: "Flight Ops", intel: "Secret", - count: 20, + count: 24, iff: 2, region: "Alystra", loc: (5000, 0, 0), @@ -152,6 +216,38 @@ element: { } element: { + name: "Wolfhounds", + design: "Eagle", + carrier: "Titan", + commander: "Titan", + mission: "Flight Ops", + + intel: "Secret", + count: 24, + iff: 2, + region: "Alystra", + loc: (5000, 0, 0), + + loadout: { ship: -1, name: "ACM Short Range" }, +} + +element: { + name: "Razorbacks", + design: "Thunderbolt", + carrier: "Titan", + commander: "Titan", + mission: "Flight Ops", + + intel: "Secret", + count: 20, + iff: 2, + region: "Alystra", + loc: (5000, 0, 0), + + loadout: { ship: -1, name: "Ship Strike" }, +} + +element: { name: "Defender", design: "Courageous", commander: "Titan", -- cgit v1.1