{{ activeTooltip.text }}

The Last Earth's Will

Turn {{ turn }}
{{ phaseLabel }}
{{ effect.text }}
{{ boss.name }}
{{ boss.title }}
Base {{ format(boss.baseDamage) }} DEF {{ format(boss.def) }} {{ tag.text }}
{{ hero.name }}
{{ hero.title }}
DEF {{ format(unitDef(hero)) }} Crit {{ Math.round(unitCritChance(hero) * 100) }}% {{ tag.text }}

{{ activeHero.name }}

HP {{ format(activeHero.hp) }}/{{ format(activeHero.maxHp) }} | SHD {{ format(activeHero.shield) }}/{{ format(activeHero.maxShield) }} | MP {{ format(activeHero.mp) }}/{{ format(activeHero.maxMp) }} | DEF {{ format(unitDef(activeHero)) }}

{{ phase === 'ended' ? resultText : 'Resolving Turn' }}

{{ phase === 'boss' ? 'Humanoid Chimera is acting.' : 'Actions are being resolved.' }}
Skills
{{ activeHero ? activeHero.name : 'Wait' }}
Inventory {{ activeHero.name }}

Resolving queued commands.

Target {{ selectedSkill.name }}
Queued {{ queuedActions.length }}/{{ selectableHeroCount }}
  • {{ heroName(action.heroId) }} {{ action.skillName }} Target: {{ action.targetName }}

No commands queued.

{{ resultText }}