# 統治鱷魚/收稅規則

## 統治鱷魚

將統治鱷魚派出至城鎮中管理並收稅，過程中會遇到特殊事件增加收益。

* 每60分鐘進行一次事件判定
* 每當探索鱷繳稅時，統治鱷魚群將依照統帥力高低分配獎勵，稅金包含水晶與電氣石
* 管理中將會隨機遇到特殊事件，提高收益，「幸運」屬性越高，事件獲得獎勵越好
* 單次最高收益累計時長為72小時，請記得回收獎勵
* 「力量」可提高水晶轉換為電氣石的機率
* 「體力」可以提高收稅的加成比例
* 玩家可以購買基金加成提高收稅收益

可在任一時間點(滿一小時後)決定讓統治鱷魚下班並進行收成領取獎勵，收成時可直接進行收成or抓漏稅，收成將直接收取所有收益，抓漏稅則要付出一定成本進行抓漏，抓漏稅有機率成功從獎金池中領取大量獎金，抓漏稅成功機率將由事件決定，抓漏稅失敗時，可以選擇花費相同金額再次挑戰，若遊戲斷線視同放棄再次挑戰。

公式

* 個人收稅金＝Σ繳稅金\*(統帥力/當天遊戲內統治鱷統帥力總合)\*基金加成\*當下事件加成\*體力加成\*代幣產量通縮參數
* 收稅體力加成公式＝1+體力/(1500+體力)\*5
* 每小時強力提練金屬轉換機率＝力量/(1000+力量)(上限95%)，轉換成功時水晶淨收益的5%將轉為電氣石
* 抓漏稅個人總收益＝個人收稅金\*(抓漏稅成果倍數)，抓漏稅失敗時可獲得20%的收益，80%的收益進入獎金池，抓漏稅成功可獲得1、2、5、10、50倍收益。
* 進入稅務局前可購買基金加成，稅務管理結束時可增加10%收益(僅計算有基金的時段)
* 基金價格，24小時10電氣石、48小時18電氣石、72小時25電氣石
* 事件相關公式統一寫在[事件](/whitepaper/gui-ze/shi-jian.md)
* 代幣產量通縮參數相關公式統一寫在[代幣經濟學](/whitepaper/dai-bi-jing-ji-xue.md#jian-chan-ji-zhi)


---

# 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://gator-astro.gitbook.io/whitepaper/gui-ze/tong-zhieyu-shou-shui-gui-ze.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.
