{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}

Buff: {workflowState.monsterStats.buffActionName}

{workflowState.monsterStats.buffActionDescription}

Debuff: {workflowState.monsterStats.debuffActionName}

{workflowState.monsterStats.debuffActionDescription}

Ultimate: {workflowState.monsterStats.specialActionName}

{workflowState.monsterStats.specialActionDescription}

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