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