Ебаное говно не залилось

This commit is contained in:
Jabkas
2024-04-03 23:03:04 +03:00
parent 25f0863cb9
commit ec1adebfab
5 changed files with 10 additions and 10 deletions

View File

@@ -58,13 +58,13 @@ public sealed partial class ArtifactComponent : Component
/// to determine the monetary value of the artifact
/// </summary>
[DataField("priceMultiplier"), ViewVariables(VVAccess.ReadWrite)]
public float PriceMultiplier = 0.05f;
public float PriceMultiplier = 1.05f;
/// <summary>
/// The base amount of research points for each artifact node.
/// </summary>
[DataField("pointsPerNode"), ViewVariables(VVAccess.ReadWrite)]
public int PointsPerNode = 6500;
public int PointsPerNode = 10000;
/// <summary>
/// Research points which have been "consumed" from the theoretical max value of the artifact.