Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. PART
  2. {
  3. // --- general parameters ---
  4. name = USI_Nuke_125
  5. module = Part
  6. author = RoverDude
  7.  
  8. // --- asset parameters ---
  9. scale = 1
  10. rescaleFactor = 1
  11. MODEL
  12. {
  13. model = UmbraSpaceIndustries/ReactorPack/Assets/Nuke_125
  14. }
  15.  
  16. // --- node definitions ---
  17. // definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
  18. node_stack_bottom = 0.0, -1, 0.0, 0.0, -1.0, 0.0, 1
  19. node_stack_top = 0.0, 1, 0.0, 0.0, 1.0, 0.0, 1
  20. breakingForce = 12690
  21. breakingTorque = 12690
  22.  
  23. // --- editor parameters ---
  24. TechRequired = advScienceTech
  25. entryCost = 3795
  26. cost = 37950
  27. category = Utility
  28. subcategory = 0
  29. title = Nuclear Reactor (1.25m)
  30. manufacturer = Umbra Space Industries
  31. description = A compact nuclear reactor for interplanetary operations, spacecraft, stations, and surface bases.
  32.  
  33. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
  34. attachRules = 1,0,1,1,0
  35.  
  36. // --- standard part parameters ---
  37. mass = 0.8
  38. dragModelType = default
  39. maximum_drag = 0.20
  40. minimum_drag = 0.15
  41. angularDrag = 2
  42. crashTolerance = 12
  43. maxTemp = 3400
  44. MODULE
  45. {
  46. name = ModuleOverheatDisplay
  47. }
  48. MODULE
  49. {
  50. name = ModuleResourceConverter
  51. ConverterName = Reactor
  52. StartActionName = Start Reactor
  53. StopActionName = Stop Reactor
  54. AutoShutdown = true
  55. TemperatureModifier
  56. {
  57. key = 0 100000
  58. key = 750 50000
  59. key = 1000 10000
  60. key = 1250 500
  61. key = 2000 50
  62. key = 4000 0
  63. }
  64. GeneratesHeat = true
  65. DefaultShutoffTemp = .8
  66. ThermalEfficiency
  67. {
  68. key = 0 0 0 0
  69. key = 500 0.1 0 0
  70. key = 1000 1.0 0 0
  71. key = 1250 0.1 0 0
  72. key = 3000 0 0 0
  73. }
  74.  
  75. UseSpecialistBonus = true
  76. SpecialistEfficiencyFactor = 0.2
  77. SpecialistBonusBase = 0.05
  78. Specialty = Engineer
  79. EfficiencyBonus = 1
  80.  
  81.  
  82. INPUT_RESOURCE
  83. {
  84. ResourceName = Karbonite
  85. Ratio = 0.00000078
  86. FlowMode = STAGE_PRIORITY_FLOW
  87. }
  88. OUTPUT_RESOURCE
  89. {
  90. ResourceName = ElectricCharge
  91. Ratio = 230
  92. DumpExcess = false
  93. FlowMode = STAGE_PRIORITY_FLOW
  94. }
  95. }
  96. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement