bjones3 / webMinigame

Webgame built with pure Javascript and Python http://www.gardensim.club/
0 stars 0 forks source link

Some seeds can accumulate more than one yield #70

Open phblj opened 7 years ago

phblj commented 7 years ago

This issue depends on #69.

Add a field to seed definitions called 'harvestStack'.

Seeds with harvestStack > 1 can go through multiple harvest cycles and then have all their yields collected at once. When a plot has its resources collected, it continues on growing if it was currently active. If it had filled up, it starts new

Seeds that have this value > 1 should have two gauges when planted-- one that counts down until the next harvest, and one that counts up until the plot is full and the growing stops.