Skip to content

Commit

Permalink
fix charge rates and fuel priority
Browse files Browse the repository at this point in the history
  • Loading branch information
raidernick committed Aug 5, 2019
1 parent cd48675 commit 16529f9
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 9 deletions.
4 changes: 2 additions & 2 deletions GameData/RN_Salyut/Parts/Salyut/KS_RO_Salyut.cfg
Expand Up @@ -20,7 +20,7 @@
breakingTorque = 200
@MODULE[ModuleDeployableSolarPanel]
{
@chargeRate = 1.4
@chargeRate = 1.33
}
}

Expand All @@ -46,6 +46,6 @@
//Goal is 1kWh total for the Salyut. 1kW = 3600EC. 60EC per minute. Divided by 4 sets of panels. 15 per minute. 0.25 per second. Plus 20% for extra panels.
@MODULE[ModuleDeployableSolarPanel]
{
@chargeRate = 1.6
@chargeRate = 1.5
}
}
3 changes: 2 additions & 1 deletion GameData/RN_Salyut/Parts/Salyut/almaz3-5.cfg
Expand Up @@ -75,12 +75,13 @@ MODULE
name = ElectricCharge
rate = 0.25
}
hasHibernation = True
}

MODULE
{
name = TankPriorityModule
Priority = 20
Priority = 100
}

RESOURCE
Expand Down
3 changes: 2 additions & 1 deletion GameData/RN_Salyut/Parts/Salyut/almaz_ops4.cfg
Expand Up @@ -76,12 +76,13 @@ MODULE
name = ElectricCharge
rate = 0.25
}
hasHibernation = True
}

MODULE
{
name = TankPriorityModule
Priority = 20
Priority = 100
}

RESOURCE
Expand Down
7 changes: 5 additions & 2 deletions GameData/RN_Salyut/Parts/Salyut/almaz_sample_return.cfg
Expand Up @@ -50,13 +50,16 @@ vesselType = Probe

MODULE
{
name = ModuleCommand
minimumCrew = 0
name = ModuleCommand
minimumCrew = 0
RESOURCE
{
name = ElectricCharge
rate = 0.005
}
hasHibernation = True
hibernateOnWarp = True
hibernation = True
}

//MODULE
Expand Down
3 changes: 2 additions & 1 deletion GameData/RN_Salyut/Parts/Salyut/salyut1-4.cfg
Expand Up @@ -83,12 +83,13 @@ MODULE
name = ElectricCharge
rate = 0.25
}
hasHibernation = True
}

MODULE
{
name = TankPriorityModule
Priority = 20
Priority = 100
}

RESOURCE
Expand Down
3 changes: 2 additions & 1 deletion GameData/RN_Salyut/Parts/Salyut/salyut6.cfg
Expand Up @@ -80,12 +80,13 @@ MODULE
name = ElectricCharge
rate = 0.25
}
hasHibernation = True
}

MODULE
{
name = TankPriorityModule
Priority = 20
Priority = 100
}

RESOURCE
Expand Down
3 changes: 2 additions & 1 deletion GameData/RN_Salyut/Parts/Salyut/salyut7.cfg
Expand Up @@ -80,12 +80,13 @@ MODULE
name = ElectricCharge
rate = 0.25
}
hasHibernation = True
}

MODULE
{
name = TankPriorityModule
Priority = 20
Priority = 100
}

RESOURCE
Expand Down
2 changes: 2 additions & 0 deletions GameData/RN_Salyut/Parts/Salyut/salyut_asas.cfg
Expand Up @@ -53,6 +53,8 @@ MODULE
{
name = ModuleCommand
minimumCrew = 0
hasHibernation = True
hibernateOnWarp = True
}

RESOURCE
Expand Down

0 comments on commit 16529f9

Please sign in to comment.