Skip to content

Commit

Permalink
Fix science for trans-sonic and deep core science experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
pehvbot committed May 5, 2022
1 parent 11bccb2 commit 60975b5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ KERBALISM_CREW_EXPERIMENTS {}
ECCost = 0
SampleMass = 0.002
size = 0.02
value = 15000 // 15 science
value = 15
duration = 1440 //24 minutes, requires 3 flights
requirements = CrewMin:1,SurfaceSpeedMin:300,AltitudeMin:5000
ResourceRates =
Expand All @@ -24,7 +24,7 @@ KERBALISM_CREW_EXPERIMENTS {}
ECCost = 0
SampleMass = 0.002
size = 0.02
value = 20000 // 20 science
value = 20
duration = 2160 //36 minutes, requires 3 flights
requirements = CrewMin:1,SurfaceSpeedMin:600,AltitudeMin:10000
ResourceRates =
Expand All @@ -35,7 +35,7 @@ KERBALISM_CREW_EXPERIMENTS {}
ECCost = 0
SampleMass = 0.002
size = 0.02
value = 20 // 20 science
value = 20
duration = 1440 //24 minutes, requires 3 flights
requirements = CrewMin:1,SurfaceSpeedMin:650
ResourceRates =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ KERBALISM_EXPERIMENT_VALUES {}
}
surfaceSample
{
ECCost = 0.02 //EC consumption from sample scooping
ECCost = 0.01 //EC consumption from sample scooping
SampleMass = 0.00008 // 80g
size = 0.1
value = 6
Expand All @@ -253,7 +253,7 @@ KERBALISM_EXPERIMENT_VALUES {}
}
surfaceSample3 // actual rock selection and drilling for subsurface samples
{
ECCost = 0.05 // let's say an avg of 50W for intermittent drilling operations
ECCost = 0.005 // let's say an avg of 50W for intermittent drilling operations
SampleMass = 0.03
size = 50
value = 15
Expand Down

0 comments on commit 60975b5

Please sign in to comment.