Mutations in Grow a Garden 2: a complete explainer

The mutation system from first principles: what mutations are, how the eight stack, what triggers each, and why the published multipliers disagree.

Last reviewed: Jun 30, 2026

Mutations are the most distinctive mechanic in Grow a Garden 2. They turn a crop with a base value of a few Sheckles into something worth thousands or even millions — depending on which mutations stack on it. Eight mutations ship with the game, split into two classes with very different rules. This explainer covers the system end to end: what each mutation does, how they stack, what triggers them, and why community sources disagree on the exact multipliers.

For the per-mutation source conflict (every reported value from every outlet we track), see the complete multipliers breakdown. For the strategy layer (which mutations to chase, in what order), see the mutations guide. This page is the conceptual reference both build on.

← All mutations

What is a mutation?
Cross-verified

A sell-value multiplier applied to a growing crop

A mutation is a status effect applied to a growing crop that multipliesthe crop's sell value. The mutation is rolled when an eligible trigger fires — a weather event, a pet aura, a gear effect, or a special seed — and once applied, the multiplier stays on the crop until it is harvested.

Mutations are not rarity boosts and they do not change crop type. A mutated Strawberry is still a Strawberry; it just sells for more. The full sell-value formula is base × weight² × mutation_mult — mutations are the third multiplier on top of base value and the squared weight factor (explained in the economy basics guide).

The eight mutations
Cross-verified

Three variants plus five weather mutations

Eight mutations ship with the game. Each is detailed on its own page with the full source conflict; the table below lists the adopted multiplier and primary trigger.

How mutations stack
Likely

Variants are mutually exclusive; weather mutations stack additively

The mutation system has two distinct stacking rules:

  • Variants are mutually exclusive. A crop can hold onevariant at a time — Gold, Rainbow, or Aurora. If two variants would roll, Rainbow wins over Gold. Aurora's mutual exclusivity with Gold/Rainbow is not yet confirmed in-game.
  • Weather mutations stack additively with each other and compound multiplicatively with the selected variant. The community-documented formula is:
variant_mult   = selected_variant ? selected_variant.mult : 1
weather_sum    = sum(active_weather_mutation.mult)
weather_count  = count(active_weather_mutation)
mutation_mult  = variant_mult × (1 + weather_sum − weather_count)

The − weather_count term matters: each additional weather mutation you stack replaces its base ×1 with its own multiplier, so the marginal value of the Nth weather mutation is its full multiplier minus one. Stacking three weather mutations (e.g. Shocked + Bloodlit + Starstruck) is one of the highest-leverage plays in the game.

Weather-triggered mutations
Cross-verified

Which weather event applies which mutation

Five of the eight mutations are applied by weather events. The full weather catalog is on /weather; the mutation-to-weather mapping:

Variants can also be weather-driven: Midas applies Gold, and Rainbow Moon applies Rainbow. See the weather events guide for the full event calendar.

Mutation probability
Unconfirmed

Per-crop proc rates are not yet published

Most mutation proc rates are not publicly documented. The single number we can report with confidence is the Aurora Borealis proc chance (~1.5%, community-reported, single-source). Beyond that, the community has only aggregate observations: e.g. "most crops do not get mutated even during an event — only a few rolls hit per plot."

We do not publish per-mutation proc-rate tables because the underlying data is not in our source bundle and any specific number would be fabricated. The two levers that are documented as affecting probability:

Treat any other published proc rate as unverified until it appears on a per-mutation page with a confidence badge.

Why multipliers conflict across sources
Cross-verified

Our four-level confidence taxonomy, explained

Different community outlets publish different multipliers for the same mutation. We do not pick one and hide the rest. Every mutation in our dataset carries a source confidence badge from a four-level taxonomy:

  • Official — Roblox API, patch notes, or official announcements.
  • Cross-verified — multiple independent community sources report matching values.
  • Likely (single source) — one community source; not yet cross-verified.
  • Unconfirmed — speculation, unsupported reports, or no evidence no evidence.

