diff options
| author | historia <[not public]> | 2026-08-03 16:18:17 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-08-03 16:19:25 -0400 |
| commit | f2c4a58727169a03b8102704888d1579d26b28c8 (patch) | |
| tree | a334f9cd37b3c7521c11d266d797b208dac4f3be /data/rooms/intro | |
| parent | 612e429de438821ae8e099d6b54f87c11ff6c1b5 (diff) | |
| download | thehouseoficarus-f2c4a58727169a03b8102704888d1579d26b28c8.tar.gz | |
feat: multiplayer baccarat game
Diffstat (limited to 'data/rooms/intro')
| -rw-r--r-- | data/rooms/intro/2001.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/rooms/intro/2001.yaml b/data/rooms/intro/2001.yaml index 6b85dbb..3a953b2 100644 --- a/data/rooms/intro/2001.yaml +++ b/data/rooms/intro/2001.yaml @@ -26,6 +26,17 @@ casino_tables: surrender: false action_ticks: 20 split_unlike_ten_values: true + - id: baccarat + game: baccarat + max_players: 6 + betting_ticks: 20 + min_bet: 1 + max_bet: 1000 + baccarat: + decks: 8 + shuffle_at: 0.25 + tie_payout: 8 + banker_payout: 0.95 color: "" description: - text: It's a test room |
