DungeonSettlers.wiki

안전한 층 (탐사단 스테이징)

Steam

지역으로 탐사단을 시작할 때, 게임은 먼저 당신을 안전 바닥. It is a small staging area with no enemies, where you regroup before descending into the real dungeon.

한눈에

안전한 층탐사단 시작 시 생성되는 적 없는 스테이징 영역(층 인덱스 -1)
내용입구, 복도 및 적절한 던전으로의 포탈
건너뛰기 옵션'안전 층 건너뛰기'는 반복 방문 시 이를 우회합니다(허용되는 경우)
강제 제외된 지역침묵의 장막과 튜토리얼은 안전 층을 생성하지 않습니다(GetProperFloor)
강제 지역폐기된 광산은 항상 안전 층을 사용합니다 - 건너뛰기 비활성화됨(ShouldForceSafeFloor)
문드러진 땅굴 템플릿The Golem-memorial arena; its Endrossi spawn requires 처치 기록 거대 스톤 골렘, 퀘스트 알파산성슬로겔 사냥 완료

The staging floor

Internally the safe floor is floor index -1, prepended before floor 1. Each region has its own safe-floor templates.

The floor has:

  • an entrance
  • a corridor
  • a portal into the dungeon proper

Skipping it on repeat visits

반복 방문 시 안전 층 건너뛰기 option jumps straight past the staging area. The rules are per-region, straight from the floor-routing code (GetProperFloor / ShouldForceSafeFloor).

Regions the toggle ignores

RuleVeil of Silence and the Tutorial never get a safe floor at all. Both regions are hard-excluded in code, so expeditions there always start on floor 1 regardless of the toggle.
RuleAbandoned Mine forces its safe floor. The force check returns true only for that region, so the skip option is ignored there.

The Golem memorial

Festering Burrow's safe floor is the Golem memorial. Its template (DUNGEONROOM_FesteringBurrow_SafeFloor_GiantStoneGolem) is the original full Giant Stone Golem boss arena redressed as a graveyard camp. It is a canon nod to the region-0 boss being defeated.

The camp holds:

  • the dead Golem
  • a memorial stone
  • rings of wooden fences

NPCs on the memorial floor

NPCs camp among the props:

  • the Guild Merchant
  • 페리온
  • an Endrossi spawn gated on the 처치 기록 거대 스톤 골렘, 퀘스트 알파산성슬로겔 사냥 완료 records
NoteEndrossi only appears there once the Golem has actually died.