判定についてHow candidates are ranked
Delveの直交グリッド、1マス1経路、ノード最大4方向を先に検査します。登録された見える道と別ノードが占有するマスを避けて目的地へ到達できるか探索し、その後に2本接続を最優先、3本、1本の順で評価します。2本接続則には坑道上部などの例外があり、1本接続から隠し道が2本出る稀な例もあるため、これは正解確率ではなく調査順のランキングです。
The tool first applies Delve's cardinal grid, one-route-per-cell, and four-direction limits. It searches for a route that avoids cells occupied by visible paths and other nodes, then ranks two visible connections first, followed by three and one. Exceptions exist, including rare one-way nodes with two hidden paths, so this is a search-order ranking rather than a probability.
対象範囲: この解析はチャート上の隠しノードへつながる入口用です。通常ルートの途中に出る、ノードへ接続せず戦利品だけがある「Non-Node Wall」は別の仕組みなので候補に含めません。
Scope: This analysis is for entrances leading to hidden chart nodes. Non-node walls found midway along ordinary crawler routes use a separate mechanic and are not ranked here.