mr:earth_elemental_mob
Table of Contents
mr:earth_elemental_mob
Machine-readable reference page for Earth Elemental mob in Remixed Dungeon.
Java Implementation
Class File:
- File: EarthElemental.java
- Path: com/nyrds/pixeldungeon/mobs/elementals/EarthElemental.java
- Entity Kind: EarthElemental
- Type: Mob
Mob Properties
Basic Stats:
- HP: 60
- Defense: 14
- Attack: 14
- EXP: 14
- Level: 14
Lua Definition:
- No Lua script - implemented in Java
Effects
Primary Effects:
- Can entangle player with roots
- Roots grow around player when entangled
- Immune to entanglement itself
- Slowed on water (50% speed)
- Found only on grassy levels
Implementation:
- File: EarthElemental.java
- attackProc() - entanglement mechanics
- adjustStats() - immunities
- speed() - water speed penalty
String Resources
English (values/strings_all.xml):
- EarthElemental_Name - Mob name
- EarthElemental_Info - Mob description
Russian (values-ru/strings_all.xml):
- EarthElemental_Name - Russian mob name
- EarthElemental_Info - Russian description
Drops
Seeds:
- Various seeds can drop from Earth Elemental
Wiki Pages
Code References
- Main implementation: EarthElemental.java
- Attack proc: EarthElemental.attackProc()
- Immunities: EarthElemental.adjustStats()
- Water speed: EarthElemental.speed()
- Drops: EarthElemental constructor
- String resources: strings_all.xml:EarthElemental
mr/earth_elemental_mob.txt · Last modified: by 127.0.0.1
