Difference between revisions of "Effigy rate"

From Zeah RSPS - Wiki
Jump to navigation Jump to search
 
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 in the game.
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, 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:
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 ===


* You can only get an effigy if the enemy you defeat has a combat level of 70 or higher.
* 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 game calculates your chance to get an effigy based on the enemy's combat level.
* The higher the enemy's combat level, the better your chances.
* The higher the enemy's combat level, the better your chances are.
* The chance is capped to avoid being too high or too low.
* However, the best possible chance is limited so that it's never too high or too low.
 
=== Simplified Chance Calculation ===
 
Think of the chance like rolling a dice:
* If the enemy's combat level is just 70, your chances are lower.
* As the combat level increases, your chances improve.
* No matter how strong the enemy is, there's a maximum chance limit to keep it fair.


=== Other Conditions ===
=== Other Conditions ===


Even if you have a good chance based on the combat level, you won't get an effigy if:
* No effigies drop in "Chambers of Xeric" or "Gauntlet" areas.
* You are in specific areas of the game like "Chambers of Xeric" or "Gauntlet".
 
=== Summary of Chances ===
 
Here's a simple way to remember:
* '''Stronger Enemies (Higher Combat Level)''': Better chance to get an effigy.
* '''Weaker Enemies (Below Combat Level 70)''': No chance to get an effigy.
* '''Special Game Areas''': No chance to get an effigy regardless of the enemy's strength.
 
=== Example ===
 
* If you defeat an enemy with a combat level of 100, you have a better chance of getting an effigy compared to defeating an enemy with a combat level of 70.
* If you're in a special area like "Chambers of Xeric", you won't get an effigy even if the enemy is very strong.


== Chance Formula ==
== Chance Formula ==


The chance of getting a "Starved Ancient Effigy" is calculated using a simple formula:
<code>chance = max(512 - enemy's combat level, 128)</code>
 
<code>chance = max(512 - {enemy's combat level}, 128)</code>
 
* This means the chance starts at a value based on the enemy's combat level.
* The higher the combat level, the lower the starting value, improving your chances.
* The minimum value is capped at 128 to ensure a fair balance.
 
=== How to Interpret the Formula ===
 
* For an enemy with a combat level of 70, the chance is <code>max(512 - 70, 128) = 442</code>.
* For an enemy with a combat level of 200, the chance is <code>max(512 - 200, 128) = 312</code>.
* The lowest possible chance value is 128, meaning you have a relatively good chance against very high-level enemies.
 
== Conclusion ==
 
To maximize your chances of getting a "Starved Ancient Effigy":
# Defeat enemies with a combat level of 70 or higher.
# Avoid fighting in special game areas where effigies don't drop.


Happy hunting, and may you find many effigies in your adventures!
* 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.