Other components

From Cosmoteer Wiki
< Modding‎ | ComponentsModding/Components/Other components
Jump to navigation Jump to search


For part components that do not fit in any other category.

CalloutIconWarning.pngWork in Progress
This list is currently work-in-progress. Some things may be missing.

Feel free to contribute to make it better!

Components
Name Category Short description

(click a component for more details)

Code Reference

(what's this?)

Inherits from
MultiValue Other A part sub-component that combines multiple other value components into a single value component. Cosmoteer.Ships.Parts.Logic.PartMultiValue
PartComponent
ValueTween Other Helps with ramping up the fire rate of the Chaingun. You can use it for similar purposes. Cosmoteer.Ships.Parts.Logic.PartValueTween OperationalPartComponent
ToggledComponents Other Cosmoteer.Ships.Parts.Logic.PartToggledComponents PartComponent
Thruster (modding) Movement
FtlDrive Movement Allows the ship to perform FTL jumps. Cosmoteer.Ships.Parts.Ftl.FtlDrive OperationalPartComponent
OperationalPartComponent Other Extends the PartComponent base class to implement on/off "operational" functionality common to many components. Cosmoteer.Ships.Parts.OperationalPartComponent
PartComponent
OperationalChainablePartComponent Other Extends the ChainablePartComponent base class to implement on/off "operational" functionality common to many components. Cosmoteer.Ships.Parts.OperationalChainablePartComponent
ChainablePartComponent
Airlock (modding) Other A part sub-component that allows crew to enter and exit the ship. Cosmoteer.Ships.Parts.Crew.Airlock
OperationalPartComponent
ContinuousEffects Media

See also