Misc misson tweaks.
This commit is contained in:
parent
d329fbaf2f
commit
86b1f27f00
|
@ -5,6 +5,7 @@
|
||||||
"background" : "gfx/backgrounds/background04.jpg",
|
"background" : "gfx/backgrounds/background04.jpg",
|
||||||
"planet" : "gfx/planets/bluePlanet.png",
|
"planet" : "gfx/planets/bluePlanet.png",
|
||||||
"music" : "music/battle/track-3.mp3",
|
"music" : "music/battle/track-3.mp3",
|
||||||
|
"manualComplete" : 1,
|
||||||
"objectives" : [
|
"objectives" : [
|
||||||
{
|
{
|
||||||
"description" : "Destroy all enemy forces",
|
"description" : "Destroy all enemy forces",
|
||||||
|
@ -39,7 +40,7 @@
|
||||||
"number" : 5,
|
"number" : 5,
|
||||||
"scatter" : 4000,
|
"scatter" : 4000,
|
||||||
"flags" : "+EF_AI_LEADER",
|
"flags" : "+EF_AI_LEADER",
|
||||||
"aiFlags" : "+AIF_DROPS_MINES"
|
"aiFlags" : "+AIF_DROPS_MINES+AIF_WANDERS"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"types" : "Shale",
|
"types" : "Shale",
|
||||||
|
@ -58,6 +59,16 @@
|
||||||
"MSG_BOX Pope;Watch out for those mines. They're on proximity triggers and have a large area of effect.",
|
"MSG_BOX Pope;Watch out for those mines. They're on proximity triggers and have a large area of effect.",
|
||||||
"MSG_BOX Pope;Take them out from a distance, otherwise you'll be in trouble."
|
"MSG_BOX Pope;Take them out from a distance, otherwise you'll be in trouble."
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"function" : "ALL_OBJECTIVES_COMPLETE",
|
||||||
|
"lines" : [
|
||||||
|
"WAIT 1",
|
||||||
|
"MSG_BOX Pope;That's the bombers taken care of, but the area is still littered with mines.",
|
||||||
|
"MSG_BOX Pope;We'll need to get a team in here to take care of them.",
|
||||||
|
"WAIT_MSG_BOX",
|
||||||
|
"COMPLETE_MISSION"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue