Board :Community Events
Author :MissFortune
Subject :[M] 21 Blakjack
Date :4/20

.------..------..------..------..------.
|B.--. ||L.--. ||A.--. ||C.--. ||K.--. |
| :(): || :/\: || (\/) || :/\: || :/\: |
| ()() || (__) || :\/: || :\/: || :\/: |
| '--'B|| '--'L|| '--'A|| '--'C|| '--'K|
`------'`------'`------'`------'`------'
                       .------..------..------..------.
                       |J.--. ||A.--. ||C.--. ||K.--. |
                       | :(): || (\/) || :/\: || :/\: |
                       | ()() || :\/: || :\/: || :\/: |
                       | '--'J|| '--'A|| '--'C|| '--'K|
                       `------'`------'`------'`------'

            at Merchant Midnight Madness!


Object:
Each participant attempts to beat the dealer by getting a hand value as close to 21 as possible, without going over 21.

Drawing a card:
Blackjack is a card game and we will simulate card draw by rolling 1-13. 1 is an ace. 2-10 are equal to their face value. 11, 12, and 13 are jack, queen, and king, respectfully.

Hand value:
Your hand value is the sum of your card's point values. An ace is worth either 1 or 11 points. Cards 2-10 have a point value equivalent to their face value. Face cards (11-13) are all worth 10 points.

Betting:
Before the deal begins, each player places a bet. Minimum bets of 100k, maximum of 1m.

Gameplay:
- The host will roll their FIRST card (1-13) first, known as the door card.  
- All other players roll until they wish to stop.
- Bettors will go from LEFT to RIGHT, /rolling 1-13 until they want to stop.
- Nobody rolls until the bettor before them is done.
- If the bettors bust (22 or higher), they auto-lose.
- After all players have rolled, the host will roll their next card(s).
- Host must roll on soft 17 ((when an ace COULD be counted as a 1 instead of an 11 that is currently totaling to 17 with other cards)). Host stands on 17 or higher otherwise.
- In the case of a tie with host, players get their money back.
- NO doubling-down or splitting.