====== Armor Glyphs ====== {{ rpd:images:armor_buff.png|Armor Glyph }} **Armor Glyphs** are special enchantments in Remixed Dungeon that can be applied to armor to provide various beneficial effects. ==== List of Armor Glyphs ==== * **Glyph of Affection** - Charms the attacking enemy for a few turns (the hero may also be charmed, but never longer than the enemy) * **Glyph of Anti-Entropy** - Sets the attacker on fire while freezing the hero, and illuminates the hero * **Glyph of Bounce** - Deflects ranged attacks back to enemies * **Glyph of Displacement** - Teleports the wearer when attacked (does not work on boss levels) * **Glyph of Entanglement** - May grant herbal armor but also roots the wearer in place * **Glyph of Metabolism** - Partially heals the hero before enemy damage is applied, at the cost of increased hunger * **Glyph of Multiplicity** - Creates a mirror image of the wearer, damaging the hero in the process * **Glyph of Potential** - Unleashes a lightning blast against the attacker, damaging the hero for about half the damage dealt * **Glyph of Stench** - Releases toxic gas clouds when hit * **Glyph of Viscosity** - Defers incoming damage over multiple turns instead of applying it at once ==== Obtaining Glyphs ==== * Found as rare drops from various sources throughout the dungeon * May appear in shops * Can be found in chests * Some are obtainable through special mechanics like wells ==== Application ==== * Applied to armor at the Goo's fusion chamber in the Goo level * The fusion process consumes the glyph and may upgrade the armor ==== Strategy ==== * Choose glyphs that complement your playstyle and current needs * Consider the armor's role in your strategy when selecting glyphs * Some glyphs work better with specific armor classes or hero types * The effects of glyphs are applied after armor defense is calculated ==== Code References ==== * **Base Implementation:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/glyphs/Glyph.java|Glyph.java]] * **All Glyph Implementations:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/glyphs/|Glyphs directory]] * **String Resources:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L2400-L2450|Glyph-related strings]] * **Russian String Resources:** [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L2400-L2450|Glyph-related strings in Russian]] ==== See Also ==== * [[en:rpd:glyph_of_affection_item|Glyph of Affection]] * [[en:rpd:glyph_of_anti_entropy_item|Glyph of Anti-Entropy]] ==== Related ==== * [[armor_item|Armor]] - Basic armor information * [[glyphs_mechanic|Glyphs]] - General information about glyphs * [[enchantments_mechanic|Enchantments]] - Similar system for weapons * [[equipment|Equipment]] - All equipment types {{tag> rpd items armor glyphs enchantment}}