Clarify MVP time pacing

This commit is contained in:
2026-05-15 01:08:03 -07:00
parent 3ef03469b6
commit 9dd8769e2d
3 changed files with 24 additions and 18 deletions
+3 -3
View File
@@ -34,7 +34,7 @@ Core commitments:
Baseline rule:
- [x] Use real local time pacing for the represented Earth region as the default server-authoritative world clock. Test-only time acceleration remains allowed.
- [x] Use `4 real hours = 1 in-game day` as the MVP gameplay calendar target, while day/night presentation mimics the represented Earth region's local solar/weather context.
Design intent:
@@ -406,7 +406,7 @@ Target deliverable: A small group can join a server, spawn into one biome, gathe
- [x] Create world time system.
- [x] Add day/night cycle.
- [x] Add configurable time scale.
- [x] Set default server time scale to real-time pacing for the represented Earth region.
- [x] Set default server time scale to `4 real hours = 1 in-game day`.
- [ ] Add real local time-zone and sunrise/sunset lookup for Ground Zero by latitude/longitude.
- [ ] Add Agrarian calendar conversion helpers for days, seasons, crop cycles, livestock maturity, spoilage, and long-running tasks.
- [ ] Add temperature curve by time of day.
@@ -1397,7 +1397,7 @@ The first playable MVP is not complete until:
- [ ] Players can create fire.
- [ ] Players can build a primitive shelter.
- [ ] Weather and time affect survival.
- [ ] Day/night follows the real local time and light cycle of the represented map tile.
- [ ] Day/night presentation follows the real local solar/light context of the represented map tile while the MVP gameplay day remains `4 real hours = 1 in-game day`.
- [ ] Hunger and thirst matter.
- [ ] Injury or damage can create meaningful risk.
- [~] At least one wildlife system exists.