# 玩拉霸機

用法 `=slot <金額>`\
\
系統會依下表來計算贏得的金錢：

| 圖案種數 | 獲得金錢                       |
| ---- | -------------------------- |
| 5、4  | -投入金額\*1 (投入金額的 1/10 進入獎池) |
| 3    | 投入金額\*0.5                  |
| 2    | 投入金額\*3                    |
| 1    | 獎池內獎金或投入金額\*10             |

想要得到獎池內的錢，必須同時滿足以下條件，否則將會得到 `投入金額\*10` 元：

1. 投入金額 >= 300
2. 投入金額\*10 < 獎池的錢

{% hint style="info" %}
如果顯示處罰將在XX結束，那代表你的[銀行](/economy/bank.md)爆了。
{% 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://tofucat-docs.bruh0422.xyz/economy/slot.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.
