https://github.com/fawaztakahji/stardewselectablebuffs
Selectable Buffs allows you to manually choose your preferred blessing from the Statue of Blessings and your desired power from the Statue of the Dwarf King every single day.
https://github.com/fawaztakahji/stardewselectablebuffs
smapi smapi-mod stardew-valley stardew-valley-mod stardewvalley stardewvalleymod
Last synced: 2 months ago
JSON representation
Selectable Buffs allows you to manually choose your preferred blessing from the Statue of Blessings and your desired power from the Statue of the Dwarf King every single day.
- Host: GitHub
- URL: https://github.com/fawaztakahji/stardewselectablebuffs
- Owner: FawazTakahji
- Created: 2026-03-23T22:36:40.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-03-23T23:46:18.000Z (2 months ago)
- Last Synced: 2026-03-24T22:33:24.749Z (2 months ago)
- Topics: smapi, smapi-mod, stardew-valley, stardew-valley-mod, stardewvalley, stardewvalleymod
- Language: C#
- Homepage: https://www.nexusmods.com/stardewvalley/mods/44056
- Size: 1.61 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# How does it work?
Once the mod is installed, the standard "random" logic of the statues is replaced with a user-controlled selection process:
- **Interaction:** Approach the Statue of Blessings or the Statue of the Dwarf King as you normally would.
- **The Menu:** Upon interacting, instead of receiving an immediate random effect, a clear selection menu will appear on your screen.
- **Selection:**
- **Statue of Blessings:** You can choose from the full list of daily blessings (such as the Blessing of the Butterfly, etc).
- **Statue of the Dwarf King:** You are no longer restricted to a random pair of options. You can now browse and select any power from the entire pool.
- **Activation:** Once selected, the blessing or power is applied to your character immediately, and the statue is "spent" for the day, just like in the vanilla game.
# Installation
1. Install **[SMAPI](https://smapi.io/)**.
2. Download **[focustense's StardewUI](https://github.com/focustense/StardewUI)** mod.
3. Download `Selectable Buffs`.
4. Unzip the mod folder into `Stardew Valley/Mods`.
# Compatibility
- Compatible with Stardew Valley 1.6+
- Supports keyboard, mouse, and controller inputs for the selection menu, thanks to **StardewUI**.
# Special Thanks
This mod was made possible by a commission from someone who prefers to remain anonymous. Thank you for your support.
# Screenshots
Animated Gif

Statue of Blessings

Statue of the Dwarf King

## Building from Source
The mod build package should locate your game folder automatically. If you need to specify it manually, edit the `.csproj` file:
```xml
...
YOUR_GAME_PATH_HERE
...
```
Alternatively, you can set a global path by creating a `stardewvalley.targets` file in your user profile folder (`%userprofile%` on Windows or `~` on Linux/macOS):
```xml
YOUR_GAME_PATH_HERE
```