hanabi-league/install/default_config.yaml

63 lines
1.1 KiB
YAML
Raw Normal View History

2023-11-22 17:13:44 +01:00
player_base_rating: 1500
variant_base_rating: 1500
variant_base_ratings:
No Variant:
3p: 1500
4p: 1500
5p: 1500
6 Suits:
3p: 1500
4p: 1500
5p: 1500
Clue Starved:
3p: 1500
4p: 1500
6p: 1700
Clue Starved (6 Suits):
3p: 1500
4p: 1500
6p: 1700
min_player_count: 3
max_player_count: 5
min_suits: 5
max_suits: 6
2023-11-22 18:56:08 +01:00
# Corresponds to game IDs from hanab.live
2023-11-22 17:13:44 +01:00
starting_game_id: 1000000
ending_game_id: 9999999
2023-11-22 18:56:08 +01:00
# EST = Eastern Standard Time, so USA/Eastern
2023-11-22 17:13:44 +01:00
starting_time: "2023-10-10 00:00:00 EST"
ending_time: "2023-12-10 00:00:00 EST"
2023-11-22 18:56:08 +01:00
# Any variant that contains one of these keywords will not be allowed for the league.
excluded_variants:
- Ambiguous
- Mix
- Evens
- Dark
- Cocoa
- Fives
- Ones
- Black
- Gray
- Matryoshka
- Dual
- Critical
- Blind
- Mute
- Alternating
- Duck
- Cow
- Synesthesia
- Reversed
- Down
- Throw
- Funnels
- Chimneys
- Omni
- White
- Brown
- Pink
- Rainbow
- Prism
- Sudoku
- "Null" # We have to enquote this here, since otherwise The YAML spec treats this as a null (=absent) value