@if (worldStore.currentLocation(); as location) { @if (!location.huntingEnabled) {

Keine Jagd verfügbar

Am Südtor von Graufurt gibt es keine regulären Jagdgebiete. Reise in ein gefährlicheres Gebiet, um nach Gegnern zu suchen.

} @else if (huntingStore.currentHunt(); as hunt) {

{{ location.name }} — Begegnungen

@for (encounter of huntingStore.encounters(); track encounter.id) { }
} @else {

{{ location.name }}

{{ location.description }}

Durchsuche die Umgebung nach Spuren und Gegnern, bevor du dich in den Kampf wagst.

} @if (huntingStore.loading()) {

Du suchst nach Spuren...

} } @else {

Jagdgebiet wird vorbereitet.

} @if (huntingStore.error(); as error) { } @if (combatStore.error(); as combatError) { }