41 lines
1.0 KiB
Lua
41 lines
1.0 KiB
Lua
--[[
|
|
-- 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 = {}
|
|
|