User Tools

Site Tools


rpd:glyph_of_affection_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:glyph_of_affection_item [2025/12/29 15:40] – Created glyph_of_affection_item.txt to address red link issue mikerpd:glyph_of_affection_item [2025/12/29 15:45] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Glyph of Affection ======
  
 +The Glyph of Affection is an [[rpd:armor_glyphs|armor glyph]] that can appear on certain types of armor in Remixed Dungeon. This glyph provides charm-based defensive abilities to the wearer.
 +
 +==== Description ====
 +When an enemy hits the wearer of armor with this glyph, there is a chance that the attacker will become charmed, turning to fight alongside the hero for a limited time.
 +
 +==== Mechanics ====
 +  * **Activation:** Triggers when the wearer is hit by an enemy
 +  * **Effect:** Chance to charm the attacking enemy
 +  * **Duration:** Charmed enemies fight alongside the hero temporarily
 +  * **Probability:** Chance depends on the level of the armor and other factors
 +  * **Limitations:** May not affect certain types of enemies (like mindless undead or constructs)
 +
 +==== Armor Compatibility ====
 +  * Can appear on certain types of armor that support glyphs
 +  * More likely to appear on armor with higher strength requirements
 +  * Cannot be applied to cloth armor or armor without glyph slots
 +
 +==== Strategy ====
 +  * Effective in groups of enemies, as charmed enemies will fight other enemies
 +  * Particularly useful against difficult single enemies
 +  * Be careful in situations where you don't want to lose control of the battlefield
 +  * Works well with crowd control strategies
 +
 +==== Identification ====
 +  * Armor with this glyph appears as normal until activated
 +  * Can be identified through various means like [[rpd:scroll_of_identify_item|Scroll of Identify]]
 +
 +==== Acquisition ====
 +  * [[rpd:armor|Armor]] randomly generated with this glyph
 +  * [[rpd:scroll_of_enchantment_item|Scroll of Enchantment]]
 +  * [[rpd:artificer_npc|Artificer NPC]] services
 +
 +==== Code Reference ====
 +  * Java Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/buffs/Charm.java|Charm.java]] - The charm effect
 +  * Java Implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/glyphs/Affection.java|Affection.java]] - The glyph implementation
 +  * String Resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1980-L1985|Affection glyph strings]]
 +
 +==== Related ====
 +  * [[rpd:armor_glyphs|Armor Glyphs]] - Other armor glyphs
 +  * [[rpd:armor|Armor]] - General armor information
 +  * [[rpd:charmed_buff|Charm]] - The status effect
 +  * [[rpd:scroll_of_enchantment_item|Scroll of Enchantment]] - How to enchant armor
 +
 +{{tag> rpd items armor glyphs enchantment charm}}