User Tools

Site Tools


mr:skeleton_mob

Differences

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

Link to this comparison view

Next revision
Previous revision
mr:skeleton_mob [2025/12/22 10:56] – Fix wiki pages: correct naming, add code references, improve content, and resolve red links mikemr:skeleton_mob [2025/12/25 18:24] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Skeleton - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/watabou/pixeldungeon/actors/mobs/Skeleton.java|Skeleton.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/Skeleton.json|Skeleton.json]] - Sprite configuration
 +
 +===== String Resources =====
 +<code xml>
 +<string name="skeleton_name">skeleton</string>
 +<string name="skeleton_desc">These perishes are animated by residual magical energy. They are turned into dust when killed.</string>
 +</code>
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists
 +
 +===== Related mr Entities =====
 +  * [[mr:warrior_class|Warrior (Class)]]