diff --git a/README.md b/README.md index f5ee6fa..23f05c2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ -# Science - Full reward! +# Science - Full Reward! + +A small ModuleManager configuration patch to allow you to gather the maximum Science in one go. No longer do you need to bring several Goo Containers just to get that 0.1 extra Science! + +[Check out the forum thread](https://forum.kerbalspaceprogram.com/index.php?/topic/185199-*) -Sets baseValue to match scienceCap of experiments. diff --git a/Science-Full-Reward.cfg b/Science-Full-Reward.cfg index db048dd..0dcc587 100644 --- a/Science-Full-Reward.cfg +++ b/Science-Full-Reward.cfg @@ -1,4 +1,4 @@ -@EXPERIMENT_DEFINITION +@EXPERIMENT_DEFINITION:HAS[~id[deployed*]] { - %baseValue = #$scienceCap$ + @baseValue = #$scienceCap$ }