骷髅洞穴电梯

骷髅洞穴电梯

为骷髅洞穴添加一部电梯

游戏玩法机制

This mod is based on SMAPI 3.0+. For SMAPI installation, please refer to https://smapi.io/.

When installing, extract this zip file into the Mods folder, following the same method as other SMAPI mods.

Adds an elevator similar to the regular mines to the Skull Cavern. By default, an elevator is created every 5 floors.

Note: The elevator is always placed to the right of the ladder.

If you would like to support us, feel free to leave a tip at: Buy me a Coffee

Thank you

Update 1.1.2

In the SkullCavernElevator folder, after launching the game and using this mod, a file named config.json will be generated. In this file, you can change how often the elevator appears. Simply change the value after "elevatorStep" : (currently set to 5).

Update 1.2.1

Added a new setting called "Difficulty" to the config.json file. It changes the elevator floors displayed in the menu. The value is calculated as follows: deepestMineLevel / elevatorSteps / difficulty.

Update 1.3.0

Added a new setting called "FirstLevelElevatorActive" to the config.json file: This setting resolves the issue where the elevator was not displayed at the entrance area. If set to "true", the elevator will appear on the first level.

Update 1.4.0

Settings in config.json have been renamed to start with a capital letter: difficulty -> Difficulty, elevatorStep -> ElevatorStep, firstLevelElevatorActive -> FirstLevelElevatorActive.

Added a new setting called "ElevatorCostPerStep": Default value in config.json is 0. If set to >0, the elevator menu will calculate and display a cost. The formula is: (Elevator displayed floor) * ElevatorCostPerStep. This cost will be deducted from your current available money. If you don't have enough funds, you cannot use the elevator.

Difficulty and Elevator Settings

Here are a few examples to explain how Difficulty and Elevator Steps work. In all examples, assume the deepest mine level reached is 40.

First Elevator

Step, this setting adjusts the step width between elevator appearances.

  • Elevator Step 5 (Default Difficulty 1) means that when you reach level 40 of the Skull Cavern, you will see elevators at: Levels 5, 10, 15, 20, 25, 30, 35, and 40.
  • Elevator Step 10 (Default Difficulty 1) means that when you reach level 40 of the Skull Cavern, you will see elevators at: Levels 10, 20, 30, and 40.

Difficulty affects how hard it is to continue descending using the elevator.

  • Difficulty 2 (Default Elevator Step 5) means that when you reach level 40 of the Skull Cavern, you will only see elevators up to level 20 (my lowest level [40] / difficulty [2]). This means elevators will be at: levels 5, 10, 15, and 20.
  • Difficulty 4 (Default Elevator Step 5) means that when you reach level 40 of the Skull Cavern, you will only see elevators up to level 10 (my lowest level [40] / difficulty [4]). That is, elevator levels are: 5 and 10.

As you can see, the higher the Difficulty value, the fewer elevators appear, and you need to go deeper to unlock new ones.

Combinations of Elevator Step and Difficulty can work like this:

  • Difficulty 1.5 and Elevator Step 10 means that when you reach level 40 of the Skull Cavern, you will only see elevators up to level 26 (lowest level [40] / difficulty [1.5]). That is, elevator levels are: 10 and 20 (due to Elevator Step being 10).

Official discussion thread