Advertisement
Guest User

Farming

a guest
Aug 17th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. {
  2. "RemoveIrrigationFromPlants": [
  3. "BasicSingleHarvestPlant",
  4. "PrickleFlower",
  5. "SeaLettuce",
  6. "BasicFabricPlant",
  7. "SaltPlant",
  8. "ColdWheat",
  9. "SpiceVine",
  10. "ForestTree",
  11. "BeanPlant",
  12. "Oxyfern"
  13. ],
  14. "AddIrrigation": {
  15. "BasicSingleHarvestPlant": {
  16. "Dirt": 2.5
  17. },
  18. "PrickleFlower": {
  19. "Water": 5.0
  20. },
  21. "SeaLettuce": {
  22. "Water": 2.5
  23. },
  24. "BasicFabricPlant": {
  25. "DirtyWater": 40.0
  26. },
  27. "SaltPlant": {
  28. "Water": 2.0
  29. },
  30. "ColdWheat": {
  31. "Water": 5.0
  32. },
  33. "SpiceVine": {
  34. "DirtyWater": 7.0,
  35. "Phosphorite": 0.5
  36. },
  37. "ForestTree": {
  38. "DirtyWater": 15.0,
  39. "Dirt": 2.5
  40. },
  41. "BeanPlant": {
  42. "Ethanol": 5.0,
  43. "Dirt": 1.0
  44. },
  45. "Oxyfern": {
  46. "Water": 5.0
  47. }
  48. },
  49. "SetIllumination": {
  50. "Mushroom": -1,
  51. "PrickleFlower": 1
  52. },
  53. "SetPlantTempAtmosphere": {
  54. "PrickleFlower": {
  55. "temperature_lethal_low": 218.15,
  56. "temperature_warning_low": 273.15,
  57. "temperature_warning_high": 308.15,
  58. "temperature_lethal_high": 398.15,
  59. "safe_elements": [
  60. "Oxygen",
  61. "ContaminatedOxygen",
  62. "CarbonDioxide"
  63. ],
  64. "pressure_sensitive": true,
  65. "pressure_lethal_low": 0.0,
  66. "pressure_warning_low": 0.1,
  67. "crop_id": "",
  68. "can_drown": true,
  69. "can_tinker": true,
  70. "require_solid_tile": true,
  71. "should_grow_old": true,
  72. "max_age": 2400.0
  73. },
  74. "BasicSingleHarvestPlant": {
  75. "temperature_lethal_low": 218.2,
  76. "temperature_warning_low": 278.2,
  77. "temperature_warning_high": 313.1,
  78. "temperature_lethal_high": 403.1,
  79. "safe_elements": [
  80. "Oxygen",
  81. "ContaminatedOxygen",
  82. "CarbonDioxide"
  83. ],
  84. "pressure_sensitive": true,
  85. "pressure_lethal_low": 0.0,
  86. "pressure_warning_low": 0.1,
  87. "crop_id": "",
  88. "can_drown": true,
  89. "can_tinker": true,
  90. "require_solid_tile": true,
  91. "should_grow_old": true,
  92. "max_age": 2400.0
  93. }
  94. },
  95. "SetPlantCrop": {
  96. "ColdWheatSeed": {
  97. "cropId": "ColdWheatSeed",
  98. "cropDuration": 5400.0,
  99. "numProduced": 18,
  100. "renewable": true
  101.  
  102. "BasicPlantFood": {
  103. "cropId": "BasicPlantFood",
  104. "cropDuration": 900.0,
  105. "numProduced": 1,
  106. "renewable": true
  107. }
  108. },
  109. "SeedsGoIntoAnyFlowerPots": true,
  110. "WheezewortTempDelta": -20.0,
  111. "OxyfernOxygenPerSecond": 0.03125
  112. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement