Advertisement
Guest User

Untitled

a guest
Sep 25th, 2020
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. // Rescale LV-T30 to .625m
  2.  
  3. +PART[liquidEngine]
  4. {
  5. @name = UKSliquidEngineLVT05
  6. @TechRequired = basicRocketry
  7. @node_stack_top = 0.0, 7, 0.0, 0.0, 1.0, 0.0, 0
  8. @node_stack_bottom = 0.0, -7, 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 = .156
  16. @title = #LOC_UKS_liquidEngineLVT05_title
  17. @description = #LOC_UKS_liquidEngineLVT05_description
  18. @bulkheadProfiles = size0
  19. rescaleFactor = 0.5
  20.  
  21. @MODULE[ModuleEngines*]
  22. {
  23. @maxThrust = 23
  24. }
  25. }
  26.  
  27. @PART[UKSliquidEngineLVT05]: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, -.42, 0.0, 0.0, -1.0, 0.0, 0
  31. }
  32.  
  33. @PART[UKSliquidEngineLVT05]:NEEDS[SmokeScreen,!ReStock]:AFTER[zzzUnKerballedStart]
  34. {
  35. PLUME
  36. {
  37. name = Kerolox-Lower
  38. transformName = thrustTransform
  39. localRotation = 0,0,0
  40. flarePosition = 0,0,0.1
  41. plumePosition = 0,0,0.3
  42. plumeScale = 0.15
  43. flareScale = 0.3
  44. energy = 1.0
  45. speed = 0.6
  46. }
  47. @MODULE[ModuleEngines*]
  48. {
  49. %powerEffectName = Kerolox-Lower
  50. !runningEffectName = DELETE
  51. }
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement