en:rpd:shadow_mob
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:rpd:shadow_mob [2026/01/02 03:04] – Wiki maintenance: Update shadow_mob, wraith_mob, shadow_lord pages and fix naming conventions mike | en:rpd:shadow_mob [2026/01/02 03:10] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Shadow ====== | ||
| + | {{ rpd: | ||
| + | |||
| + | ==== Description ==== | ||
| + | **Shadows** - mysterious entities that live inside prison walls. They silently wander through the ruins of the ancient prison, only occasionally showing themselves to adventurers, | ||
| + | |||
| + | ==== Special Abilities ==== | ||
| + | * **Wall Walking:** Can move through walls (walkingType = WalkingType.WALL) | ||
| + | * **Movement through walls:** Main feature of shadows - ability to move inside walls | ||
| + | * **Immunity to ranged attacks:** Because of this shadows are nearly impossible to attack with throwing weapons or wands | ||
| + | * **Attack only in doorways:** Ranged attack can be applied only if shadow stands in a doorway | ||
| + | * **High speed:** Shadows move twice as fast as the player (speed() = 2.0f) | ||
| + | * **Fast attack:** Attack occurs twice as fast as normal (attackDelay = 0.5f) | ||
| + | * **Statistics: | ||
| + | * **Health:** 20 HP (hp(ht(20))) | ||
| + | * **Min damage:** 5 | ||
| + | * **Max damage:** 10 | ||
| + | * **Attack skill:** 10 | ||
| + | * **Defense skill:** 15 | ||
| + | * **XP for kill:** 5 | ||
| + | * **Max Level:** 10 | ||
| + | * **Corpse chance:** 0 (carcassChance = 0) | ||
| + | * **Special behavior:** When stunned, shadows can exit walls and walk on the floor | ||
| + | |||
| + | ==== Creation History ==== | ||
| + | The idea and design of the shadow was proposed and implemented by Bogdan Kachura. | ||
| + | |||
| + | ==== Content Verification ==== | ||
| + | * Information source: Java class [[https:// | ||
| + | * Special mechanics: Extracted from Shadow.java and WalkingType.java implementation | ||
| + | * Last updated: December 2025, source: Remixed Dungeon 1.9.3 | ||
| + | |||
| + | ==== Implementation Class ==== | ||
| + | * Java: [[https:// | ||
| + | * Walking Mechanic: [[https:// | ||
| + | |||
| + | ==== String Resources ==== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ==== See Also ==== | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | * [[en: | ||
| + | |||
| + | {{tag> rpd mobs prison shadow}} | ||
en/rpd/shadow_mob.txt · Last modified: by 127.0.0.1
