User Tools

Site Tools


mr:azuterron_npc_mob

Differences

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

Link to this comparison view

mr:azuterron_npc_mob [2025/12/20 17:09] – Wiki maintenance: Update and verify multiple pages mikemr:azuterron_npc_mob [2025/12/20 17:12] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Azuterron NPC Mob - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/npcs/Azuterron.java|Azuterron.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Azuterron.json|Azuterron.json]] - Sprite configuration
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L693-L700|Azuterron NPC strings]] - English strings for name, description, quest dialogues and journal entry
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-ru/strings_all.xml#L693-L700|Azuterron Russian strings]] - Russian localization
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values-de/strings_all.xml#L679-L685|Azuterron German strings]] - German localization
 +
 +===== Lua Scripts =====
 +This entity uses Java implementation, no specific Lua script exists for this NPC
mr/azuterron_npc_mob.txt · Last modified: by 127.0.0.1