Habitica Wiki
Register
Advertisement
Habitica Wiki

This is a featured article!
This page was featured as part of the Wiki Wednesday series. Once a month, Habitica staff highlight a helpful post from the Wiki with tips about productivity, wellness, and optimizing your use of Habitica!


A drop notification, including an image of a flying pig egg, along with the message: You've found a Flying Pig Egg!

An example drop notification.

Drops offer players the chance to receive items when completing tasks. A new player will start to have a chance to receive normal drops (eggs, hatching potions, and food) upon completing their second task, and quest drops while participating in a collection type quest.

When a player receives a drop, they will be alerted via a notification, which appears near the top right corner of the website or at the bottom of the Android and iOS mobile apps. Players can find dropped items under Inventory > Items from the mobile apps' menu and the website's Toolbar (direct link).

Types of Drops[]

There are only three types of normal drops:

Eggs, Hatching Potions, and Food can also be purchased in the Market with gems.

Drops in Collection Quests[]

When participating in a collection quest, each time a player completes a positive Habit, To Do, or Daily, they have a random chance of earning special drops that contribute towards completing the quest.

Unlike normal drops, quest drops:

  • cannot be bought or sold
  • do not produce pets or mounts
  • do not appear in the player's inventory. Instead, a player can see their total collected quest items for the day on the collection quest page.
  • are not restricted by the drop-cap (see below)

The chance of receiving a quest drop is the same as the chance of receiving a normal drop. However, when you complete a task, the chance for each type of drop is assessed separately so it is possible to receive both at once. Receiving normal drops will not reduce your chances of getting quest drops and vice versa.

Collection quest items found

A collection quest progress bar on the website

On the website, players receive a notification when a quest drop is earned. On their party's screen, each player can see:

  • the name and total number of item(s) to collect
  • the number of items all party members have found so far, represented by a progress bar. Though, other quest members' pending items can not be seen.
  • how many items the player has found so far today (items found so far today by other party members cannot be seen).

On the mobile app, the notification will appear at the bottom of the page. Sometimes, when players receive both a normal drop and a quest drop from a task, they will trigger a notification including the information of both drops.

After a player's Cron has run, if they were not Resting in the Inn, the quest drops they found on the previous day will be added to the total number collected by the party. Otherwise, the items will still be pending, until checked out. The number found will be displayed in a message in the party's chat area. See the Quests page for more details.

Unlocking the Drop System[]

When a new player completes their second task, the drop system unlocks. They receive a randomly-selected Egg and Hatching Potion.

In the meantime, they will receive a notification which shows them their two dropped items and which takes them to their Inventory where they can see and use the drops.

Rebirth[]

Unlike other unlockable features, the drop system does not become locked when you use the Orb of Rebirth. Any task that you complete after Rebirth gives you a chance to get a drop (though it would be unlikely because you would have low Perception) including on the first task, following the formula for drop chance described below. When you complete your second task after Rebirth, you do not get the random pair of Egg and Hatching Potion that a new player receives on completion of their second task.

Uses[]

Normal drops serve as the main method for accumulating in-game pets and mounts.

Unwanted drops can be sold to Alexander the Merchant in exchange for one to five gold, depending on the item. A handful of eggs or potions can be sold to finance an urgently needed health potion.

Drops are not lost if a player dies or uses the Orb of Rebirth, so they can be used to replenish gold after death or rebirth.

Drops can also be bought from Alexander the Merchant for one to five gems, depending on the

Drop-Cap[]

There is a maximum number of normal drops each player can receive per day. This limit is called the drop-cap.

The data display tool displays the following text on a tan background: Drops Received Today / Drops received so far today: 15 / Your drop-cap is 22. It will increase if your perception increases. Your perception is currently 171.

Example drop cap data from Data Display Tool

To view drop-cap and the number of drops that have been received so far that day, the player can visit the Data Display Tool.

The default drop-cap is 5 but is increased by various factors:

  • Every 25 points of Perception a player has (rounded down) increases the drop-cap by 1. For example, a player with 100 PER would have a drop-cap of 9.
  • Every contributor tier a player has increases the drop-cap by 1.
  • Subscribing doubles the drop-cap, meaning that the default drop-cap for subscribers is 10. For example, a subscriber with 100 PER and no contributor tiers would have a drop-cap of 18.

The drop-cap does not apply to quest drops. There is no limit to the number of quest drops you can receive each day (although their chance of dropping is limited as described in the Frequency section below).

Drop Type Probability[]

