Kerbal Facilities - KerbalColonies/KerbalColoniesCore GitHub Wiki
Most of the facilities can have/require kerbals to work. These facilities have a "maxKerbals" parameter as additional requirement for the level 0 node, it gets passed over to higher level if not defined there.
Required parameter in the levelnode
- maxKerbals (int): how many kerbals can work/be stored in the facility
Optional parameters in the levelnode
- allowedTraits: only allows these traits to be assigned to the facility
- forbiddenTraits: forbids these traits from being assigned to this facility, is used when the allowedTraits is not set Default: no trait restrictions. Traits must be seperated by a ","
The following facilities are kerbal facilities:
- KCCrewQuarters
- KCMiningFacility
- KCProductionFacility
- KCResourceConverterFacility
- KCResearchFacility