Guest User

Science.cfg

a guest
Feb 17th, 2023
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. //
  2. // life support for the science lab
  3. //
  4. @PART[Benjee10_MMSEV_baseLab]:FOR[PlanetsideExplorationTechnologies]:NEEDS[USILifeSupport]
  5. {
  6. MODULE
  7. {
  8. name = USI_SwapController
  9. }
  10. MODULE
  11. {
  12. name = USI_SwappableBay
  13. bayName = Bay 1
  14. moduleIndex = 0
  15. }
  16. MODULE
  17. {
  18. name = USI_Converter
  19. UseSpecialistBonus = false
  20. }
  21. MODULE
  22. {
  23. name = USILS_LifeSupportRecyclerSwapOption
  24. ConverterName = Life Support
  25. StartActionName = Start Life Support
  26. StopActionName = Stop Life Support
  27.  
  28. CrewCapacity = 2
  29. RecyclePercent = 0.7
  30.  
  31. INPUT_RESOURCE
  32. {
  33. ResourceName = ElectricCharge
  34. Ratio = 3.5
  35. }
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment