2015-12-14 09:17:38 +01:00
|
|
|
{
|
2015-12-21 15:19:21 +01:00
|
|
|
"name" : "Rebel Assault #1",
|
2015-12-14 09:17:38 +01:00
|
|
|
"description" : "",
|
2016-03-27 12:21:23 +02:00
|
|
|
"requires" : 99,
|
2015-12-14 09:17:38 +01:00
|
|
|
"background" : "gfx/backgrounds/background03.jpg",
|
|
|
|
"planet" : "gfx/planets/spirit.png",
|
2016-03-03 17:16:12 +01:00
|
|
|
"music" : "music/battle/InnerCore_Low.ogg",
|
2015-12-14 09:17:38 +01:00
|
|
|
"player" : {
|
|
|
|
"type" : "TAF",
|
2015-12-20 12:58:47 +01:00
|
|
|
"pilot" : "",
|
|
|
|
"squadron" : "",
|
2015-12-14 09:17:38 +01:00
|
|
|
"side" : "SIDE_ALLIES",
|
|
|
|
"x" : 10,
|
|
|
|
"y" : 10
|
|
|
|
},
|
|
|
|
"capitalShips" : [
|
|
|
|
{
|
|
|
|
"name" : "CSN Corvette",
|
2015-12-16 23:39:59 +01:00
|
|
|
"types" : "UNF Corvette 01",
|
2015-12-14 09:17:38 +01:00
|
|
|
"side" : "SIDE_ALLIES",
|
|
|
|
"x" : 11,
|
|
|
|
"y" : 11,
|
|
|
|
"flags" : "EF_AI_TARGET"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "Rebel Corvette",
|
2015-12-16 23:39:59 +01:00
|
|
|
"types" : "UNF Corvette 01",
|
2015-12-14 09:17:38 +01:00
|
|
|
"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" : [
|
2016-04-16 12:07:39 +02:00
|
|
|
"IMPORTANT_MSG_BOX CSN Corvette;We're taking a lot of damage here. Please assist."
|
2015-12-14 09:17:38 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"function" : "Rebel Corvette",
|
|
|
|
"lines" : [
|
|
|
|
"RETREAT_ENEMIES"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|