This is probably not a bug, but still a little weird.
When two spitters of opposite force are closer than the min attach range, they just freeze.
[Oxyd] [0.17.23] Spitter Behavior
Re: [Oxyd] [0.17.23] Spitter Behavior
I can't reproduce that. When I run this command, I get two spitters on oposing forces right next to each other and they attack each other immediately.
Code: Select all
/c game.player.surface.create_entity{name="big-spitter", position={x=game.player.position.x, y=game.player.position.y - 2}, force=game.forces.enemy}; game.player.surface.create_entity{name="big-spitter", position={x=game.player.position.x, y=game.player.position.y + 2}, force=game.forces.player};
Re: [Oxyd] [0.17.23] Spitter Behavior
I think he has modded spitters with attack parameters with a minimum rangeOxyd wrote: Fri Jun 28, 2019 12:59 pm I can't reproduce that. When I run this command, I get two spitters on oposing forces right next to each other and they attack each other immediately.
Code: Select all
/c game.player.surface.create_entity{name="big-spitter", position={x=game.player.position.x, y=game.player.position.y - 2}, force=game.forces.enemy}; game.player.surface.create_entity{name="big-spitter", position={x=game.player.position.x, y=game.player.position.y + 2}, force=game.forces.player};
Re: [Oxyd] [0.17.23] Spitter Behavior
Vanilla spitters also have a minimum range, if we're talking about attack_parameters.min_attack_distance. Is there some other “minimum range” property I could set?
Re: [Oxyd] [0.17.23] Spitter Behavior
Here is a save.
Or you can download the mod and start a new game.
As Klonan said, it is modded spitters. They have a fire attack.
And I do think it's got something to do with a min range.
Thanks
Or you can download the mod and start a new game.
As Klonan said, it is modded spitters. They have a fire attack.
And I do think it's got something to do with a min range.
Thanks
- Attachments
-
- Natural_Evolution_Enemies_0.17.16.zip
- (1.34 MiB) Downloaded 153 times
-
- Save.zip
- (1.43 MiB) Downloaded 169 times
Re: [Oxyd] [0.17.23] Spitter Behavior
Thanks for the save, I didn't realise there was another minimum range parameter.
Fixed in 0.17.54.
Fixed in 0.17.54.