Change points per node to 6500 (#22163)

This commit is contained in:
T-Stalker
2023-12-05 20:16:08 -03:00
committed by GitHub
parent fb4a50705b
commit 000ac6f63d

View File

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