Difference between revisions of "Effigy rate"
Jump to navigation
Jump to search
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= Effigy Drop Rate Explanation = | = 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 == | == 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 === | === Combat Level Requirement === | ||
* | * Effigies drop only if the enemy has a combat level of 70 or higher. | ||
=== How the Chance is Calculated === | === How the Chance is Calculated === | ||
* The higher the enemy's combat level, the better your chances. | |||
* 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 === | === Other Conditions === | ||
* No effigies drop in "Chambers of Xeric" or "Gauntlet" areas. | |||
* | |||
== Chance Formula == | == Chance Formula == | ||
<code>chance = max(512 - enemy's combat level, 128)</code> | |||
< | |||
chance = max(512 - | |||
</ | |||
* 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.