From: T-Stalker <43253663+DogZeroX@users.noreply.github.com> Date: Tue, 5 Dec 2023 23:16:08 +0000 (-0300) Subject: Change points per node to 6500 (#22163) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=000ac6f63ddc553f1ebdc2e6884f7f8eef1f00d7;p=space-station-14.git Change points per node to 6500 (#22163) --- diff --git a/Content.Server/Xenoarchaeology/XenoArtifacts/ArtifactComponent.cs b/Content.Server/Xenoarchaeology/XenoArtifacts/ArtifactComponent.cs index ec5af2a15c..4afd8af21c 100644 --- a/Content.Server/Xenoarchaeology/XenoArtifacts/ArtifactComponent.cs +++ b/Content.Server/Xenoarchaeology/XenoArtifacts/ArtifactComponent.cs @@ -64,7 +64,7 @@ public sealed partial class ArtifactComponent : Component /// The base amount of research points for each artifact node. /// [DataField("pointsPerNode"), ViewVariables(VVAccess.ReadWrite)] - public int PointsPerNode = 5000; + public int PointsPerNode = 6500; /// /// Research points which have been "consumed" from the theoretical max value of the artifact.