# Looting items

Items can be looted when defeating mobs.
One kind of item can be looted on different mobs.
Example
Remains of a bird can be looted on any bird including: Crow, fire-bird and so on.
Loot calculation is based on two steps:
  • The chance to drop the item, from 1% to 100%. 100% meaning "always".
  • The amount of items being looted.
    This amount can be fixed. Example: always 2 Lizard paws.
    Or this amount can vary between a minimum and a maximum. Example: from 1 to 4 Lizard paws
One kind of item may not have the same chance to be looted depending on the mob you defeat.
Example
For a Lizard paw, a White lizard may have 15% of chance to loot while the Green lizard may have 25% of chance to loot the same item.
The same way, the amount of item may vary depending on the mob you defeat.
Example
For a Lizard paw, a White lizard may have a random amount from 1 to 4 while the Green lizard may always loot a fixed quantity of 3 for the same item.