Skip to content

Commit

Permalink
Allow new Stayputnik and Kopernicus Solar Panels
Browse files Browse the repository at this point in the history
  • Loading branch information
Poodmund committed Mar 23, 2019
1 parent e3461c7 commit 19d191f
Showing 1 changed file with 30 additions and 14 deletions.
44 changes: 30 additions & 14 deletions CleverSatCore.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,28 @@ PARAMETER
completionText = calibration completed
}
REQUIREMENT
{
name = Any
type = Any
REQUIREMENT
{
REQUIREMENT
{
name = PartModuleUnlocked
type = PartModuleUnlocked
partModule = ModuleDeployableSolarPanel
}
REQUIREMENT:NEEDS[NearFutureSolar]
{
name = PartModuleUnlocked
type = PartModuleUnlocked
partModule = ModuleCurvedSolarPanel
}
partModule = ModuleDeployableSolarPanel
}
REQUIREMENT:NEEDS[NearFutureSolar]
{
name = PartModuleUnlocked
type = PartModuleUnlocked
partModule = ModuleCurvedSolarPanel
}
REQUIREMENT:NEEDS[Kopernicus]
{
name = PartModuleUnlocked
type = PartModuleUnlocked
partModule = KopernicusSolarPanel
}
}
REQUIREMENT:NEEDS[RemoteTech]
Expand All @@ -101,9 +106,20 @@ REQUIREMENT:NEEDS[RemoteTech]
REQUIREMENT
{
name = Probe
type = PartUnlocked
part = probeCoreSphere
name = Any
type = Any
REQUIREMENT
{
name = PartUnlocked
type = PartUnlocked
part = probeCoreSphere
}
REQUIREMENT
{
name = PartUnlocked
type = PartUnlocked
part = probeCoreSphere_v2
}
}
REQUIREMENT
{
Expand Down

0 comments on commit 19d191f

Please sign in to comment.