Transmute into gem: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(link)
(add a note about cherubim)
Line 6: Line 6:
A power possessed by some [[relic]] and [[extradimensional]] melee weapons. Anything struck has a 0.4%-3.2% chance of being turned into a random [[gemstone]]. This chance is rolled every time the target is hit, and will also instantly kill or destroy the target when it transmutes it into a gemstone. <ref><code>XRL.World.Parts.ModTransmuteOnHit</code><br>&nbsp;&nbsp;&nbsp;<code>XRL.World.RelicGenerator</code></ref>
A power possessed by some [[relic]] and [[extradimensional]] melee weapons. Anything struck has a 0.4%-3.2% chance of being turned into a random [[gemstone]]. This chance is rolled every time the target is hit, and will also instantly kill or destroy the target when it transmutes it into a gemstone. <ref><code>XRL.World.Parts.ModTransmuteOnHit</code><br>&nbsp;&nbsp;&nbsp;<code>XRL.World.RelicGenerator</code></ref>


The exact percent chance is calculated based on the weapon's tier. Each hit has a '''(Tier &times; 0.4)%''' chance to transmute the target into a gemstone.
For weapons with this power, the exact percent chance is calculated based on the weapon's tier. Each hit has a '''(Tier &times; 0.4)%''' chance to transmute the target into a gemstone.
 
Certain [[cherubim]] can also have the ability to transmute creatures into gems with their attacks.


If the player becomes a gemstone through this method, they will receive this death message:
If the player becomes a gemstone through this method, they will receive this death message:

Revision as of 01:42, 19 December 2020

The subject of this article or section has no official name presented in-game. As a result, a name for it was chosen at the discretion of wiki editors.
Transmute On Hit

Small chance to transmute the attacked creature into a gemstone on hit

A power possessed by some relic and extradimensional melee weapons. Anything struck has a 0.4%-3.2% chance of being turned into a random gemstone. This chance is rolled every time the target is hit, and will also instantly kill or destroy the target when it transmutes it into a gemstone. [1]

For weapons with this power, the exact percent chance is calculated based on the weapon's tier. Each hit has a (Tier × 0.4)% chance to transmute the target into a gemstone.

Certain cherubim can also have the ability to transmute creatures into gems with their attacks.

If the player becomes a gemstone through this method, they will receive this death message:

You died.

You were transmuted into a (random gemstone).

References

  1. XRL.World.Parts.ModTransmuteOnHit
       XRL.World.RelicGenerator