Examples of live conflicts: Shocked is reported as ×100 by every source we track, but every one of those sources may trace back to the same launch-time calculator bundle — leaving it unconfirmed for lack of independent verification. Electric has a 280% spread (×25 media consensus vs ×80 deprecated site). Frozen has a 286% spread. The complete multipliers page renders every reported value, labels the adopted one, and explains the adoption rule. Adoption follows a multi-outlet Council arbitration (2026-06-28): where Eurogamer, Rock Paper Shotgun, Beebom, and growagarden2wiki.net agree on a value, we adopt that majority over the launch calculator bundle.

How to maximize mutation chances
Likely

Player strategy within the documented rules

The single highest-leverage play is to have high-base crops in the ground when a Special weather event fires. Empty plots earn nothing from weather. Concretely:

  • Keep a baseline of multi-harvest crops planted at all times, prioritizing high base value (see /values).
  • When a weather event fires, do not harvest — let the mutation rolls land on growing crops first.
  • Equip the pet that doubles the variant you want most: Golden Dragonfly for Gold, Unicorn for Rainbow.
  • For weather mutations specifically, no pet is documented to boost proc rate. Your only lever is crop surface area — more growing crops means more mutation rolls.

Read the mutations strategy guide for the full decision tree.

Pets that affect mutations
Cross-verified

Two pets directly double variant proc chance

Two pets in the game directly affect mutation probability. A third, the Ice Serpent, applies Frozen as part of its defense aura — useful for triggering that mutation outside of Blizzard weather.

  • Golden Dragonflydoubles the chance of the Gold mutation. Best paired with high-base crops during any weather that can apply Gold.
  • Unicorn doubles the chance of the Rainbow mutation. Best paired with crops in the ground during Rainbow Moon weather.
  • Ice Serpent — applies Frozen to your plants as part of its defense aura; lets you stack Frozen outside of Blizzard weather.

No pet is documented to boost the proc rate of any weather mutation (Shocked, Bloodlit, Electric, Starstruck). For those, crop surface area is the only lever. See the pets strategy guide for the full pet roster and build-order recommendations.

Putting it together: the calculator workflow
Cross-verified

How to model a real mutation stack before committing

Once you understand the stacking rules, the right way to use them is the profit calculator. Plug in:

  1. A crop and its average weight (from /values).
  2. The variant you realistically expect to land during the event (Gold, Rainbow, or Aurora).
  3. The weather mutations that can stack during the event (e.g. Shocked + Electric during Lightning; Bloodlit during Blood Moon).
  4. Quantity — how many crops you have growing in the affected plot.

The calculator outputs the projected sell value with the full mutation stack applied. Treat the result as a planning estimate, not a guarantee — proc rates are undocumented and several multipliers are still single-source. For the strategy layer on top of this workflow, see the money making guide.

Worked illustration: a Coconut (base 60 Sheckles, multi-harvest) at 2.0 kg with no mutations sells for 60 × 4 × 1 = 240 Sheckles. Add Gold (×10) and the same crop sells for 60 × 4 × 10 = 2,400. Stack Bloodlit (×60) on top via a Blood Moon overlap and the formula gives 60 × 4 × (10 × (1 + 60 − 1)) = 60 × 4 × 600 = 144,000 Sheckles from a single Coconut. The point of the calculator is not to promise that exact number — it is to show how sensitive the result is to which mutations you assume, so you can decide which events are worth preparing plots for.

This guide summarizes the mutation system of Grow a Garden 2 using the data in our cross-verified dataset. Where the underlying multiplier is disputed across community sources, we point to the per-mutation detail page (which shows the full source conflict) rather than restating the disputed number here. The Garden Codex is not affiliated with the game developers or Roblox Corporation. We never recommend third-party automation or rule-breaking tools.

Next steps