User Tools

Site Tools


rpd:earth_elemental

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
rpd:earth_elemental [2018/12/10 23:13] – kwakonerpd:earth_elemental [2025/12/12 17:50] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== Earth elemental ======+====== Earth Elemental ======
  
 Earth elementals are made from earth, and plants. Without surprise, they can literally root you to the ground. Earth elementals are made from earth, and plants. Without surprise, they can literally root you to the ground.
 +
 +==== Description ====
 +Earth elementals are earth masses driven by concentrated nature forces.
 +
 +==== Stats ====
 +  * **HP:** Depth * 10 + 1
 +  * **Attack Skill:** Base defense skill / 2 + 1
 +  * **Defense Skill:** Depth / 2 + 1
 +  * **Damage:** ht() / 5 (both min and max)
 +  * **Exp for Kill:** Depth + 1
 +  * **Max Level:** Depth + 2
 +  * **Damage Reduction:** expForKill
 +
 +==== Abilities ====
 +  * **Regrowth Attack:** Has a 50% chance to cause regrowth when attacking enemies on appropriate terrain
 +  * **Liquid Slow:** Moves at half speed when on liquid terrain
 +  * **Terrain Interaction:** Can cause regrowth when attacking on empty, ember, empty_deco, grass, or high_grass terrain
 +  * **Regrowth Amount:** Creates 15×(expForKill or 10) units of regrowth when triggering the ability
 +
 +==== Immunities ====
 +  * Roots
 +  * Paralysis
 +  * Stun
 +  * Toxic Gas
 +  * Burning
 +  * Bleeding
 +
 +==== Drops ====
 +  * [[rpd:earthroot_seed|Seed of Earthroot]] (10% chance)
 +
 +==== Spawning ====
 +  * Spawns in grassy areas according to the configuration: "GRASS":{"EarthElemental":1} in [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Bestiary.json|Bestiary.json]]
 +
 +==== Strategy ====
 +  * Be aware of potential beneficial effects for the Earth Elemental when fighting in grassy areas
 +  * Earth Elementals move slower on liquid terrain, which can be used strategically
 +  * Consider the terrain when fighting Earth Elementals as they can generate beneficial regrowth
 +
 +==== References ====
 +  * Java source: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/java/com/nyrds/pixeldungeon/mobs/elementals/EarthElemental.java|EarthElemental.java]]
 +  * String resources: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/res/values/strings_all.xml#L1416-L1419|String definitions in strings_all.xml]]
 +  * Bestiary configuration: [[https://github.com/NYRDS/remixed-dungeon/blob/master/RemixedDungeon/src/main/assets/levelsDesc/Bestiary.json#L95|Bestiary.json]]
 +
 +==== See Also ====
 +  * [[rpd:elementals|Elementals]] - Other elemental creatures
 +  * [[rpd:mobs|Mobs]] - All mobile creatures in the dungeon
 +  * [[rpd:regrowth|Regrowth]] - The effect Earth Elementals can create
 +  * [[rpd:earthroot_seed|Earthroot Seed]] - Drop from Earth Elementals
 +
 +==== Notes ====
 +Earth Elementals are heavily armored creatures with high HP but slower attack speed. They are immune to many status effects and can cause beneficial regrowth when attacking in certain terrains.
  
 {{tag> rpd mobs}} {{tag> rpd mobs}}
rpd/earth_elemental.1544483603.txt.gz · Last modified: by kwakone