User Tools

Site Tools


mr:ice_elemental_mob

Differences

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

Link to this comparison view

mr:ice_elemental_mob [2025/12/20 03:23] – Add mr: page for ice_elemental_mob mikemr:ice_elemental_mob [2025/12/20 03:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Ice Elemental Mob - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/elementals/IceElemental.java|IceElemental.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/mobsDesc/IceElemental.json|IceElemental.json]] - Mob configuration
 +
 +===== String Resources =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L424|String: mob_ice_elemental_name]] - The display name for the ice elemental mob
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L425|String: mob_ice_elemental_desc]] - The description text for the ice elemental mob
 +
 +===== Lua Scripts =====
 +This entity has no specific Lua script implementation (uses Java class)
mr/ice_elemental_mob.txt · Last modified: by 127.0.0.1