Advertisement
Guest User

Linear OMS

a guest
Mar 31st, 2016
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. PART
  2. {
  3. name = linearRcsEngine
  4. module = Part
  5. author = schnip
  6. mesh = model.mu
  7. scale = 1
  8. node_attach = 0.0, 0.0 , 0.0, 0.0, -1.0, 0.0
  9. TechRequired = advFlightControl
  10. entryCost = 4200
  11. cost = 280
  12. category = Engine
  13. subcategory = 0
  14. title = Place-Anywhere 7 Linear OMS Port
  15. manufacturer = Reaction Systems Ltd
  16. description = For every space that really needs an RCS thruster but don't want to keep holding the lever, Reaction Systems Ltd has you covered with its new Place-Anywhere 7 Linear OMS Port!
  17. attachRules = 0,1,0,1,1
  18. mass = 0.03
  19. dragModelType = default
  20. maximum_drag = 0.01
  21. minimum_drag = 0.01
  22. angularDrag = 0.1
  23. crashTolerance = 50
  24. breakingForce = 50
  25. breakingTorque = 50
  26. maxTemp = 2600 // = 3400
  27. fuelCrossFeed = True
  28. PhysicsSignificance = 1
  29. bulkheadProfiles = srf
  30. MODULE
  31. {
  32. name = ModuleRCS
  33. thrusterTransformName = RCSthruster
  34. thrusterPower = 2.0
  35. resourceName = MonoPropellant
  36. resourceFlowMode = STAGE_PRIORITY_FLOW
  37. atmosphereCurve
  38. {
  39. key = 0 240
  40. key = 1 100
  41. key = 4 0.001
  42. }
  43. }
  44. MODULE
  45. {
  46. name = ModuleEngines
  47. thrustVectorTransformName = thrustTransform
  48. exhaustDamage = False
  49. ignitionThreshold = 0.1
  50. minThrust = 0
  51. maxThrust = 2
  52. heatProduction = 10
  53. fxOffset = 0, 0, 0.02
  54. EngineType = MonoProp
  55. PROPELLANT
  56. {
  57. name = MonoPropellant
  58. ratio = 1
  59. DrawGauge = True
  60. }
  61. atmosphereCurve
  62. {
  63. key = 0 240
  64. key = 1 100
  65. key = 4 0.001
  66. }
  67. }
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement