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

<@footer>

{_drop.dialog}

<@footer>
{.text}

Eggs

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

You don't have any eggs yet.

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

    {:egg.text}

    {/each}
  • Food

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

    You don't have any food yet.

    {/if}
  • {#each _user.items.food as :food} {/each}
  • {#if _feedEgg}

    Hatch Your Egg

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

    You don't have any hatching powder yet.

    {else}

    What would you like to sprinkle on your {_feedEgg.text} egg?

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

    You don't have any pets yet.

    {/}