hemeac / kiwiTechTree

A "Probes/Planes Before Crew" overhaul of the Tech Tree that builds on the those concepts by adding part upgrades through the B9PS system and gameplay elements from certain mods for mods which are currently supported.
Other
8 stars 8 forks source link

Science Param Long Term Support #40

Closed hemeac closed 3 years ago

hemeac commented 4 years ago
hemeac commented 3 years ago

From: Kwebib JNSQ also changes "flyingThreshold" and "spaceThreshold" on all the bodies. You may want to do something like this at the top of your config.

Item:NEEDS[Squad,!GPP,!JNSQ]
{
    bodyName = Kerbin
    adjustedParams
    {
        landedData = 0.8
        splashedData = 0.8
        flyingLowData = 0.8
        flyingHighData = 1
        spaceLowData = 1.5
        spaceHighData = 1.5
        recoveredData = 1
        flyingThreshold = 18000
        spaceThreshold = 250000
    }
}
Item:NEEDS[Squad,!GPP,JNSQ]
{
    bodyName = Kerbin
    adjustedParams
    {
        landedData = 0.8
        splashedData = 0.8
        flyingLowData = 0.8
        flyingHighData = 1
        spaceLowData = 1.5
        spaceHighData = 1.5
        recoveredData = 1
        flyingThreshold = 21000
        spaceThreshold = 800000
    }
}