User Tools

Site Tools


mr:necromancer_npc

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mr:necromancer_npc [2026/05/19 03:53] – Add missing wiki pages: mr: pages and en:rpd overview pages Qwen Assistantmr:necromancer_npc [2026/05/19 05:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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}}