Added reinforcements script event.
This commit is contained in:
parent
cb94890436
commit
958ba82928
|
@ -47,7 +47,16 @@
|
||||||
"y" : 25,
|
"y" : 25,
|
||||||
"side" : "SIDE_ALLIES",
|
"side" : "SIDE_ALLIES",
|
||||||
"scatter" : 1000,
|
"scatter" : 1000,
|
||||||
"number": 16
|
"number": 8
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"types" : "Rook;TAF;Ray;Hammerhead",
|
||||||
|
"groupName" : "reinforcements",
|
||||||
|
"x" : 10,
|
||||||
|
"y" : 25,
|
||||||
|
"side" : "SIDE_ALLIES",
|
||||||
|
"number": 4,
|
||||||
|
"active" : 0
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"types" : "Dart",
|
"types" : "Dart",
|
||||||
|
@ -90,6 +99,14 @@
|
||||||
"MSG_BOX Carr;Right, people, let's finish this. Engage at will. Leave nothing standing."
|
"MSG_BOX Carr;Right, people, let's finish this. Engage at will. Leave nothing standing."
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"function" : "ALLIES_KILLED 3",
|
||||||
|
"lines" : [
|
||||||
|
"ACTIVATE_ENTITY_GROUPS reinforcements",
|
||||||
|
"MSG_BOX Carr;Alexandria: opposition stronger than expected. Requesting reinforcements.",
|
||||||
|
"MSG_BOX Alexandria Orbital;Acknowledged. They're on their way."
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"function" : "Eliminate Pirate Captains",
|
"function" : "Eliminate Pirate Captains",
|
||||||
"lines" : [
|
"lines" : [
|
||||||
|
|
Loading…
Reference in New Issue