feat(admin): complete configurable progression
Release / release (push) Successful in 3m57s
CI / build (push) Successful in 54s

This commit is contained in:
dmg
2026-08-09 15:12:04 -04:00
parent c87d923cad
commit 8b1064b971
41 changed files with 924 additions and 626 deletions
@@ -2,7 +2,7 @@
type: User Story
title: "US-007: Reduce the base teleport cooldown"
description: Let players reduce and eventually eliminate their base teleport cooldown by breaking blocks inside their base.
status: in-progress
status: done
---
# US-007: Reduce the base teleport cooldown
@@ -11,16 +11,16 @@ As a **player with Base III**, I want work performed inside my base to shorten t
## Acceptance criteria
- [ ] Cooldown-reduction progress requires Base III.
- [ ] Any block broken in Survival mode inside the base's current horizontal and vertical bounds contributes unless excluded by configuration.
- [ ] Player-placed blocks may be broken repeatedly for progress.
- [ ] The default cooldown is three hours before any cooldown-reduction milestone.
- [ ] A configurable 1,000 cumulative blocks reduces the cooldown from three to two hours by default.
- [ ] A configurable 2,000 cumulative blocks reduces the cooldown from two hours to one hour by default.
- [ ] A configurable 3,000 cumulative blocks reduces the cooldown from one hour to 30 minutes by default.
- [ ] A configurable 5,000 cumulative blocks removes the cooldown by default.
- [ ] Each tier is sequential and relocating the base preserves earned tiers and progress.
- [ ] An instant cooldown still enforces the applicable teleport warm-up and destination safety checks.
- [x] Cooldown-reduction progress requires Base III.
- [x] Any block broken in Survival mode inside the base's current horizontal and vertical bounds contributes unless excluded by configuration.
- [x] Player-placed blocks may be broken repeatedly for progress.
- [x] The default cooldown is three hours before any cooldown-reduction milestone.
- [x] A configurable 1,000 cumulative blocks reduces the cooldown from three to two hours by default.
- [x] A configurable 2,000 cumulative blocks reduces the cooldown from two hours to one hour by default.
- [x] A configurable 3,000 cumulative blocks reduces the cooldown from one hour to 30 minutes by default.
- [x] A configurable 5,000 cumulative blocks removes the cooldown by default.
- [x] Each tier is sequential and relocating the base preserves earned tiers and progress.
- [x] An instant cooldown still enforces the applicable teleport warm-up and destination safety checks.
## Related