Skeleton Legion tears itself apart
DaedalusGame opened this issue ยท 3 comments
Minecraft version: 1.12.2
Wizardry version: 4.1.2
Environment: Server
Issue details:
Summon Skeleton Legion will summon a number of skeletons which will swarm enemies of the player as expected, but since they have bows, their stray arrows will often cause massive infighting, decimating the horde again. This might be related to Rough Mobs since Rough Mobs gives skeletons both, melee weapons and bows, but assuming that Skeleton Legion skeletons usually have bows, this could probably also happen without.
Other mods involved:
Rough Mobs (?)
This isn't technically a bug, the behaviour is sort-of intended in that summoned creatures should be able to attack each other. However, you're right that it's a bit weird when a group of minions is summoned in the same spell. I might look into some kind of group AI to get around this, or add a config option to stop minions targeting each other.
There happens to be a team system built-in, tamed mobs and illagers use it already. See Entity::isOnSameTeam
. Maybe that can help, since it makes them not infight from what I can see.