diff options
author | Aki <please@ignore.pl> | 2022-02-06 19:14:54 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-02-06 19:16:34 +0100 |
commit | d289918bfdf7635ec3bb2c94d8255da2b2572aea (patch) | |
tree | 6e9143cbfd63fd0e6a674d37a51a58ea85882929 /data/shatter/Multiplayer/Thrash.def | |
parent | ba64478a1aa1740da47ff0016dff6cc633900b73 (diff) | |
download | starshatter-d289918bfdf7635ec3bb2c94d8255da2b2572aea.zip starshatter-d289918bfdf7635ec3bb2c94d8255da2b2572aea.tar.gz starshatter-d289918bfdf7635ec3bb2c94d8255da2b2572aea.tar.bz2 |
Added datafiles to the repository
This includes only text files from the most common distribution of content.dat
and shatter.dat.
Diffstat (limited to 'data/shatter/Multiplayer/Thrash.def')
-rw-r--r-- | data/shatter/Multiplayer/Thrash.def | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/data/shatter/Multiplayer/Thrash.def b/data/shatter/Multiplayer/Thrash.def new file mode 100644 index 0000000..fc07277 --- /dev/null +++ b/data/shatter/Multiplayer/Thrash.def @@ -0,0 +1,97 @@ +MISSION + +id: 2 +name: "Fighter Thrash Pit" +type: "Patrol" +desc: "Multiple spaceborne fighters locked in team-vs-team action." +system: "Kolchev" +region: "Kolchev" + +objective: "* Eliminate all enemy fighters.\n* Protect friendly strike ships." + +sitrep: "Get ready to rumble! This is a team-vs-team scenario with six ships on each side. " + "The Blue team has four Stormhawk multirole fighters and two Thunderbolt attack ships, " + "while the Red team has four Viper interceptors and two Avenger heavy fighters.\n\n" + "Your mission is to eliminate the opposition and protect your team mates. All ships " + "have three lives, so be sure to watch your back!" + +start: "33:00:00" + +degrees: true + +element: { + name: "Alpha", + design: "Stormhawk", + mission: "Misc", + + intel: "Secret", + count: 4, + command_ai:1, + iff: 1, + player: 1, + playable: true, + region: "Kolchev", + loc: (0, 0, 0), + respawns: 2, + + loadout: { ship: -1, name: "ACM Medium Range" }, + + objective: { cmd: Escort, tgt: "Bravo" }, +} + +element: { + name: "Bravo", + design: "Thunderbolt", + mission: "Misc", + + intel: "Secret", + count: 2, + command_ai:1, + iff: 1, + playable: true, + region: "Kolchev", + loc: (23000, 4000, 0), + respawns: 2, + + loadout: { ship: -1, name: "ACM Medium Range" }, +} + +element: { + name: "Narom", + design: "Viper", + mission: "Misc", + + intel: "Secret", + count: 4, + command_ai:1, + iff: 2, + playable: true, + region: "Kolchev", + loc: (27000, -34000, 0), + head: 179, + respawns: 2, + + loadout: { ship: -1, name: "ACM Medium Range" }, + + objective: { cmd: Escort, tgt: "Nagal" }, +} + +element: { + name: "Nagal", + design: "Avenger", + mission: "Misc", + + intel: "Secret", + count: 2, + command_ai:1, + iff: 2, + playable: true, + region: "Kolchev", + loc: (22000, -46000, 0), + head: 179, + respawns: 2, + + loadout: { ship: -1, name: "ACM Medium Range" }, +} + +// EOF |