Mission tweaks.
This commit is contained in:
parent
858df1c742
commit
259a02699a
|
@ -5,6 +5,7 @@
|
||||||
"background" : "gfx/backgrounds/background05.jpg",
|
"background" : "gfx/backgrounds/background05.jpg",
|
||||||
"planet" : "gfx/planets/bluePlanet.png",
|
"planet" : "gfx/planets/bluePlanet.png",
|
||||||
"music" : "music/battle/DST-RailJet-LongSeamlessLoop.ogg",
|
"music" : "music/battle/DST-RailJet-LongSeamlessLoop.ogg",
|
||||||
|
"manualComplete" : 1,
|
||||||
"player" : {
|
"player" : {
|
||||||
"type" : "Leopard",
|
"type" : "Leopard",
|
||||||
"side" : "SIDE_ALLIES",
|
"side" : "SIDE_ALLIES",
|
||||||
|
@ -19,7 +20,8 @@
|
||||||
"targetName" : "ENEMY",
|
"targetName" : "ENEMY",
|
||||||
"targetValue" : 1,
|
"targetValue" : 1,
|
||||||
"targetType" : "TT_DESTROY",
|
"targetType" : "TT_DESTROY",
|
||||||
"active" : 0
|
"active" : 0,
|
||||||
|
"isEliminateAll" : 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description" : "Defend UNF Lovelace",
|
"description" : "Defend UNF Lovelace",
|
||||||
|
@ -94,7 +96,7 @@
|
||||||
"lines" : [
|
"lines" : [
|
||||||
"MSG_BOX Wingmate;Looks like that's all of them, Commander.",
|
"MSG_BOX Wingmate;Looks like that's all of them, Commander.",
|
||||||
"MSG_BOX Young;Confirmed. Tzac must have opened up the coffers to fund this. Those guys meant business.",
|
"MSG_BOX Young;Confirmed. Tzac must have opened up the coffers to fund this. Those guys meant business.",
|
||||||
"MSG_BOX Young;Still can't believe they came at us in Darts.",
|
"MSG_BOX Wingmate;I still can't believe they came at us in Darts.",
|
||||||
"MSG_BOX Young;They must've been paid handsomely for that.",
|
"MSG_BOX Young;They must've been paid handsomely for that.",
|
||||||
"MSG_BOX UNF Lovelace;Stick round, Commander. We might need you later.",
|
"MSG_BOX UNF Lovelace;Stick round, Commander. We might need you later.",
|
||||||
"WAIT_MSG_BOX",
|
"WAIT_MSG_BOX",
|
||||||
|
@ -108,13 +110,19 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"function" : "CAP_HEALTH UNF Lovelace 5",
|
"function" : "CAP_HEALTH UNF Lovelace 6",
|
||||||
|
"lines" : [
|
||||||
|
"MSG_BOX UNF Lovelace;We're taking damage here, Sparrows. Please step it up."
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"function" : "CAP_HEALTH UNF Lovelace 3",
|
||||||
"lines" : [
|
"lines" : [
|
||||||
"MSG_BOX UNF Lovelace;We're sustaining heavy damage! All fighters, please assist, ASAP!"
|
"MSG_BOX UNF Lovelace;We're sustaining heavy damage! All fighters, please assist, ASAP!"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"function" : "CAP_HEALTH UNF Lovelace 2",
|
"function" : "CAP_HEALTH UNF Lovelace 1",
|
||||||
"lines" : [
|
"lines" : [
|
||||||
"MSG_BOX UNF Lovelace;Mayday! Mayday! Defences are critical. We can't hold out much longer!"
|
"MSG_BOX UNF Lovelace;Mayday! Mayday! Defences are critical. We can't hold out much longer!"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue