Advertisement
Guest User

Untitled

a guest
Sep 25th, 2020
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. // Rescale LV-T45 to .625m
  2.  
  3. +PART[liquidEngine2]
  4. {
  5. @name = UKSliquidEngineLVT10
  6. @TechRequired = generalRocketry
  7. @node_stack_top = 0.0, 7, 0.0, 0.0, 1.0, 0.0, 0
  8. @node_stack_bottom = 0.0, -6.0, 0.0, 0.0, -1.0, 0.0, 0
  9. @fx_exhaustFlame_blue_small = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, running
  10. @fx_exhaustLight_blue = 0.0, -10.3, 0.0, 0.0, 0.0, 1.0, running
  11. @fx_smokeTrail_light = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, running
  12. @fx_exhaustSparks_flameout = 0.0, -10.3, 0.0, 0.0, 1.0, 0.0, flameout
  13. @entryCost *= .5
  14. @cost *= .5
  15. @mass = .1875
  16. @title = #LOC_UKS_liquidEngineLVT10_title
  17. @description = #LOC_UKS_liquidEngineLVT10_description
  18. @bulkheadProfiles = size0
  19. rescaleFactor = 0.5
  20.  
  21. @MODULE[ModuleEngines*]
  22. {
  23. @maxThrust = 21
  24. }
  25. }
  26.  
  27. @PART[UKSliquidEngineLVT10]:NEEDS[MissingHistory,!Restock]:BEFORE[zzzUnKerballedStart]
  28. {
  29. @node_stack_top = 0.0, 0.45, 0.0, 0.0, 1.0, 0.0, 0
  30. @node_stack_bottom = 0.0, -.35, 0.0, 0.0, -1.0, 0.0, 0
  31. }
  32.  
  33. @PART[UKSliquidEngineLVT10]:NEEDS[Restock]:BEFORE[zzzUnKerballedStart]
  34. {
  35. @node_stack_top = 0.0, 4.5, 0.0, 0.0, 1.0, 0.0
  36. @node_stack_bottom = 0.0, -3.5, 0.0, 0.0, -1.0, 0.0
  37. }
  38.  
  39. @PART[UKSliquidEngineLVT10]:NEEDS[SmokeScreen,!ReStock]:AFTER[zzzUnKerballedStart]
  40. {
  41. PLUME
  42. {
  43. name = Kerolox-Lower
  44. transformName = thrustTransform
  45. localRotation = 0,0,0
  46. flarePosition = 0,0,0.1
  47. plumePosition = 0,0,0.3
  48. plumeScale = 0.15
  49. flareScale = 0.3
  50. energy = 1.0
  51. speed = 0.6
  52. }
  53. @MODULE[ModuleEngines*]
  54. {
  55. %powerEffectName = Kerolox-Lower
  56. !runningEffectName = DELETE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement