# 抽東西

用法 `=gacha [類別] [數量]`\
\
在這裡可以抽卡片及星幣。\
\
輸入類別及數量可以快速抽東西，類別如下表分頁括號中所示。

{% tabs %}
{% tab title="抽卡 (card)" %}
抽一次需要花費 1000 元。\
\
各種卡片抽到的機率如下表：

| 稀有度 | 機率  |
| --- | --- |
| 傳奇  | 1%  |
| 史詩  | 4%  |
| 稀有  | 20% |
| 普通  | 75% |

一張卡片最高等級是 3 級，如果抽到已擁有的卡片，系統會自動將其升級。若卡片已是最高等級，則會依照下表來增加你的[金錢](/economy/money.md)。

| 稀有度          | 轉換為     |
| ------------ | ------- |
| 傳奇           | 10000 元 |
| 史詩           | 2000 元  |
| 稀有           | 500 元   |
| 普通           | 100 元   |
| {% endtab %} |         |

{% tab title="抽星幣 (star)" %}
抽一次需要花費 10000 元。\
\
抽到物品的機率如下表：

| 物品            | 機率  |
| ------------- | --- |
| 鑽石碎片\*1       | 10% |
| 星幣\*1         | 5%  |
| 星幣\*2         | 4%  |
| 星幣\*3         | 3%  |
| 星幣\*4         | 2%  |
| 星幣\*5         | 1%  |
| 1000 元        | 75% |
| {% endtab %}  |     |
| {% endtabs %} |     |


---

# 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/gacha.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.
