User Tools

Site Tools


mr:yog_mob

Differences

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

Link to this comparison view

mr:yog_mob [2025/12/19 07:14] – Wiki maintenance: Update and create pages with accurate code references mikemr:yog_mob [2025/12/19 07:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Yog-Dzewa - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/guts/Yog.java|Yog.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Yog.json|Yog.json]] - Sprite configuration
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="Yog_Name">Yog-Dzewa</string>
 +<string name="Yog_Info">An Old God, an immensely powerful otherworldly being. It's very presence drains the life from the surrounding area, turning the dungeon into a wasteland.</string>
 +<string name="Yog_Aliases">Old God</string>
 +<string name="Yog_Desc">Yog-Dzewa is an Old God, an immensely powerful otherworldly being. Even though it lies bound at the bottom of the dungeon, its mere presence blights the area around it, turning the Distant Gardens into a wasteland. You can feel the weight of its attention, and your heart quickens just from being in its presence.\n\nYog-Dzewa's attack patterns are complex - it uses its eye organs to attack in straight lines, spreads toxic gas, and will summon many larvae during the fight. This is a truly epic encounter.\n\nIt has five organs - the eyes, brain, heart, teeth, and two fists. These all must be defeated to damage Yog directly - and it will quickly heal them when they fall.</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists