Updated mission to fit new AI system.
This commit is contained in:
parent
4c4d8e9a77
commit
f642a80305
|
@ -33,7 +33,7 @@
|
||||||
"side" : "SIDE_ALLIES",
|
"side" : "SIDE_ALLIES",
|
||||||
"x" : 18,
|
"x" : 18,
|
||||||
"y" : 26,
|
"y" : 26,
|
||||||
"flags" : "EF_DISABLED+EF_NO_KILL+EF_MISSION_TARGET+EF_FLEEING"
|
"flags" : "EF_DISABLED+EF_NO_KILL+EF_MISSION_TARGET"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "Civilian",
|
"name" : "Civilian",
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
"side" : "SIDE_ALLIES",
|
"side" : "SIDE_ALLIES",
|
||||||
"x" : 28,
|
"x" : 28,
|
||||||
"y" : 20,
|
"y" : 20,
|
||||||
"flags" : "EF_DISABLED+EF_NO_KILL+EF_MISSION_TARGET+EF_FLEEING"
|
"flags" : "EF_DISABLED+EF_NO_KILL+EF_MISSION_TARGET"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "Civilian",
|
"name" : "Civilian",
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
"side" : "SIDE_ALLIES",
|
"side" : "SIDE_ALLIES",
|
||||||
"x" : 37,
|
"x" : 37,
|
||||||
"y" : 22,
|
"y" : 22,
|
||||||
"flags" : "EF_DISABLED+EF_NO_KILL+EF_MISSION_TARGET+EF_FLEEING"
|
"flags" : "EF_DISABLED+EF_NO_KILL+EF_MISSION_TARGET"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name" : "Civilian",
|
"name" : "Civilian",
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
"side" : "SIDE_ALLIES",
|
"side" : "SIDE_ALLIES",
|
||||||
"x" : 32,
|
"x" : 32,
|
||||||
"y" : 32,
|
"y" : 32,
|
||||||
"flags" : "EF_DISABLED+EF_NO_KILL+EF_MISSION_TARGET+EF_FLEEING"
|
"flags" : "EF_DISABLED+EF_NO_KILL+EF_MISSION_TARGET"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"fighterGroups" : [
|
"fighterGroups" : [
|
||||||
|
|
Loading…
Reference in New Issue