Skip to content

A Stardew Valley mod using SMAPI that increases the usefulness of bombs

License

Notifications You must be signed in to change notification settings

PhillZitt/BetterBombs

Repository files navigation

BetterBombs is a Stardew Valley mod which increases the utility of bombs by offering several configurable options to change bomb behavior.

Contents

Install

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

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:

Option Effect Default Notes
BreakClumps Master switch for breaking resource clumps - Boulders, Stumps, Logs, etc. False Needs to be enabled in addition to configs for the specific clump types to break.
BreakStoneClumps Bombs will break stone resource clumps - Boulders, meteorites, etc. False Requires BreakClumps to be enabled in order to work.
BreakWoodClumps Bombs will break wood resource clumps - Stumps, logs, etc. False Requires BreakClumps to be enabled in order to work.
BreakWeedsClumps Bombs will break weeds resource clumps that spawn during green rain. False
BreakOtherClumps Bombs will break miscellaneous resource clumps that are added by mods. False Requires BreakClumps to be enabled in order to work. There are no vanilla clumps in this category.
CollectMinerals Bombs will collect grabbable minerals on the ground instead of destroying them. False
CollectForage Bombs will collect grabbable forage on the ground instead of destroying them. False Forage quality respects foraging level and professions by default.
CollectFish Bombs will collect grabbable fish and shells on the ground instead of destroying them. False Forage quality respects foraging level and professions by default.
CollectedQuality Collected forage and fish will have a quality level appropriate to your foraging level and professions. True If disabled, items will be collected at base quality.
CollectedDegrade Reduces the quality level of collected forage by one. False Iridium -> Gold, Gold -> Silver, Silver -> Regular. No effect if CollectedQuality is disabled.
DamageFarmers Bombs will deal damage to players. False
Radius A multiplier to the default radius of bombs. 1.0f [Be careful of values above 3](#6).
Damage A multiplier to the default damage of bombs. 1.0f

About

A Stardew Valley mod using SMAPI that increases the usefulness of bombs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages