@if (worldStore.currentLocation(); as location) { GEBIETSINFO

{{ location.name }}

@if (worldStore.selectedConnection(); as selected) {

Ausgewähltes Ziel: {{ selected.targetLocation.name }}

} @if (runtimeArtworkPath(location.artworkPath); as runtimeArtwork) { }

{{ location.description }}

Empfohlene Stufe
{{ location.minRecommendedLevel }}–{{ location.maxRecommendedLevel }}
Sicherheit
{{ location.isSafe ? 'Sicherer Ort' : 'Gefährliches Gebiet' }}
Jagd
{{ location.huntingEnabled ? 'Jagd möglich' : 'Keine Jagd' }}
@if (location.huntingEnabled && location.possibleMonsters.length) {
Mögliche Begegnungen
{{ location.possibleMonsters.join(', ') }}
}
} @else { GEBIETSINFO

Informationen erscheinen mit der Weltansicht.

}