-
Notifications
You must be signed in to change notification settings - Fork 100
Seasons
Dynamic Trees contains a complete implementation of a seasonal system where fruits and trees will grow and bloom in specific periods of the year. To activate this system install a mod that implements seasons, for example Serene Seasons.
Fruit trees may bloom a few weeks before they fruit, growing flowers before fruits start to grow.
Having working seasons adds a huge amount of immersion, but it can also make the game a bit harder. The tree's behavior will depend on the type of biome, which can be either temperate or tropical.
Tree growth will peak during summer and almost halt during winter, while seeds will drop most during fall.
For harvesting the leaves and chopping down trees there's a 15% season chance added year round on top of the factor. This is not shown on the graph.
Growth rate remains at maximum during half of the year, but dips a bit between summer and autumn. (the reasoning behind this is that these are the dryer seasons)
Meanwhile seeds also drop during the entire year but have a slightly lower rate during winter.
Different Dynamic Trees addons may implement different fruits, each fruit has its own fruiting season based on an offset away from summer (cycling back on 4). The fruiting season may not match the tree's growing season, as trees will still grow faster during summer and stop growing during winter.
These graphs show the fruit production rate for temperate and tropical biomes with the default fruiting offset (0, which is summer). Fruits with other offsets will have a similar graph but with peaks and valleys aligned with their preferred season.
The offset goes between 0 (inclusive) and 4 (exclusive) where each whole unit represents an entire season. Fractional values are allowed.
Based on average growth rates of real life fruits, here is a list of fruits with their offsets.
Fruit Name | Fruiting Season | Offset Value | Example Addons |
---|---|---|---|
Apple | Summer | 0 | Dynamic Trees |
Apricot | Summer | 0 | PHC, PHC2 |
Cherry | Summer | 0 | PHC, PHC2 |
Dragonfruit | Summer | 0 | PHC, PHC2 |
Durian | Summer | 0 | PHC, PHC2 |
Gooseberry | Summer | 0 | PHC, PHC2 |
Lime | Summer | 0 | PHC, PHC2 |
Lychee | Summer | 0 | PHC, PHC2 |
Nutmeg | Summer | 0 | PHC, PHC2 |
Peach | Summer | 0 | PHC, PHC2 |
Plum | Summer | 0 | PHC, PHC2 |
Peppercorn | Summer | 0 | PHC, PHC2 |
Prickly Pear | Summer | 0 | Ecologics |
Nectarine | Summer | 0 | Croptopia |
Mulberry | Summer | 0 | Upgrade Aquatic, Heat and Climate |
Mango | Late Summer, Early Autumn | 0.5 | PHC, PHC2 |
Pawpaw | Late Summer, Early Autumn | 0.5 | PHC, PHC2 |
Pear | Late Summer, Early Autumn | 0.5 | PHC, PHC2 |
Pistachio | Late Summer, Early Autumn | 0.5 | PHC, PHC2 |
Almond | Late Summer, Early Autumn | 0.5 | PHC, PHC2 |
Candlenut | Late Summer, Early Autumn | 0.5 | PHC2 |
Chestnut | Late Summer, Early Autumn | 0.5 | PHC, PHC2 |
Fig | Late Summer, Early Autumn | 0.5 | PHC, PHC2 |
Jackfruit | Late Summer, Early Autumn | 0.5 | PHC, PHC2 |
Rambutan | Late Summer, Early Autumn | 0.5 | PHC, PHC2 |
Walnut | Late Summer, Early Autumn | 0.5 | PHC, PHC2, Ecologics |
Hazelnut | Autumn | 1 | PHC, PHC2 |
Olive | Autumn | 1 | PHC, PHC2 |
Pecan | Autumn | 1 | PHC, PHC2 |
Pinenut | Autumn | 1 | PHC, PHC2 |
Pinyon | Autumn | 1 | PHC, PHC2 |
Soursop | Autumn | 1 | PHC, PHC2 |
Starfruit | Autumn | 1 | PHC, PHC2 |
Acorns | Autumn | 1 | PHC2 |
Green Apple | Autumn | 1 | The Aether |
Date | Late Autumn, Early Winter | 1.5 | PHC, PHC2 |
Persimmon | Late Autumn, Early Winter | 1.5 | PHC, PHC2 |
Pomegranate | Late Autumn, Early Winter | 1.5 | PHC, PHC2 |
Olive | Late Autumn, Early Winter | 1.5 | Heat and Climate |
Vanilla | Winter | 2 | PHC, PHC2 |
Kumquat | Winter | 2 | Croptopia |
Avocado | Late Winter, Early Spring | 2.5 | PHC, PHC2 |
Lemon | Late Winter, Early Spring | 2.5 | PHC, PHC2 |
Orange | Late Winter, Early Spring | 2.5 | PHC, PHC2 |
Breadfruit | Spring | 3 | PHC, PHC2 |
Cashew | Spring | 3 | PHC, PHC2 |
Grapefruit | Spring | 3 | PHC, PHC2 |
Guava | Spring | 3 | PHC, PHC2 |
Saguaro Fruit | Late Spring, Early Summer | 3.5 | Dynamic Trees Plus |
Passionfruit | Late Spring, Early Summer | 3.5 | PHC, PHC2 |
Mesquite | Late Spring, Early Summer | 3.5 | PHC2 |
Tamarind | Late Spring, Early Summer | 3.5 | PHC, PHC2 |
Ume | Late Spring, Early Summer | 3.5 | Sakura |
Banana | Year-round | null | PHC, PHC2, Neapolitan |
Coconut | Year-round | null | PHC, PHC2, Atum2, Ecologics |
Papaya | Year-round | null | PHC, PHC2 |
All of these values are just for reference, any offset can be modified through the use of TreePacks for any mod and addon.