Skip to content

Commit 57f2185

Browse files
committed
Increased Cost of DiskSpace directly,
in 1969 the cost of a bit was roughly a dollar for magnetic core memory; 32k for 1000$ did not make sense whatso ever That said inflation (according to google..) the current cost now would be roughly $275K... the current new cost is x8 more than "the base mods" specs and roughly 10x cheaper than in 1969
1 parent 4d811c9 commit 57f2185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/kOS/Module/kOSProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public string Tag
111111
public float additionalMassGui = 0F;
112112

113113
[KSPField(isPersistant = true, guiActive = false, guiActiveEditor = false)]
114-
public float diskSpaceCostFactor = 0.0644140625F; //implies approx 100funds for 4096bytes of diskSpace. SliderNote: would recommend a small increase to: 0.0484140625F
114+
public float diskSpaceCostFactor = 0.0984140625F; //implies approx 100funds for 4096bytes of diskSpace. SliderNote: would recommend a small increase to: 0.0484140625F
115115

116116
[KSPField(isPersistant = true, guiActive = false, guiActiveEditor = false)]
117117
public float diskSpaceMassFactor = 0.0000000048829F; //implies approx 0.020kg for 4096bytes of diskSpace

0 commit comments

Comments
 (0)