This commit is contained in:
Jonas Zeunert
2022-09-03 12:34:33 +02:00
parent 90428b39c7
commit db72d1c744
3 changed files with 9 additions and 6 deletions

View File

@@ -22,9 +22,9 @@ BONUS_TIME_MIN_RANDOM_TIME = 5
BONUS_TIME_MAX_RANDOM_TIME = 15
BONUS_TIME_ACTIVATION_PROBABILITY = 0.1
## Special config
RED_SPECIAL = SpecialEvent.replay
RED_SPECIAL = SpecialEvent.extra_ball
RED_SPECIAL_TIMES = 1
ORANGE_SPECIAL = SpecialEvent.points
ORANGE_SPECIAL = SpecialEvent.bonus_time
ORANGE_SPECIAL_BANK = ORANGE_SPECIAL_BANK_OPTIONS["BOTH"]
## Tech config
LOG_FILE="flippr-game.log"