namespace Content.Server._CD.Traits; /// /// Set players' blood to coolant, and is used to notify them of ion storms /// [RegisterComponent, Access(typeof(SynthSystem))] public sealed partial class SynthComponent : Component { /// /// The chance that the synth is alerted of an ion storm /// [DataField] public float AlertChance = 0.3f; }