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

Getting Started Difficulty Ports' Description #5

Open
AlphaSerpentis opened this issue Jun 7, 2020 · 1 comment
Open

Getting Started Difficulty Ports' Description #5

AlphaSerpentis opened this issue Jun 7, 2020 · 1 comment

Comments

@AlphaSerpentis
Copy link

Taking a peek into the code, I noticed that the values to determine if a port is "Low/Med/Ultra" is dependent on specific values. This should be changed by determining the set of ports' difficulty value and arrange their settings as so.

Take the following example:

Port 1 - Diff. 1 -> 256
Port 2 - Diff. 256 -> 1028
Port 3 - Diff. 1028 -> 1056784

Expected Port Description:
Port 1 is LOW
Port 2 is MED
Port 3 is ULTRA

Actual Port Description (this is an example):
Port 1 is MED
Port 2 is ULTRA
Port 3 is LOW

image

@AlphaSerpentis
Copy link
Author

PR #6 should fix this.

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

No branches or pull requests

1 participant