Table 4.1. blackjack keys
| Key | Type | Default | Description |
|---|---|---|---|
| /schemas/apps/blackjack/toolbar | bool | TRUE | Whether or not to show the toolbar. |
| /schemas/apps/blackjack/settings/variation | string | Vegas_Strip.rules | The name of the rules file containing the variation of the rules to play. |
| /schemas/apps/blackjack/deck/card_style | string | bonded.png | The name of the file with the graphics for the cards. |
| /schemas/apps/blackjack/global/balance | float | 500.0 | The amount of money in your bank. |
| /schemas/apps/blackjack/settings/show_probabilities | bool | FALSE | Display the probabilities of each dealer hand outcome and the expected value of your hand. |
| /schemas/apps/blackjack/settings/quick_deal | bool | FALSE | Use a quick deal with no delay between each card. |
| /schemas/apps/blackjack/settings/never_insurance | bool | FALSE | Never take insurance with a dealer showing an ace. |