# 💰 冒险板计分机制

<figure><img src="/files/mgMZcygJOOfXLUjSa7nY" alt=""><figcaption></figcaption></figure>

冒险板是您可以完成各种任务、获得碎片作为奖励以及将这些碎片用于不同事物的地方。它是冒险者寻求最大化其游戏内成就和利益的中心枢纽，其设计旨在提供奖励且公平：<https://quests.worldshards.online/>

以下是 Twitter 任务评分的主要功能。

#### Twitter 任务大修 <a href="#twitter-tasks-overhaul" id="twitter-tasks-overhaul"></a>

你的社交影响力起着重要作用：

* 如果您的关注者少于 10 人，您将获得 0.01（1%）的乘数。
* 如果您有超过 1000 名关注者，您的乘数就是 1.0（100%）。

*对于关注者在 10 到 1000 之间的用户，每增加 10 个关注者，乘数就会增加 0.1%。*

#### 推文浏览量 <a href="#tweet-views" id="tweet-views"></a>

如果您在 24 小时前完成了 2 个或更多 Twitter 任务，则将使用您的推文平均浏览量来代替关注者数量：

* 观看次数少于 10 次的，乘数为 0.01（1%）。
* 观看次数超过 1,000 次则乘数为 1.0（100%）。
* 观看次数超过 10,000 次可获得 1.5（150%）。
* 观看次数超过 20,000 次可获得 2.0（200%）。
* 观看次数超过 50,000 次可获得 3.0（300%）。

#### 推荐乘数 <a href="#referral-multiplier" id="referral-multiplier"></a>

您邀请的朋友越多，您的分数倍数就越高。每个人的起始基础倍数都是 1.0，最高可增加到 2.0。每引荐一位朋友，您的倍数就会增加 +0.02，最多可引荐 50 位朋友。

#### 示例计算 <a href="#example-calculations" id="example-calculations"></a>

基于关注者的计算：

拥有 500 名粉丝的用户完成一项价值 100 个基本碎片的任务。拥有 500 名粉丝的用户，其粉丝乘数为 0.5（50%）。他们的推荐乘数也为 1.5。他们的最终得分为： *碎片 = 100 × 1.5 × 0.5 = 75。*

基于推文浏览量的计算：

如果用户在 24 小时前完成了 2 个或更多 Twitter 任务，并且其推文的平均浏览量为 10,000，则其乘数为 1.5（150%）。他们的推荐乘数也是 1.5。他们的最终得分为： *碎片 = 100 × 1.5 × 1.5 = 225。*

**碎片评分系统不仅奖励任务完成情况，还奖励用户的社交活动和影响力。更活跃的参与者应该获得更多碎片，使系统更加公平，让每个人都更有参与感。我们还计划推出新的任务，以进一步提高您的乘数！**


---

# 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://boom-3.gitbook.io/worldshardswiki/qi-ta/mao-xian-ban-ji-fen-ji-zhi.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.
