User Tools

Site Tools


en:rpd:necromancer_armor_item

Differences

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

Link to this comparison view

en:rpd:necromancer_armor_item [2026/01/01 19:45] – namespace move Mikeen:rpd:necromancer_armor_item [2026/01/01 19:47] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Necromancer Armor ======
  
 +{{ rpd:images:necromancer_armor_item.png|Necromancer Armor }}
 +
 +**Necromancer Armor** (also known as **Bone Armor**) is a class-specific armor in Remixed Dungeon that can be obtained by using an [[en:rpd:armor_kit_item|Armor Kit]] on any regular armor while playing as the [[en:rpd:necromancer_class|Necromancer]] class.
 +
 +==== Properties ====
 +  * **Type**: Class Armor
 +  * **Armor Class**: Medium armor
 +  * **Durability**: Standard for class armor
 +  * **Sprite**: Uses image index 22 with helmet
 +
 +==== Special Ability ====
 +**Necrotism** - When activated, spreads a magic plague that may infect any creature in the vicinity, dead or alive. This ability unleashes the necromantic power of the wearer.
 +
 +==== Restrictions ====
 +  * Only the [[en:rpd:necromancer_class|Necromancer]] class can equip this armor
 +  * Other classes attempting to wear it will receive a warning: "Only necromancers can use this armor!"
 +
 +==== Acquisition ====
 +  * Created using an [[en:rpd:armor_kit_item|Armor Kit]] applied to any regular armor while playing as the Necromancer class
 +  * Cannot be crafted directly, only transformed from existing armor
 +  * Also used by the [[en:rpd:lich_subclass|Lich]] subclass (same armor type)
 +
 +==== Strategy ====
 +  * Best used on high-tier armor that has been upgraded significantly
 +  * Preserves all enchantments and upgrades from the original armor
 +  * Allows the Necromancer to benefit from class-specific abilities while maintaining armor stats
 +  * The Necrotism ability can be used offensively, to debilitate enemies
 +  * The armor allows summoning up to two Deathlings at a cost of 5 souls each, which follow the master and attack enemies
 +
 +==== Content Verification ====
 +  * Information source: Java Class [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/armor/NecromancerArmor.java|NecromancerArmor.java]]
 +  * Class armor system: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/items/armor/ClassArmor.java|ClassArmor.java]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L737-L739|NecromancerArmor_Name, NecromancerArmor_Info, NecromancerArmor_NotNecromancer]]
 +  * Necrotism ability: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/buffs/Necrotism.java|Necrotism.java]]
 +
 +==== Data Sources ====
 +  * **Java Class**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/armor/NecromancerArmor.java|com.nyrds.pixeldungeon.items.common.armor.NecromancerArmor]]
 +  * **Necrotism Buff**: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mechanics/buffs/Necrotism.java|Necrotism.java]]
 +
 +==== String Resources ====
 +<code xml>
 +<string name="NecromancerArmor_Name">Bone armor</string>
 +<string name="NecromancerArmor_Info">This armor will allow the Necromancer to summon up to two Deathlings at a cost of 5 souls each. These undead servants will follow their master and attack his foes. The Deathlings become stronger with each hero level.</string>
 +<string name="NecromancerArmor_NotNecromancer">Only necromancers can use this armor!</string>
 +<string name="NecromancerArmor_Info2">Wearing this armor allows the necromancer to use the "Necrotism" ability, which will spread a magic plague, which may infect any creature in the vicinity, dead or alive.</string>
 +</code>
 +
 +==== See Also ====
 +  * [[en:rpd:armor|Armor]]
 +  * [[en:rpd:class_armor|Class Armor]]
 +  * [[en:rpd:necromancer_class|Necromancer Class]]
 +  * [[en:rpd:lich_subclass|Lich Subclass]]
 +  * [[en:rpd:armor_kit_item|Armor Kit]]
 +  * [[en:rpd:items|Items]]
 +  * [[en:rpd:necrotism|Necrotism]]
 +
 +{{tag> rpd items equipment armor class_armor }}