You've unlocked the Drop System! Now when you complete tasks, you have a small chance of finding an item. And guess what, you just found a {_user.items.eggs.0.text} egg! {_user.items.eggs.0.notes}

<@footer>

{_drop.dialog}

<@footer>
{.text}
{.value} tokens
{.text}
{.value} tokens
  • {#if not(_user.items.eggs)}

    You don't have any eggs yet.

    {/if} {#each _user.items.eggs as :egg}

    {:egg.text}

    {/each}
  • {#if not(_user.items.hatchingPotions)}

    You don't have any hatching potions yet.

    {/if} {#each _user.items.hatchingPotions as :hatchingPotion}

    {:hatchingPotion}

    {/each}
  • {#if _hatchEgg}

    Hatch Your Egg

    {#if not(_user.items.hatchingPotions)}

    You don't have any hatching potions yet.

    {else}

    Which hatching potion will you pour on your {_hatchEgg.text} egg?

    {/if}
    {/if}
    {#if _user.items.pets}
  • {#each _user.items.pets as :pet} {/}
  • {else}

    You don't have any pets yet.

    {/}