xui znaet

This commit is contained in:
Jabak
2024-06-24 23:58:34 +03:00
parent 08280afbf6
commit 65343f969f
4 changed files with 6 additions and 6 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 = 1.05f;
public float PriceMultiplier = 0.05f;
/// <summary>
/// The base amount of research points for each artifact node.
/// </summary>
[DataField("pointsPerNode"), ViewVariables(VVAccess.ReadWrite)]
public int PointsPerNode = 10000;
public int PointsPerNode = 6500;
/// <summary>
/// Research points which have been "consumed" from the theoretical max value of the artifact.