summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-04-07 02:28:03 +0200
committerAki <please@ignore.pl>2024-04-07 02:28:03 +0200
commit6e22c4d8cffac1433f02712086a6400ab32cdece (patch)
tree56f500e93ac0cd798e81e817f4c281675785f739
parent84ca53c5089b0ef3c5edfb694346fb8166c25d20 (diff)
downloadstarshatter-6e22c4d8cffac1433f02712086a6400ab32cdece.zip
starshatter-6e22c4d8cffac1433f02712086a6400ab32cdece.tar.gz
starshatter-6e22c4d8cffac1433f02712086a6400ab32cdece.tar.bz2
Added other fighter wings to default wargames scenario
-rw-r--r--data/content/Content/content.txt2
-rw-r--r--data/content/Multiplayer/wargames.def100
-rw-r--r--data/shatter/Multiplayer/wargames.def102
3 files changed, 198 insertions, 6 deletions
diff --git a/data/content/Content/content.txt b/data/content/Content/content.txt
index 98bd477..d0bb664 100644
--- a/data/content/Content/content.txt
+++ b/data/content/Content/content.txt
@@ -1610,7 +1610,7 @@ msn.m03.obj = * Fleet Engagement - Engage the Destroyer Squadron led by DD-7
msn.m04.name = M4. War Games
msn.m04.desc = Fleet war game scenario designed for the persistent multiplayer server mode.
-msn.m04.sitrep = Welcome to the Force:Space fleet war game exercises in Janus System. For this scenario, two equal star fleets will face off in unlimited combat. The entire system is in bounds for this exercise.\n \n Fleet 1 (BLUE) consists of the Archon CVBG including twenty Stormhawk fighters, and Spectre-Class DESRON 43 'Shadow'.\n \n Fleet 2 (RED) includes the Titan CVBG with twenty Stormhawk fighters, and Spectre-Class DESRON 45 'Warlock'.\n \n The goal of the exercise is to destroy the enemy carrier. The exercise will end when either the Archon or the Titan has been destroyed.
+msn.m04.sitrep = Welcome to the Force:Space fleet war game exercises in Janus System. For this scenario, two equal star fleets will face off in unlimited combat. The entire system is in bounds for this exercise.\n \n Fleet 1 (BLUE) consists of the Archon CVBG and Spectre-Class DESRON 43 'Shadow'.\n \n Fleet 2 (RED) includes the Titan CVBG and Spectre-Class DESRON 45 'Warlock'.\n \n The goal of the exercise is to destroy the enemy carrier. The exercise will end when either the Archon or the Titan has been destroyed.
msn.m04.obj = * Destroy enemy carrier\n* Protect ownside carrier from enemy fleet
msn.m04.e01 = ARCHON DESTROYED - RED TEAM VICTORY!
msn.m04.e07 = TITAN DESTROYED - BLUE TEAM VICTORY!
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",
diff --git a/data/shatter/Multiplayer/wargames.def b/data/shatter/Multiplayer/wargames.def
index 37de971..e3fdfe0 100644
--- a/data/shatter/Multiplayer/wargames.def
+++ b/data/shatter/Multiplayer/wargames.def
@@ -9,7 +9,7 @@ region: "Janek"
objective: "Unspecified"
-sitrep: "Welcome to the Force:Space fleet war game exercises in Janus System. For this scenario, two equal star fleets will face off in unlimited combat. The entire system is in bounds for this exercise.\n \n Fleet 1 (BLUE) consists of the Archon CVBG including twenty Stormhawk fighters, and Spectre-Class DESRON 43 'Shadow'.\n \n Fleet 2 (RED) includes the Titan CVBG with twenty Stormhawk fighters, and Spectre-Class DESRON 45 'Warlock'.\n \n The goal of the exercise is to destroy the enemy carrier. The exercise will end when either the Archon or the Titan has been destroyed."
+sitrep: "Welcome to the Force:Space fleet war game exercises in Janus System. For this scenario, two equal star fleets will face off in unlimited combat. The entire system is in bounds for this exercise.\n \n Fleet 1 (BLUE) consists of the Archon CVBG and Spectre-Class DESRON 43 'Shadow'.\n \n Fleet 2 (RED) includes the Titan CVBG and Spectre-Class DESRON 45 'Warlock'.\n \n The goal of the exercise is to destroy the enemy carrier. The exercise will end when either the Archon or the Titan has been destroyed."
start: "33:00:00"
@@ -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",