Skip to content

Commit

Permalink
Rework Assembly Version Number, Prefix -> Transpiler
Browse files Browse the repository at this point in the history
Also changed some curve when calculating default points:

PointsPerWealthCurve:
	new CurvePoint(0f, 0f),
	new CurvePoint(200000f, 0f),
	new CurvePoint(700000f, 2400f),
	new CurvePoint(1000000f, 3600f),
	new CurvePoint(3000000f, 4200f)

PointsPerColonistByWealthCurve:
	new CurvePoint(0f, 15f),
	new CurvePoint(10000f, 15f),
	new CurvePoint(700000f, 140f),
	new CurvePoint(2500000f, 200f)

PointsFactorForColonyMechsCurve:
	new CurvePoint(0.0f, 0.2f),
	new CurvePoint(100000f, 0.4f),
	new CurvePoint(500000f, 0.6f),
	new CurvePoint(1000000f, 0.8f)

PointsFactorForColonyMutantsCurve:
	new CurvePoint(0f, 0.4f),
	new CurvePoint(100000f, 0.6f),
	new CurvePoint(500000f, 0.8f),
	new CurvePoint(1000000f, 1f)
  • Loading branch information
masakitenchi committed Jul 20, 2024
1 parent 240f30d commit 8afe42f
Showing 1 changed file with 0 additions and 0 deletions.
Binary file modified Mods/Core_SK/Assemblies/Core_SK.dll
Binary file not shown.

0 comments on commit 8afe42f

Please sign in to comment.