Marked cap ships as mission targets.
This commit is contained in:
parent
60fdcc5436
commit
50172949a8
|
@ -70,7 +70,8 @@
|
||||||
"side" : "SIDE_PANDORAN",
|
"side" : "SIDE_PANDORAN",
|
||||||
"x" : 25,
|
"x" : 25,
|
||||||
"y" : -1,
|
"y" : -1,
|
||||||
"active" : 0
|
"active" : 0,
|
||||||
|
"flags" : "+EF_MISSION_TARGET"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "INF BC-41",
|
"name" : "INF BC-41",
|
||||||
|
@ -78,7 +79,8 @@
|
||||||
"side" : "SIDE_PANDORAN",
|
"side" : "SIDE_PANDORAN",
|
||||||
"x" : 25,
|
"x" : 25,
|
||||||
"y" : 51,
|
"y" : 51,
|
||||||
"active" : 0
|
"active" : 0,
|
||||||
|
"flags" : "+EF_MISSION_TARGET"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"spawners" : [
|
"spawners" : [
|
||||||
|
@ -89,6 +91,7 @@
|
||||||
"interval" : 10,
|
"interval" : 10,
|
||||||
"total" : -1,
|
"total" : -1,
|
||||||
"step" : 5,
|
"step" : 5,
|
||||||
|
"flags" : "EF_RETREATING+EF_TAKES_DAMAGE",
|
||||||
"aiFlags" : "+AIF_UNLIMITED_RANGE"
|
"aiFlags" : "+AIF_UNLIMITED_RANGE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue