#Crop Data Verification

1 messages · Page 1 of 1 (latest)

vagrant raptor
#

Multi-harvest crops have a "cooldown" after harvesting until they start growing. I added this to the wiki a while back: Multiple-Harvest Crops have a cooldown until they start growing again, when harvested or first planted. This cooldown is equal to 50% of their Crop Grow Time multiplied with the amount of not fully grown slots. For example: After harvesting all 6 Lemons of a Lemon Crop, the first Lemon will have 30 min cooldown, the second will have 1 h and so on. This cooldown also applies to Multiple-Harvest Crops with only a single slot.
A formula for the crop size of a crop after harvesting would be (newPlantScale + (totalSlots - harvestableSlots) * 0.5) * baseGrowTime where baseGrowTime is the "Crop Grow Time" on wiki and harvestableSlots excludes the just harvested plant.

As for the values the wiki should be correct, I checked most of the values myself. Also when you plant a multi-harvest crop, the time shown on your fruit will be the matureTime + growTime of the specific crop. So the time shown will always be higher than the matureTime, but the matureTime is consistent and doesn't scale.

balmy osprey
# vagrant raptor Multi-harvest crops have a "cooldown" after harvesting until they start growing....

Thanks for the detailed explanation, it makes sense with the cooldown logic!
But when I tested in-game, my results don’t match the formula from the wiki.

For example, with Tomato (Mature Time = 1100s):

According to the cooldown formula → the first crop after harvest should take 0.5 × 1100 = 550s, and the second one 1100s.

What I actually observed in-game: the first crop regrows in 60s, and the second one in 80s.

Did I misunderstand or miscalculate how your formula should be applied? Or could it be that the regrow times were changed in the current version of the game?

vagrant raptor
#

Meaning you have to wait the mature time + the time of a crop to grow when you first plant

balmy osprey
#

Got it, that makes sense now! I didn’t fully understand it before, sorry for the confusion and thanks for clarifying 🙏

#

By the way, do you happen to be the one who worked on the wiki data?
I noticed that the sell price for Cactus at scale 1 is actually 161,000 in-game, while the wiki lists 287,000. Just wanted to check if that’s maybe outdated data or if I’m missing something.