Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework Assembly Version Number, Prefix -> Transpiler
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