Advertisement
Guest User

config

a guest
Jun 8th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. PART
  2. {
  3. name = TestPart
  4. module = Part
  5. author = Me
  6. rescaleFactor = 1.0
  7. node_stack_top = 0.0, 0.3125, 0.0, 0.0, 1.0, 0.0, 1
  8. node_stack_bottom = 0.0, -0.3125, 0.0, 0.0, -1.0, 0.0, 1
  9. node_attach = 0.5, 0.0, 0.0, 1.0, 0.0, 0.0
  10. TechRequired = basicRocketry
  11. entryCost = 1200
  12. cost = 150
  13. category = FuelTank
  14. subcategory = 0
  15. title = KSPTest
  16. manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
  17. description = The T100 is a miniature fuel tank made to be even more adorable than its bigger brother, the T200. Handle stoically and with care.
  18. attachRules = 1,1,1,1,0
  19. mass = 0.0625
  20. dragModelType = default
  21. maximum_drag = 0.2
  22. minimum_drag = 0.2
  23. angularDrag = 2
  24. crashTolerance = 6
  25. maxTemp = 2000 // = 2900
  26. breakingForce = 50
  27. breakingTorque = 50
  28. bulkheadProfiles = size1, srf
  29. RESOURCE
  30. {
  31. name = LiquidFuel
  32. amount = 45
  33. maxAmount = 45
  34. }
  35. RESOURCE
  36. {
  37. name = Oxidizer
  38. amount = 55
  39. maxAmount = 55
  40. }
  41. MODEL
  42. {
  43. model = Custom/Parts/TestPart/KSPTest
  44. }
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement