diff --git a/data/missions/mace/01 - rebel assault #1.json b/data/missions/mace/01 - rebel assault #1.json new file mode 100644 index 0000000..cfbc7c1 --- /dev/null +++ b/data/missions/mace/01 - rebel assault #1.json @@ -0,0 +1,64 @@ +{ + "name" : "", + "description" : "", + "background" : "gfx/backgrounds/background03.jpg", + "planet" : "gfx/planets/spirit.png", + "music" : "music/InnerCore_Low.ogg", + "player" : { + "type" : "TAF", + "side" : "SIDE_ALLIES", + "x" : 10, + "y" : 10 + }, + "capitalShips" : [ + { + "name" : "CSN Corvette", + "types" : "Corvette", + "side" : "SIDE_ALLIES", + "x" : 11, + "y" : 11, + "flags" : "EF_AI_TARGET" + }, + { + "name" : "Rebel Corvette", + "types" : "Corvette", + "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" + ] + } + ] +}