mr:earth_elemental_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:earth_elemental_mob [2026/05/19 03:53] – Add missing wiki pages: mr: pages and en:rpd overview pages Qwen Assistant | mr:earth_elemental_mob [2026/05/19 05:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== mr: | ||
| + | |||
| + | Machine-readable reference page for Earth Elemental mob in Remixed Dungeon. | ||
| + | |||
| + | ==== Java Implementation ==== | ||
| + | |||
| + | **Class File**: | ||
| + | * File: [[https:// | ||
| + | * Path: com/ | ||
| + | * 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/ | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | **Russian (values-ru/ | ||
| + | * EarthElemental_Name - Russian mob name | ||
| + | * EarthElemental_Info - Russian description | ||
| + | |||
| + | ==== Drops ==== | ||
| + | |||
| + | **Seeds**: | ||
| + | * Various seeds can drop from Earth Elemental | ||
| + | |||
| + | ==== Wiki Pages ==== | ||
| + | |||
| + | **English**: | ||
| + | * [[en: | ||
| + | |||
| + | **Russian**: | ||
| + | * [[ru: | ||
| + | |||
| + | ==== Code References ==== | ||
| + | |||
| + | * Main implementation: | ||
| + | * Attack proc: [[https:// | ||
| + | * Immunities: [[https:// | ||
| + | * Water speed: [[https:// | ||
| + | * Drops: [[https:// | ||
| + | * String resources: [[https:// | ||
| + | |||
| + | {{tag> mr mobs earth_elemental reference machine-readable}} | ||
mr/earth_elemental_mob.txt · Last modified: by 127.0.0.1
