Effigy rate

From Zeah RSPS - Wiki
Jump to navigation Jump to search

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.