Skip to content

Commit

Permalink
fix scaling of resource lists
Browse files Browse the repository at this point in the history
  • Loading branch information
pellinor0 committed Sep 28, 2015
1 parent fbe454f commit e3e15e8
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions GameData/TweakScale/ScaleExponents.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,10 @@ TWEAKSCALEEXPONENTS
PitchTorque = 3
YawTorque = 3
RollTorque = 3
// power consumption does not work yet
//RESOURCE
//{
// rate = 3
//}
inputResources
{
rate = 3
}
}
TWEAKSCALEEXPONENTS
{
Expand All @@ -137,14 +136,14 @@ TWEAKSCALEEXPONENTS
acquireTorque = 2
}

//TWEAKSCALEEXPONENTS
//{
// name = ModuleAlternator // does not work yet
//RESOURCE
//{
// rate = 3
//}
//}
TWEAKSCALEEXPONENTS
{
name = ModuleAlternator
outputResources
{
rate = 3
}
}

TWEAKSCALEEXPONENTS
{
Expand Down Expand Up @@ -203,6 +202,10 @@ TWEAKSCALEEXPONENTS
name = ModuleResourceHarvester
Efficiency = 3
ImpactRange = 1
inputList
{
Ratio = 3
}
}
TWEAKSCALEEXPONENTS
{
Expand All @@ -214,6 +217,7 @@ TWEAKSCALEEXPONENTS
name = ModuleAsteroidDrill
Efficiency = 3
ImpactRange = 1
PowerConsumption = 3
}
TWEAKSCALEEXPONENTS // engine fairings
{
Expand Down

0 comments on commit e3e15e8

Please sign in to comment.