xui znaet
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user