diamond-gold / MiniBosses

🐲 Endless possibilities with highly customizable bosses!
https://poggit.pmmp.io/p/MiniBosses
GNU Affero General Public License v3.0
53 stars 27 forks source link

Spawn multiple bosses #24

Open PushkarOP opened 2 years ago

PushkarOP commented 2 years ago

Add a boss amount to spawn

Like 20 boss at once

PushkarOP commented 2 years ago

Also add boss amount spawn radius

diamond-gold commented 2 years ago

When trying to implement this I though of a few issues

  1. Should all the bosses respawn like the "original" Boss?
  2. Should they respawn at the same position where they spawned?
  3. Should they only spawn once when the "original" Boss spawn/respawn?
  4. It makes more sense to allow spawning multiple minion/projectile at once instead of multiple Boss cuz you can just duplicate in config. I'm not sure which is better, would love to hear your thoughts
PushkarOP commented 2 years ago
  1. Yes
  2. No, but there can be spawn radius
  3. Yes
  4. But minion spawn after boss get killed
diamond-gold commented 2 years ago

1 and 3 can't be yes at the same time. In other words, we need to choose one from these two

  1. All non "original" bosses will respawn on their own just like the "original" boss
    • Same behavior as just duplicating in config
  2. All non "original" bosses will not respawn on their own and will only spawn when the "original" Boss respawn
    • They become something like a "permanent minion" that do not despawn if target is lost, and also do not respawn until the "original" Boss is killed.

Feel free to state any reasons for choosing.

But minion spawn after boss get killed

I'm not sure what you mean by that? Minions should only spawn when the Boss is alive?