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.
| Last updated | 4 months ago |
| Total downloads | 29622 |
| Total rating | 3 |
| Categories | Mods Items |
| Dependency string | Brynzananas-Caeli_Imperium-0.9.1 |
| Dependants | 2 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.8.1README

Adds some content
| Image | Name | Short Description | Type | ||
|---|---|---|---|---|---|
![]() |
Chalk | Draw a path as you move. While on this path, increase movement speed by 50% (+50% per stack.) and gain flight | Common Item | ||
| Emergency Medical Treatment | Upon taking damage, heal for 100% of the damage taken over the course of 15 seconds (-15% per stack). | Common 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). | Legendary Item |
For mod makers
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)
