Balance: Echo meta upgrade costs make transcendence loop too long (25+ runs) #179

Closed
opened 2026-03-31 17:09:06 -07:00 by hikari · 1 comment
Owner

Problem

The echo meta upgrades are priced far too high relative to per-run echo yield.

First transcendence happens at ~P225 after beating the_absolute_one. Echo yield at that prestige: floor(224 / sqrt(225)) = 14 echoes.

Current meta costs:

Upgrade Cost Runs to afford
echo_meta_1 (×1.25) 25 2
echo_meta_2 (×1.5) 75 4 more
echo_meta_3 (×2.0) 200 7+ more
Total 300 13+ runs just for metas

With total echo shop cost of 400, a player needs ~27 full transcendence loops to buy everything. The meta upgrades are supposed to accelerate later runs but require so many runs to unlock that they can barely do that.

Fix

Reduce echo meta costs to make the transcendence loop ~8-12 runs:

  • echo_meta_1: 25 → 15
  • echo_meta_2: 75 → 45
  • echo_meta_3: 200 → 100

Total meta cost drops from 300 → 160, total shop from 400 → 260.

This issue was created with help from Hikari~ 🌸

## Problem The echo meta upgrades are priced far too high relative to per-run echo yield. First transcendence happens at ~P225 after beating `the_absolute_one`. Echo yield at that prestige: `floor(224 / sqrt(225))` = **14 echoes**. Current meta costs: | Upgrade | Cost | Runs to afford | |---|---|---| | `echo_meta_1` (×1.25) | 25 | 2 | | `echo_meta_2` (×1.5) | 75 | 4 more | | `echo_meta_3` (×2.0) | 200 | 7+ more | | **Total** | **300** | **13+ runs just for metas** | With total echo shop cost of 400, a player needs ~27 full transcendence loops to buy everything. The meta upgrades are supposed to accelerate later runs but require so many runs to unlock that they can barely do that. ## Fix Reduce echo meta costs to make the transcendence loop ~8-12 runs: - `echo_meta_1`: 25 → **15** - `echo_meta_2`: 75 → **45** - `echo_meta_3`: 200 → **100** Total meta cost drops from 300 → 160, total shop from 400 → 260. ✨ This issue was created with help from Hikari~ 🌸
Author
Owner

Already addressed in commit 666a5b2. The echo meta costs were reduced to exactly the values proposed: echo_meta_1 → 15, echo_meta_2 → 45, echo_meta_3 → 100 (total 160, down from 300). No further changes needed.

Already addressed in commit 666a5b2. The echo meta costs were reduced to exactly the values proposed: `echo_meta_1` → 15, `echo_meta_2` → 45, `echo_meta_3` → 100 (total 160, down from 300). No further changes needed.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/elysium#179