Namespace Content.Server.Chemistry.ReagentEffects.StatusEffects
Classes
GenericStatusEffect
Adds a generic status effect to the entity, not worrying about things like how to affect the time it lasts for or component fields or anything. Just adds a component to an entity for a given time. Easy.
Jitter
Adds the jitter status effect to a mob. This doesn't use generic status effects because it needs to take in some parameters that JitterSystem needs.