Signal-System mit Inky und KV-Store

This commit is contained in:
2026-06-12 22:36:43 +02:00
parent ff80b3cc0f
commit 97eff4f9eb
16 changed files with 1432 additions and 1 deletions
+46
View File
@@ -0,0 +1,46 @@
VAR mushrooms_collected = 0
VAR quest_mushroom_active = false
VAR quest_mushroom_done = false
{
- quest_mushroom_done:
# color whisper
Danke nochmal für die Pilze. Das Rezept ist fast fertig.
-> ende
- quest_mushroom_active && mushrooms_collected >= 10:
# color whisper
Du hast {mushrooms_collected} Pilze dabei — mehr als genug!
* [Hier, nimm sie.]
~ quest_mushroom_done = true
# color whisper
Wunderbar, vielen Dank! Das wird ein gutes Süppchen.
-> ende
* [Lass mich noch ein paar behalten.]
# color whisper
Wie du willst. Komm wieder, wenn du sie loswerden möchtest.
-> ende
- quest_mushroom_active:
# color whisper
Du hast schon {mushrooms_collected} von 10 Pilzen. Mach ruhig weiter.
-> ende
- else:
# color whisper
Hallo! Ich bräuchte 10 Pilze für ein Rezept. Hättest du Lust, welche zu sammeln?
* [Klar, ich helfe.]
~ quest_mushroom_active = true
# color whisper
Danke! Ich warte hier.
-> ende
* [Vielleicht später.]
# color whisper
Schade. Komm gerne nochmal vorbei.
-> ende
}
= ende
* [Bis dann]
# person_farewell
-> END