User Tools

Site Tools


mr:runic_skull_mob

Differences

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

Link to this comparison view

Next revision
Previous revision
mr:runic_skull_mob [2025/12/25 18:23] – auto lint fix Mikhaelmr:runic_skull_mob [2026/01/23 07:54] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Runic Skull Mob - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/RunicSkull.java|RunicSkull.java]]
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/necropolis/Lich.java|Lich.java]] (controls skull mechanics)
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/RunicSkull.json|RunicSkull.json]]
 +
 +===== String Resources =====
 +<code xml>
 +<string name="RunicSkull_Name">runic skull</string>
 +<string name="RunicSkull_Desc">For something artificially created, this skull resembles too much of a real one. You can also see a faint glow surrounding it.</string>
 +<string name="RunicSkull_Name_Objective">runic skull</string>
 +<string name="RunicSkull_Gender">masculine</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:lich_mob|Lich (Mob)]]
 +  * [[mr:pedestal_level_object|Pedestal (Level Object)]]