Slots
3-reel slot machine. Spin and hope.
How a spin plays
/pcasino slots <bet>— Phantom deducts the bet.- Three reels spin. Each reel lands on one symbol from the weighted list.
- Three matching = jackpot win at the symbol's payout multiplier.
- Two matching (+ optional wild) = small consolation win at
payout_two_match. - Otherwise = loss.
The animation is cosmetic — the result is locked in before the animation starts, so nothing about the outcome changes if your client lags or the bot blips mid-spin.
Symbols
Default symbol set is configurable per-guild. Each symbol has:
- An emoji (the visual)
- A weight (how often it appears)
- A payout multiplier (what 3-of-a-kind pays)
Heavier weight = more common = lower individual payout. The math should produce a slight house edge over many spins.
Settings
| Setting | Default | What it does |
|---|---|---|
| Enabled | on | Toggle slots. |
| Symbols | preset | The symbol list. |
| Payout (two match) | 1.0x | Net on two-of-a-kind. 0 disables consolation. |
| Wild enabled | off | One symbol acts as a wildcard for two-of-a-kind detection. |
| House edge bps | 0 | Downward adjustment on payouts. |
Tips
- Default presets are tuned for fair-ish play with a slight house edge from the symbol weights. Adjust at your own risk.
- Enabling wild makes payouts more frequent + lower variance. Members feel like they win more often.
- Disable two-match consolation for a higher-variance, "go big or go home" feel.
Reliability
Like blackjack, a spin can never be half-completed. Either your bet is taken and the result is recorded, or nothing happens — there's no in-between state.
