2016-03-10 00:26:08 +01:00
{
"name" : "Rothan Defence #1" ,
"description" : "" ,
"requires" : 28 ,
"background" : "gfx/backgrounds/background05.jpg" ,
"planet" : "gfx/planets/bluePlanet.png" ,
"music" : "music/battle/track-1.mp3" ,
2016-03-10 12:57:46 +01:00
"manualComplete" : 1 ,
2016-03-10 00:26:08 +01:00
"objectives" : [
2016-03-10 12:57:46 +01:00
{
"description" : "Destroy all Pandoran Tugs" ,
"targetName" : "Pandoran Tug" ,
"targetValue" : 12 ,
"targetType" : "TT_DESTROY"
} ,
2016-03-10 00:26:08 +01:00
{
"description" : "Rescue all CSN pilots" ,
"targetName" : "CSN Pilot" ,
"targetValue" : 12 ,
"targetType" : "TT_ESCAPED"
} ,
2016-03-10 12:57:46 +01:00
{
"description" : "Protect Tugs" ,
"targetName" : "CSN Tug" ,
"targetValue" : 8 ,
"targetType" : "TT_DESTROY" ,
"isCondition" : 1 ,
"active" : 0
} ,
{
"description" : "Eliminate all Pandoran fighters" ,
"targetName" : "ENEMY" ,
"targetValue" : 1 ,
"targetType" : "TT_DESTROY" ,
"isEliminateAll" : 1 ,
"active" : 0
} ,
2016-03-10 00:26:08 +01:00
{
"description" : "Do not allow any pilots to be killed" ,
"targetName" : "CSN Pilot" ,
"targetValue" : 1 ,
"targetType" : "TT_DESTROY" ,
"isCondition" : 1
} ,
{
"description" : "Do not allow any pilots to be kidnapped" ,
"targetName" : "CSN Pilot" ,
"targetValue" : 1 ,
"targetType" : "TT_STOLEN" ,
"isCondition" : 1
}
] ,
"player" : {
"type" : "ATAF" ,
"side" : "SIDE_ALLIES" ,
"pilot" : "Estelle de Winter" ,
"squadron" : "White Knights" ,
"x" : 25 ,
"y" : 48
} ,
"fighters" : [
{
"name" : "ALLIES" ,
"types" : "ATAF" ,
"side" : "SIDE_ALLIES" ,
"x" : 25 ,
"y" : 48 ,
"scatter" : 500
} ,
{
"name" : "CSN Pilot" ,
"types" : "TAF;Ray;Kingfisher;Hammerhead;Rook" ,
"side" : "SIDE_ALLIES" ,
"x" : 25 ,
"y" : 25 ,
"number" : 12 ,
"scatter" : 5000 ,
"systemPower" : 0 ,
"flags" : "+EF_NO_KILL+EF_MISSION_TARGET"
} ,
{
2016-03-10 12:57:46 +01:00
"name" : "CSN Tug" ,
"groupName" : "CSNTugs" ,
2016-03-10 00:26:08 +01:00
"types" : "Tug" ,
2016-03-10 12:57:46 +01:00
"side" : "SIDE_ALLIES" ,
"x" : 45 ,
"y" : 45 ,
"number" : 6 ,
"scatter" : 750 ,
"flags" : "+EF_AI_TARGET" ,
"aiFlags" : "+AIF_UNLIMITED_RANGE" ,
"active" : 0
} ,
{
"name" : "Pandoran Tug" ,
"types" : "INF Tug" ,
2016-03-10 00:26:08 +01:00
"side" : "SIDE_PANDORAN" ,
"x" : 25 ,
"y" : 25 ,
"number" : 12 ,
2016-03-10 12:57:46 +01:00
"scatter" : 5000 ,
2016-03-10 00:26:08 +01:00
"aiFlags" : "+AIF_UNLIMITED_RANGE" ,
"flags" : "+EF_AI_LEADER"
} ,
{
"types" : "Sphinx;Thunderhead" ,
"side" : "SIDE_PANDORAN" ,
"x" : 25 ,
"y" : 25 ,
"number" : 12 ,
"scatter" : 0 ,
"aiFlags" : "+AIF_MOVES_TO_LEADER" ,
"flags" : "+EF_AI_LEADER"
2016-03-10 12:57:46 +01:00
} ,
{
"types" : "Jackal;Sphinx;Thunderhead;Mantis" ,
"groupName" : "Reinforcements" ,
"side" : "SIDE_PANDORAN" ,
"x" : 51 ,
"y" : 35 ,
"number" : 8 ,
"scatter" : 0 ,
"aiFlags" : "+AIF_UNLIMITED_RANGE" ,
"active" : 0
} ,
{
"types" : "Jackal;Sphinx;Thunderhead;Mantis" ,
"groupName" : "Reinforcements" ,
"side" : "SIDE_PANDORAN" ,
"x" : 35 ,
"y" : 51 ,
"number" : 8 ,
"scatter" : 0 ,
"aiFlags" : "+AIF_UNLIMITED_RANGE" ,
"active" : 0
} ,
{
"types" : "Jackal;Sphinx;Thunderhead;Mantis" ,
"groupName" : "Reinforcements" ,
"side" : "SIDE_PANDORAN" ,
"x" : -1 ,
"y" : -1 ,
"number" : 8 ,
"scatter" : 0 ,
"aiFlags" : "+AIF_UNLIMITED_RANGE" ,
"active" : 0
2016-03-10 00:26:08 +01:00
}
] ,
"entities" : [
{
"name" : "Jumpgate" ,
"type" : "ET_JUMPGATE" ,
"x" : 45 ,
"y" : 45
}
] ,
"script" : [
{
"function" : "TIME 2" ,
"lines" : [
2016-03-10 12:57:46 +01:00
"MSG_BOX CSN Griffin;White Knights, the enemy tugs are already in position and are attaching tow ropes. They must not be allowed to get those fighters and pilots to the jumpgate." ,
2016-03-10 00:26:08 +01:00
"MSG_BOX de Winter;Can you disable the gate remotely?" ,
2016-03-10 18:51:55 +01:00
"MSG_BOX CSN Griffin;Negative, the Pandorans have control. We're working take back command functions. Stand by."
2016-03-10 00:26:08 +01:00
]
} ,
{
"function" : "OBJECTIVES_COMPLETE 1" ,
"lines" : [
"WAIT 2" ,
2016-03-10 12:57:46 +01:00
"MSG_BOX de Winter;Griffin, all enemy tugs have been dispatched." ,
"MSG_BOX CSN Griffin;Good work, Commander. We've regained control of the gate. We're sending our own tugs through now." ,
"WAIT_MSG_BOX" ,
"ACTIVATE_ENTITY_GROUPS CSNTugs" ,
"WAIT 10" ,
"ACTIVATE_ENTITY_GROUPS Reinforcements" ,
"ACTIVATE_OBJECTIVES Protect Tugs" ,
"MSG_BOX Taylor;Estelle, I'm picking up incoming INF fighters." ,
"MSG_BOX de Winter;Hell! Protect the tugs. Make sure they get everyone home." ,
"ACTIVATE_OBJECTIVES Eliminate all Pandoran fighters"
]
} ,
{
"function" : "ALL_OBJECTIVES_COMPLETE" ,
"lines" : [
"WAIT 2" ,
"MSG_BOX de Winter;Griffin, this is de Winter. Operation successful." ,
"MSG_BOX Parks;I knew I could count on you, de Winter. Head back to Griffin." ,
"WAIT_MSG_BOX" ,
"COMPLETE_MISSION"
2016-03-10 00:26:08 +01:00
]
}
]
}