{{ currentExplorationMessage || lastExploredEventDescription || 'What secrets will you uncover?' }}
{{ currentEvent.description }}
The hooded figure eyes you, gesturing to their wares.
{{ currentCombatMessage }}
HP: {{ currentGuards[0].health }}/{{ currentGuards[0].maxHealth }}, AC: {{ currentGuards[0].ac }}
Atk: +{{currentGuards[0].attackMod}}, Dmg: {{currentGuards[0].damage}}
({{currentGuards.length -1 }} more guard(s) waiting)
Then... The {{currentMonster.name}}!
HP: {{ currentMonster.health }}/{{ currentMonster.maxHealth }}, AC: {{ currentMonster.ac }}
Atk: +{{currentMonster.attackMod}}, Dmg: {{currentMonster.damage}}
Automatically processing loot items one by one.
You found a new piece of gear! Decide what to do.
Type: {{ pendingGearChoice.newItem.type }}
Stats: {{ getGearStats(pendingGearChoice.newItem) }}
Type: {{ pendingGearChoice.currentItem.type }}
Stats: {{ getGearStats(pendingGearChoice.currentItem) }}
Apply '{{ pendingGearBonus.name }}' (Effect: Atk+{{pendingGearBonus.attackMod}} Dmg+{{pendingGearBonus.damageBonus}} Def+{{pendingGearBonus.defenseMod}}) to:
{{ currentTrapMessage }}
{{ gameLog[0].text }}