Skip to content

revert: restore building costMultiplier to 1.15 (from 1.3)#22

Merged
Fralleee merged 1 commit into
mainfrom
revert/building-cost-scaling
Apr 17, 2026
Merged

revert: restore building costMultiplier to 1.15 (from 1.3)#22
Fralleee merged 1 commit into
mainfrom
revert/building-cost-scaling

Conversation

@Fralleee
Copy link
Copy Markdown
Owner

Summary

Reverts the cost-scaling portion of f99a394. All 12 buildings go from costMultiplier: 1.3 back to 1.15. The steeper curve made late-game buildings feel unaffordable.

The hacks prestige gate and endgame surge changes from that same commit stay — only the cost scaling is reverted.

Changes

Test plan

  • bun run test — 100 tests pass (tests read costMultiplier by reference)
  • bun run build — no type errors
  • In-game: buy an intern, next cost ≈ 17 LoC (was 19). Buy ~10 and confirm the curve is noticeably gentler.

🤖 Generated with Claude Code

The 1.3x scaling introduced in f99a394 made late-game buildings feel
unaffordable. Restores the original 1.15x curve across all 12 buildings
and updates the help drawer copy to match.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
code-clicker Ready Ready Preview, Comment Apr 17, 2026 8:17pm

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reverts the building cost-scaling curve across the game back to the previous balance point (cost multiplier 1.15 instead of 1.3), while keeping the other mechanics changes from the referenced commit. It updates the in-game help text so player-facing documentation matches the actual cost scaling.

Changes:

  • Reverted all 12 building definitions’ costMultiplier from 1.3 to 1.15.
  • Updated Help Drawer copy to reflect the new per-purchase multiplier (1.15x).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/data/buildings.ts Restores the intended per-building exponential cost multiplier (1.15) for all buildings.
src/components/help/HelpDrawer.tsx Updates player-facing help copy to match the reverted multiplier.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Fralleee Fralleee merged commit f9f158b into main Apr 17, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants