# 世界

进化星球是宇宙行星之一，其半径为 5279.58 米，赤道为 3.6 万米，气候条件与地球相似。进化星球上有河流、陆地、山谷、平原和各种各样的地貌。

![进化星球大陆的星球视角](/files/-MPCSFDrB1mn4mvDZyUQ)

地图的简图和摘要：进化星球上共有 26 块[大陆](/simplified-chinese/getting-started/game-entities/continent.md)，其中的 24 个大陆包含 2025（即 45 x 45）个[地块](/simplified-chinese/getting-started/game-entities/land.md)，另有两个特殊的大洲包含 7921（22 x 360 + 1）个地块，每个陆地为 100 m x 100 m。

平面坐标为（x, y）的地块可对应纬度和经度（经 x，纬 y，南北极点除外，无法用平面坐标表示）。

当全部 26 个大陆全部完成部署，则地块总数为 360 ×（135+44）+ 2 = 64442。由于地貌因素的存在，可拍卖土地的数量将少于土地本身的总数量。

![进化星球大陆的平面视角](/files/-MPCSFDwWKWzmV5M0Em_)

大陆的编号分为两种编号，一种方法是按照地理位置的顺序，从北到南，从西到东，编号为1 - 26。另一种编号方式是根据大陆开放的时间先后使用 A - Z 的字母表顺序进行编号。

![进化星球 A 大陆地块分布和设计](/files/-MPCSFDxAYjaZSV_P3ey)


---

# 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://docs.evolution.land/simplified-chinese/getting-started/game-entities/world.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.
