Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. PART
  2. {
  3. name = airScoop
  4. module = Part
  5. author = NovaSilisko, Porkjet
  6. mesh = RadialIntake.mu
  7. rescaleFactor = 1
  8. node_attach = 0.0, 0.3370661, 0.0, 0.0, 1.0, 0.0
  9. buoyancy = 0.1
  10. TechRequired = aerodynamicSystems
  11. entryCost = 2500
  12. cost = 250
  13. category = Aero
  14. subcategory = 0
  15. title = #autoLOC_500115 //#autoLOC_500115 = XM-G50 Radial Air Intake
  16. manufacturer = #autoLOC_501625 //#autoLOC_501625 = Vac-Co Advanced Suction Systems
  17. description = #autoLOC_500116 //#autoLOC_500116 = An intake duct version that can be mounted at the sides of a fuselage. Warranty does not cover engine flame-outs or any objects, inanimate or otherwise, sucked in by the intake. Optimized for subsonic flight.
  18. attachRules = 0,1,0,0,0
  19. mass = 0.02
  20. thermalMassModifier = 6.0
  21. // heatConductivity = 0.06 // half default
  22. dragModelType = default
  23. maximum_drag = 0.2
  24. minimum_drag = 0.2
  25. angularDrag = 1
  26. crashTolerance = 10
  27. breakingForce = 200
  28. breakingTorque = 200
  29. maxTemp = 2000
  30. bulkheadProfiles = srf
  31. tags = #autoLOC_500117 //#autoLOC_500117 = aero aircraft breathe fligh inlet jet oxygen plane subsonic suck
  32. MODULE
  33. {
  34. name = ModuleResourceIntake
  35. resourceName = IntakeAir
  36. checkForOxygen = true
  37. area = 0.0031
  38. intakeSpeed = 15
  39. intakeTransformName = Intake
  40. machCurve
  41. {
  42. key = 1 1 0 0
  43. key = 1.5 0.9 -0.4312553 -0.4312553
  44. key = 2.5 0.45 -0.5275364 -0.5275364
  45. key = 3.5 0.1 0 0
  46. }
  47. }
  48. RESOURCE
  49. {
  50. name = IntakeAir
  51. amount = 2
  52. maxAmount = 2
  53. }
  54.  
  55. MODULE
  56. {
  57. name = ModuleResourceIntake
  58. resourceName = Particle_Dust
  59. checkForOxygen = false
  60. area = 0.0031
  61. intakeSpeed = 15
  62. intakeTransformName = Intake
  63. machCurve
  64. {
  65. key = 1 1 0 0
  66. key = 1.5 0.9 -0.4312553 -0.4312553
  67. key = 2.5 0.45 -0.5275364 -0.5275364
  68. key = 3.5 0.1 0 0
  69. }
  70. }
  71. RESOURCE
  72. {
  73. name = Particle_Dust
  74. amount = 2
  75. maxAmount = 2
  76. }
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement