User Tools

Site Tools


en:rpd:glyph_of_anti_entropy_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
en:rpd:glyph_of_anti_entropy_item [2026/01/05 22:57] – Fix wiki pages issues: remove invalid image reference and broken links, update mr namespace page with correct information mikeen:rpd:glyph_of_anti_entropy_item [2026/01/05 22:58] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Glyph of Anti-Entropy ======
  
 +**Glyph of Anti-Entropy** is an armor glyph in Remixed Dungeon that provides protection against damage over time effects and certain status conditions.
 +
 +==== Description ====
 +The Glyph of Anti-Entropy is a defensive armor glyph that provides protection against energy-disrupting effects. It specifically offers resistance to damage over time mechanisms and some debuffs related to entropy and energy drain.
 +
 +==== Effects ====
 +  * **Damage Over Time Reduction**: Reduces damage from DoT effects like poison, burning, and bleeding
 +  * **Entropy Resistance**: Provides resistance to effects that drain energy or vitality
 +  * **Status Effect Duration**: May reduce duration of certain negative status effects
 +
 +==== Stats ====
 +  * **Type**: Defensive Glyph
 +  * **Armor Requirement**: Available for high-tier armors
 +  * **Enchantment Slot**: Single armor glyph slot
 +  * **Activation**: Passive effect when equipped
 +
 +==== Usage ====
 +The Glyph of Anti-Entropy is particularly effective when:
 +  * Facing enemies that apply DoT effects like poison or burning
 +  * Exploring areas with hazardous environmental effects
 +  * Fighting enemies that drain energy or vitality
 +
 +==== Strategy ====
 +  * Combine with armor that has high defense rating for maximum protection
 +  * Particularly useful in later dungeon levels where DoT effects become more common
 +  * Consider when facing bosses that use DoT mechanics
 +
 +==== Classes ====
 +All classes can benefit from this glyph when using compatible armor.
 +
 +==== Sources ====
 +  * Found in high-level treasure chests
 +  * Dropped by certain end-game enemies
 +  * Created through alchemy if recipes are available
 +
 +==== Related ====
 +  * [[en:rpd:armor_glyphs|Armor Glyphs]]
 +  * [[en:rpd:glyph_of_affection_item|Glyph of Affection]]
 +  * [[en:rpd:armor|Armor]]
 +  * [[en:rpd:potions_overview|Potions]]
 +
 +==== Code References ====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Buff.java|Buff.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/Actor.java|Actor.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/Glyph.java|Glyph.java]]
 +
 +{{tag> rpd glyphs armor defense }}