From d289918bfdf7635ec3bb2c94d8255da2b2572aea Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 6 Feb 2022 19:14:54 +0100 Subject: Added datafiles to the repository This includes only text files from the most common distribution of content.dat and shatter.dat. --- data/content/Campaigns/01/campaign.def | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 data/content/Campaigns/01/campaign.def (limited to 'data/content/Campaigns/01/campaign.def') diff --git a/data/content/Campaigns/01/campaign.def b/data/content/Campaigns/01/campaign.def new file mode 100644 index 0000000..4e86a1f --- /dev/null +++ b/data/content/Campaigns/01/campaign.def @@ -0,0 +1,18 @@ +CAMPAIGN + +name: "c01.name" +desc: "c01.desc" +situation: "c01.sitrep" +orders: "c01.orders" + +scripted: true + +action: { + id: 0, + type: event, + subtype: campaign_start, + team: 1, + rgn: Janus, + source: News, + scene: "Scenes/Intro.def" +} -- cgit v1.1