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

68 lines
1.2 KiB
JSON
Raw Normal View History

2015-12-14 09:17:38 +01:00
{
"name" : "Rebel Assault #1",
2015-12-14 09:17:38 +01:00
"description" : "",
2016-02-21 17:55:11 +01:00
"requires" : 28,
2015-12-14 09:17:38 +01:00
"background" : "gfx/backgrounds/background03.jpg",
"planet" : "gfx/planets/spirit.png",
"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" : [
{
"name" : "Ally",
"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" : [
"MSG_BOX CSN Corvette;We're taking a lot of damage here. Please assist."
]
},
{
"function" : "Rebel Corvette",
"lines" : [
"RETREAT_ENEMIES"
]
}
]
}