> For the complete documentation index, see [llms.txt](https://summonersarenachina.gitbook.io/summoners-arena-zhong-wen-bai-pi-shu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://summonersarenachina.gitbook.io/summoners-arena-zhong-wen-bai-pi-shu/zhan-dou/pi-pei.md).

# 匹配

### Elo 积分

在Summoners Arena的PvP排名中（竞技场和战场），攻击者和防御者按照Elo评级系统相互匹配。

在任何时候，一个账户的Elo等级将被标记为Elo点（EP）。

### 匹配范围

当匹配引擎开始寻找防御者时，匹配范围如下

* 最小EP = 当前EP - 50
* 最大 EP = 当前 EP + 350

每赢2次（可以是不连续的），范围就会扩大100EP，具体如下

* 最低EP=（当前EP+100）-50
* 最大EP=（当前EP+100）+350

同样地，每赢2n次（n是一个整数），范围就会扩大如下

* 最小EP = （当前EP + n \* 100）- 50
* 最大 EP = （当前 EP + n \* 100） + 350

当玩家失败时，这个范围会重置为n=0
