2016-05-15 09:19:26 +02:00
{
"name" : "Mace Assault #3" ,
2016-06-04 09:12:32 +02:00
"description" : "There is growing public unrest over the on-going war, with a number of high-profile voices calling for an immediate end to the attacks on Tzac. While we cannot abandon the campaign while Tzac remains a threat, we can reduce the loss of life by disabling the enemy craft, instead of destroying them. That should placate the anti-war campaigners for a time." ,
2016-05-15 09:19:26 +02:00
"requires" : 50 ,
"background" : "gfx/backgrounds/background05.jpg" ,
2016-05-31 14:19:36 +02:00
"planet" : "gfx/planets/tzac.png" ,
2016-05-15 09:19:26 +02:00
"music" : "music/battle/track-3.mp3" ,
"player" : {
"pilot" : "2nd Lt. Jim Goddard" ,
"squadron" : "Iron Patriots" ,
"type" : "Ray" ,
"side" : "SIDE_ALLIES" ,
"x" : 5 ,
"y" : 25
} ,
"objectives" : [
{
"description" : "Eliminate Tzac opposition" ,
"targetName" : "Destroy" ,
"targetValue" : 45 ,
"targetType" : "TT_DESTROY"
} ,
{
"description" : "Disable 50%% of Tzac craft" ,
"targetName" : "Disable" ,
"targetValue" : 20 ,
"targetType" : "TT_DISABLE"
} ,
{
"description" : "Do not destroy tagged Tzac craft" ,
"targetName" : "Disable" ,
"targetValue" : 1 ,
"targetType" : "TT_DESTROY" ,
"isCondition" : 1
}
] ,
"fighters" : [
{
"name" : "Carr" ,
"types" : "Kingfisher" ,
"side" : "SIDE_ALLIES" ,
"x" : 5 ,
"y" : 25 ,
"scatter" : 500 ,
"flags" : "+EF_AI_LEADER+EF_IMMORTAL" ,
"aiFlags" : "+AIF_UNLIMITED_RANGE"
} ,
{
"types" : "TAF;Hyena-A" ,
"side" : "SIDE_ALLIES" ,
"x" : 5 ,
"y" : 25 ,
"scatter" : 500 ,
"number" : 6 ,
"aiFlags" : "+AIF_MOVES_TO_LEADER"
} ,
{
"groupName" : "Destroy" ,
"types" : "Shale;SK-31;SK-34;Razor" ,
2016-05-18 13:23:42 +02:00
"side" : "SIDE_TZAC" ,
2016-05-15 09:19:26 +02:00
"x" : 25 ,
"y" : 25 ,
"scatter" : 15000 ,
"number" : 20 ,
"aiFlags" : "+AIF_MOVES_TO_LEADER"
} ,
{
"groupName" : "Disable" ,
"types" : "Shale;SK-31;SK-34;Razor" ,
2016-05-18 13:23:42 +02:00
"side" : "SIDE_TZAC" ,
2016-05-15 09:19:26 +02:00
"x" : 25 ,
"y" : 25 ,
"scatter" : 15000 ,
"number" : 20 ,
"flags" : "+EF_MUST_DISABLE+EF_MISSION_TARGET" ,
"aiFlags" : "+AIF_MOVES_TO_LEADER"
} ,
{
"groupName" : "Destroy" ,
"types" : "Rapid Plasma Turret;Rocket Turret" ,
2016-05-18 13:23:42 +02:00
"side" : "SIDE_TZAC" ,
2016-05-15 09:19:26 +02:00
"x" : 25 ,
"y" : 25 ,
"scatter" : 8000 ,
"number" : 25 ,
"flags" : "+EF_AI_LEADER"
}
] ,
"script" : [
{
"function" : "TIME 1" ,
"lines" : [
"MSG_BOX Carr;We're going to mag half of their forces and destroy the others. The ones to disable have been tagged. Everyone clear?" ,
"MSG_BOX Carr;Watch your fire: remember, a stray shot could easily destroy a disabled craft."
]
} ,
{
"function" : "Disable 50%% of Tzac craft" ,
"lines" : [
"WAIT 1" ,
"MSG_BOX Wingmate;All tagged Tzac fighters have been disabled."
]
} ,
{
"function" : "Eliminate Tzac opposition" ,
"lines" : [
"WAIT 1" ,
"MSG_BOX Wingmate;Tzac opposition has been destroyed."
]
} ,
{
"function" : "ALL_OBJECTIVES_COMPLETE" ,
"lines" : [
"MSG_BOX Carr;Great work, everyone. That should give the PR guys something to brag about."
]
}
]
}