Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spawn multiple bosses #24

Open
PushkarOP opened this issue Jun 7, 2022 · 4 comments
Open

Spawn multiple bosses #24

PushkarOP opened this issue Jun 7, 2022 · 4 comments
Labels
Feature Request TBC To be confirmed

Comments

@PushkarOP
Copy link

Add a boss amount to spawn

Like 20 boss at once

@diamond-gold diamond-gold changed the title Suggestions Spawn multiple bosses Jun 8, 2022
@PushkarOP
Copy link
Author

Also add boss amount spawn radius

@diamond-gold
Copy link
Owner

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
Copy link
Author

  1. Yes
  2. No, but there can be spawn radius
  3. Yes
  4. But minion spawn after boss get killed

@diamond-gold
Copy link
Owner

diamond-gold commented Jun 16, 2022

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
  1. 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?

@diamond-gold diamond-gold added the TBC To be confirmed label Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request TBC To be confirmed
Projects
None yet
Development

No branches or pull requests

2 participants