-
Notifications
You must be signed in to change notification settings - Fork 4
Playing with bonuses
Alejandro edited this page Nov 2, 2020
·
2 revisions
There are two ways to play with bonuses
- The reader of the current game should run !enableBonuses
- To stop tracking bonuses, run !disableBonuses. Note that this doesn't work if the server is configured to always use bonuses.
- The server administrator should run !enableBonusesAlways
- To go back to the old behavior, run !disableBonusesAlways
When you score a buzz with a positive score, the bot will post a message like "Bonus for TU 10". The bot always assumes that bonuses are 3 parts and are worth 10 points each. There are a few ways to score a bonus:
You can specify the split by putting / between the bonus part scores. For example, 10/0/10 will give 10 points each to the first and third parts of the bonus.
You can specify the split in binary. For example, 110 will give 10 points to the first and second parts of the bonus.
If the team got every part correct or incorrect, you can use 30 or 0, respectively.