tbftss/data/missions/alba/02 - patrol #2.json

84 lines
2.1 KiB
JSON

{
"name" : "Patrol #2",
"description" : "Patrols so far have not uncovered anything unusual, and it seems as though the increase in military presence is reducing the amount of illegal activity in this sector, with reported incidents down 80%%. Still, we cannot afford to become complacent, and must continue with our sweeps.",
"requires" : 13,
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/torelli.png",
"music" : "music/battle/heroism.ogg",
"manualComplete" : 1,
"waypointAutoAdvance" : 1,
"objectives" : [
{
"description" : "Check all Waypoints",
"targetName" : "Waypoint",
"targetValue" : 3,
"targetType" : "TT_WAYPOINT"
},
{
"description" : "Destroy Pandoran fighters",
"targetValue" : 1,
"targetName" : "ENEMY",
"targetType" : "TT_DESTROY",
"active" : 0,
"isEliminateAll" : 1
}
],
"player" : {
"type" : "Firefly",
"side" : "SIDE_ALLIES",
"pilot" : "1st Lt. Curtis Rice",
"squadron" : "Eightballers"
},
"fighters" : [
{
"types" : "Firefly;Nymph",
"number" : 4,
"side" : "SIDE_ALLIES",
"x" : 25,
"y" : 25,
"scatter" : 350
},
{
"name" : "Pandoran",
"types" : "Jackal",
"number" : 3,
"side" : "SIDE_PANDORAN",
"x" : 25,
"y" : 26,
"scatter" : 64,
"active" : 0
}
],
"entities" : [
{
"type" : "ET_WAYPOINT",
"number" : 3,
"x" : 25,
"y" : 25,
"scatter" : 7500,
"active" : 0
}
],
"script" : [
{
"function" : "Waypoint #3",
"lines" : [
"ACTIVATE_ENTITIES Pandoran",
"ACTIVATE_OBJECTIVES Destroy Pandoran fighters",
"MSG_BOX Alba Control;Eightballers, you have hostiles incoming. Identified as 3 Mitikas fighters; Jackals, possibly Pandoran. Engage, but exercise extreme caution."
]
},
{
"function" : "ALL_OBJECTIVES_COMPLETE",
"lines" : [
"MSG_BOX Rice;Control, enemies have been dispatched. Wasn't a comfortable fight.",
"MSG_BOX Alba Control;Eightballers, return home immediately, and deliver a full report. Do not leave out a single detail.",
"MSG_BOX Rice;Got it. See you soon.",
"WAIT_MSG_BOX",
"COMPLETE_MISSION"
]
}
]
}