Skip to content

Commit

Permalink
Started switching fuel tanks to use StackSolid scaling
Browse files Browse the repository at this point in the history
Tanks are pressure vessels, mass goes up in proportion to volume not
surface area.
  • Loading branch information
NathanKell committed Nov 17, 2014
1 parent 8062e0c commit fcf872d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions RealismOverhaul/RO_Squad_FuelTank.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%RSSROConfig = True
@MODULE[TweakScale]
{
@type = RealismOverhaulStackHollow
@type = RealismOverhaulStackSolid
}
!RESOURCE[LiquidFuel]
{
Expand All @@ -17,7 +17,7 @@
%RSSROConfig = True
@MODULE[TweakScale]
{
@type = RealismOverhaulStackHollow
@type = RealismOverhaulStackSolid
}
!RESOURCE[LiquidFuel]
{
Expand All @@ -31,7 +31,7 @@
%RSSROConfig = True
@MODULE[TweakScale]
{
@type = RealismOverhaulStackHollow
@type = RealismOverhaulStackSolid
}
!RESOURCE[LiquidFuel]
{
Expand All @@ -45,7 +45,7 @@
%RSSROConfig = True
@MODULE[TweakScale]
{
@type = RealismOverhaulStackHollow
@type = RealismOverhaulStackSolid
}
!RESOURCE[LiquidFuel]
{
Expand All @@ -59,7 +59,7 @@
%RSSROConfig = True
@MODULE[TweakScale]
{
@type = RealismOverhaulStackHollow
@type = RealismOverhaulStackSolid
}
!RESOURCE[LiquidFuel]
{
Expand All @@ -73,7 +73,7 @@
%RSSROConfig = True
@MODULE[TweakScale]
{
@type = RealismOverhaulStackHollow
@type = RealismOverhaulStackSolid
}
!RESOURCE[LiquidFuel]
{
Expand All @@ -87,7 +87,7 @@
%RSSROConfig = True
@MODULE[TweakScale]
{
@type = RealismOverhaulStackHollow
@type = RealismOverhaulStackSolid
}
!RESOURCE[LiquidFuel]
{
Expand All @@ -101,7 +101,7 @@
%RSSROConfig = True
@MODULE[TweakScale]
{
@type = RealismOverhaulStackHollow
@type = RealismOverhaulStackSolid
}
!RESOURCE[LiquidFuel]
{
Expand All @@ -115,7 +115,7 @@
%RSSROConfig = True
@MODULE[TweakScale]
{
@type = RealismOverhaulStackHollow
@type = RealismOverhaulStackSolid
}
!RESOURCE[LiquidFuel]
{
Expand All @@ -129,7 +129,7 @@
%RSSROConfig = True
@MODULE[TweakScale]
{
@type = RealismOverhaulStackHollow
@type = RealismOverhaulStackSolid
}
!RESOURCE[LiquidFuel]
{
Expand Down Expand Up @@ -200,7 +200,7 @@
%RSSROConfig = True
@MODULE[TweakScale]
{
@type = RealismOverhaulStackHollow
@type = RealismOverhaulStackSolid
}
!RESOURCE[MonoPropellant]
{
Expand All @@ -211,7 +211,7 @@
%RSSROConfig = True
@MODULE[TweakScale]
{
@type = RealismOverhaulStackHollow
@type = RealismOverhaulStackSolid
}
!RESOURCE[MonoPropellant]
{
Expand All @@ -222,7 +222,7 @@
%RSSROConfig = True
@MODULE[TweakScale]
{
@type = RealismOverhaulStackHollow
@type = RealismOverhaulStackSolid
}
!RESOURCE[MonoPropellant]
{
Expand Down Expand Up @@ -259,7 +259,7 @@
%RSSROConfig = True
@MODULE[TweakScale]
{
@type = RealismOverhaulStackHollow
@type = RealismOverhaulStackSolid
}
!RESOURCE[XenonGas]
{
Expand Down

0 comments on commit fcf872d

Please sign in to comment.