Indicate echo node depth in monolith

I think it would be beneficial if there were an indicator for an echo’s depth in a monolith, as denoted in a breadth first search. Therefore, it would be easier to see how deep into a monolith you’ve traveled, which may be helpful for farming / gauging oroboysbosys(whatever its name is). I don’t think you guys need a refresher of DFS, but… the general idea is → start from starting point, first connected node gets added, those get denoted with 1 as their children get added, next iteration: nodes in the queue get denoted with 2 as their children get added, … etc, while checking not to add child nodes with a value already… so that they always reflect the least depth since there can be cycles… although this is assumed that the monoliths are pre-generated. Although, again, I don’t think it would be too computationally taxing to recompute this if necessary.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.