Rare Devotion Eggs adds a small configurable chance for classic purchasable broken drones to spawn as Lemurian Eggs during normal runs.
The goal is simple: you can occasionally find a Lemurian Egg without needing to enable the Artifact of Devotion.
By default, each eligible classic broken drone spawn has a 5% chance to become a Lemurian Egg.
Eligible spawns are classic purchasable broken drones, such as normal drone-type interactables.
Equipment Drones and turrets are intentionally excluded.
The config file is generated after launching the game once with the mod installed:
BepInEx/config/com.xedamog.raredevotioneggs.cfg
Default values:
[General]
## Chance for an eligible classic drone spawn to become a Lemurian Egg.
## 0.05 = 5%
EggChance = 0.05
## Allows Lemurian Eggs to appear in Eclipse runs.
EnableInEclipse = true
## If false, this mod will not apply its replacement logic while the Artifact of Devotion is active.
EnableWhenDevotionArtifactActive = false
This mod does not enable the Artifact of Devotion. It only allows rare Lemurian Egg spawns to appear naturally in normal gameplay.
If you want to test whether the mod is working, set:
EggChance = 1.0
Then every eligible drone spawn should become a Lemurian Egg. After testing, set it back to your preferred value.
Install through a Thunderstore-compatible mod manager such as r2modman or Thunderstore Mod Manager.
Manual installation:
RareDevotionEggs.dll in a folder inside BepInEx/plugins/.