User Tools

Site Tools


mr:air_elemental_mob

Differences

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

Link to this comparison view

Next revision
Previous revision
mr:air_elemental_mob [2025/12/19 02:36] – Fix skeleton_mob.txt - update to use JSON configuration instead of non-existent sprite class mikemr:air_elemental_mob [2025/12/19 02:39] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Air Elemental Mob - Code References ======
  
 +===== Java Classes =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/elementals/AirElemental.java|AirElemental.java]]
 +
 +===== JSON Configuration =====
 +  * [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/spritesDesc/AirElemental.json|AirElemental.json]] - Sprite configuration
 +
 +===== String Resources =====
 +  * No specific string resources for this entity (name and description use default class name)
 +
 +===== Lua Scripts =====
 +This entity is implemented in Java, no Lua script exists