diff --git a/data/missions/mace/01 - mace assault #1.json b/data/missions/mace/01 - mace assault #1.json index f319190..052331a 100644 --- a/data/missions/mace/01 - mace assault #1.json +++ b/data/missions/mace/01 - mace assault #1.json @@ -44,7 +44,7 @@ { "name" : "Wingmate #?", "types" : "TAF;Ray", - "number" : 11, + "number" : 6, "side" : "SIDE_ALLIES", "x" : 45, "y" : 25, @@ -53,11 +53,11 @@ }, { "types" : "Rapid Plasma Turret", - "number" : 6, + "number" : 8, "side" : "SIDE_REBEL", "x" : 10, "y" : 25, - "scatter" : 800 + "scatter" : 700 }, { "types" : "Shale;Razor", @@ -130,7 +130,7 @@ "lines" : [ "WAIT 1", "MSG_BOX Wolfenden;We're clear for the run against the gate.", - "MSG_BOX Wolfenden;It's guarded by several rapid-fire plasma turrets. Just not to let those things get a lock on you." + "MSG_BOX Wolfenden;It's guarded by several rapid-fire plasma turrets. Try not to let those things get a lock on you." ] }, { @@ -156,6 +156,14 @@ "WAIT_MSG_BOX", "COMPLETE_MISSION" ] + }, + { + "function" : "ALLIES_KILLED 6", + "lines" : [ + "WAIT 1", + "MSG_BOX Wolfenden;Dammit, the team's been cut down! Looks like it's up to you and me, Ian.", + "MSG_BOX Barclay;We'll make sure their deaths weren't in vain." + ] } ] }