Show / Hide Table of Contents

Class SolarFlareRuleComponent

Solar Flare event specific configuration

Inheritance
System.Object
SolarFlareRuleComponent
Namespace: Content.Server.StationEvents.Components
Assembly: Content.Server.dll
Syntax
public sealed class SolarFlareRuleComponent : Component

Fields

| Improve this Doc View Source

AffectedChannels

Channels that will be disabled for a duration of event

Declaration
public HashSet<string> AffectedChannels
Field Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

DoorToggleChancePerSecond

Chance door toggles per second during event

Declaration
public float DoorToggleChancePerSecond
Field Value
Type Description
System.Single
| Improve this Doc View Source

ExtraChannels

List of extra channels that can be random disabled on top of the starting channels.

Declaration
public List<String> ExtraChannels
Field Value
Type Description
List<String>
Remarks

Channels are not removed from this, so its possible to roll the same channel multiple times.

| Improve this Doc View Source

ExtraCount

Number of times to roll a channel from ExtraChannels.

Declaration
public uint ExtraCount
Field Value
Type Description
System.UInt32
Remarks

Channels are not removed from it, so its possible to roll the same channel multiple times.

| Improve this Doc View Source

LightBreakChancePerSecond

Chance light bulb breaks per second during event

Declaration
public float LightBreakChancePerSecond
Field Value
Type Description
System.Single
| Improve this Doc View Source

OnlyJamHeadsets

If true, only headsets affected, but e.g. handheld radio will still work

Declaration
public bool OnlyJamHeadsets
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