diff options
| author | historia <[not public]> | 2026-08-03 14:08:09 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-08-03 14:08:09 -0400 |
| commit | 612e429de438821ae8e099d6b54f87c11ff6c1b5 (patch) | |
| tree | ad6f9edf74339b9b50f9c7c2cd314ee7b6e04b2c /data/rooms/intro/2001.yaml | |
| parent | f51424c90dbce7191a31b6e675818c985f0f4539 (diff) | |
| download | thehouseoficarus-612e429de438821ae8e099d6b54f87c11ff6c1b5.tar.gz | |
refactor: casino game slop refactor
Diffstat (limited to 'data/rooms/intro/2001.yaml')
| -rw-r--r-- | data/rooms/intro/2001.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/rooms/intro/2001.yaml b/data/rooms/intro/2001.yaml index ed10efa..6b85dbb 100644 --- a/data/rooms/intro/2001.yaml +++ b/data/rooms/intro/2001.yaml @@ -6,6 +6,26 @@ casino_machines: min_bet: 1 max_bet: 1000 payout: 0.97 +casino_tables: + - id: blackjack + game: blackjack + max_players: 6 + betting_ticks: 20 + min_bet: 1 + max_bet: 1000 + blackjack: + decks: 8 + shuffle_at: 0.25 + blackjack_payout: 1.5 + dealer_hit_soft_17: false + max_split_hands: 4 + resplit_aces: false + double_after_split: true + double_split_blackjack: true + insurance_payout: 2 + surrender: false + action_ticks: 20 + split_unlike_ten_values: true color: "" description: - text: It's a test room |
