Brynzananas-Caeli_Imperium icon

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-1.11.0 icon
Brynzananas-Brynza_API

Brynzananas API mod adding features for developers usage

Preferred version: 1.11.0
RiskofThunder-R2API_RecalculateStats-1.6.6 icon
RiskofThunder-R2API_RecalculateStats

API for manipulating Character Stats

Preferred version: 1.6.6
RiskofThunder-R2API_Sound-1.0.3 icon
RiskofThunder-R2API_Sound

API for adding custom sounds or musics

Preferred version: 1.0.3
RiskofThunder-R2API_Items-1.0.8 icon
RiskofThunder-R2API_Items

API for adding custom items

Preferred version: 1.0.8
RiskofThunder-R2API_Director-3.1.0 icon
RiskofThunder-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.0
RiskofThunder-R2API_Networking-1.0.4 icon
RiskofThunder-R2API_Networking

Networking API around the Unity UNet Low Level API (LLAPI)

Preferred version: 1.0.4
RiskofThunder-R2API_Dot-1.1.2 icon
RiskofThunder-R2API_Dot

API for adding custom damage over time effects

Preferred version: 1.1.2
Brynzananas-Put_Ziprail_Vehicle_Unused_Field_Named_Speed_To_Use-1.0.1 icon
Brynzananas-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.1

README

Adds some content

Image Name Description Type
emergency-medical-treatment 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 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 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 Bomber Wisp Lesser Wisp variant that telegraphs huge and tall explosions. Always targets players. Basic Monster
monster-chest 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 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.stockToConsume with CaeliImperium.Items.HandleInfiniteSecondarySkillCharges(int stockToConsume, GenericSkill genericSkill)

Monster Chest

  • Add CaeliImperiumAssets.CannotbeCraftedFromMonsterChest ItemTag to exclude your boss item from Monster Chest item pool