Advertisement
thepsuedomonkey

WeldedLander

Aug 17th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.64 KB | None | 0 0
  1. PART
  2. {
  3. name = ZWeldedLander0
  4. module = HLandingLeg
  5. author = NovaSilisko et al.
  6.  
  7. MODEL
  8. {
  9.     model = Squad/Parts/FuelTank/RCStankMini/model
  10.     position = 0,1.474153,0
  11.     scale = 1.0, 1.0, 1.0
  12.     rotation = 0, 0, 0
  13. }
  14. MODEL
  15. {
  16.     model = Squad/Parts/Electrical/batteryBankMini/model
  17.     position = 0,1.186653,0
  18.     scale = 1.0, 1.0, 1.0
  19.     rotation = 0, 0, 0
  20. }
  21. MODEL
  22. {
  23.     model = Squad/Parts/FuelTank/miniFuelTank/model
  24.     position = 0,0.91238,0
  25.     scale = 1.0, 1.0, 1.0
  26.     rotation = 0, 0, 0
  27. }
  28. MODEL
  29. {
  30.     model = Squad/Parts/Utility/miniLandingLeg/model
  31.     position = -0.3319807,0.997854,0
  32.     scale = 1.0, 1.0, 1.0
  33.     rotation = 0,0,-5
  34. }
  35. MODEL
  36. {
  37.     model = Squad/Parts/Utility/miniLandingLeg/model
  38.     position = 0,0.997854,0.3319807
  39.     scale = 1.0, 1.0, 1.0
  40.     rotation = 0,90,-5
  41. }
  42. MODEL
  43. {
  44.     model = Squad/Parts/Utility/miniLandingLeg/model
  45.     position = 0.3319807,0.997854,0
  46.     scale = 1.0, 1.0, 1.0
  47.     rotation = 0,180,-5
  48. }
  49. MODEL
  50. {
  51.     model = Squad/Parts/Utility/miniLandingLeg/model
  52.     position = 0,0.997854,-0.3319807
  53.     scale = 1.0, 1.0, 1.0
  54.     rotation = 0,-90,-5
  55. }
  56. MODEL
  57. {
  58.     model = Squad/Parts/Utility/longAntenna/model
  59.     position = 0.2134704,1.320549,-0.2134704
  60.     scale = 1.0, 1.0, 1.0
  61.     rotation = 90,135,0
  62. }
  63. MODEL
  64. {
  65.     model = Squad/Parts/Electrical/solarPanels5/model
  66.     position = -0.2134704,1.320549,0.2134704
  67.     scale = 1.0, 1.0, 1.0
  68.     rotation = 0,-45,0
  69. }
  70.  
  71. rescaleFactor = 1
  72.  
  73.  
  74. node_stack_top = 0.0, 1.65, 0.0, 0.0, 1.0, 0.0, 0
  75. node_stack_bottom = 0.0, 0.71, 0.0, 0.0, 1.0, 0.0, 0
  76.  
  77.  
  78. cost = 1440
  79. category = Propulsion
  80. subcategory = 0
  81. title = A mess
  82. manufacturer = KittyHawk United
  83. description = A welded assembly for landing probes or other light vehicles.  Engines not included.
  84. attachRules = 1,0,1,1,0
  85.  
  86. mass = 0.13
  87. dragModelType = default
  88. maximum_drag = 0.2
  89. minimum_drag = 0.2
  90. angularDrag = 2
  91. crashTolerance = 10
  92. maxTemp = 3600
  93. breakingForce = 50
  94. breakingTorque = 50
  95.  
  96. animationName = probeleg
  97. deploySpeed = 1
  98. retractSpeed = -1
  99. randomSpeedFactor = 0.02
  100.  
  101. MODULE
  102. {
  103.    name = ModuleAnimateGeneric
  104.    animationName = antenna
  105.    isOneShot = false
  106. }
  107. MODULE
  108. {
  109.     name = ModuleDeployableSolarPanel
  110.     sunTracking = false
  111.     raycastTransformName = suncatcher
  112.     pivotName = suncatcher
  113.     isBreakable = false
  114.     resourceName = ElectricCharge
  115.     chargeRate = 0.75
  116.     powerCurve
  117.     {
  118.         key = 206000000000 0 0 0
  119.         key = 13599840256 1 0 0
  120.         key = 68773560320 0.5 0 0
  121.         key = 0 10 0 0
  122.     }
  123. }
  124.  
  125. RESOURCE
  126. {
  127.  name = LiquidFuel
  128.  amount = 5.73
  129.  maxAmount = 5.73
  130. }
  131. RESOURCE
  132. {
  133.  name = Oxidizer
  134.  amount = 7
  135.  maxAmount = 7
  136. }
  137. RESOURCE
  138. {
  139.  name = MonoPropellant
  140.  amount = 50
  141.  maxAmount = 50
  142. }
  143. RESOURCE
  144. {
  145.  name = ElectricCharge
  146.  amount = 200
  147.  maxAmount = 200
  148. }
  149. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement