Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 2.49 KB | None | 0 0
  1. PART {
  2.     name = triple_raptor_sl
  3.     module = Part
  4.     author = Flexo
  5.     mesh = triple_raptor_sl.mu
  6.     rescaleFactor = 1
  7.     node_stack_bottom = 0.0, -20.0, 0.0, 0.0, -1.0, 0.0, 1
  8.     TechRequired = supersonicFlight
  9.     entryCost = 20000
  10.     cost = 3500
  11.     category = Engines
  12.     subcategory = 0
  13.     title = Triple Raptor SL
  14.     manufacturer = SpaceX
  15.     description = Capable of transporting up to 450 tonnes (990,000 lb) of cargo per trip to Mars.
  16.     attachRules = 1,0,1,1,0
  17.     mass = 0.09
  18.     heatConductivity = 0.06 // half default
  19.     skinInternalConductionMult = 4.0
  20.     emissiveConstant = 0.8 // engine nozzles are good at radiating.
  21.     dragModelType = default
  22.     maximum_drag = 0.2
  23.     minimum_drag = 0.2
  24.     angularDrag = 2
  25.     crashTolerance = 7
  26.     breakingForce = 200
  27.     breakingTorque = 200
  28.     maxTemp = 2000 // = 3600
  29.     bulkheadProfiles = srf 
  30.     MODULE {
  31.         name = TripleRaptorSLa
  32.         thrustVectorTransformName = thrustA
  33.         exhaustDamage = True
  34.         ignitionThreshold = 0.1
  35.         minThrust = 0
  36.         maxThrust = 16
  37.         heatProduction = 150
  38.         fxOffset = 0, 0, 0.01
  39.         EngineType = LiquidFuel
  40.         exhaustDamageDistanceOffset = 0.12
  41.         PROPELLANT {
  42.             name = LiquidFuel
  43.             ratio = 0.9
  44.             DrawGauge = True
  45.         }
  46.         PROPELLANT {
  47.             name = Oxidizer
  48.             ratio = 1.1
  49.         }
  50.         atmosphereCurve {
  51.             key = 0 290
  52.             key = 1 250
  53.             key = 7 0.001
  54.         }
  55.     }
  56.     MODULE {
  57.         name = GimbalA
  58.         gimbalTransformName = gimbalA
  59.         gimbalRange = 8
  60.     }
  61.     MODULE {
  62.         name = TripleRaptorSLb
  63.         thrustVectorTransformName = thrustB
  64.         exhaustDamage = True
  65.         ignitionThreshold = 0.1
  66.         minThrust = 0
  67.         maxThrust = 16
  68.         heatProduction = 150
  69.         fxOffset = 0, 0, 0.01
  70.         EngineType = LiquidFuel
  71.         exhaustDamageDistanceOffset = 0.12
  72.         PROPELLANT {
  73.             name = LiquidFuel
  74.             ratio = 0.9
  75.             DrawGauge = True
  76.         }
  77.         PROPELLANT {
  78.             name = Oxidizer
  79.             ratio = 1.1
  80.         }
  81.         atmosphereCurve {
  82.             key = 0 290
  83.             key = 1 250
  84.             key = 7 0.001
  85.         }
  86.     }
  87.     MODULE {
  88.         name = GimbalB
  89.         gimbalTransformName = gimbalB
  90.         gimbalRange = 8
  91.     }
  92.     MODULE {
  93.         name = TripleRaptorSLc
  94.         thrustVectorTransformName = thrustC
  95.         exhaustDamage = True
  96.         ignitionThreshold = 0.1
  97.         minThrust = 0
  98.         maxThrust = 16
  99.         heatProduction = 150
  100.         fxOffset = 0, 0, 0.01
  101.         EngineType = LiquidFuel
  102.         exhaustDamageDistanceOffset = 0.12
  103.         PROPELLANT {
  104.             name = LiquidFuel
  105.             ratio = 0.9
  106.             DrawGauge = True
  107.         }
  108.         PROPELLANT {
  109.             name = Oxidizer
  110.             ratio = 1.1
  111.         }
  112.         atmosphereCurve {
  113.             key = 0 290
  114.             key = 1 250
  115.             key = 7 0.001
  116.         }
  117.     }
  118.     MODULE {
  119.         name = GimbalC
  120.         gimbalTransformName = gimbalC
  121.         gimbalRange = 8
  122.     }
  123. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement