User Tools

Site Tools


mr:golden_statue_mob

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
mr:golden_statue_mob [2026/01/24 06:53] – Fix wiki pages based on analysis of randomly selected pages mikemr:golden_statue_mob [2026/01/24 06:56] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Golden Statue Mob - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/common/GoldenStatue.java|GoldenStatue.java]]
 +
 +===== JSON Configuration =====
 +  * This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +<code xml>
 +<string name="GoldenStatue_Name">golden statue</string>
 +<string name="GoldenStatue_Gender">feminine</string>
 +<string name="GoldenStatue_Name_Objective">golden statue</string>
 +<string name="GoldenStatue_Desc">It's truly hard to believe that, this magnificent statue isn't just another decoration, but a malicious creature waiting for an unsuspecting adventurer. At first glance you could've sworn that it's _%s_ was just part of it's arm.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +  * This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:statue_mob|Statue (Mob)]]
 +  * [[mr:golden_sword_item|Golden Sword (Item)]]
mr/golden_statue_mob.txt · Last modified: by 127.0.0.1