Files
spigot-base/design/user-stories/us-003-expand-the-base.md
T
dmg 8b1064b971
Release / release (push) Successful in 3m57s
CI / build (push) Successful in 54s
feat(admin): complete configurable progression
2026-08-09 15:12:04 -04:00

30 lines
1.6 KiB
Markdown

---
type: User Story
title: "US-003: Expand the base"
description: Let players expand their base radius through sequential stone, deepslate, and obsidian mining milestones.
status: done
---
# US-003: Expand the base
As a **player with Base I**, I want mining milestones to expand my base so that more of my build receives base benefits.
## Acceptance criteria
- [x] Base-size progression is unavailable until Base I is unlocked.
- [x] Only qualifying blocks broken in Survival mode count.
- [x] The first expansion requires a configurable 500 `STONE` and changes the radius from 10 to 25 blocks by default.
- [x] After the stone tier, the second expansion requires a separate configurable 1,000 `DEEPSLATE` and changes the radius from 25 to 75 blocks by default.
- [x] After the deepslate tier, the third expansion requires a separate configurable 1,000 `OBSIDIAN` and changes the radius from 75 to 150 blocks by default.
- [x] Stone, deepslate, and obsidian variants do not count by default.
- [x] Materials mined before their sequential tier becomes active do not count toward that later tier.
- [x] Player-placed qualifying blocks may be mined repeatedly for progress.
- [x] Expansions affect the cylinder's horizontal radius without independently changing its vertical bounds.
- [x] Relocating the base preserves earned size tiers and counters.
## Related
- [US-001: Unlock and establish Base I](us-001-unlock-and-establish-base.md)
- [US-004: Unlock and control base flight](us-004-unlock-and-control-base-flight.md)
- [US-011: Configure and persist progression](us-011-configure-and-persist-progression.md)