Build A Ring Farm Calculator

Calculate exact earnings using seeds, mutations, rings, saw bonuses, upgrades, and cash multipliers. Use the live output before spending on a ring jump, spray, or high-level crop plan.

Configuration Input

All 39 seeds with Level 1 unit prices are available in the calculator. Switch crops to compare early-game and late-game income using the same formula.

Tracked for reference. Sprinkler bonus is not currently in the harvest formula.

Live Earnings Output

Base Price (L1) $8
Level-Adjusted Price
Saw Bonus (floor(SawLvl × 2/3))
Ring Multiplier 7x
Mutation Multiplier 1x
Cash Multiplier 1x
Calculated Units
Final Price per Plant
Final Harvest Income

Active Formula

SawBonus = floor(SawLevel × 2 / 3)
Units = RingMult × (1 + SawBonus / 7)
FinalPrice = unitPrice × 1.25^(Lvl-1) × CashMult × MutationMult × RingMult × (1 + SawBonus/7)

Profit Calculator: Why Guessing Costs Too Much

Build A Ring Farm scales through exponential seed levels and stacked multipliers, so blind upgrading is a fast way to waste cash. The calculator exists to answer one practical question before you spend: does the next seed level, mutation, saw level, or ring placement produce enough extra harvest income to justify the cost?

The income calculation uses a multi-variable formula that combines your seed's base value, level scaling, saw bonus, ring multiplier, mutation multiplier, and cash multiplier. Each variable contributes independently, which means small improvements across several variables compound into significantly higher harvest income.

Seed Level Scaling

Seed price increases by a factor of 1.25 for each level above Level 1. The formula is unitPrice × 1.25^(level - 1). Because every listed seed now has a Level 1 unit price, you can compare low-cost crops like Carrot ($3) against premium crops like Dragonfruit ($350,000) with the same scaling rule. This exponential growth means seed level is one of the most impactful long-term investments you can make. Visit the Seed Database to review the full value range.

Saw Bonus Calculation

The saw bonus is calculated as SawBonus = floor(SawLevel × 2 / 3). This integer value then feeds into the unit count and final price formulas as (1 + SawBonus / 7). At Saw Level 1, the bonus is floor(2/3) = 0, providing no additional scaling. At Saw Level 3, it becomes floor(6/3) = 2, adding 2/7 ≈ 28.6% to the calculation. At Saw Level 20, the bonus reaches floor(40/3) = 13, adding 13/7 ≈ 185.7% to both units and price. This makes high saw levels extremely valuable for maximizing output.

Ring Multiplier Impact

Your ring tier provides the largest flat multiplier in the formula. The Base Ring gives 7x, the Middle Ring gives 13x, and the Outer Ring gives 19x. The ring multiplier appears in both the unit count calculation and the final price calculation, meaning it effectively doubles its impact. Moving from Base Ring (7x) to Outer Ring (19x) increases your income by approximately 171% all else being equal.

Mutation Multiplier

Mutations provide a temporary multiplier ranging from 1.5x (Wet) to 6.5x (Honeycomb). The mutation multiplier is separate from the ring multiplier — they multiply together rather than adding. This means a Rainbow mutation (5x) during a Galaxy event with the Outer Ring (19x) gives an effective 95x multiplier before seed level and saw adjustments.

Cash Multiplier

The cash multiplier represents game-pass or boost multipliers that scale your final income. At 1x (default), there is no additional boost. Some purchases or game mechanics may increase this value. The calculator defaults to 1x and can be adjusted to test different scenarios.

Units per Plant

The unit count determines how many harvest units each plant produces. The formula is Units = RingMultiplier × (1 + SawBonus / 7). With the Base Ring (7) and Saw Level 1 (bonus 0), each plant produces 7 units. With the Outer Ring (19) and Saw Level 20 (bonus 13), each plant produces 19 × (1 + 13/7) = 19 × 2.857 = 54.3 units.

Putting It All Together

The total harvest income combines all factors: Total = Plants × unitPrice × 1.25^(level-1) × CashMult × MutationMult × RingMult × (1 + SawBonus/7). For 20 Carrot plants at Level 10 with Outer Ring, no mutation, Saw Level 20, and 1x cash multiplier, the calculation becomes: 20 × $3 × 1.25^9 × 1 × 1 × 19 × (1 + 13/7). Use the calculator above to test different seed tiers and find the best setup for your current progression stage.

Frequently Asked Questions

Why are all seeds available in the dropdown now?

The calculator now uses the full 39-seed value table, so every listed crop has a Level 1 unit price and can be compared directly in the same formula. This makes it easier to model both starter harvests and high-rarity late-game runs.

Does the Sprinkler Level affect the calculation?

The Sprinkler Level is tracked in the calculator for reference, but it does not currently appear in the confirmed harvest income formula. If sprinkler mechanics are confirmed to affect income in a future update, the formula will be updated accordingly.

How accurate is this calculator?

The calculator implements the formula as documented from verified game data. All input values come from confirmed data entries. Results should match in-game values for the same input combination. If you notice a discrepancy, please contact us with the specific values used.