Files
geograsim/App/Don_t_Deploy/2026-04-24-logistik-l1-timelimit-72h.sql
T
Adminator 1e51ef7def Nachtrag: alle bisher untracked Ordner + hängende Änderungen mit-committen
- Konzept/, didaktik_geografie/, didaktik_simulation/, v2-modules/, v2-platform/
- 12 code-workspace-Files
- STATUS-*.md
- viele M/D/R-Änderungen an bereits getrackten Files
- .gitignore verstärkt: **/.humaninput/, **/secret_keys.txt

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-08 02:27:02 +02:00

20 lines
680 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- Logistik L1 Zeitlimit 24 → 72 Sim-Stunden
-- Stand: 2026-04-24
-- Thomas-Feedback: „das Spiel sollte deutlich länger gehen" — L1-Tutorial
-- wurde gefühlt zu kurz, gerade bei 4×/8×-Time-Scale. Verdreifachung auf 72h
-- (= 9 Echt-Minuten bei 8× statt 3).
--
-- Kein weiterer Config-Change: minTarget bleibt 3.000 €, Events deaktiviert,
-- BLINK_EXACT-Hilfe — nur Zeit mehr.
SET NAMES utf8mb4;
UPDATE game_levels
SET params = JSON_SET(params, '$.timeLimitHours', 72)
WHERE game_id = 'logistik' AND sort_order = 1;
-- Verifikation:
-- SELECT JSON_EXTRACT(params, '$.timeLimitHours')
-- FROM game_levels WHERE game_id='logistik' AND sort_order=1;
-- Erwartet: 72