User Tools

Site Tools


rpd:paralysis_enchantment

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

rpd:paralysis_enchantment [2025/12/20 21:44] – Add new enchantment pages with detailed information mikerpd:paralysis_enchantment [2025/12/20 21:49] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Paralysis Enchantment ======
  
 +{{ rpd:images:enchant_paralysis.png|Paralysis Enchantment }}
 +
 +==== Description ====
 +The Paralysis enchantment has a chance to paralyze enemies when they are hit by the weapon. Paralyzed enemies cannot act for a duration.
 +
 +==== Mechanics ====
 +- The chance to paralyze an enemy is based on the weapon's level
 +- When triggered, applies the [[rpd:paralysis_buff|Paralysis]] status effect for several turns
 +- Paralyzed enemies cannot move or attack
 +- Particularly effective against dangerous enemies to temporarily disable them
 +
 +==== Source Code ====
 +- Java: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/enchantments/Paralysis.java|Paralysis.java]]
 +- The effect is applied in the proc() method with probability and duration increasing with weapon level
 +
 +==== See Also ====
 +- [[rpd:paralysis_buff|Paralysis Buff]] - Status effect caused by this enchantment
 +- [[rpd:enchantments|Enchantments]] - List of all weapon enchantments
 +- [[rpd:weapons|Weapons]] - Equipment that can have enchantments
 +
 +{{tag> rpd items enchantments paralysis}}
rpd/paralysis_enchantment.txt · Last modified: by 127.0.0.1