Template: Drops from


Usage

{{template-drops-from
| bag=
| tierDrops=
| drops=
| obtain=
| disableHr=
}}

To display the loot bag an item is assigned to, the enemies it drops from, and other ways it can be obtained.

bag - The type of bag that the item is assigned to, as specified in the game XML. Note that items that do not drop from enemies are still assigned a bag type, but for clarity, do not add a bag type for items that have never been dropped from enemies. This should be one of the following (text will be converted to the image next to it):

  • Brown Brown Bag
  • Pink Pink Bag
  • Purple Purple Bag
  • Egg Basket Egg Basket
  • Cyan Cyan Bag
  • Blue Blue Bag
  • White White Bag
  • Golden Golden Bag
  • Orange Orange Bag
  • Red Red Bag

tierDrops - For tiered items only. Lists enemies whose drops are entire tiers of items.
drops - Lists enemies which drop can drop the item. Usually for untiered items or consumables. However, some tiered items can be dropped individually from enemies as well.
obtain - Other ways of obtaining the item that are not drops from enemies. Do not include “trading with other players.”

To add entries to tierDrops, drops, and obtain, have a list of links in HTML. Markdown is not supported. At the end of each link, include <br>.

Add disableHr=true to remove horizontal line.