From 65343f969f586643d466a1ea692d0c570735aaf5 Mon Sep 17 00:00:00 2001 From: Jabak <163307958+Jabaks@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:58:34 +0300 Subject: [PATCH] xui znaet --- .../Anomaly/Components/AnomalyGeneratorComponent.cs | 2 +- Content.Server/Anomaly/Components/AnomalyVesselComponent.cs | 2 +- .../Xenoarchaeology/XenoArtifacts/ArtifactComponent.cs | 4 ++-- Content.Shared/Anomaly/Components/AnomalyComponent.cs | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Content.Server/Anomaly/Components/AnomalyGeneratorComponent.cs b/Content.Server/Anomaly/Components/AnomalyGeneratorComponent.cs index a897c51235..2a5e8102a0 100644 --- a/Content.Server/Anomaly/Components/AnomalyGeneratorComponent.cs +++ b/Content.Server/Anomaly/Components/AnomalyGeneratorComponent.cs @@ -44,7 +44,7 @@ public sealed partial class AnomalyGeneratorComponent : Component /// The amount of material needed to generate a single anomaly /// [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 /// /// The random anomaly spawner entity diff --git a/Content.Server/Anomaly/Components/AnomalyVesselComponent.cs b/Content.Server/Anomaly/Components/AnomalyVesselComponent.cs index 92e27ed1bf..b0ca236cc2 100644 --- a/Content.Server/Anomaly/Components/AnomalyVesselComponent.cs +++ b/Content.Server/Anomaly/Components/AnomalyVesselComponent.cs @@ -24,7 +24,7 @@ public sealed partial class AnomalyVesselComponent : Component /// A multiplier applied to the amount of points generated. /// [DataField, ViewVariables(VVAccess.ReadWrite)] - public float PointMultiplier = 2; + public float PointMultiplier = 1 /// /// The maximum time between each beep diff --git a/Content.Server/Xenoarchaeology/XenoArtifacts/ArtifactComponent.cs b/Content.Server/Xenoarchaeology/XenoArtifacts/ArtifactComponent.cs index 38ee17c6bd..4afd8af21c 100644 --- a/Content.Server/Xenoarchaeology/XenoArtifacts/ArtifactComponent.cs +++ b/Content.Server/Xenoarchaeology/XenoArtifacts/ArtifactComponent.cs @@ -58,13 +58,13 @@ public sealed partial class ArtifactComponent : Component /// to determine the monetary value of the artifact /// [DataField("priceMultiplier"), ViewVariables(VVAccess.ReadWrite)] - public float PriceMultiplier = 1.05f; + public float PriceMultiplier = 0.05f; /// /// The base amount of research points for each artifact node. /// [DataField("pointsPerNode"), ViewVariables(VVAccess.ReadWrite)] - public int PointsPerNode = 10000; + public int PointsPerNode = 6500; /// /// Research points which have been "consumed" from the theoretical max value of the artifact. diff --git a/Content.Shared/Anomaly/Components/AnomalyComponent.cs b/Content.Shared/Anomaly/Components/AnomalyComponent.cs index 817f60b315..74a567dc46 100644 --- a/Content.Shared/Anomaly/Components/AnomalyComponent.cs +++ b/Content.Shared/Anomaly/Components/AnomalyComponent.cs @@ -185,14 +185,14 @@ public sealed partial class AnomalyComponent : Component /// The minimum amount of research points generated per second /// [DataField("minPointsPerSecond")] - public int MinPointsPerSecond = 65; + public int MinPointsPerSecond = 10; /// /// The maximum amount of research points generated per second /// This doesn't include the point bonus for being unstable. /// [DataField("maxPointsPerSecond")] - public int MaxPointsPerSecond = 150; + public int MaxPointsPerSecond = 80; /// /// The multiplier applied to the point value for the