-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Finalize Nadabot V2 rules logic #62
Comments
The way the logic currently works for the score calculation is as follows (remember this is with the assumption that one provider can't exist in more than one group):
So say I am a user and I have the following 3 valid stamps: 1 - Holonym ZK Government (21 points) 1 & 2 are in a Booster group with a 10% factor - let's call this Group 1, and order the scores from highest to lowest before adjustment to minimize the adjustment impact 2 & 3 are in a Subtractor group with a 20% factor - let's call this Group 2, and order the scores from highest to lowest before adjustment to minimize the adjustment impact With the logic above, we would go through each group in the order in which they were inserted. Group 1 ends Step 1 with a total score of 33 points Group 1 ends Step 2 with a total score of 34.2 points, since Stamp 2's points are boosted by 10% to 13 points (12 * 1.1 = 13.2) @codingshot These are my questions: |
Need specific examples of different groups that share common providers, and hierarchy of groups &/or rules when a provider is in more than one group.
The text was updated successfully, but these errors were encountered: