Initial commit of first Mace mission.
This commit is contained in:
parent
bb4e7940f0
commit
7bda6d7ed3
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue