User Tools

Site Tools


rpd:artificer_npc

Differences

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

Link to this comparison view

rpd:artificer_npc [2025/12/24 14:39] – Enhance wiki documentation and fix naming inconsistencies mikerpd:artificer_npc [2025/12/24 14:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Artificer NPC ======
 +
 +{{ rpd:images:artificernpc_sprite.png|Artificer NPC }}
 +
 +The **Artificer NPC** is an unused non-player character in Remixed Dungeon. Though a sprite and configuration file exist for this NPC, there appears to be no active code implementing this character in the game.
 +
 +==== Description ====
 +The Artificer NPC exists in the game assets but appears to be non-functional. It has a sprite and configuration file but no active code implementation.
 +
 +==== Assets ====
 +Based on the available assets:
 +  * Sprite: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobs/artificernpc.png|artificernpc.png]]
 +  * Configuration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/ArtificerNPC.json|ArtificerNPC.json]]
 +
 +==== Status ====
 +  * The NPC is not implemented in either Java code nor Lua scripts
 +  * Exists as a sprite file and configuration only
 +  * Possibly a planned or removed feature from the game
 +  * May have been intended as a crafting or item modification specialist
 +  * **Not obtainable:** This NPC does not appear in any level or gameplay
 +
 +==== Content Verification ====
 +  * Information source: Assets only (no code implementation found)
 +  * Sprite source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobs/artificernpc.png|artificernpc.png]]
 +  * Configuration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/ArtificerNPC.json|ArtificerNPC.json]]
 +  * Last updated: Verified against assets on December 2025
 +
 +==== See Also ====
 +  * [[rpd:npc|NPCs]] - Other non-player characters
 +  * [[rpd:mobs|Mobs]] - All creatures in the dungeon
 +
 +{{tag> rpd npc artificer unused}}