]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Change points per node to 6500 (#22163)
authorT-Stalker <43253663+DogZeroX@users.noreply.github.com>
Tue, 5 Dec 2023 23:16:08 +0000 (20:16 -0300)
committerGitHub <noreply@github.com>
Tue, 5 Dec 2023 23:16:08 +0000 (18:16 -0500)
Content.Server/Xenoarchaeology/XenoArtifacts/ArtifactComponent.cs

index ec5af2a15c981d0e6e65116aad3d3b6e0898f055..4afd8af21cfdf9c661163709c597c83d52555988 100644 (file)
@@ -64,7 +64,7 @@ public sealed partial class ArtifactComponent : Component
     /// The base amount of research points for each artifact node.
     /// </summary>
     [DataField("pointsPerNode"), ViewVariables(VVAccess.ReadWrite)]
-    public int PointsPerNode = 5000;
+    public int PointsPerNode = 6500;
 
     /// <summary>
     /// Research points which have been "consumed" from the theoretical max value of the artifact.