feat: events

This commit is contained in:
2025-05-28 11:30:16 +02:00
parent 5eb6b8c2b5
commit 3bb9156ea8
5 changed files with 70 additions and 6 deletions

View File

@@ -26,5 +26,9 @@
"stats": "Your stats: ",
"currentDay": "Day: {0}",
"cantMilkToMuch": "You milked the cow already 3 times today!",
"noTrees": "You don't have any trees left!"
"noTrees": "You don't have any trees left!",
"event": "Event for this day: {0}",
"eventFire": "Fire! You lost 10 trees...",
"eventFlood": "Flood! You lost All of your farmlands... If you had them.",
"eventAttack": "Attack! Your villagers got robbed and you lost 100 coins..."
}