hanabi-league/install/default_config.yaml

84 lines
1.7 KiB
YAML

player_base_rating: 1500
variant_base_rating: 1500
variant_base_ratings:
No Variant:
3p: 1500
4p: 1500
5p: 1600
6 Suits:
3p: 1500
4p: 1500
5p: 1600
Clue Starved (5 Suits):
3p: 1500
4p: 1500
5p: 1700
Clue Starved (6 Suits):
3p: 1500
4p: 1500
5p: 1700
min_player_count: 3
max_player_count: 5
# This adjusts the speed in rating change for players
k-factor:
values:
# Early is applied for players with at most conditions.num_early_games games
early: 40
# This is the regular coefficient for people with a good amount of games
normal: 30
# For people with rating at least conditions.high_rating, the coefficient is adapted again,
high_rating: 15
# Controls how fast the variant ratings change
variants: 5
conditions:
num_early_games: 30
high_rating: 1700
min_suits: 4
max_suits: 6
# Corresponds to game IDs from hanab.live
# Only games matching these criteria will be considered
starting_game_id: 1000000
ending_game_id: 9999999
# EST = Eastern Standard Time, so USA/Eastern
# Only games started within this time period will be considered.
starting_time: "2023-10-10 00:00:00 EST"
ending_time: "2023-12-10 00:00:00 EST"
# Any variant that contains one of these keywords will not be allowed for the league.
excluded_variants:
- Alternating
- Ambiguous
- Black
- Blind
- Brown
- Chimneys
- Cocoa
- Cow
- Critical
- Dark
- Down
- Dual
- Duck
- Evens
- Fives
- Funnels
- Gray
- Matryoshka
- Mix
- Mute
- "Null" # We have to enquote this here, since otherwise The YAML spec treats this as a null (=absent) value
- Omni
- Ones
- Pink
- Prism
- Rainbow
- Reversed
- Sudoku
- Synesthesia
- Throw
- White