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 rate adjustments #440

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

TrustyJAID
Copy link
Collaborator

This will be a draft PR adjusting how monster spawns are affected.

The plan is to normalize the spawn rate of ascended creatures. Currently this is calculated by the total damage of the past 20 adventures with some adjustments if the win rate is less than 50%. This leads to a sharp increased chance of ascended monsters spawning once the average group damage exceeds ~250 damage for the past 20 adventures. My initial proposal was to add a limit on how long past adventures can affect that decision. After simulations this idea only temporarily solves the underlying problem given enough time between adventures.

So far this draft only includes the opportunity to adjust how many past adventures are taken into consideration and implements a time-based removal so that given enough time since an adventure it won't be considered in the calculations. There are currently no commands supporting these changes yet as I investigate a more thorough solution. I feel like these will still be fundamental in allowing some control over these spawn changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant