User Tools

Site Tools


mr:necromancer_armor_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:necromancer_armor_item [2026/01/18 09:05] – Fix die_hard_spell and necromancer_armor_item mr namespace pages with correct information mikemr:necromancer_armor_item [2026/01/18 09:05] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 =====
 +<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>
 +
 +===== 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)]]
  
mr/necromancer_armor_item.txt · Last modified: by 127.0.0.1