Advertisement
Guest User

RSS-ModuleManager Config for NearFuture Solar Panels

a guest
Dec 9th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. //NearFuture ModuleManager Config for RealSolarSystem (UNOFFICIAL)
  2. //by amo28
  3. @PART[solarpanels-modern01]
  4. {
  5. //1x4 panel. One panel is 4x the OX-STAT. 0.018 is the base rating
  6. @MODULE[ModuleDeployableSolarPanel]
  7. {
  8. @chargeRate = 0.26
  9. }
  10. }
  11.  
  12. @PART[solarpanels-modern02]
  13. {
  14. //1x3 panel. 15% less efficient than the 1x4 panel model
  15. @MODULE[ModuleDeployableSolarPanel]
  16. {
  17. @chargeRate = 0.22
  18. }
  19. }
  20.  
  21. @PART[solarpanels-modern03]
  22. {
  23. //Megalodor. Compare to Squad's Gigantor. 40% larger. 1.32 + 40%
  24. @MODULE[ModuleDeployableSolarPanel]
  25. {
  26. @chargeRate = 1.85
  27. }
  28. }
  29. @PART[solarpanels-modern04]
  30. {
  31. //More efficient version of NearFuture 1x4 panel. 15% performance increase
  32. @MODULE[ModuleDeployableSolarPanel]
  33. {
  34. @chargeRate = 0.30
  35. }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement