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

72 lines
1.7 KiB
JSON

{
"name" : "Patrol #2",
"description" : "Patrols so far have not uncovered anything unusual, and it seems as though the increase in military presense 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.",
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/torelli.png",
"music" : "music/heroism.ogg",
"requires" : "PREVIOUS",
"objectives" : [
{
"description" : "Check all Waypoints",
"targetName" : "Waypoint",
"targetValue" : 3,
"targetType" : "TT_WAYPOINT"
},
{
"description" : "Destroy Pandoran fighters",
"targetName" : "Pandoran",
"targetValue" : 3,
"targetType" : "TT_DESTROY",
"active" : 0
}
],
"player" : {
"type" : "Firefly",
"side" : "SIDE_ALLIES",
"pilot" : "1st Lt. Curtis Rice",
"squadron" : "Eightballers"
},
"fighters" : [
{
"name" : "Ally",
"types" : "Firefly;Nymph",
"number" : 4,
"side" : "SIDE_ALLIES",
"x" : 25,
"y" : 26,
"scatter" : 64
},
{
"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 1",
"MSG_BOX Alba Control;Patrol A-82, you have hostiles incoming. Identified as 3 Mitikas fighters; Jackals, possibly Pandoran. Engage, but exercise extreme caution."
]
}
]
}