Enhance weather data handling in FalukantService and update localization files
- Modified the FalukantService to explicitly load weather data for all regions, ensuring accurate weather information is associated with branches. - Updated the return logic to utilize the newly loaded weather data, improving data accuracy in branch responses. - Added new random event messages in both German and English localization files, enhancing user experience with richer event descriptions.
This commit is contained in:
@@ -31,6 +31,19 @@
|
||||
},
|
||||
"transport": {
|
||||
"waiting": "Transport wartet"
|
||||
},
|
||||
"random_event": {
|
||||
"windfall": "Unerwarteter Geldsegen: Du hast {amount} erhalten!",
|
||||
"theft": "Diebstahl: {amount} wurde aus deinem Lager gestohlen.",
|
||||
"warehouse_fire": "Lagerfeuer: Ein Feuer hat dein Lager beschädigt. Verluste: {amount}.",
|
||||
"character_illness": "Krankheit: {characterName} ist erkrankt.",
|
||||
"character_recovery": "Genesung: {characterName} hat sich von der Krankheit erholt.",
|
||||
"character_accident": "Unfall: {characterName} hatte einen Unfall.",
|
||||
"sudden_infant_death": "Tragödie: {characterName} ist plötzlich verstorben.",
|
||||
"regional_storm": "Regionaler Sturm: Ein schwerer Sturm hat die Region {regionName} getroffen.",
|
||||
"regional_festival": "Regionales Fest: Ein Fest findet in {regionName} statt.",
|
||||
"regional_epidemic": "Regionale Epidemie: Eine Epidemie hat {regionName} getroffen.",
|
||||
"earthquake": "Erdbeben: Ein Erdbeben hat die Region {regionName} erschüttert."
|
||||
}
|
||||
},
|
||||
"health": {
|
||||
|
||||
Reference in New Issue
Block a user