# 搶劫

用法 `=rob <用戶>`\
\
你的銀行外至少要有對方銀行外一半的錢才能搶劫，成功機率為 1/3 ([Premium](/setting/premium.md) 使用者為 1/5)，成功時被搶劫的用戶會失去他銀行外 1/5 的錢，失敗時你會失去你銀行外 1/5 的錢。

{% hint style="info" %}
如果不想被搶劫，記得將你的錢[存入](/economy/save.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/rob.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.
