Advertisement
MrWizerd

ISK-30CrewCabin.cfg

Jun 26th, 2014
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. PART
  2. {
  3. // Kerbal Space Program - Part Config
  4.  
  5.  
  6. // --- general parameters ---
  7. name = SXTISSHabISK30
  8. module = Part
  9. author = ClairaLyraeLack
  10.  
  11. // --- asset parameters ---
  12. MODEL
  13. {
  14. model = SXT/Parts/Hull/ServiceMod1/ISSmodule
  15. texture = model000 , Squad/Parts/Command/cupola/ksp_l_cupola_diff
  16. texture = model001NRM , Squad/Parts/Command/cupola/ksp_l_cupola_normal
  17. }
  18.  
  19. rescaleFactor = 1
  20. scale = 1
  21. rimFalloff = 5
  22. // --- node definitions ---
  23. node_stack_top = 0.0, 1.875, 0.0, 0.0, 1.0, 0.0 , 2
  24. node_stack_bottom = 0.0, -1.875, 0.0, 0.0, 1.0, 0.0 , 2
  25. node_attach = 0.0, 0.0, 1.25, 0.0, 0.0, -1.0
  26. // --- editor parameters ---
  27. TechRequired = specializedConstruction
  28. entryCost = 12400
  29. cost = 4000
  30. category = Utility
  31. subcategory = 0
  32. title = ISK-30 Heavy Orbital Laboratory
  33. manufacturer = LLL
  34. description = [SXT/Parts/Hull/ServiceMod1/ISK-30CrewCabin.cfg]
  35.  
  36. attachRules = 1,0,1,1,0
  37. CrewCapacity = 4
  38.  
  39. mass = 8
  40. dragModelType = default
  41. maximum_drag = 0.2
  42. minimum_drag = 0.3
  43. angularDrag = 2
  44. crashTolerance = 12
  45. breakingForce = 1600
  46. breakingTorque = 1600
  47. maxTemp = 2900
  48.  
  49. vesselType = Ship
  50.  
  51.  
  52. MODULE
  53. {
  54. name = ModuleScienceContainer
  55.  
  56. reviewActionName = Review Stored Data
  57. storeActionName = Store Experiments
  58. evaOnlyStorage = True
  59. storageRange = 3.5
  60. }
  61.  
  62. MODULE
  63. {
  64. name = ModuleScienceLab
  65.  
  66. containerModuleIndex = 0
  67. dataTransmissionBoost = 3.5
  68. crewsRequired = 4
  69.  
  70. canResetConnectedModules = false
  71. canResetNearbyModules = false
  72. interactionRange = 8
  73.  
  74. RESOURCE_PROCESS
  75. {
  76. name = ElectricCharge
  77. amount = 60
  78. }
  79. }
  80.  
  81. MODULE
  82. {
  83. name = ModuleScienceExperiment
  84.  
  85. experimentID = crewReport
  86.  
  87. experimentActionName = Crew Report
  88. resetActionName = Discard Crew Report
  89. reviewActionName = Review Report
  90.  
  91. useStaging = False
  92. useActionGroups = True
  93. hideUIwhenUnavailable = True
  94. rerunnable = True
  95.  
  96. xmitDataScalar = 1.0
  97. }
  98.  
  99. INTERNAL
  100. {
  101. name = crewCabinInternals
  102. }
  103.  
  104. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement