Spawners no longer enforce AIF_UNLIMITED_RANGE.
This commit is contained in:
parent
2c796e486a
commit
541c9af0b8
|
@ -55,10 +55,10 @@
|
|||
"types" : "Dart",
|
||||
"side" : "SIDE_PIRATE",
|
||||
"interval" : 30,
|
||||
"limit" : 0,
|
||||
"total" : -1,
|
||||
"step" : 1,
|
||||
"offscreen" : 1
|
||||
"offscreen" : 1,
|
||||
"aiFlags" : "+AIF_UNLIMITED_RANGE"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -36,10 +36,10 @@
|
|||
"types" : "Swarmer",
|
||||
"side" : "SIDE_PANDORAN",
|
||||
"interval" : 1,
|
||||
"limit" : 0,
|
||||
"total" : -1,
|
||||
"step" : 1,
|
||||
"offscreen" : 1
|
||||
"offscreen" : 1,
|
||||
"aiFlags" : "+AIF_UNLIMITED_RANGE"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -50,7 +50,8 @@
|
|||
"total" : -1,
|
||||
"step" : 2,
|
||||
"offScreen" : 1,
|
||||
"active" : 0
|
||||
"active" : 0,
|
||||
"aiFlags" : "+AIF_UNLIMITED_RANGE"
|
||||
}
|
||||
],
|
||||
"script" : [
|
||||
|
|
|
@ -132,7 +132,8 @@
|
|||
"total" : 80,
|
||||
"step" : 3,
|
||||
"offscreen" : 1,
|
||||
"active" : 0
|
||||
"active" : 0,
|
||||
"aiFlags" : "+AIF_UNLIMITED_RANGE"
|
||||
}
|
||||
],
|
||||
"script" : [
|
||||
|
|
|
@ -81,7 +81,8 @@
|
|||
"total" : -1,
|
||||
"offscreen" : 1,
|
||||
"step" : 1,
|
||||
"active" : 0
|
||||
"active" : 0,
|
||||
"aiFlags" : "+AIF_UNLIMITED_RANGE"
|
||||
}
|
||||
],
|
||||
"script" : [
|
||||
|
|
Loading…
Reference in New Issue