====== mr:necromancer_npc ====== Machine-readable reference page for Necromancer NPC in Remixed Dungeon. ==== Java Implementation ==== **Class File**: * File: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/npcs/Necromancer.java|Necromancer.java]] * Path: com/watabou/pixeldungeon/actors/npcs/Necromancer.java * Entity Kind: Necromancer * Type: NPC ==== NPC Properties ==== **Basic Properties**: * Type: NPC * Found in: Prison level * Sells: Various undead-related items **Lua Definition**: * No Lua script - implemented in Java ==== Effects ==== **Primary Effects**: * Can summon undead * Sells necromancy-related items **Implementation**: * File: Necromancer.java * Shop functionality * Dialog system ==== String Resources ==== **English (values/strings_all.xml)**: * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|Necromancer_Name]] - NPC name * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|Necromancer_Info]] - NPC description **Russian (values-ru/strings_all.xml)**: * Necromancer_Name - Russian NPC name * Necromancer_Info - Russian description ==== Wiki Pages ==== **English**: * [[en:rpd:necromancer_npc|Necromancer NPC]] - Main wiki page **Russian**: * [[ru:rpd:necromancer_npc|Некромант]] - Russian wiki page ==== Code References ==== * Main implementation: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/npcs/Necromancer.java|Necromancer.java]] * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml|strings_all.xml:Necromancer]] {{tag> mr npcs necromancer reference machine-readable}}