Difference between revisions of "Parts/FuelTank/Size3Tanks/large.cfg"
From Kerbal Space Program Wiki
< Parts
m (BobBot moved page Parts/NASAmission/Size3LargeTank/part.cfg to Parts/FuelTank/Size3LargeTank/part.cfg without leaving a redirect: Renamed part configuration file after update.) |
m (*update to 1.0;) |
||
Line 1: | Line 1: | ||
{{Part config|Kerbodyne S3-14400 Tank|2=PART | {{Part config|Kerbodyne S3-14400 Tank|2=PART | ||
{ | { | ||
− | name = Size3LargeTank | + | name = Size3LargeTank |
− | module = Part | + | module = Part |
− | author = Squad | + | author = Squad |
− | + | mesh = Size3LargeTank.mu | |
− | mesh = Size3LargeTank.mu | + | rescaleFactor = 1 |
− | rescaleFactor = 1 | + | node_stack_top = 0.0, 3.74, 0.0, 0.0, 1.0, 0.0, 3 |
− | + | node_stack_bottom = 0.0, -3.74, 0.0, 0.0, -1.0, 0.0, 3 | |
− | node_stack_top = 0.0, 3.74, 0.0, 0.0, 1.0, 0.0, 3 | + | node_attach = 0.0, 0.0, -1.89, 0.0, 0.0, 1.0 |
− | node_stack_bottom = 0.0, -3.74, 0.0, 0.0, 1.0, 0.0, 3 | + | TechRequired = highPerformanceFuelSystems |
− | node_attach = 0.0, 0.0, -1.89, 0.0, 0.0, 1.0 | + | entryCost = 46600 |
− | + | cost = 13000 | |
− | TechRequired = | + | category = Propulsion |
− | entryCost = 46600 | + | subcategory = 0 |
− | cost = | + | title = Kerbodyne S3-14400 Tank |
− | category = Propulsion | + | manufacturer = Kerbodyne |
− | subcategory = 0 | + | description = When nobody believed in (or even asked for) an even larger fuel tank than the already enormous S3-7200, Kerbodyne stepped up with the sanity-defying S3-14400 model. Carrying fully twice as much fuel as before, this fuel tank may just pack enough propellant to justify its proportionately enormous cost. |
− | title = Kerbodyne S3-14400 Tank | + | attachRules = 1,1,1,1,0 |
− | manufacturer = Kerbodyne | + | mass = 9 |
− | description = Kerbodyne | + | dragModelType = default |
− | + | maximum_drag = 0.2 | |
− | attachRules = 1,1,1,1,0 | + | minimum_drag = 0.3 |
− | + | angularDrag = 2 | |
− | mass = | + | crashTolerance = 6 |
− | dragModelType = default | + | breakingForce = 400 |
− | maximum_drag = 0.2 | + | breakingTorque = 400 |
− | minimum_drag = 0.3 | + | maxTemp = 2000 // = 2900 |
− | angularDrag = 2 | + | bulkheadProfiles = size3, srf |
− | crashTolerance = 6 | + | RESOURCE |
− | breakingForce = 400 | + | { |
− | breakingTorque = 400 | + | name = LiquidFuel |
− | maxTemp = 2900 | + | amount = 6480 |
− | + | maxAmount = 6480 | |
− | RESOURCE | + | } |
− | { | + | RESOURCE |
− | + | { | |
− | + | name = Oxidizer | |
− | + | amount = 7920 | |
− | } | + | maxAmount = 7920 |
− | + | } | |
− | RESOURCE | ||
− | { | ||
− | |||
− | |||
− | |||
− | } | ||
− | |||
} | } | ||
}} | }} |
Revision as of 11:01, 30 April 2015
PART { name = Size3LargeTank module = Part author = Squad mesh = Size3LargeTank.mu rescaleFactor = 1 node_stack_top = 0.0, 3.74, 0.0, 0.0, 1.0, 0.0, 3 node_stack_bottom = 0.0, -3.74, 0.0, 0.0, -1.0, 0.0, 3 node_attach = 0.0, 0.0, -1.89, 0.0, 0.0, 1.0 TechRequired = highPerformanceFuelSystems entryCost = 46600 cost = 13000 category = Propulsion subcategory = 0 title = Kerbodyne S3-14400 Tank manufacturer = Kerbodyne description = When nobody believed in (or even asked for) an even larger fuel tank than the already enormous S3-7200, Kerbodyne stepped up with the sanity-defying S3-14400 model. Carrying fully twice as much fuel as before, this fuel tank may just pack enough propellant to justify its proportionately enormous cost. attachRules = 1,1,1,1,0 mass = 9 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.3 angularDrag = 2 crashTolerance = 6 breakingForce = 400 breakingTorque = 400 maxTemp = 2000 // = 2900 bulkheadProfiles = size3, srf RESOURCE { name = LiquidFuel amount = 6480 maxAmount = 6480 } RESOURCE { name = Oxidizer amount = 7920 maxAmount = 7920 } }