Made some messages important.

This commit is contained in:
Steve 2016-04-16 11:07:39 +01:00
parent 82acb9f96a
commit 495ae69d5a
5 changed files with 14 additions and 14 deletions

View File

@ -139,37 +139,37 @@
{ {
"function" : "CAP_ENGINES_DESTROYED UNF Cleopatra", "function" : "CAP_ENGINES_DESTROYED UNF Cleopatra",
"lines" : [ "lines" : [
"MSG_BOX UNF Cleopatra;This is UNF Cleopatra. We are engine crippled. Please provide cover support!" "IMPORTANT_MSG_BOX UNF Cleopatra;This is UNF Cleopatra. We are engine crippled. Please provide cover support!"
] ]
}, },
{ {
"function" : "CAP_HEALTH UNF Cleopatra 3", "function" : "CAP_HEALTH UNF Cleopatra 3",
"lines" : [ "lines" : [
"MSG_BOX UNF Cleopatra;Mayday! Mayday! We are taking heavy damage! Please assist ASAP!" "IMPORTANT_MSG_BOX UNF Cleopatra;Mayday! Mayday! We are taking heavy damage! Please assist ASAP!"
] ]
}, },
{ {
"function" : "CAP_ENGINES_DESTROYED UNF Artemis", "function" : "CAP_ENGINES_DESTROYED UNF Artemis",
"lines" : [ "lines" : [
"MSG_BOX Wing Commander;Artemis has lost her engines. We need to keep those Pandorans off her!" "IMPORTANT_MSG_BOX Wing Commander;Artemis has lost her engines. We need to keep those Pandorans off her!"
] ]
}, },
{ {
"function" : "CAP_HEALTH UNF Artemis 3", "function" : "CAP_HEALTH UNF Artemis 3",
"lines" : [ "lines" : [
"MSG_BOX UNF Artemis;All fighters, we're taking a pounding here, we don't know how much longer we can survive this." "IMPORTANT_MSG_BOX UNF Artemis;All fighters, we're taking a pounding here, we don't know how much longer we can survive this."
] ]
}, },
{ {
"function" : "CAPITAL_SHIPS_LOST 1", "function" : "CAPITAL_SHIPS_LOST 1",
"lines" : [ "lines" : [
"MSG_BOX Wing Commander;People, we are down one capital ship! We need to step things up!" "IMPORTANT_MSG_BOX Wing Commander;People, we are down one capital ship! We need to step things up!"
] ]
}, },
{ {
"function" : "CAPITAL_SHIPS_LOST 2", "function" : "CAPITAL_SHIPS_LOST 2",
"lines" : [ "lines" : [
"MSG_BOX Wing Commander;Both caps are down, all hands lost. Let's not let this go to waste." "IMPORTANT_MSG_BOX Wing Commander;Both caps are down, all hands lost. Let's not let this go to waste."
] ]
} }
] ]

View File

@ -94,7 +94,7 @@
{ {
"function" : "ALLIES_KILLED 90", "function" : "ALLIES_KILLED 90",
"lines" : [ "lines" : [
"MSG_BOX UNF Talos;All fighters, Captain Bailey has signalled the retreat. Coyote is lost. Fall back to the jumpgate.", "IMPORTANT_MSG_BOX UNF Talos;All fighters, Captain Bailey has signalled the retreat. Coyote is lost. Fall back to the jumpgate.",
"MSG_BOX de Winter;You all heard the Captain - fall back, we'll cover the retreat.", "MSG_BOX de Winter;You all heard the Captain - fall back, we'll cover the retreat.",
"MSG_BOX Dodds;Estelle, we've got this. We can take them.", "MSG_BOX Dodds;Estelle, we've got this. We can take them.",
"MSG_BOX de Winter;We're taking too many losses, Dodds. Fall back now, that's an order.", "MSG_BOX de Winter;We're taking too many losses, Dodds. Fall back now, that's an order.",

View File

@ -93,8 +93,8 @@
{ {
"function" : "TIME 2", "function" : "TIME 2",
"lines" : [ "lines" : [
"MSG_BOX UNF Williams;Recommending taking down the escorts before engaging the bombers. Just watch out for their rockets.", "MSG_BOX Williams;Recommending taking down the escorts before engaging the bombers. Just watch out for their rockets.",
"MSG_BOX UNF Williams;Be warned, people, these Pandorans are said to be relentless in battle." "MSG_BOX Williams;Be warned, people, these Pandorans are said to be relentless in battle."
] ]
} }
] ]

View File

@ -54,7 +54,7 @@
{ {
"function" : "CAP_HEALTH CSN Corvette 4", "function" : "CAP_HEALTH CSN Corvette 4",
"lines" : [ "lines" : [
"MSG_BOX CSN Corvette;We're taking a lot of damage here. Please assist." "IMPORTANT_MSG_BOX CSN Corvette;We're taking a lot of damage here. Please assist."
] ]
}, },
{ {

View File

@ -106,25 +106,25 @@
{ {
"function" : "CAP_ENGINES_DESTROYED UNF Lovelace", "function" : "CAP_ENGINES_DESTROYED UNF Lovelace",
"lines" : [ "lines" : [
"MSG_BOX UNF Lovelace;Our engines have been shot out! We're a sitting duck!" "IMPORTANT_MSG_BOX UNF Lovelace;Our engines have been shot out! We're a sitting duck!"
] ]
}, },
{ {
"function" : "CAP_HEALTH UNF Lovelace 6", "function" : "CAP_HEALTH UNF Lovelace 6",
"lines" : [ "lines" : [
"MSG_BOX UNF Lovelace;We're taking damage here, Sparrows. Please step it up." "IMPORTANT_MSG_BOX UNF Lovelace;We're taking damage here, Sparrows. Please step it up."
] ]
}, },
{ {
"function" : "CAP_HEALTH UNF Lovelace 3", "function" : "CAP_HEALTH UNF Lovelace 3",
"lines" : [ "lines" : [
"MSG_BOX UNF Lovelace;We're sustaining heavy damage! All fighters, please assist, ASAP!" "IMPORTANT_MSG_BOX UNF Lovelace;We're sustaining heavy damage! All fighters, please assist, ASAP!"
] ]
}, },
{ {
"function" : "CAP_HEALTH UNF Lovelace 1", "function" : "CAP_HEALTH UNF Lovelace 1",
"lines" : [ "lines" : [
"MSG_BOX UNF Lovelace;Mayday! Mayday! Defences are critical. We can't hold out much longer!" "IMPORTANT_MSG_BOX UNF Lovelace;Mayday! Mayday! Defences are critical. We can't hold out much longer!"
] ]
} }
] ]