Singulo/Radiation Tweaks (#6045)
Co-authored-by: ElectroJr <leonsfriedrich@gmail.com>
This commit is contained in:
@@ -12,6 +12,12 @@ namespace Content.Shared.Singularity.Components
|
||||
{
|
||||
public override string Name => "Singularity";
|
||||
|
||||
/// <summary>
|
||||
/// The radiation pulse component's radsPerSecond is set to the singularity's level multiplied by this number.
|
||||
/// </summary>
|
||||
[DataField("radsPerLevel")]
|
||||
public float RadsPerLevel = 1;
|
||||
|
||||
/// <summary>
|
||||
/// Changed by <see cref="SharedSingularitySystem.ChangeSingularityLevel"/>
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user