# Slot Machines

### Winning Chance

All slot machines are set to be more unlucky, so it doesn't harm your server economy. You can change all the settings in **const.lua** (machineModels).

### Jackpot Limit / Reducers

```
jackpotLimiter = 100
```

Jackpots can be hit only once per 100 spins. You can change the value for each machine.

```
ShowUpReducer = 70
```

Show up recuder can be set on each item of each slot machine individually.\
Example: Setting ShowUpReducer to 70 for Sevens, in Miner, will do following:

![Slots Winning Chance](https://1037498771-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MZErcztD5BvrKnwRGJq%2Fuploads%2Fgit-blob-fbd81285a16d16e8211b5e96f256992cc2589716%2Fslotchance.png?alt=media)

Seven will have 100% (same) chance to hit for first time, then (-70%), 30% chance to hit for second time, then (-70%), 9% chance to hit for third time.

### Unlucky Factor

```
unluckyFactor = 5
```

Each 5th spin will hit 0 chips no matter what, set unluckyFactor = 2 for each second spin, set to 1000 if you don't need it.

{% hint style="info" %}
Please don't change any other values unless you know what you're doing.
{% endhint %}

{% hint style="warning" %}
Max bet of each machine it set to fit the scores written on the machine models. Don't change it, unless you don't care about breaking the scoring :)
{% endhint %}

###


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.rcore.cz/paid-resources/rcore_casino/slot-machines.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
