Advertisement
scerion

DrPepper Fuel Tank for KSP1.0 fuelTankDP.cfg

May 2nd, 2015
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. PART
  2. {
  3. // Kerbal Space Program - Part Config
  4. // Dr Pepper Fuel Tank
  5. //
  6.  
  7. // --- general parameters ---
  8. name = fuelTank-dp
  9. module = Part
  10. author = DasValdez
  11.  
  12. // --- asset parameters ---
  13. mesh = model.mu
  14. scale = 0.1
  15.  
  16. // --- node definitions ---
  17. node_stack_top = 0.0, 7.72552, 0.0, 0.0, 1.0, 0.0
  18. node_stack_bottom = 0.0, -7.3, 0.0, 0.0, -1.0, 0.0
  19. node_attach = 5.01, 0.0, 0.0, 1.0, 0.0, 0.0, 1
  20.  
  21. // --- editor parameters ---
  22. TechRequired = experimentalScience
  23. entryCost = 1600
  24. cost = 850
  25. category = FuelTank
  26. subcategory = 0
  27. title = Dr Pepper Fuel Tank
  28. manufacturer = Kerbal Space Academy
  29. description = Congratulations, you've 'beaten' KSP! Your reward? A frosty beverage! Let the world know your rocket is sponsored by Dr Pepper. Not because they pay you, but because you're fueled by it!
  30.  
  31. // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
  32. attachRules = 1,1,1,1,0
  33.  
  34. // --- standard part parameters ---
  35. mass = 0.25
  36. dragModelType = default
  37. maximum_drag = 0.2
  38. minimum_drag = 0.3
  39. angularDrag = 2
  40. crashTolerance = 23
  41. breakingForce = 50
  42. breakingTorque = 50
  43. maxTemp = 2000 // = 2900
  44. bulkheadProfiles = size1, srf
  45. RESOURCE
  46. {
  47. name = LiquidFuel
  48. amount = 180
  49. maxAmount = 180
  50. }
  51.  
  52. RESOURCE
  53. {
  54. name = Oxidizer
  55. amount = 220
  56. maxAmount = 220
  57. }
  58.  
  59. MODULE
  60. {
  61. name = TweakScale
  62. type = stack
  63. defaultScale = 1.25
  64. }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement