Mission tweaks.
This commit is contained in:
parent
b021272b8b
commit
9a6e9f05f8
|
@ -44,7 +44,7 @@
|
||||||
{
|
{
|
||||||
"name" : "Wingmate #?",
|
"name" : "Wingmate #?",
|
||||||
"types" : "TAF;Ray",
|
"types" : "TAF;Ray",
|
||||||
"number" : 11,
|
"number" : 6,
|
||||||
"side" : "SIDE_ALLIES",
|
"side" : "SIDE_ALLIES",
|
||||||
"x" : 45,
|
"x" : 45,
|
||||||
"y" : 25,
|
"y" : 25,
|
||||||
|
@ -53,11 +53,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"types" : "Rapid Plasma Turret",
|
"types" : "Rapid Plasma Turret",
|
||||||
"number" : 6,
|
"number" : 8,
|
||||||
"side" : "SIDE_REBEL",
|
"side" : "SIDE_REBEL",
|
||||||
"x" : 10,
|
"x" : 10,
|
||||||
"y" : 25,
|
"y" : 25,
|
||||||
"scatter" : 800
|
"scatter" : 700
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"types" : "Shale;Razor",
|
"types" : "Shale;Razor",
|
||||||
|
@ -130,7 +130,7 @@
|
||||||
"lines" : [
|
"lines" : [
|
||||||
"WAIT 1",
|
"WAIT 1",
|
||||||
"MSG_BOX Wolfenden;We're clear for the run against the gate.",
|
"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",
|
"WAIT_MSG_BOX",
|
||||||
"COMPLETE_MISSION"
|
"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."
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue