Advertisement
MrWizerd

part.cfg

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