summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-03-06 18:45:00 -0500
committerDavid Thompson <dthompson2@worcester.edu>2023-03-06 18:45:00 -0500
commit47399ace54d34d9fbd0989904d20a7e6e643885c (patch)
tree69b6bf8fcfe684282d344a95cc14d1d56aefd212
parentd06debb471b99805cb508072e03f7e1ee8f64fd2 (diff)
Update some crop timings.
-rw-r--r--js/garden.js32
1 files changed, 18 insertions, 14 deletions
diff --git a/js/garden.js b/js/garden.js
index 6cfad0e..9bc0c8c 100644
--- a/js/garden.js
+++ b/js/garden.js
@@ -94,10 +94,12 @@ const CROPS = [
new Crop("Amaranth", {
depth: 0.125,
family: "Amaranth",
+ headStart: 4,
maturity: 5,
spacing: 4,
springPlant: 0,
- species: ["amaranth tricolor"]
+ species: ["amaranth tricolor"],
+ transplant: true
}),
new Crop("Arugula", {
family: "Brassica",
@@ -114,7 +116,7 @@ const CROPS = [
}),
new Crop("Basil", {
family: "Mint",
- headStart: 8,
+ headStart: 5,
maturity: 6,
species: ["ocimum basilicum"],
springPlant: 2,
@@ -160,7 +162,7 @@ const CROPS = [
new Crop("Bok Choy", {
fallCrop: true,
family: "Brassica",
- headStart: 3,
+ headStart: 2,
maturity: 7,
spacing: 4,
species: ["brassica rapa"],
@@ -186,8 +188,9 @@ const CROPS = [
}),
new Crop("Cabbage (Early)", {
family: "Brassica",
+ fallCrop: true,
headStart: 4,
- maturity: 6,
+ maturity: 8,
species: ["brassica oleracea"],
springPlant: -3,
transplant: true
@@ -198,14 +201,13 @@ const CROPS = [
headStart: 4,
maturity: 14,
species: ["brassica oleracea"],
- springPlant: -3,
transplant: true
}),
new Crop("Cabbage (Asian)", {
family: "Brassica",
fallCrop: true,
- headStart: 3,
- maturity: 10,
+ headStart: 2,
+ maturity: 8,
species: ["brassica rapa"],
springPlant: -3,
transplant: true
@@ -237,10 +239,12 @@ const CROPS = [
new Crop("Claytonia", {
fallCrop: true,
family: "Montiaceae",
+ headStart: 4,
maturity: 6,
spacing: 9,
species: ["montia perfoliata"],
- springPlant: -5
+ springPlant: -5,
+ transplant: true
}),
new Crop("Cucumber", {
depth: .5,
@@ -342,12 +346,12 @@ const CROPS = [
species: ["valerianella locusta"],
springPlant: -4
}),
- new Crop("Mustard (Asian Greens)", {
+ new Crop("Mustard Greens", {
family: "Brassica",
headStart: 3,
interval: 3,
maturity: 6,
- pause: 3,
+ pause: 1,
resume: 10,
spacing: 4,
species: ["brassica juncea", "brassica rapa"],
@@ -491,7 +495,7 @@ const CROPS = [
maturity: 4,
spacing: 4,
species: ["beta vulgaris"],
- springPlant: -3,
+ springPlant: 2,
transplant: true
}),
new Crop("Tomato (Indeterminate)", {
@@ -540,7 +544,7 @@ const CROPS = [
}),
new Crop("Calendula", {
family: "Aster",
- headStart: 6,
+ headStart: 4,
maturity: 11,
species: ["calendula officinalis"],
springPlant: 0,
@@ -582,7 +586,7 @@ const CROPS = [
}),
new Crop("Mexican Sunflower", {
family: "Aster",
- headStart: 6,
+ headStart: 4,
maturity: 12,
species: ["tithonia rotundifolia"],
springPlant: 0,
@@ -591,7 +595,7 @@ const CROPS = [
new Crop("Nasturtium", {
depth: 0.5,
family: "Tropaeolum",
- headStart: 3,
+ headStart: 2,
maturity: 8,
species: ["tropaeolum majus"],
springPlant: 0,