generated from nhcarrigan/template
Balance: Echo meta upgrade costs make transcendence loop too long (25+ runs) #179
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
echo_meta_1(×1.25)echo_meta_2(×1.5)echo_meta_3(×2.0)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 → 15echo_meta_2: 75 → 45echo_meta_3: 200 → 100Total meta cost drops from 300 → 160, total shop from 400 → 260.
✨ This issue was created with help from Hikari~ 🌸
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.