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-006: Reduce the base teleport warm-up"
description: Let players reduce and eventually eliminate their base teleport warm-up by building inside their base.
status: in-progress
status: done
---
# US-006: Reduce the base teleport warm-up
@@ -11,15 +11,15 @@ As a **player with Base III**, I want continued building to shorten my `/base` w
## Acceptance criteria
- [ ] Warm-up progression requires Base III.
- [ ] The qualifying placement counter from the Base III unlock is retained and used cumulatively.
- [ ] Only Survival-mode placements inside the base's current horizontal and vertical bounds count.
- [ ] A configurable 200 total placements grants the initial 30-second warm-up by default.
- [ ] A configurable 1,000 total placements reduces the warm-up from 30 to 15 seconds by default.
- [ ] A configurable 2,000 total placements reduces the warm-up from 15 to 5 seconds by default.
- [ ] A configurable 12,000 total placements removes the warm-up by default.
- [ ] Each tier must be earned sequentially, and progress is preserved when the base is relocated.
- [ ] An instant warm-up does not bypass destination safety validation or cooldown enforcement.
- [x] Warm-up progression requires Base III.
- [x] The qualifying placement counter from the Base III unlock is retained and used cumulatively.
- [x] Only Survival-mode placements inside the base's current horizontal and vertical bounds count.
- [x] A configurable 200 total placements grants the initial 30-second warm-up by default.
- [x] A configurable 1,000 total placements reduces the warm-up from 30 to 15 seconds by default.
- [x] A configurable 2,000 total placements reduces the warm-up from 15 to 5 seconds by default.
- [x] A configurable 12,000 total placements removes the warm-up by default.
- [x] Each tier must be earned sequentially, and progress is preserved when the base is relocated.
- [x] An instant warm-up does not bypass destination safety validation or cooldown enforcement.
## Related