summaryrefslogtreecommitdiff
path: root/js/garden.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/garden.js')
-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,