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

71 lines
1.6 KiB
JSON
Raw Normal View History

{
"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",
2015-11-28 15:35:10 +01:00
"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" : "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",
2015-11-28 15:35:10 +01:00
"number" : 3,
"x" : 25,
"y" : 25,
"scatter" : 7500
}
2015-11-28 15:35:10 +01:00
],
"script" : [
{
"function" : "Waypoint #3",
"lines" : [
"ACTIVATE_ENTITY Pandoran",
"ACTIVATE_OBJECTIVE 1",
"MSG_BOX 6 Alba Control;Patrol A-82, you have hostiles incoming. Identified as 3 Mitikas fighters; Jackals, possibly Pandoran. Engage, but exercise extreme caution."
]
}
]
}