mr:water_elemental_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mr:water_elemental_mob [2026/01/23 01:18] – Fix wiki pages compliance: update battle_axe_item with proper formatting, enhance machine-readable pages with actual code references, add missing Portuguese paralysis_buff page mike | mr:water_elemental_mob [2026/01/23 01:21] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Water Elemental Mob - Code References ====== | ||
| + | |||
| + | ===== Java Classes ===== | ||
| + | Actual implementation found in: | ||
| + | * [[code> | ||
| + | |||
| + | ===== JSON Configuration ===== | ||
| + | Configuration references: | ||
| + | * RemixedDungeon/ | ||
| + | * RemixedDungeon/ | ||
| + | |||
| + | ===== String Resources ===== | ||
| + | <code xml> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Additional String Resources ===== | ||
| + | <code xml> | ||
| + | <!-- Russian --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- German --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | |||
| + | <!-- French --> | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | <string name=" | ||
| + | </ | ||
| + | |||
| + | ===== Lua Scripts ===== | ||
| + | This entity is implemented in Java, no Lua script exists | ||
| + | |||
| + | ===== Key Properties ===== | ||
| + | <code java> | ||
| + | hp(ht(depth * 5 + 1)) | ||
| + | baseDefenseSkill = depth * 2 + 1 | ||
| + | expForKill = depth + 1 | ||
| + | maxLvl = depth + 2 | ||
| + | dr = expForKill / 3 | ||
| + | speed() - moves 2x faster on liquid terrain, 0.5x on other terrain | ||
| + | immunities: Frost, ScrollOfPsionicBlast, | ||
| + | attackProc: 50% chance to apply Freezing effect | ||
| + | act(): heals health when standing on water tiles | ||
| + | </ | ||
mr/water_elemental_mob.txt · Last modified: by 127.0.0.1
