Singularity Stability Tweaks (fixed) (#19135)
* Singulo drain * PA levels --------- Co-authored-by: liltenhead <liltenhead@gmail.com>
This commit is contained in:
@@ -47,8 +47,8 @@ public sealed partial class ParticleAcceleratorSystem
|
||||
{
|
||||
ParticleAcceleratorPowerState.Standby => 0,
|
||||
ParticleAcceleratorPowerState.Level0 => 1,
|
||||
ParticleAcceleratorPowerState.Level1 => 3,
|
||||
ParticleAcceleratorPowerState.Level2 => 6,
|
||||
ParticleAcceleratorPowerState.Level1 => 2,
|
||||
ParticleAcceleratorPowerState.Level2 => 3,
|
||||
ParticleAcceleratorPowerState.Level3 => 10,
|
||||
_ => 0,
|
||||
} * 10;
|
||||
|
||||
Reference in New Issue
Block a user