summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-03-04 13:35:15 -0500
committerDavid Thompson <dthompson2@worcester.edu>2023-03-04 13:35:15 -0500
commitd06debb471b99805cb508072e03f7e1ee8f64fd2 (patch)
tree22ff4efdf61cc798ddaec596e6371627ecbdb941
parentb00a4889ee5e526488ac7347b743d1c6749a12a9 (diff)
Lengthen some succession intervals.
-rw-r--r--js/garden.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/garden.js b/js/garden.js
index 18def3b..6cfad0e 100644
--- a/js/garden.js
+++ b/js/garden.js
@@ -124,7 +124,7 @@ const CROPS = [
depth: 1,
family: "Legume",
headStart: 3,
- interval: 2,
+ interval: 3,
maturity: 8,
spacing: 9,
species: ["phaseolus vulgaris"],
@@ -221,7 +221,7 @@ const CROPS = [
}),
new Crop("Carrot", {
family: "Umbellifer",
- interval: 2,
+ interval: 4,
maturity: 10,
spacing: 16,
species: ["daucus carota"],
@@ -229,7 +229,7 @@ const CROPS = [
}),
new Crop("Cilantro", {
family: "Umbellifer",
- interval: 2,
+ interval: 3,
maturity: 7,
species: ["coriandrum sativum"],
springPlant: 0
@@ -345,7 +345,7 @@ const CROPS = [
new Crop("Mustard (Asian Greens)", {
family: "Brassica",
headStart: 3,
- interval: 2,
+ interval: 3,
maturity: 6,
pause: 3,
resume: 10,