Difference between revisions of "Effigy rate"
Jump to navigation
Jump to search
(Created page with "# Effigy Drop Rate Explanation This page explains how often you might receive a "Starved Ancient Effigy" as a loot drop when defeating enemies in the game. ## Basic Explanation When you defeat an enemy, there's a chance you might find a special item called a "Starved Ancient Effigy" in your loot. The chance of finding this effigy depends on the combat level of the enemy you defeated and a few other conditions. Here's how it works: ### Combat Level Requirement - You...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= Effigy Drop Rate Explanation = | |||
This page explains how often you might receive a "Starved Ancient Effigy" as a loot drop when defeating enemies | This page explains how often you might receive a "Starved Ancient Effigy" as a loot drop when defeating enemies. | ||
== Basic Explanation == | |||
When you defeat an enemy, | When you defeat an enemy, you might find a "Starved Ancient Effigy" in your loot. The chance depends on the enemy's combat level and a few other conditions. | ||
=== Combat Level Requirement === | |||
* Effigies drop only if the enemy has a combat level of 70 or higher. | |||
=== How the Chance is Calculated === | |||
* The higher the enemy's combat level, the better your chances. | |||
* The chance is capped to avoid being too high or too low. | |||
=== Other Conditions === | |||
* No effigies drop in "Chambers of Xeric" or "Gauntlet" areas. | |||
== Chance Formula == | |||
<code>chance = max(512 - enemy's combat level, 128)</code> | |||
* For a combat level of 70: <code>max(512 - 70, 128) = 442</code>. | |||
* For a combat level of 200: <code>max(512 - 200, 128) = 312</code>. | |||
* The lowest possible chance value is 128. | |||
Latest revision as of 17:27, 16 June 2024
Effigy Drop Rate Explanation
This page explains how often you might receive a "Starved Ancient Effigy" as a loot drop when defeating enemies.
Basic Explanation
When you defeat an enemy, you might find a "Starved Ancient Effigy" in your loot. The chance depends on the enemy's combat level and a few other conditions.
Combat Level Requirement
- Effigies drop only if the enemy has a combat level of 70 or higher.
How the Chance is Calculated
- The higher the enemy's combat level, the better your chances.
- The chance is capped to avoid being too high or too low.
Other Conditions
- No effigies drop in "Chambers of Xeric" or "Gauntlet" areas.
Chance Formula
chance = max(512 - enemy's combat level, 128)
- For a combat level of 70:
max(512 - 70, 128) = 442
. - For a combat level of 200:
max(512 - 200, 128) = 312
. - The lowest possible chance value is 128.