Advertisement
Guest User

Untitled

a guest
Dec 21st, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. @BASIC_NTR_PROPELLANT[Water]:Final
  2. {
  3. @PROPELLANT[LqdWater]
  4. {
  5. @name = Water
  6. }
  7. }
  8. @WARP_PLUGIN_SETTINGS[WarpPluginSettings]:Final
  9. {
  10. @WaterResourceName = Water
  11. }
  12. @OCEANIC_RESOURCE_DEFINITION[EveWater]:Final
  13. {
  14. @resourceName = Water
  15. }
  16. @OCEANIC_RESOURCE_DEFINITION[KerbinWater]:Final
  17. {
  18. @resourceName = Water
  19. }
  20. @OCEANIC_RESOURCE_DEFINITION[LaytheWater]:Final
  21. {
  22. @resourceName = Water
  23. }
  24. @PLANETARY_RESOURCE_DEFINITION[*]:HAS[#celestialBodyName[Duna]]:Final
  25. {
  26. @resourceName = Water
  27. }
  28. @PLANETARY_RESOURCE_DEFINITION[*]:HAS[#celestialBodyName[Vall]]:Final
  29. {
  30. @resourceName = Water
  31. }
  32. @PART[FNLiquidWaterTank]:Final
  33. {
  34. @RESOURCE[LqdWater]
  35. {
  36. @name = Water
  37. @amount = 4065
  38. @maxAmount = 4065
  39. }
  40. }
  41. @PART[FNRefinery]:Final
  42. {
  43. @MODULE[FNModuleResourceExtraction[*]:HAS[#resourceName[LqdWater]]
  44. {
  45. @resourceName = Water
  46. }
  47. @RESOURCE[LqdWater]
  48. {
  49. @name = Water
  50. }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement