====== 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)