


Alpha — Version 0.8.0 This should be considered an early release version of this mod. It seems to be working but you might encounter issues. Recipes, placement rules, and balance are subject to change. I wanted to make it available for people to use and also to get feedback. If you're using it without issue let me know; that feedback will help me confirm it's working and promote it to v1.0.0. Join my discord server to ask questions, provide feedback, or report issues.
Build a shrine to each Forsaken boss you have defeated, then mount that boss's trophy on it to channel the guardian power remotely — no return trip to the world-center altar required for activation.
Each shrine is a remote access point that channels the Forsaken Power through the earth from the original sacrificial stones. The boss's trophy must be mounted in both places for the channel to work.
Stone, Chain, and Iron are returned if the shrine is demolished. The trophies listed below are consumed at build time. The main boss trophy is not in the build recipe — it is consumed separately when you mount it on the placed shrine.
| Shrine | Stone | Chain | Iron | Trophy 1 | Trophy 2 |
|---|---|---|---|---|---|
| Eikthyr | 20 | 2 | 2 | 2 Bear | 5 Deer |
| Elder | 30 | 2 | 2 | 1 Brenna | 4 Troll |
| Bonemass | 40 | 3 | 2 | 4 Wraith | 4 Abomination |
| Moder | 50 | 3 | 2 | 1 Geirrhafa | 2 Fenring |
| Yagluth | 60 | 3 | 2 | 1 Zil | 1 Thungr |
| Queen | 70 | 5 | 2 | 3 G'jall | 5 Seeker Soldier |
| Fader | 60 | 5 | 2 | 2 Fallen Valkyrie | 2 Charred Warlock |
Brenna, Geirrhafa, Zil, and Thungr are mini-bosses from Hildir's Request dungeons (Smouldering Tomb, Whispering Caves, and Sealed Tower respectively).
Shrines enforce two hard placement requirements:
Natural terrain only — no player-placed floor, platform, or foundation may be beneath the shrine. Shrines must be built directly on the ground.
Open sky required — the shrine cannot be placed indoors or under a roof. It must be exposed to the sky.
Both rules can be toggled off by a server admin in the configuration file.
Violating either condition blocks placement and shows a message explaining why.
All settings are server-synced — the server's values override clients.
The config file is created at BepInEx/config/DeathMonger.ForsakenShrines.cfg on first run.
[Placement]
RequireNaturalTerrain (default: true) — require natural ground beneath the shrineRequireSkyExposure (default: true) — require open sky above the shrine[Recipe.shrine_*] — one section per shrine, one entry per ingredient. Set any amount to 0 to remove that ingredient from the recipe.
For testing or admin use. Requires devcommands to be active. Both commands aggregate items across all seven shrines so each item type is granted in a single batch:
ShrineSpawnAll — adds every material needed to build all seven shrines (Stone, Chain, Iron, plus all the creature and sub-boss trophies in the recipes).ShrineSpawnTrophies — adds only the trophy items needed across all shrines (skips Stone, Chain, Iron). Useful when you already have the bulk materials but need the rare drops.Neither command grants the boss's main trophy — that's a separate post-build mount step (see above), and you have to earn it by killing the boss.