Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. PART
  2. {
  3. // --- general parameters ---
  4. name = 2x1noseconeflatremote
  5. module = Part
  6. author = Lack
  7.  
  8. // --- asset parameters ---
  9. MODEL
  10. {
  11. model = LLL/Models/Structural/2x1x25New/Flatendcap
  12. scale = 1.25 , 1.25 , 1.25
  13. }
  14. scale = 1
  15. rescaleFactor = 1
  16.  
  17. // --- node definitions ---
  18. node_stack_bottom = 0.0, 0.025, 0.0, 0.0, 1.0, 0.0
  19.  
  20. // --- editor parameters ---
  21. TechRequired = start
  22. entryCost = 0
  23. cost = 850
  24. category = Pods
  25. subcategory = 0
  26. title = 2x1 Remote Control Unit
  27. manufacturer = Lack Luster Labs
  28. description = It's a 2x1 cap with basic remote control. Great for basic rovers without any mod-cons.
  29.  
  30. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
  31. attachRules = 1,0,1,1,0
  32.  
  33. // --- standard part parameters ---
  34. mass = 0.1
  35. dragModelType = default
  36. maximum_drag = 0
  37. minimum_drag = 0
  38. angularDrag = 0
  39. crashTolerance = 20
  40. breakingForce = 200
  41. breakingTorque = 200
  42. maxTemp = 4200
  43.  
  44. MODULE
  45. {
  46. name = ModuleCommand
  47. minimumCrew = 0
  48.  
  49. RESOURCE
  50. {
  51. name = ElectricCharge
  52. rate = 0.01
  53. }
  54. }
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement