We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nope
I would like to introduce a multiplier requirements for islands with many players.
example. Multiplier: 1 Island with 1 player: 100 Island with 2 players: 200 Island with 3 players: 300
Multiplier: 0.5 Island with 1 player: 100 Island with 2 players: 150 (100 * 0.5) + 100 Island with 3 players: 225 (150 * 0.5) + 150
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Is your feature request related to a problem?
Nope
Describe the solution you'd like us to implement.
I would like to introduce a multiplier requirements for islands with many players.
Describe alternatives you've considered.
example.
Multiplier: 1
Island with 1 player: 100
Island with 2 players: 200
Island with 3 players: 300
Multiplier: 0.5
Island with 1 player: 100
Island with 2 players: 150 (100 * 0.5) + 100
Island with 3 players: 225 (150 * 0.5) + 150
Additional context
The text was updated successfully, but these errors were encountered: