====== Necromancer Armor Item - Code References ====== ===== Java Classes ===== * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/common/armor/NecromancerArmor.java|NecromancerArmor.java]] ===== JSON Configuration ===== This entity is implemented in Java, no JSON configuration exists ===== String Resources ===== Bone armor 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. Only necromancers can use this armor! 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. ===== Lua Scripts ===== This entity is implemented in Java, no Lua script exists ===== Related mr Entities ===== * [[mr:necromancer_class|Necromancer (Class)]] * [[mr:deathling_mob|Deathling (Mob)]]