> For the complete documentation index, see [llms.txt](https://dusty-tales.gitbook.io/dusty-teales-rp-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dusty-tales.gitbook.io/dusty-teales-rp-wiki/poker-tekhaskii-kholdem.md).

# Покер (Техаський Холдем)

{% hint style="warning" %}
**УВАГА!**: Пам’ятайте, будь-які азартні ігри це не лише легкий спосіб розбагатіти, а також швидкий спосіб втратити гроші! Розцінюйте азартні ігри на сервері не як спосіб заробити, а в першу чергу для поглибленого занурення в роль вашого персонажа!
{% endhint %}

**Техаський холдем** — найпопулярніший різновид покеру, де гравці змагаються за банк, складаючи найкращу комбінацію з 5 карт, використовуючи дві закриті кишенькові карти та п'ять спільних (борд). Гра включає 4 раунди торгівлі (префлоп, флоп, терн, рівер), де можна ставити, підвищувати (рейз) або скидати карти (фолд).&#x20;

### Локації

Столи для гри в техаський холдем попередньо встановлені в локаціях:

* Салун Ла-Бастілія в Сен Дені. Бай-ін: $100, МБ: $1.
* Салун в Блеквотері. Бай-ін: $50, МБ: $0.5.
* Салун у Валентайні. Бай-ін: $40, МБ: $0.4.
* Салун в Тамблвіді. Бай-ін: $25, МБ: $0.25.
* Підпільний стіл на Флетнек. Бай-ін: $10, МБ: $0.1.
* Казино Великий Керріган. Бай-ін: $250-1000 МБ: $2.5-10

{% hint style="info" %}
У гравців також є можливість зробити [запит](https://discord.com/channels/1225205940073140365/1231193081588748410) до адміністрації для встановлення персонального ігрового столу в себе вдома чи в бізнесі за донат на підтримку серверу.
{% endhint %}

### Карткові комбінації

#### Старша карта (High Card)

Найслабша комбінація.

Якщо ніхто нічого не зібрав — перемагає той, у кого найстарша карта.

{% hint style="info" %}
Приклад: A♠ K♦ 9♣ 6♣ 3♥ — туз старший.
{% endhint %}

#### Пара (One Pair)

Дві карти одного рангу.

{% hint style="info" %}
Приклад: K♠ K♦ + три довільні карти.
{% endhint %}

#### Дві пари (Two Pair)

Дві різні пари + одна додаткова карта.

{% hint style="info" %}
Приклад: Q♣ Q♥ і 7♠ 7♦.
{% endhint %}

#### Трійка (Three of a Kind)

Три карти одного рангу.

{% hint style="info" %}
Приклад: 9♣ 9♥ 9♦.
{% endhint %}

#### Стріт (Straight)

П’ять карт по порядку, різних мастей.

{% hint style="info" %}
Приклад: 5-6-7-8-9.

Може бути A-2-3-4-5 (називається wheel).
{% endhint %}

#### Флеш (Flush)

П’ять карт однієї масті, але не по порядку.

{% hint style="info" %}
Приклад: п’ять пікових карт будь-яких рангів.
{% endhint %}

#### Фул-хаус (Full House)

Трійка + пара.

{% hint style="info" %}
Приклад: 10♠ 10♣ 10♦ і 8♥ 8♣.
{% endhint %}

#### Каре (Four of a Kind)

Чотири карти одного рангу.

{% hint style="info" %}
Приклад: J♠ J♥ J♦ J♣.
{% endhint %}

#### Стріт-флеш (Straight Flush)

П’ять карт по порядку однієї масті.

{% hint style="info" %}
Приклад: 4♠ 5♠ 6♠ 7♠ 8♠.
{% endhint %}

#### Роял-флеш (Royal Flush) — найсильніша

A-K-Q-J-10 однієї масті.

{% hint style="info" %}
Приклад: A♣ K♣ Q♣ J♣ 10♣.
{% endhint %}

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://dusty-tales.gitbook.io/dusty-teales-rp-wiki/poker-tekhaskii-kholdem.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.
