Files
geograsim/App/sims/energiemanager/scripts/sounds-list.json
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

48 lines
1.7 KiB
JSON

{
"_comment": "Energiemanager — SFX-Prompts. Generiert via App/scripts/generate-sounds.py energiemanager. Output: App/sims/energiemanager/assets/sounds/*.mp3",
"sounds": [
{
"file": "block-tick.mp3",
"duration": 0.5,
"influence": 0.6,
"prompt": "Subtle clock tick advancing one beat, soft wooden tap with brief warm reverb, indicating a phase change in a planning simulation, dry, single hit"
},
{
"file": "pump-on.mp3",
"duration": 1.4,
"influence": 0.7,
"prompt": "Hydroelectric pump turning on, brief mechanical hum with rising pitch, water rushing upward, industrial but gentle and clean, ends settled"
},
{
"file": "turbine-on.mp3",
"duration": 1.4,
"influence": 0.7,
"prompt": "Large hydroelectric turbine ramping up, deep mechanical whoosh with cascading water flow, smooth rotation, ends in steady tone"
},
{
"file": "block-ok.mp3",
"duration": 0.5,
"influence": 0.6,
"prompt": "Quick positive confirmation chime, two warm bell tones rising in pitch, satisfying success feedback, clean"
},
{
"file": "block-warn.mp3",
"duration": 0.6,
"influence": 0.6,
"prompt": "Gentle warning beep, soft single descending tone, neutral tone, not alarming, subtle"
},
{
"file": "day-good.mp3",
"duration": 2.4,
"influence": 0.6,
"prompt": "Day complete success jingle, warm rising orchestral chord with soft bell harmonic, accomplishment, hopeful, ends settled"
},
{
"file": "day-bad.mp3",
"duration": 2.2,
"influence": 0.6,
"prompt": "Day ending in disappointment, slow muted descending tones with gentle piano, melancholic but not harsh, contemplative"
}
]
}