Skip to content

Commit

Permalink
Added Optional Tank Types for RF and MFT
Browse files Browse the repository at this point in the history
  • Loading branch information
Bezzier committed May 23, 2016
1 parent 16d82e5 commit 4148a10
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
30 changes: 30 additions & 0 deletions GameData/DMTanks/SphericalTanks/MM_RealFuels.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@

volume = 622.5
type = Cryogenic
typeAvailable = Default
typeAvailable = Cryogenic
typeAvailable = Fuselage
typeAvailable = Balloon
typeAvailable = BalloonCryo
typeAvailable = Structural
}

}
Expand All @@ -24,6 +30,12 @@

volume = 1250
type = Cryogenic
typeAvailable = Default
typeAvailable = Cryogenic
typeAvailable = Fuselage
typeAvailable = Balloon
typeAvailable = BalloonCryo
typeAvailable = Structural
}

}
Expand All @@ -39,6 +51,12 @@

volume = 2500
type = Cryogenic
typeAvailable = Default
typeAvailable = Cryogenic
typeAvailable = Fuselage
typeAvailable = Balloon
typeAvailable = BalloonCryo
typeAvailable = Structural
}

}
Expand All @@ -54,6 +72,12 @@

volume = 5000
type = Cryogenic
typeAvailable = Default
typeAvailable = Cryogenic
typeAvailable = Fuselage
typeAvailable = Balloon
typeAvailable = BalloonCryo
typeAvailable = Structural
}

}
Expand All @@ -69,6 +93,12 @@

volume = 10000
type = Cryogenic
typeAvailable = Default
typeAvailable = Cryogenic
typeAvailable = Fuselage
typeAvailable = Balloon
typeAvailable = BalloonCryo
typeAvailable = Structural
}

}
35 changes: 35 additions & 0 deletions GameData/DMTanks/SphericalTanks/MM_modularFuelTanks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@

volume = 122.5
type = Default
typeAvailable = Default
typeAvailable = Jet
typeAvailable = Fuselage
typeAvailable = Xenon
typeAvailable = Oxy
typeAvailable = Balloon
typeAvailable = Structural
}

}
Expand All @@ -24,6 +31,13 @@

volume = 250
type = Default
typeAvailable = Default
typeAvailable = Jet
typeAvailable = Fuselage
typeAvailable = Xenon
typeAvailable = Oxy
typeAvailable = Balloon
typeAvailable = Structural
}

}
Expand All @@ -39,6 +53,13 @@

volume = 500
type = Default
typeAvailable = Default
typeAvailable = Jet
typeAvailable = Fuselage
typeAvailable = Xenon
typeAvailable = Oxy
typeAvailable = Balloon
typeAvailable = Structural
}

}
Expand All @@ -54,6 +75,13 @@

volume = 1000
type = Default
typeAvailable = Default
typeAvailable = Jet
typeAvailable = Fuselage
typeAvailable = Xenon
typeAvailable = Oxy
typeAvailable = Balloon
typeAvailable = Structural
}

}
Expand All @@ -69,6 +97,13 @@

volume = 2000
type = Default
typeAvailable = Default
typeAvailable = Jet
typeAvailable = Fuselage
typeAvailable = Xenon
typeAvailable = Oxy
typeAvailable = Balloon
typeAvailable = Structural
}

}

0 comments on commit 4148a10

Please sign in to comment.