Skip to content

Commit

Permalink
Created \GameData\RealismOverhaul\RO_SuggestedMods\SSTU\SSTU_Tanks_Pa…
Browse files Browse the repository at this point in the history
…rtUpgrades.cfg
  • Loading branch information
assassinacc committed May 4, 2017
1 parent e936b33 commit 6b517ae
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
41 changes: 41 additions & 0 deletions GameData/RealismOverhaul/RO_SuggestedMods/SSTU/SSTU_Tanks.cfg
Expand Up @@ -18,6 +18,47 @@
}
}

@PART[SSTU-SC-TANK-MFT-A]:FOR[RealismOverhaul]:NEEDS[SSTU]
{
@MODULE[SSTUModularFuelTank]
{
!UPGRADES,* {}
UPGRADES
{
UPGRADE
{
name__ = SSTU-MFT-D1
maxTankDiameter = 3.05
}
UPGRADE
{
name__ = SSTU-MFT-D2
maxTankDiameter = 6.6
}
UPGRADE
{
name__ = SSTU-MFT-D3
maxTankDiameter = 7.0
}
UPGRADE
{
name__ = SSTU-MFT-D4
maxTankDiameter = 10.1
}
UPGRADE
{
name__ = SSTU-MFT-D5
maxTankDiameter = 16.0
}
UPGRADE
{
name__ = SSTU-MFT-D6
maxTankDiameter = 50.0
}
}
}
}

@PART[SSTU-SC-TANK-MUS-*]:FOR[RealismOverhaul]:NEEDS[RealFuels&SSTU]
{
%RSSROConfig = True
Expand Down
@@ -0,0 +1,41 @@
PARTUPGRADE[SSTU-MFT-D1] {
@techRequired = engineering101
@entryCost = 0
@title = Modular Tank Max Diameter Increase (3.05m)
@description = Increases the maximum diameter available for modular fuel tanks (SSTU-SC-TANK-XXX). This upgrade allows up to 3.05m diameter tanks to be created.
}

PARTUPGRADE[SSTU-MFT-D2] {
@techRequired = basicConstruction
@entryCost = 0
@title = Modular Tank Max Diameter Increase (6.6m)
@description = Increases the maximum diameter available for modular fuel tanks (SSTU-SC-TANK-XXX). This upgrade allows up to 6.6m diameter tanks to be created.
}

PARTUPGRADE[SSTU-MFT-D3] {
@techRequired = generalConstruction
@entryCost = 0
@title = Modular Tank Max Diameter Increase (7m)
@description = Increases the maximum diameter available for modular fuel tanks (SSTU-SC-TANK-XXX). This upgrade allows up to 7m diameter tanks to be created.
}

PARTUPGRADE[SSTU-MFT-D4] {
@techRequired = advConstruction
@entryCost = 0
@title = Modular Tank Max Diameter Increase (10.1m)
@description = Increases the maximum diameter available for modular fuel tanks (SSTU-SC-TANK-XXX). This upgrade allows up to 10.1m diameter tanks to be created.
}

PARTUPGRADE[SSTU-MFT-D5] {
@techRequired = specializedConstruction
@entryCost = 0
@title = Modular Tank Max Diameter Increase (16m)
@description = Increases the maximum diameter available for modular fuel tanks (SSTU-SC-TANK-XXX). This upgrade allows up to 16m diameter tanks to be created.
}

PARTUPGRADE[SSTU-MFT-D6] {
@techRequired = advMetalworks
@entryCost = 0
@title = Modular Tank Max Diameter Increase (50m)
@description = Increases the maximum diameter available for modular fuel tanks (SSTU-SC-TANK-XXX). This upgrade allows up to 50m diameter tanks to be created.
}

0 comments on commit 6b517ae

Please sign in to comment.