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

Implement difficulty balancing for enemy randomizer #276

Open
LagoLunatic opened this issue May 25, 2022 · 0 comments
Open

Implement difficulty balancing for enemy randomizer #276

LagoLunatic opened this issue May 25, 2022 · 0 comments
Labels
enemy-rando enhancement New feature or request

Comments

@LagoLunatic
Copy link
Owner

Once enemy randomizer is always beatable, it should also have some system to balance enemy difficulty across rooms, not just whether they're beatable.

For example, each enemy type could be assigned a rating of 1-10 for how hard it is to fight. Then every vanilla room's difficulty could be automatically calculated by summing up the rating of each enemy in the room. Enemy rando should then try to limit how much the room's difficulty changes compared to vanilla within a multiplier range.
e.g. 0.5x-1.0x for easy mode, 0.5x-2.0x for normal mode, 1.0x-3.0x for hard mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enemy-rando enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant