Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase High Alt Flight experiment reward to account for body modifier #2452

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TwistedGiraffe
Copy link
Contributor

As of now, the high-altitude flight experiment awards 9.6 science points. This number seems dubious, since 1) the other three cockpit experiments award integer numbers of science points and 2) the Ma1.5 experiment awards 9 points while being much easier than the high-altitude flight experiment. I suspect this is an oversight, as Earth Flying Low has a body modifier of x1, but Earth Flying High has x0.6. If a person wants to award 16 points for high-altitude flight and naively enters the number in the config, only 9.6 points are awarded. There are at least two instances of a dev forgetting the body modifier: 3e1d919 (6+10+12+15 = 43, whereas hypersonic flight requires 1+4+4+12 = 21) and 2ad5d1b (if the dev remembered, he should change the experiment value as well).
Here, I set the base value in the config to 25, so that 15 points are awarded. This is one less than the dev "intended," but 25 and 15 are both integers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant