flowchart TB
classDef blue fill:blue, stroke:black, stroke-width:2px, color:white
classDef yellow fill:yellow, stroke:black, stroke-width:2px, color:black

r1(던전):::blue
r1-->Chr(Stage 1):::yellow
C03-->Chr1(Stage 2):::yellow
C091-->Chr2(Stage 3):::yellow

Chr---C0(Round 1)
C0-->C01(Round 2)
C01-->C02(Round 3)
C02-->C03(Round 4-엘리트1)

Chr1-->C04(Round 1)
C04-->C05(Round 2)
C05-->C06(Round 3)
C06-->C07(Round 4-엘리트1)
C07-->C08(Round 5)
C08-->C09(Round 6)
C09-->C091(Round 7-엘리트2)

Chr2-->C10(Round 1)
C10-->C11(Round 2)
C11-->C12(Round 3)
C12-->C13(Round 4-엘리트1)
C13-->C14(Round 5)
C14-->C15(Round 6)
C15-->C16(Round 7-엘리트2)
C16-->C17(Round 8)
C17-->C18(Round 9-Boss)

라운드 갯수는 레벨디자인 그리고 밸런싱에 따라 변동 가능