From 47399ace54d34d9fbd0989904d20a7e6e643885c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 6 Mar 2023 18:45:00 -0500 Subject: Update some crop timings. --- js/garden.js | 32 ++++++++++++++++++-------------- 1 file 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, -- cgit v1.2.3