Difference between revisions of "Idol"

From Isleward Wiki
Jump to navigation Jump to search
(Fixed a little bit of the text and cleared up the wording.)
Line 1: Line 1:
{{Version 0.8.3}}
+
{{Version 0.11.0}}
 
= Idols =
 
= Idols =
  
Line 41: Line 41:
  
 
== Drop Chance ==
 
== Drop Chance ==
Idols can drop from any [[monster|monster/mob]] above level 5, but the drop chance is calculated differently from others. The lower level the mob is, the lower the chance for idol drop is, until level 15 and above, when it stays the same. This drop chance is unaffected by the item quality statistic, and instead uses a formula based off the difference between the monster's level and the player's level. The drop chance for idols is highest (3.5%) when the player is less than 4 levels above or below the monster being attacked. This probability can be calculated using the formula <code>3.5% / (Level Difference - 3) ^ 2</code>.
+
Before level 5, [[Monster|Monsters]] don't drop idols. From level 5 to 13, the idol chance slowly increases, and at level 14 and up, idols have a 3.5% base chance to drop. This drop chance is unaffected by the item [[quality|loot]] statistic, and instead, uses a formula based on the difference between the monster's level and the player's level. The drop chance for idols is highest (3.5%) when the player is 4 levels or less above or below the monster being attacked. This probability can be calculated using the formula <code>3.5% / (Level Difference - 3) ^ 2. (When Level Difference is greater then 3)</code>.
  
 
When handing in 10 [[Cards|Tradesman Pride]] to the [[Shady Dealer]], you get 5 random idols. The chance of getting each idol is:
 
When handing in 10 [[Cards|Tradesman Pride]] to the [[Shady Dealer]], you get 5 random idols. The chance of getting each idol is:

Revision as of 12:26, 21 May 2022

Version 0.11.0: This article may not be up to date for the latest version of Isleward.

Idols

Idols are used in Crafting to alter item's stats, level, ability and slot. You can obtain idols by killing and looting Monsters, or receive 5 random idols by exchanging a set of Tradesman's Pride with the Shady Dealer.

There are currently 5 kinds of idols in the game.

List of Idols
Name Image Description / Effect Rarity
Unstable Idol Unstable Idol.png Rerolls the item's stats.
Randomizes all stats on an item excluding those gained from augmentations and special item stats.
Magic
Ascendant Idol Ascendant Idol.png Increases the item's level.
Increases the level requirement of an item by 1 or 2.
Rare
Bone Idol Bone Idol.png Rerolls the item's ability.
Randomizes the damage of a Weapon.
Epic
Dragon-Glass Idol Dragon-Glass Idol.png Rerolls the item's slot.
Changes the slot (weapon, waist, feet, ...) of an equipment item, removes all augmented stats
and rerolls stats that can't be preserved in the new slot.
Epic
Smoldering Idol Smoldering Idol.png Removes augmented stats from an item.
Removes all augmented stats from the equipment.
Legendary

Drop Chance

Before level 5, Monsters don't drop idols. From level 5 to 13, the idol chance slowly increases, and at level 14 and up, idols have a 3.5% base chance to drop. This drop chance is unaffected by the item loot statistic, and instead, uses a formula based on the difference between the monster's level and the player's level. The drop chance for idols is highest (3.5%) when the player is 4 levels or less above or below the monster being attacked. This probability can be calculated using the formula 3.5% / (Level Difference - 3) ^ 2. (When Level Difference is greater then 3).

When handing in 10 Tradesman Pride to the Shady Dealer, you get 5 random idols. The chance of getting each idol is:

  • Unstable Idol: 37 / 64 chance or approx 57.8% chance.
  • Ascension Idol: 15 / 64 chance or approx 23.4% chance.
  • Dragon-Glass Idol: 5 / 64 chance or approx 7.8% chance.
  • Bone Idol: 6 / 64 chance or approx 9.3% chance.
  • Smoldering Idol: 1 / 64 chance or approx 1.5% chance.

History

  • The Smoldering Idol was added in v0.1.10.
  • Before v0.1.10, idols were called totems.