Mace assault mission 1.
This commit is contained in:
parent
40fcc6565f
commit
9006f15afe
|
@ -0,0 +1,161 @@
|
|||
{
|
||||
"name" : "Rebel Assault #1",
|
||||
"description" : "",
|
||||
"requires" : 50,
|
||||
"background" : "gfx/backgrounds/background05.jpg",
|
||||
"planet" : "gfx/planets/bluePlanet.png",
|
||||
"music" : "music/battle/battleThemeA.mp3",
|
||||
"manualComplete" : 1,
|
||||
"player" : {
|
||||
"type" : "Hammerhead",
|
||||
"pilot" : "Lt. Cdr. Ian Barclay",
|
||||
"squadron" : "Iron Wolves",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"x" : 45,
|
||||
"y" : 25
|
||||
},
|
||||
"objectives" : [
|
||||
{
|
||||
"description" : "Knock jumpgate offline",
|
||||
"targetName" : "Jumpgate",
|
||||
"targetValue" : 1,
|
||||
"targetType" : "TT_DESTROY"
|
||||
},
|
||||
{
|
||||
"description" : "Eliminate all enemies",
|
||||
"targetName" : "ENEMY",
|
||||
"targetType" : "TT_DESTROY",
|
||||
"targetValue" : 1,
|
||||
"isEliminateAll" : 1
|
||||
}
|
||||
],
|
||||
"fighters" : [
|
||||
{
|
||||
"name" : "Wolfenden",
|
||||
"fullname" : "Tamara Wolfenden",
|
||||
"types" : "Rook",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"x" : 45,
|
||||
"y" : 25,
|
||||
"scatter" : 500,
|
||||
"flags" : "+EF_AI_LEADER+EF_IMMORTAL",
|
||||
"aiFlags" : "+AIF_UNLIMITED_RANGE"
|
||||
},
|
||||
{
|
||||
"name" : "Wingmate #?",
|
||||
"types" : "TAF;Ray",
|
||||
"number" : 11,
|
||||
"side" : "SIDE_ALLIES",
|
||||
"x" : 45,
|
||||
"y" : 25,
|
||||
"scatter" : 500,
|
||||
"aiFlags" : "+AIF_MOVES_TO_LEADER"
|
||||
},
|
||||
{
|
||||
"types" : "Rapid Plasma Turret",
|
||||
"number" : 6,
|
||||
"side" : "SIDE_REBEL",
|
||||
"x" : 10,
|
||||
"y" : 25,
|
||||
"scatter" : 800
|
||||
},
|
||||
{
|
||||
"types" : "Shale;Razor",
|
||||
"number" : 7,
|
||||
"side" : "SIDE_REBEL",
|
||||
"x" : 30,
|
||||
"y" : 28,
|
||||
"aiFlags" : "+AIF_UNLIMITED_RANGE",
|
||||
"scatter" : 500
|
||||
},
|
||||
{
|
||||
"groupName" : "Rebels-1",
|
||||
"types" : "SK-31;SK-34",
|
||||
"number" : 7,
|
||||
"side" : "SIDE_REBEL",
|
||||
"x" : 25,
|
||||
"y" : 28,
|
||||
"aiFlags" : "+AIF_UNLIMITED_RANGE",
|
||||
"scatter" : 500,
|
||||
"active" : 0
|
||||
},
|
||||
{
|
||||
"groupName" : "Rebels-2",
|
||||
"types" : "Blizzard",
|
||||
"number" : 5,
|
||||
"side" : "SIDE_REBEL",
|
||||
"x" : 20,
|
||||
"y" : 25,
|
||||
"aiFlags" : "+AIF_UNLIMITED_RANGE",
|
||||
"scatter" : 500,
|
||||
"active" : 0
|
||||
}
|
||||
],
|
||||
"entities" : [
|
||||
{
|
||||
"name" : "Jumpgate",
|
||||
"type" : "ET_JUMPGATE",
|
||||
"side" : "SIDE_REBEL",
|
||||
"x" : 10,
|
||||
"y" : 25
|
||||
}
|
||||
],
|
||||
"script" : [
|
||||
{
|
||||
"function" : "TIME 2",
|
||||
"lines" : [
|
||||
"MSG_BOX Wolfenden;Our goal is the jumpgate. Expect a lot of resistance.",
|
||||
"MSG_BOX Wolfenden;Once we're they, we need to destroy the control nodes to shut it down. Barclay, that's your job."
|
||||
]
|
||||
},
|
||||
{
|
||||
"function" : "ENEMIES_KILLED 7",
|
||||
"lines" : [
|
||||
"WAIT 2",
|
||||
"MSG_BOX Wingmate;More enemies incoming.",
|
||||
"ACTIVATE_ENTITY_GROUPS Rebels-1"
|
||||
]
|
||||
},
|
||||
{
|
||||
"function" : "ENEMIES_KILLED 14",
|
||||
"lines" : [
|
||||
"WAIT 5",
|
||||
"MSG_BOX Wingmate;Commander, I'm detecting a wing of Blizzards, incoming.",
|
||||
"MSG_BOX Wolfenden;Couldn't expect Tzac not to bring out the heavy guns. Let's take it to them, people.",
|
||||
"ACTIVATE_ENTITY_GROUPS Rebels-2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"function" : "ENEMIES_KILLED 19",
|
||||
"lines" : [
|
||||
"WAIT 1",
|
||||
"MSG_BOX Wolfenden;We're clear for the run against the gate.",
|
||||
"MSG_BOX Wolfenden;It's guarded by several rapid-fire plasma turrets. Just not to let those things get a lock on you."
|
||||
]
|
||||
},
|
||||
{
|
||||
"function" : "JUMPGATE_HEALTH 5",
|
||||
"lines" : [
|
||||
"MSG_BOX Barclay;Half the nodes are down.",
|
||||
"MSG_BOX Wolfenden;Keep at it!"
|
||||
]
|
||||
},
|
||||
{
|
||||
"function" : "JUMPGATE_HEALTH 1",
|
||||
"lines" : [
|
||||
"WAIT 1",
|
||||
"MSG_BOX Barclay;Jumpgate is down."
|
||||
]
|
||||
},
|
||||
{
|
||||
"function" : "ALL_OBJECTIVES_COMPLETE",
|
||||
"lines" : [
|
||||
"WAIT 1",
|
||||
"MSG_BOX Wolfenden;Control, this is Wolfenden. Tzac's outer jumpgate is offline.",
|
||||
"MSG_BOX Control;Acknowledged. Hold position there. We'll need you to guard that gate and prevent the enemy from affecting repairs.",
|
||||
"WAIT_MSG_BOX",
|
||||
"COMPLETE_MISSION"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,66 +0,0 @@
|
|||
{
|
||||
"name" : "Rebel Assault #1",
|
||||
"description" : "",
|
||||
"requires" : 99,
|
||||
"background" : "gfx/backgrounds/background03.jpg",
|
||||
"planet" : "gfx/planets/spirit.png",
|
||||
"music" : "music/battle/InnerCore_Low.ogg",
|
||||
"player" : {
|
||||
"type" : "TAF",
|
||||
"pilot" : "",
|
||||
"squadron" : "",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"x" : 10,
|
||||
"y" : 10
|
||||
},
|
||||
"capitalShips" : [
|
||||
{
|
||||
"name" : "CSN Corvette",
|
||||
"types" : "UNF Corvette 01",
|
||||
"side" : "SIDE_ALLIES",
|
||||
"x" : 11,
|
||||
"y" : 11,
|
||||
"flags" : "EF_AI_TARGET"
|
||||
},
|
||||
{
|
||||
"name" : "Rebel Corvette",
|
||||
"types" : "UNF Corvette 01",
|
||||
"side" : "SIDE_REBEL",
|
||||
"x" : 25,
|
||||
"y" : 25,
|
||||
"flags" : "EF_AI_TARGET"
|
||||
}
|
||||
],
|
||||
"fighters" : [
|
||||
{
|
||||
"types" : "TAF;Rook;Ray",
|
||||
"number" : 12,
|
||||
"side" : "SIDE_ALLIES",
|
||||
"x" : 10,
|
||||
"y" : 10,
|
||||
"scatter" : 1000
|
||||
},
|
||||
{
|
||||
"types" : "Firefly;Nymph;Leopard",
|
||||
"number" : 12,
|
||||
"side" : "SIDE_REBEL",
|
||||
"x" : 20,
|
||||
"y" : 20,
|
||||
"scatter" : 500
|
||||
}
|
||||
],
|
||||
"script" : [
|
||||
{
|
||||
"function" : "CAP_HEALTH CSN Corvette 4",
|
||||
"lines" : [
|
||||
"IMPORTANT_MSG_BOX CSN Corvette;We're taking a lot of damage here. Please assist."
|
||||
]
|
||||
},
|
||||
{
|
||||
"function" : "Rebel Corvette",
|
||||
"lines" : [
|
||||
"RETREAT_ENEMIES"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue