diff options
Diffstat (limited to 'data')
| -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 |
