[Add] Made a start on the sixth and final tutorial mission.

This commit is contained in:
Allanis 2013-11-28 22:37:40 +00:00
parent 66c0ef8d9f
commit 31f2a57fb3

View File

@ -0,0 +1,40 @@
--[[
-- Operation Black Trinity.
--
-- Sixth mission in the collective mini campaign.
--
-- Notable compaign changes:
-- * Keer takes over command superseding Dimitri.
-- * First real combat begins.
-- * Most of the pilot is unrevealed.
--
-- Mission Obectives:
-- * Attempt to arrest Zakred.
-- * Kill Zakred.
--
-- Mission Stages:
-- * Get to the trinity.
-- * Trinity combat.
-- * Trinity dead/run.
--
-- Not too happy with the text (it chews it all up for you), but then again,
-- I'm no writer. ;P
--]]
lang = lephisto.lang()
if lang == "es" then
-- Not translated atm.
else
misn_title = "Operation Black Trinity"
misn_reward = "None"
misn_desc = {}
misn_desc[1] = "Arrest the ESS Trinity in %s."
misn_desc[2] = "Return to base at %s in %s."
title = {}
title[1] = "Bar"
title[2] = "Interrogation Room"
title[3] = "Operation Black Trinity"
title[4] = "Mission Accomplished"
title[5] = "Mission Failure"
text = {}