The different types of normal drops have different probabilities, governed by a random number generator (RNG). The numbers below are the chances of any one drop giving a certain item. Due to the random nature of drops, individual players may receive some items more or less frequently than these numbers may suggest.

  • 40% chance that a drop will give a random food item.
  • 30% chance of a random egg.
  • 30% chance of a hatching potion, governed by the following probabilities:
    • 13.33% chance each of a Base, Desert, or White potion.
    • 10% chance each of a Red, Shade, or Skeleton potion.
    • 7.77% chance each of a Cotton Candy Blue, Cotton Candy Pink, or Zombie potion.
    • 6.67% chance of a Golden potion. (Rarest)

See this code for exact details.

Frequency[]

Players have a random chance of receiving a normal drop or quest drop or both whenever they check off Dailies, To Do's or positive Habits. They will receive, at most, one normal drop and/or one quest drop per completed task. Normal drops will stop after the daily drop-cap is reached and will start again after the player's next Cron. Quest drops will not be given if the player is not on a Collection Quest.

The base chance of receiving a drop is calculated according to the value (color) of the task:

  • blue-base tasks start at 2% (but cap at 27%)
  • yellow tasks are about 16%
  • red-base tasks cap at 27%

That base chance is then modified by a series of percentage multipliers to create the drop chance bonus subtotal. (In other words, take the base number, then multiply it by 1 + 0.xx, where xx is the percentage being considered. For example, a -90% multiplier would have 1 - 0.90 = 0.10. A 50% multiplier would have 1 + 0.50 = 1.50. A 100% multiplier would double the chance). These probabilities are as follows:

The drop chance bonus subtotal is then fed into a diminishing return function so that very large subtotals don't have a very large effect on drop chance.

Examples[]

1) A reborn (+5%) player with two contributor tiers (+5%) and ten streak achievements (+5%) would have a drop chance subtotal of 18.5% when clicking on a yellow task (+16%).

Bonus Amount Each % Multiplier Multiplier
Reborn 1 5% +5% 1.05
Contributor tiers 2 2.5% +5% 1.05
Streak achievements 10 0.5% +5% 1.05

The total bonuses are multiplied (1.05 * 1.05 * 1.05) to the base task of 16%, which results in 18.5%.

2) The same player completing a Hard (+100%), dark red (+27%) task with two checklist items (+100%) would have a subtotal of 125%.

Bonus Amount Each % Multiplier Multiplier
Reborn 1 5% +5% 1.05
Contributor tiers 2 2.5% +5% 1.05
Streak achievements 10 0.5% +5% 1.05
Hard task 1 100% +100% 2.0
Checklist items 2 50% +100% 2.0

The total bonuses are multiplied (1.05 * 1.05 * 1.05 * 2 * 2) to the base task of 27%, which results in 125%.

3) A different player completing a Hard (+100%), dark red (+27%) task with two checklist items (+100%) would have a subtotal of 108%.

Bonus Amount Each % Multiplier Multiplier
Hard task 1 100% +100% 2.0
Checklist items 2 50% +100% 2.0

The total bonuses are multiplied (2 * 2) to the base task of 27%, which results in 108%.

Base Chance[]

The base chance decreases as the task value increases until the task value reaches 21.27, after which the base chance begins increasing again. The exact base chance can be determined by the following formula:

Base Drop Chance = MIN(0.27, ABS(Task Value - 21.27) / 150 + .02)

"ABS" is the absolute value function: it converts all numbers to positive numbers (i.e., -25 and 25 both become 25).

"MIN" is the minimum function: it returns the smaller of the two values. In other words, the base drop chance is capped at 27%. As a result, all task values equal to or greater than 58.77 or equal to or less than -16.23 produce a base drop chance of 27%.

Diminishing Returns[]

The drop chance bonus is subject to diminishing returns. This means that initial bonuses will have a high impact, whereas additional bonuses will slowly approach no increase of the total bonus.

Any bonus increasing the unmodified drop chance above 75% is reduced. 75% is the drop chance cap, and the increase in drop chance yielded by any particular bonus slows down as it approaches half the cap. The actual drop chance can be determined by the following formula:

Actual Drop Chance = Max * (Bonus / (Bonus + Halfway))

"Bonus" is the combined effect of all of the modifiers—the % drop chance before diminishing returns. For drops, "Max" is 75%, and "Halfway" is 37.5%.

To illustrate this, suppose the player stacks up modifiers such that they have a 250% chance to score a drop upon completing a task. So Max is 0.75, Bonus is 2.5, and Halfway is 0.375. Plugging that into the formula comes out to... 0.75 * (2.5 / ( 2.5 + ( 0.75 / 2 ))) ...or 65%, about a 2 in 3 chance.

Thus, it does not take much effort to reach 37.5%, a bit better than a 1 in 3 chance, but additional factors have weaker effects beyond that. Drop chances do get better and better as PER is increased, for instance, but past 37.5%, it's no longer exactly +1% per point.

Advertisement