> ## Documentation Index
> Fetch the complete documentation index at: https://cachi-docs.arisucloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 判定系统

> Cachi 的判定机制说明

## 判定机制

本作主要基于 Note 被接住时 Note 与 Catcher 的 Y 轴 **相对位置** 进行判定（非 Timing 差），因此判定时间区间会与 **下落速度** 和 **Note 大小** 强相关。

简单来讲就是 Note 下落速度越快或者 Note 越小，各判定区间的时间间隔越小，判定越困难和严格。具体参数如下：

* <span style={{ color: '#FFD700', fontWeight: 'bold' }}>PBest</span>：Note **恰好跨越判定线时** 被 Catcher 接住会被判定为 PBest
* <span style={{ color: '#FF4C30', fontWeight: 'bold' }}>Best</span>：跨越判定线后 Note 多下落 **0.5 个 Note 宽度内** 被 Catcher 接住会被判定为 Best
* <span style={{ color: '#FF7F00', fontWeight: 'bold' }}>Cool</span>：跨越判定线后 Note 多下落 **0.5 - 1 个 Note 宽度内** 被 Catcher 接住会被判定为 Cool
* <span style={{ color: '#3FC33A', fontWeight: 'bold' }}>Good</span>：跨越判定线后 Note 多下落 **1 - 1.75 个 Note 宽度内** 被 Catcher 接住会被判定为 Good
* <span style={{ color: 'grey', fontWeight: 'bold' }}>Miss</span>：跨越判定线后 Note 多下落 **超过 1.75 个 Note 宽度** 没有被 Catcher 接住会被判定为 Miss

<Frame caption="判定示意图">
  <img src="https://mintcdn.com/irisugame/4Pc24jD4afXoa7Le/images/cachi/judgement_diagram.png?fit=max&auto=format&n=4Pc24jD4afXoa7Le&q=85&s=dc13cf6e5a7d21b7b2dbab7fb4cd3f39" alt="判定示意图" width="1093" height="371" data-path="images/cachi/judgement_diagram.png" />
</Frame>
