{workflowState.monsterStats?.name || 'Your Monster Has Been Created!'}

✓ Automatically saved to your collection

{#if workflowState.monsterImage}
Generated Monster
{/if} {#if workflowState.monsterStats?.description}

{workflowState.monsterStats.description}

{/if} {#if workflowState.monsterStats}

Battle Stats

Rarity {workflowState.monsterStats.rarity}
HP {workflowState.monsterStats.HP}
Attack {workflowState.monsterStats.attack}
Defence {workflowState.monsterStats.defence}
Speed {workflowState.monsterStats.speed}
Special Passive Trait

{workflowState.monsterStats.specialPassiveTrait}

Attack: {workflowState.monsterStats.attackActionName}

{workflowState.monsterStats.attackActionDescription}

Boost: {workflowState.monsterStats.boostActionName}

{workflowState.monsterStats.boostActionDescription}

Debuff: {workflowState.monsterStats.disparageActionName}

{workflowState.monsterStats.disparageActionDescription}

Ultimate: {workflowState.monsterStats.specialActionName}

{workflowState.monsterStats.specialActionDescription}

{/if}
{#if saveError}
{saveError}
{/if}