Skip to content

Commit

Permalink
fix(config): 🚀Speed up x5 Gas and Mining unmanned missions
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed May 11, 2024
1 parent 8bbbb8b commit bb4c518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/advRocketry/advancedRocketry.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ planet {

"resource collection missions" {
# Multiplier for the amount of time gas collection missions take
D:gasMissionMultiplier=0.5
D:gasMissionMultiplier=0.1

# list of fluid names that can be harvested as Gas from any gas giant [default: ]
S:harvestableGasses <
Expand All @@ -270,7 +270,7 @@ planet {
>

# Multiplier changing how long a mining mission takes
D:miningMissionTmeMultiplier=0.5
D:miningMissionTmeMultiplier=0.1

# list of fluid names that can be spawned as a gas giant. Format is fluid;minGravity;maxGravity;chance [default: [hydrogen;125;1600;1.0], [helium;125;1600;0.9], [helium3;175;1600;0.2], [oxygen;0;124;1.0], [nitrogen;0;124;1.0], [ammonia;0;124;0.75], [methane;0;124;0.25]]
S:spawnableGasses <
Expand Down

0 comments on commit bb4c518

Please sign in to comment.