Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
Caeli Imperium
Brynzananas work-in-progress content expansion. Currently adds 3 items, 2 interactables and 1 basic monster.
| Last updated | 2 days ago |
| Total downloads | 44030 |
| Total rating | 5 |
| Categories | Mods Items Enemies |
| Dependency string | Brynzananas-Caeli_Imperium-0.12.1 |
| Dependants | 3 other packages depend on this package |
This mod requires the following mods to function
Brynzananas-Brynza_API
Brynzananas API mod adding features for developers usage
Preferred version: 1.11.0RiskofThunder-R2API_Director
API for easily modifiying the Director (RoR2 monster / interactable spawner) behaviour, cloning Spawn Cards and enabling/disabling Combat Directors
Preferred version: 3.1.0RiskofThunder-R2API_Networking
Networking API around the Unity UNet Low Level API (LLAPI)
Preferred version: 1.0.4Brynzananas-Put_Ziprail_Vehicle_Unused_Field_Named_Speed_To_Use
Makes unused ingame float field _speed for ZiprailVehicle class contibute to movementSpeed property
Preferred version: 1.0.1README
Adds some content
| Image | Name | Description | Type |
|---|---|---|---|
| Emergency Medical Treatment | Upon taking damage, heal for 50% of the damage taken over the course of 15 seconds (-15% per stack). | Common Item | |
![]() |
Chalk | Draw a path as you move. While on this path, increase movement speed by 50% (+50% per stack.) and gain flight. Max path length: 512 (+128 per stack.). | Uncommon Item |
| Infinite Magazine | Use Secondary skill without minimal charge requirement. Consume all Secondary charges on skill execution, increasing Secondary skill damage by 100% for each consumed charge. Extra Secondary skill damage disappears on dealing any Secondary skill damage. Increase Secondary skill damage by 100% (+100% per stack). | Rare Item | |
| Bomber Wisp | Lesser Wisp variant that telegraphs huge and tall explosions. Always targets players. | Basic Monster | |
| Monster Chest | Allows survivors to sacrifice items in exchange for a boss item. 8 sacrifices needed. Common items give 1, Rare items give 2, Legendary items give 4. Guaranteed to spawn on stage 3. | Interactable | |
| On Site Refinery | Locate resource wells, call extractors, build pipelines, connect them to extractors, start refinery, fix sabotages and claim your reward on site. Expect heavy resistance. Currently gives one random common item per completed pipeline for each player (subject to changes). Guaranteed to spawn on stage 1. Needs this mod for pipeline ziprails to scale with passenger movement speed (not a hard dependency, tou can disable the mod if you want). | Interactable |
For modders
Infinite Magazine compatibility
- If your secondary skill transfers stocks to another skill slot(like Railgunner), you should use
CaeliImperium.Items.InfiniteSecondarySkillChargesEvents.BlacklistSkillDef(SkillDef skillDef)to blacklist your skill loosing all stocks on use - If your secondary skill overrides base OnExecute without calling base call(like Drifter), you should replace
this.stockToConsumewithCaeliImperium.Items.HandleInfiniteSecondarySkillCharges(int stockToConsume, GenericSkill genericSkill)
Monster Chest
- Add
CaeliImperiumAssets.CannotbeCraftedFromMonsterChestItemTagto exclude your boss item from Monster Chest item pool
