generated from nhcarrigan/template
feat: scale adventurer tier costs progressively #10
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?
Description
Currently, every adventurer tier starts at 10 gold, which doesn't reflect the increasing power of higher tiers. Each adventurer tier should cost progressively more than the last, creating a meaningful economic curve for the player.
Acceptance Criteria
Notes
There are currently 15 adventurer tiers in the game. The scaling formula should be defined in the adventurer data file (
apps/api/src/data/adventurers.ts).✨ This issue was created with help from Hikari~ 🌸