Stardew Valley
0 of 0

File information

Last updated

Original upload

Created by

BananaFruit

Uploaded by

bananafruit1492

Virus scan

Safe to use

About this mod

Quality of Life mod allowing you to use multiple staircases at once. Special levels can be configured to not be skipped.

Requirements
Permissions and credits
Mirrors
Changelogs
BulkStaircases is a Stardew Valley mod which lets you use multiple staircases at once.

Install

Use
Hold a stack of staircases while being in the mine or the skull cavern and press [Shift] + [C] (configurable) to descend the number of levels equal to the number of staircases you are holding.
Special levels (e.g. treasure rooms, infested levels,... ) can be configured to not be skipped. By default, all special levels will not be skipped.

Configure
config.json
The mod creates a `config.json` file in its mod folder the first time you run it. You can open that
file in a text editor to configure the mod.

These are the available settings:


NumberOfStaircasesToLeaveInStack
Default `0`. Number of staircases that will not be used in the held stack of
staircases. In case you may want to use those manually later.

SkipLevel100SkullCavern
Default `false`. Whether to skip level 100 in skull cavern.

SkipDinosaurLevels
Default `false`. Whether to skip prehistoric floors.

SkipTreasureLevels
Default `false`. Whether to skip levels with a treasure.

SkipQuarryDungeonLevels
Default `false`. Whether to skip quarry dungeon levels that may appear after having been to the quarry mine.

SkipSlimeLevels
Default `false`. Whether to skip slime infested levels.

SkipMonsterLevels
Default `false`. Whether to skip monster infested levels.

SkipMushroomLevels
Default `false`. Whether to skip mushroom levels.

MonsterFilters
Default empty. Dictionary containing monster names and the minimum number of these monsters being present for a level not to be skipped.
For example, the entry
  "MonsterFilters": {
    "Iridium Bat": 3,
    "Pepper Rex": 2,
    "Dust Spirit": 5
  },
won't skip levels that contain at least 3 Iridium Bats or at least 2 Pepper Rex or at least 5 Dust Spirits.
!Warning!
The monster names must be taken from <StardewValleyFolder>\Content (unpacked)\Data\Monsters.json
For example Dust Sprites are called "Dust Spirit" internally.

ToggleKey
The configured controller, keyboard, and mouse buttons (see key bindings).
You can separate multiple buttons with commas. The default value is `LeftShift + C` to descend the levels.

Source Code