Jump to content

All command pods be c'probes?


Agustin

Recommended Posts

Threw this together and did some very brief testing.

Let me know how it works for you.  You can adjust the bold part to change what SAS level they get.  If you want different levels for different pods, you'll need individual patches.

@PART[*]:HAS[@MODULE[ModuleCommand],!MODULE[ModuleSAS]]
{
    MODULE
    {
        name = ModuleSAS
        SASServiceLevel = 2
    }
    @MODULE[ModuleCommand]
    {
        @minimumCrew = 0
        %hasHibernation = True
        RESOURCE
        {
            name = ElectricCharge
            rate = 0.03
        }
    }
}

Edited by Geonovast
I think I got the syntax right now..
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...