31 { "The potato seeds have only just been planted." },
32 { "The potato plants have grown to double their", "previous height." },
33 { "The potato plants now are the same height as the", "surrounding weeds." },
34 { "The potato plants now spread their branches wider,", "not growing as much as before." },
35 { "The potato plants are ready to harvest. A white", "flower at the top of each plant opens up." }
36 }),
37 ONIONS(new String[][] {
38 { "The onion seeds have only just been planted." },
39 { "The onions are partially visible and the stems", "have grown." },
40 { "The top of the onion of the onion plant is clear", "above the ground and the onion is white." },
41 { "The onion plant is slightly larger than before and", "the onion is cream coloured." },
42 { "The onion stalks are larger than before and the", "onion is now light and brown coloured." }
43 }),
44 CABBAGES(new String[][] {
45 { "The cabbage seeds have only just been planted,", "the cabbages are small and bright green." },
46 { "The cabbages are much larger, with more leaves", "surrounding the head." },
47 { "The cabbages are larger than before, and textures", "of leaves are now easily observable." },
48 { "The cabbage head has swollen larger, and the", "surrounding leaves are more close to the ground." },
49 { "The cabbage plants are ready to harvest. The", "centre of each cabbage head is light green coloured." }
50 }),
51 TOMATOES(new String[][] {
52 { "The tomato seeds have only just been planted." },
53 { "The tomato plants grow twice as large as before." },
54 { "The tomato plants grow larger, and small green", "tomatoes are now observable." },
55 { "The tomato plants grow thicker to hold up the", "weight of the tomatoes. The tomatoes are now light", "orange and slightly larger on the plant." },
56 { "The tomato plants are ready to harvest. The tomato", "plants leaves are larger and the tomatoes are", "ripe red." }
57 }),
58 SWEETCORNS(new String[][] {
59 { "The sweetcorn plants have only just been planted." },
60 { "The sweetcorn plants are waist tall now and are", "leafy." },
61 { "The sweetcorn plants are slightly taller than", "before and slightly thicker." },
62 { "The sweetcorn leaves are larger at the base, and", "the plants are slightly taller." },
63 { "Closed corn cobs are now observable on the", "sweetcorn plants." },
64 { "The sweetcorn plants are ready to harvest. The", "corn cobs are open and visibly yellow." }
65 }),
66 STRAWBERRIES(new String[][] {
67 { "The strawberry seeds have only just been planted." },
68 { "The strawberry plants have more leaves than before." },
69 { "The strawberry plants have even more leaves and is", "slightly taller than before." },
70 { "Each strawberry plant has opened one white", "flower each." },
71 { "The strawberry plants are slightly larger, and", "have small strawberries visible at their bases." },
72 { "The strawberry plants are slightly larger, opened", "a second flower each, and have more strawberries." },
73 { "The strawberry plants are ready to harvest. The", "strawberries are almost as large as the flowers." }
74 }),
75 WATERMELONS(new String[][] {
76 { "The watermelon seeds have only just been planted." },
77 { "The watermelon plants have more leaves than before." },
78 { "The watermelon plants have even more leaves and is", "slightly taller than before." },
79 { "Each watermelon plant has opened one white", "flower each." },
80 { "The watermelon plants are slightly larger, and", "have small watermelons visible at their bases." },
81 { "The watermelon plants are slightly larger, opened", "a second flower each, and have more watermelons." },
82 { "The watermelon plants are ready to harvest. The", "watermelons are almost as large as the flowers." }
83 }),
84 MARIGOLD(new String[][] {
85 { "The seeds have only just been planted." },
86 { "The marigold plants have developed leaves." },
87 { "The marigold plants have begun to grow their", "flowers. The new flowers are orange and small at", "first." },
88 { "The marigold plants are larger, and more", "developed in their petals." },
89 { "The marigold plants are ready to harvest. Their", "flowers are fully matured." }
90 }),
91 ROSEMARY(new String[][] {
92 { "The seeds have only just been planted." },
93 { "The rosemary plant is taller than before." },
94 { "The rosemary plant is bushier and taller than", "before." },
95 { "The rosemary plant is developing a flower bud at", "its top." },
96 { "The plant is ready to harvest. The rosemary", "plant's flower has opened." }
97 }),
98 NASTURTIUM(new String[][] {
99 { "The nasturtium seed has only just been planted." },
100 { "The nasturtium plants have started to develop", "leaves." },
101 { "The nasturtium plants have grown more leaves,", "and nine flower buds." },
102 { "The nasturtium plants open their flower buds." },
103 { "The plants are ready to harvest. The nasturtium", "plants grow larger than before and the flowers", "fully open." }
104 }),
105 WOAD(new String[][] {
106 { "The woad seed has only just been planted." },
107 { "The woad plant produces more stalks, that split", "in tow near the top." },
108 { "The woad plant grows more segments from its", "intitial stalks." },
109 { "The woad plant develops flower buds on the end", "of each of its stalks." },
110 { "The woad plant is ready to harvest. The plant has", "all of its stalks pointing directly up, with", "all flowers open." }
111 }),
112 LIMPWURT(new String[][] {
113 { "The seed has only just been planted." },
114 { "The limpwurt plant produces more roots." },
115 { "The limpwurt plant produces an unopened pink", "flower bud and continues to grow larger." },
116 { "The limpwurt plant grows larger, with more loops", "in its roots. The flower bud is still unopened." },
117 { "The limpwurt plant is ready to harvest. The", "flower finally opens wide, with a spike in the", "middle." }