Change points per node to 6500 (#22163)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user