콘텐츠로 건너뛰기
라이엇 비트

라이엇 비트

  • 집
  • 소식
  • 가이드
  • 비디오 가이드
  • 패치 노트
  • 남용 신고
  • 검색 양식 전환

치명적인 회사 – 초보자를위한 스크랩 산란 가이드

에 게시됨 12/20/202312/20/2023 에 의해 ema 코멘트 없음 ~에 치명적인 회사 – 초보자를위한 스크랩 산란 가이드
  • 제목: 치명적인 회사
  • 출시일: 십월 24, 2023
  • 개발자: 바다과의
  • 발행자: 바다과의

This guide will show you the in-depth details on how to spawn scraps in Lethal Company, as well as some of the most important details about scrap spawning.

기초

This guide talks about how the game deals with making Scrap. I want to help you understand how Lethal Company works, especially when it comes to the game’s rules.

먼저, let’s talk about how the game creates the environment. When you see “Random Seed:” on your screen, it means the map is already there, but there’s no Scrap yet. The Scrap only shows up after “Random Seed:” disappears. At that moment, the game adds a certain amount of Scrap, and this amount is determined by the range set in the SelectableLevel class file.

지금, every place where Scrap can appear has a specific range for spawning. It’s important to note that not all rooms in the game have Scrap spawners. The ones that do, we call them Primary Spawners. There are also other types of spawners, but we’ll get into that later.

Here are the different types of map tiles that come with Scrap spawners and the corresponding number of Scrap they can generate:

  • LargeForkTileB (Giant room): This room has 2 primary spawners. One can generate between 23 and the other between 15 Scrap.
  • CatwalkTile2x1 (캣워크): This map tile can generate 20 Scrap.
  • CatwalkTile2x1Split (Parkour Jump): Another tile that can generate 20 Scrap.
  • 4x4ServerRoomTile (서버실): This room can produce 20 Scrap.
  • 4x4BigStairTile (Big Square Room with hole in the middle): It can generate 20 Scrap.
  • DoubleDoorRoom (Apparatus Room Spawns): This room is capable of generating 20 Scrap.
  • MHallwayB (Other Apparatus Room): This hallway can produce 20 Scrap.
  • SmallStairTile (Stairwell): This tile can generate 15 Scrap.
  • SmallLRoom: This room can also generate 15 Scrap.
  • SmallPillarRoom: Another room that can generate 15 Scrap.

Some map tiles don’t come with Scrap spawners, and they include:

  • Hallways: These parts of the map don’t have Scrap spawners.
  • StartRoom (Main Entrance): The main entrance room doesn’t generate Scrap.
  • SmallRoom2 (The backrooms looking room): This specific room type also doesn’t come with Scrap spawners.

Let’s take a look at the visualization that outlines where Scrap spawners are found on the map. The black outlines represent individual rooms.

  • In the image, 당신은 볼 수 있습니다 12 Primary Spawners. These are the key places where Scrap is generated.
  • The areas highlighted in 녹색 are the ones that have Primary Spawners. Scrap is present in these regions.
  • 반면에, the areas highlighted in 빨간색 do not have any Scrap spawners. These regions won’t contain any Scrap in the game.

Primary Spawners

As talked about on the first page of the guide, Primary Spawners are the main creators that appear with certain room tiles in the map. These spawners have a specific area around them where they can make scrap.

The Primary Spawner is called GeneralScrapSpawn internally, and it only produces items listed under the group GeneralItemClass. All the scrap in the game belongs to this group. The type of scrap that shows up depends on the chosen map, as each map has its own loot table with set rarities for each piece of scrap.

There are also Secondary Spawners that appear in certain rooms, known as Loot Rooms. These rooms have extra spawners, increasing the chance of finding scrap. 추가적으로, the radius of these spawners is small, making it easy to locate the scrap they create.

The blue circle marks the radius of Primary Spawners.

  • 메모 #1: As explained in Basics, different map tiles have varying ranges for the Primary Spawners in them. Stairwells, 예를 들어, have a radius of 15, while other rooms like catwalks, apparatus room, L-shaped room, server room, 등., have a radius of 20.
  • 메모 #2: The circle radiuses in this image are not to scale. The circles shown roughly represent the radius of spawners with a radius of 20. This image provides a general idea of the visualization.

Secondary Spawners

Certain rooms have extra spawners called Secondary Spawners that create items alongside the Primary Spawner.

The different types of Secondary Spawners include:

  1. TablePropSpawn: It only produces TabletopItems, and its spawn radius is 4.
  2. SmallItemsSpawn: This spawner exclusively generates SmallItems, and its spawn radius is 15.
  3. GeneralScrapSpawn EPV: This spawner creates any scrap and spawns it at the exact location of the spawner.
  4. FancyPropSpawn: Exclusive to Mansions, this spawner generates any scrap, and its spawn radius is 15.

Let’s break down the descriptions of the different Secondary Spawners:

  1. TablePropSpawns:
    • These secondary spawns are commonly found with wooden pallets in specific rooms.
    • The apparatus always has a TablePropSpawn as well.
    • 메모: Only specific pallet configurations have a TablePropSpawn attached to them.
  2. SmallItemsSpawn:
    • These secondary spawns are linked to the lockers in the big square room with a hole in the center.
    • Each locker contains 2 spawners inside.
    • Some shelves in the L-shaped room and the Big Apparatus room also use these spawners.
  3. GeneralScrapSpawn Exact Position Variant:
    • These secondary spawners are associated with shelves in specific rooms.
    • They always spawn an item exactly on their location.
    • 메모 #1: Only certain shelf configurations have an Exact spawner attached to them.
  4. Additional Note #2 (Regarding the small pillar room):
    • The small pillar room has an oversight with its exact spawner.
    • Unlike other spawners of this type that are attached to the shelf model itself, this one is not attached to the shelf model.
    • 결과적으로, every time you get the small pillar room, it will always have the spawner active.
    • Even if the shelf model itself doesn’t decide to spawn in the room, it is still possible for it to give you an exact scrap spawn directly in front of one of the entrances to the room.

The circles in the image represent the locations of Secondary Spawners:

  • TablePropSpawns (보라):
    • 있다 4 TablePropSpawns marked in purple.
  • SmallItems (주황색):
    • 있다 2 SmallItems spawns marked in orange.
    • 메모: Both of them are directly on top of each other.
  • Exact (파란색):
    • 있다 1 Exact spawn marked in blue.

And that’s everything for this guide. Now that we’re done, why not check our Lethal Company Terminal Commands 가이드?

이것이 오늘 우리가 공유하는 모든 것입니다. 치명적인 회사 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. ema. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.

이 사이트의 콘텐츠가 귀하의 권리를 침해한다고 생각하는 경우, 귀하의 지적 재산권을 포함하여, 문의 양식을 사용하여 즉시 문의하십시오..
가이드 태그:치명적인 회사

탐색 후

이전 게시물: 치명적인 회사 – 모든 터미널 명령 및 사용
다음 게시물: Hot Wheels Unleashed 2 Turbocharged – Disable Epic Online Services

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

  • 제목: 치명적인 회사
  • 출시일: 십월 24, 2023
  • 개발자: 바다과의
  • 발행자: 바다과의

부인 성명

인용된 모든 콘텐츠는 해당 소스에서 파생됩니다.. 귀하의 콘텐츠를 허가 없이 사용했다고 생각되는 경우, 우리에게 연락하면 진지하게 받아 들일 것입니다..
  • 회사 소개
  • 문의하기
  • 개인 정보 정책
  • 서비스 약관

저작권 © 2025 라이엇 비트.

에 의해 구동 프레스북 뉴스 WordPress 테마