Advertisement
Guest User

Untitled

a guest
Jun 10th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. PART
  2. {
  3. RSSROconfig = true
  4. name = Super100
  5. module = Part
  6. author = RaptorHunter
  7. // mesh = Super100.mu
  8. MODEL
  9. {
  10. model = RaptorAerospacial/Super100/Super100
  11. scale = 1.333, 1.333, 1.333
  12. }
  13. scale = 1
  14. rescaleFactor = 1
  15. node_stack_bottom = 0.0, -0.315, 0.0, 0.0, -1.0, 0.0, 2
  16. node_stack_top = 0.0, 3.1999, 0.0, 0.0, 1.0, 0.0, 1
  17. TechRequired = veryHeavyRocketry
  18. entryCost = 50000
  19. cost = 10000
  20. category = Pods
  21. subcategory = 0
  22. title = Super 100 Shooting Star
  23. manufacturer = Raptor Aeroespacial
  24. description = 5m Command pod capable of accommodating a crew of six. Consumes 1.895 charge per second to command.
  25. attachRules = 1,0,1,1,0
  26. mass = 6.4402
  27. dragModelType = default
  28. maximum_drag = 0.15
  29. minimum_drag = 0.20
  30. angularDrag = 2
  31. crashTolerance = 50
  32. maxTemp = 2400 // = 3400
  33. skinMaxTemp = 3000
  34. emissiveConstant = 0.85
  35. skinMassPerArea = 2
  36. fuelCrossFeed = True
  37. vesselType = Ship
  38. CrewCapacity = 6
  39. bulkheadProfiles = size3, size2
  40.  
  41. INTERNAL
  42. {
  43. name = IVA_S100
  44. }
  45. MODULE
  46. {
  47. name = RasterPropMonitorComputer
  48. }
  49. MODULE
  50. {
  51. name = ModuleCommand
  52. minimumCrew = 2
  53. RESOURCE
  54. {
  55. name = ElectricCharge
  56. rate = 1.895
  57. }
  58. }
  59. MODULE
  60. {
  61. name = ModuleFuelTanks
  62. basemass = -1
  63. type = ServiceModule
  64. volume = 3000
  65. TANK
  66. {
  67. name = ElectricCharge
  68. amount = 43200
  69. maxAmount = 43200
  70. }
  71. TANK
  72. {
  73. name = Food
  74. amount = 740.54
  75. maxAmount = 740.54
  76. }
  77. TANK
  78. {
  79. name = Water
  80. amount = 491.28
  81. maxAmount = 491.28
  82. }
  83. TANK
  84. {
  85. name = Oxygen
  86. amount = 74965.26
  87. maxAmount = 74965.26
  88. }
  89. TANK
  90. {
  91. name = CarbonDioxide
  92. amount = 0
  93. maxAmount = 1710
  94. }
  95. TANK
  96. {
  97. name = Waste
  98. amount = 0
  99. maxAmount = 67.33
  100. }
  101. TANK
  102. {
  103. name = WasteWater
  104. amount = 0
  105. maxAmount = 623.33
  106. }
  107. TANK
  108. {
  109. name = MMH
  110. amount = 95
  111. maxAmount = 95
  112. }
  113. TANK
  114. {
  115. name = NTO
  116. amount = 95
  117. maxAmount = 95
  118. }
  119. TANK
  120. {
  121. name = LithiumHydroxide
  122. amount = 95
  123. maxAmount = 95
  124. }
  125. }
  126. MODULE
  127. {
  128. name = TacGenericConverter
  129. converterName = CO2 Scrubber
  130. conversionRate = 6.0 // # of people - Figures based on per/person
  131. inputResources = CarbonDioxide, 0.0058912100, ElectricCharge, 0.010, LithiumHydroxide, 0.0000085683
  132. outputResources = Water, 0.0032924498, true, Waste, 0.0000257297, false
  133. }
  134. MODULE
  135. {
  136. name = CoMShifter
  137. DescentModeCoM = 0.0, 0.0, -0.35
  138. }
  139. MODULE
  140. {
  141. name = ModuleScienceExperiment
  142. experimentID = crewReport
  143. experimentActionName = Crew Report
  144. resetActionName = Discard Crew Report
  145. reviewActionName = Review Report
  146. useStaging = False
  147. useActionGroups = True
  148. hideUIwhenUnavailable = True
  149. rerunnable = True
  150. xmitDataScalar = 1.0
  151. usageReqMaskInternal = 5
  152. usageReqMaskExternal = -1
  153. }
  154. MODULE
  155. {
  156. name = ModuleScienceContainer
  157. reviewActionName = Review Stored Data
  158. storeActionName = Store Experiments
  159. evaOnlyStorage = True
  160. storageRange = 6.0
  161. }
  162. MODULE
  163. {
  164. name = ModuleRCS
  165. thrusterTransformName = RCSthruster
  166. thrusterPower = 0.89
  167. resourceFlowMode = STACK_PRIORITY_SEARCH
  168. PROPELLANT
  169. {
  170. name = MMH
  171. ratio = 0.50
  172. }
  173. PROPELLANT
  174. {
  175. name = NTO
  176. ratio = 0.50
  177. }
  178. atmosphereCurve
  179. {
  180. key = 0 280.84
  181. key = 1 253.498
  182. }
  183. }
  184. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement