tbftss/data/missions/mace/01 - rebel assault #1.json

67 lines
1.2 KiB
JSON

{
"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"
]
}
]
}