User Tools

Site Tools


mr:black_skull_item

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:black_skull_item [2026/02/09 05:16] – Fix mr namespace pages with actual code references mikemr:black_skull_item [2026/02/09 05:20] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Black Skull Item - Code References ======
 +
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/items/necropolis/BlackSkull.java|BlackSkull.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="BlackSkull_Name">Black Skull</string>
 +<string name="BlackSkull_Info">A small obsidian skull. It was a source of Necropolis power, but after the Lich's defeat it seems to have lost all of its power. However, when you hold it in your hands a foreign thought crosses your mind: \"It hungers\".</string>
 +<string name="BlackSkull_Name_Awakened">Awakened Black Skull</string>
 +<string name="BlackSkull_Info_Awakened">The skull pulses with power, you can see it flowing from its empty eye sockets. And holding it in your hands you hear a terrifying voice: \"Behold the march of death\".</string>
 +<string name="BlackSkull_Activated">Black Skull has awakened!</string>
 +<string name="BlackSkull_Deactivated">Black Skull rests once again...</string>
 +<string name="BlackSkull_Ressurrect">Black Skull has resurrected the dead monster to serve you!</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:lich_mob|Lich Mob]]
 +  * [[mr:lich_subclass|Lich Subclass]]
 +  * [[mr:black_skullofmastery_item|Black Skull Of Mastery Item]]
  
mr/black_skull_item.txt · Last modified: by 127.0.0.1