xui znaet

This commit is contained in:
Jabak
2024-06-24 23:58:34 +03:00
parent 08280afbf6
commit 65343f969f
4 changed files with 6 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ public sealed partial class AnomalyGeneratorComponent : Component
/// The amount of material needed to generate a single anomaly
/// </summary>
[DataField("materialPerAnomaly"), ViewVariables(VVAccess.ReadWrite)]
public int MaterialPerAnomaly = 1000; // a bit less than a stack of plasma
public int MaterialPerAnomaly = 1500; // a bit less than a stack of plasma
/// <summary>
/// The random anomaly spawner entity

View File

@@ -24,7 +24,7 @@ public sealed partial class AnomalyVesselComponent : Component
/// A multiplier applied to the amount of points generated.
/// </summary>
[DataField, ViewVariables(VVAccess.ReadWrite)]
public float PointMultiplier = 2;
public float PointMultiplier = 1
/// <summary>
/// The maximum time between each beep