Skip to content

Commit

Permalink
Change Dyson consumption coefficients (#14509)
Browse files Browse the repository at this point in the history
  • Loading branch information
S4mpsa authored and Dream-Master committed Oct 24, 2023
1 parent ee0c293 commit 54a37a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/GalaxySpace/core.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ dysonswarm {
S:coolantFluid=cryotheum

# Each hour, n of m modules are destroyed according to this formula: n = (2 * base_chance) / (exp(-a * (m - 1))+exp(b * cps)), where cps is computation per second. This sets the parameter base_chance.
D:destroyModuleBase_chance=0.001
D:destroyModuleBase_chance=0.066

# The maximum computation per second that will help prevent modules from collision
D:destroyModuleMaxCPS=1000000.0
D:destroyModuleMaxCPS=100000.0

# Each hour, n of m modules are destroyed according to this formula: n = (2 * base_chance) / (exp(-a * (m - 1))+exp(b * cps)), where cps is computation per second. This sets the parameter a.
D:destroyModule_a=1.0E-4
D:destroyModule_a=0.00005

# Each hour, n of m modules are destroyed according to this formula: n = (2 * base_chance) / (exp(-a * (m - 1))+exp(b * cps)), where cps is computation per second. This sets the parameter b.
D:destroyModule_b=5.0E-6
D:destroyModule_b=0.00003

# How much EU the Dyson Swarm Command Center produces per module per tick. Default is 10,000,000 EU/t
I:euPerModule=10000000
Expand Down

0 comments on commit 54a37a7

Please sign in to comment.