User Tools

Site Tools


mr:d_m300_mob

Differences

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

Link to this comparison view

mr:d_m300_mob [2025/12/19 00:15] – Wiki maintenance: verify pages against codebase, add missing mr: namespace pages, fix incorrect information mikemr:d_m300_mob [2025/12/19 00:17] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== DM300 Mob - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/DM300.java|DM300.java]]
 +
 +===== JSON Configuration =====
 +This entity is implemented in Java, no JSON configuration exists
 +
 +===== String Resources =====
 +''<code xml>''
 +<string name="DM300_Name">DM-300</string>
 +<string name="DM300_Desc">This is a a real piece of modern art: a giant mechanical walker with a rocket launcher for a left arm and a roll of barbed wire for a right arm. Who built this thing? Why? How? These questions will probably remain unanswered, as the DM-300 is too dangerous to approach and too important to destroy.</string>
 +<string name="DM300_Info">This is a a real piece of modern art: a giant mechanical walker with a rocket launcher for a left arm and a roll of barbed wire for a right arm. Who built this thing? Why? How? These questions will probably remain unanswered, as the DM-300 is too dangerous to approach and too important to destroy.</string>
 +<string name="DM300_Sleeping">The %s is sleeping.</string>
 +<string name="DM300_Woken">The %s wakens and rages!</string>
 +<string name="DM300_Rage">The %s rages!</string>
 +<string name="DM300_Pyro">PYROCLASTIC EXPULSION</string>
 +<string name="DM300_Defense">It\'s armor plating is too thick!</string>
 +<string name="DM300_Defense2">It\'s armor plating is too thick! (%d damage)</string>
 +<string name="DM300_Defense3">It\'s armor plating is too thick! (%d-%d damage)</string>
 +<string name="DM300_PyroInfo">DM-300 uses pyroclastic expulsions as an attack and to repair itself.</string>
 +''</code>''
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists