User Tools

Site Tools


en:rpd:enchantments_mechanic

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:enchantments_mechanic [2026/09/03 08:43] – Wiki maintenance: Fix 5 random pages for compliance with wiki standards Wiki Maintenanceen:rpd:enchantments_mechanic [2026/09/03 08:44] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Enchantments ======
 +{{ rpd:images:enchantment.png|Enchantment Scroll }}
  
 +Enchantments are special properties that can be applied to weapons and armor in Remixed Dungeon.
 +
 +==== Description ====
 +Enchantments are magical properties that can be added to weapons and armor to enhance their effectiveness. They provide various beneficial effects that can be crucial for survival in the deeper levels of the dungeon.
 +
 +==== Weapon Enchantments ====
 +  * [[en:rpd:fire_enchantment|Fire]] - Causes target to burn
 +  * [[en:rpd:horror_enchantment|Horror]] - Causes fear in enemies
 +  * [[en:rpd:instability_enchantment|Instability]] - Unpredictable effects
 +  * [[en:rpd:leech_enchantment|Leech]] - Heals attacker on hit
 +  * [[en:rpd:luck_enchantment|Luck]] - Increases critical hit chance
 +  * [[en:rpd:paralysis_enchantment|Paralysis]] - Chance to paralyze target
 +  * [[en:rpd:piercing_enchantment|Piercing]] - Ignores target's armor
 +  * [[en:rpd:poison_enchantment|Poison]] - Poisons the target
 +  * [[en:rpd:slow_enchantment|Slow]] - Slows the target's movement
 +  * [[en:rpd:swing_enchantment|Swing]] - Hits multiple enemies
 +  * [[en:rpd:death_enchantment|Death]] - Bonus damage to living enemies
 +
 +==== Armor Enchantments (Glyphs) ====
 +  * [[en:rpd:glyph_of_affection_item|Affection]] - Charms enemies temporarily
 +  * [[en:rpd:glyph_of_anti_entropy_item|Anti-Entropy]] - Cools and warms the wearer
 +  * [[en:rpd:glyph_of_bounce_item|Bounce]] - Reflects melee attacks
 +  * [[en:rpd:glyph_of_displacement_item|Displacement]] - Teleports attackers away
 +  * [[en:rpd:glyph_of_entanglement_item|Entanglement]] - Protects with bark armor
 +  * [[en:rpd:glyph_of_metabolism_item|Metabolism]] - Converts damage to healing
 +  * [[en:rpd:glyph_of_multiplicity_item|Multiplicity]] - Creates illusions of the wearer
 +  * [[en:rpd:glyph_of_potential_item|Potential]] - Charges wands when damaged
 +  * [[en:rpd:glyph_of_stench_item|Stench]] - Creates toxic gas
 +  * [[en:rpd:glyph_of_viscosity_item|Viscosity]] - Delays damage taken
 +
 +==== Enchantment Mechanics ====
 +  * **Application**: Enchantments are applied using scrolls of enchantment
 +  * **Levels**: Enchantments can be enhanced up to +3 levels
 +  * **Identification**: Enchanted items must be identified to see the enchantment
 +  * **Balancing**: Negative effects may occur if item level is too low
 +
 +==== Enchantment Sources ====
 +  * **Scrolls**: Scrolls of enchantment can add random properties
 +  * **Upgrades**: Continuing to enchant items may increase their power
 +  * **Special Items**: Some items come pre-enchanted
 +  * **Crafting**: Certain enchantments may be craftable in advanced alchemy
 +
 +==== Code References ====
 +  * Enchantment System: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/enchantments/Enchantment.java|Enchantment.java]] - Base weapon enchantment system
 +  * Weapon Enchantments: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/weapon/enchantments/Enchantment.java#L50-L100|Weapon enchantment code]] - How weapon enchantments work
 +  * Armor Glyphs: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/glyphs/Glyph.java|Glyph.java]] - Base armor enchantment system
 +  * Item Identification: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/Item.java|Item.java]] - How enchanted items are identified
 +  * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml]] - All enchantment names and descriptions
 +
 +==== See Also ====
 +  * [[en:rpd:weapon_item|Weapons]]
 +  * [[en:rpd:armor_item|Armor]]
 +  * [[en:rpd:scroll_of_enchantment_item|Scroll of Enchantment]]
 +  * [[en:rpd:equipment|Equipment]]
 +
 +{{tag> rpd mechanics enchantments weapons armor }}
en/rpd/enchantments_mechanic.txt · Last modified: by 127.0.0.1