Skip to content

BananaFruit476/BulkStaircases

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BulkStaircases is a Stardew Valley mod which lets you use multiple staircases at once.

Contents

Install

  1. Install the latest version of SMAPI.
  2. Install this mod from Nexus mods.
  3. Run the game using SMAPI.

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:

setting effect
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.

MaxLevelsToSkipPerUse

Default -1. How many levels to skip maximally per use. -1 indicates no restriction.

DoNotSkipSkullCavernLevels

Default [100, 200, 300]. Which skull cavern levels are not to be skipped.

DoNotSkipMineLevels

Default []. Which mine levels are not to be skipped.

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.

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.

About

Allows user to use staircases in bulk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%